CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | Static Private Attributes | Friends
dqmstorepb::ROOTFilePB Class Reference

#include <ROOTFilePB.pb.h>

Inheritance diagram for dqmstorepb::ROOTFilePB:

Public Types

typedef ROOTFilePB_Histo Histo
 

Public Member Functions

inline::dqmstorepb::ROOTFilePB_Histo * add_histo ()
 
int ByteSize () const
 
void Clear ()
 
void clear_histo ()
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ROOTFilePB &from)
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
const
::dqmstorepb::ROOTFilePB_Histo
histo (int index) const
 
const
::google::protobuf::RepeatedPtrField
< ::dqmstorepb::ROOTFilePB_Histo > & 
histo () const
 
int histo_size () const
 
bool IsInitialized () const
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ROOTFilePB &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
inline::dqmstorepb::ROOTFilePB_Histo * mutable_histo (int index)
 
inline::google::protobuf::RepeatedPtrField
< ::dqmstorepb::ROOTFilePB_Histo > * 
mutable_histo ()
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
ROOTFilePBNew () const
 
ROOTFilePBoperator= (const ROOTFilePB &from)
 
 ROOTFilePB ()
 
 ROOTFilePB (const ROOTFilePB &from)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
void Swap (ROOTFilePB *other)
 
const
::google::protobuf::UnknownFieldSet & 
unknown_fields () const
 
virtual ~ROOTFilePB ()
 

Static Public Member Functions

static const ROOTFilePBdefault_instance ()
 
static const
::google::protobuf::Descriptor * 
descriptor ()
 

Static Public Attributes

static const int kHistoFieldNumber = 1
 

Private Member Functions

void InitAsDefaultInstance ()
 
void SetCachedSize (int size) const
 
void SharedCtor ()
 
void SharedDtor ()
 

Private Attributes

int _cached_size_
 
::google::protobuf::uint32 _has_bits_ [(1+31)/32]
 
::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::RepeatedPtrField
< ::dqmstorepb::ROOTFilePB_Histo
histo_
 

Static Private Attributes

static ROOTFilePBdefault_instance_ = NULL
 

Friends

void protobuf_AddDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto ()
 
void protobuf_AssignDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto ()
 
void protobuf_ShutdownFile_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto ()
 

Detailed Description

Definition at line 160 of file ROOTFilePB.pb.h.

Member Typedef Documentation

Definition at line 212 of file ROOTFilePB.pb.h.

Constructor & Destructor Documentation

dqmstorepb::ROOTFilePB::ROOTFilePB ( )

Definition at line 484 of file ROOTFilePB.pb.cc.

References SharedCtor().

Referenced by New().

485  : ::google::protobuf::Message() {
486  SharedCtor();
487 }
dqmstorepb::ROOTFilePB::~ROOTFilePB ( )
virtual

Definition at line 503 of file ROOTFilePB.pb.cc.

References SharedDtor().

503  {
504  SharedDtor();
505 }
dqmstorepb::ROOTFilePB::ROOTFilePB ( const ROOTFilePB from)

Definition at line 492 of file ROOTFilePB.pb.cc.

References MergeFrom(), and SharedCtor().

493  : ::google::protobuf::Message() {
494  SharedCtor();
495  MergeFrom(from);
496 }
void MergeFrom(const ::google::protobuf::Message &from)

Member Function Documentation

dqmstorepb::ROOTFilePB_Histo * dqmstorepb::ROOTFilePB::add_histo ( )
inline

Definition at line 429 of file ROOTFilePB.pb.h.

References histo_.

Referenced by fillMessage(), MergePartialFromCodedStream(), DQMStore::savePB(), and tryRootPreload().

429  {
430  return histo_.Add();
431 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
int dqmstorepb::ROOTFilePB::ByteSize ( ) const

Definition at line 605 of file ROOTFilePB.pb.cc.

References _cached_size_, relativeConstraints::empty, histo(), histo_size(), i, and unknown_fields().

605  {
606  int total_size = 0;
607 
608  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
609  total_size += 1 * this->histo_size();
610  for (int i = 0; i < this->histo_size(); i++) {
611  total_size +=
612  ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual(
613  this->histo(i));
614  }
615 
616  if (!unknown_fields().empty()) {
617  total_size +=
618  ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
619  unknown_fields());
620  }
621  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
622  _cached_size_ = total_size;
623  GOOGLE_SAFE_CONCURRENT_WRITES_END();
624  return total_size;
625 }
int i
Definition: DBlmapReader.cc:9
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
void dqmstorepb::ROOTFilePB::Clear ( )

Definition at line 532 of file ROOTFilePB.pb.cc.

References _has_bits_, histo_, and mutable_unknown_fields().

Referenced by CopyFrom().

532  {
533  histo_.Clear();
534  ::memset(_has_bits_, 0, sizeof(_has_bits_));
535  mutable_unknown_fields()->Clear();
536 }
::google::protobuf::uint32 _has_bits_[(1+31)/32]
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void dqmstorepb::ROOTFilePB::clear_histo ( )
inline

Definition at line 420 of file ROOTFilePB.pb.h.

References histo_.

420  {
421  histo_.Clear();
422 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
void dqmstorepb::ROOTFilePB::CopyFrom ( const ::google::protobuf::Message &  from)

Definition at line 645 of file ROOTFilePB.pb.cc.

References Clear(), and MergeFrom().

Referenced by operator=().

645  {
646  if (&from == this) return;
647  Clear();
648  MergeFrom(from);
649 }
void MergeFrom(const ::google::protobuf::Message &from)
void dqmstorepb::ROOTFilePB::CopyFrom ( const ROOTFilePB from)

Definition at line 651 of file ROOTFilePB.pb.cc.

References Clear(), and MergeFrom().

651  {
652  if (&from == this) return;
653  Clear();
654  MergeFrom(from);
655 }
void MergeFrom(const ::google::protobuf::Message &from)
const ROOTFilePB & dqmstorepb::ROOTFilePB::default_instance ( )
static

Definition at line 522 of file ROOTFilePB.pb.cc.

References default_instance_, NULL, and protobuf_AddDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto.

522  {
524 }
friend void protobuf_AddDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()
#define NULL
Definition: scimark2.h:8
static ROOTFilePB * default_instance_
const ::google::protobuf::Descriptor * dqmstorepb::ROOTFilePB::descriptor ( )
static

Definition at line 517 of file ROOTFilePB.pb.cc.

517  {
518  protobuf_AssignDescriptorsOnce();
519  return ROOTFilePB_descriptor_;
520 }
int dqmstorepb::ROOTFilePB::GetCachedSize ( ) const
inline

Definition at line 201 of file ROOTFilePB.pb.h.

References _cached_size_.

201 { return _cached_size_; }
google::protobuf::Metadata dqmstorepb::ROOTFilePB::GetMetadata ( ) const

Definition at line 674 of file ROOTFilePB.pb.cc.

674  {
675  protobuf_AssignDescriptorsOnce();
676  ::google::protobuf::Metadata metadata;
677  metadata.descriptor = ROOTFilePB_descriptor_;
678  metadata.reflection = ROOTFilePB_reflection_;
679  return metadata;
680 }
const ::dqmstorepb::ROOTFilePB_Histo & dqmstorepb::ROOTFilePB::histo ( int  index) const
inline

Definition at line 423 of file ROOTFilePB.pb.h.

References histo_.

Referenced by addFile(), convertFile(), dumpFiles(), DQMStore::readFilePB(), and tryRootPreload().

423  {
424  return histo_.Get(index);
425 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
const ::google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > & dqmstorepb::ROOTFilePB::histo ( ) const
inline

Definition at line 433 of file ROOTFilePB.pb.h.

References histo_.

Referenced by ByteSize(), IsInitialized(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().

433  {
434  return histo_;
435 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
int dqmstorepb::ROOTFilePB::histo_size ( ) const
inline

Definition at line 417 of file ROOTFilePB.pb.h.

References histo_.

Referenced by addFile(), ByteSize(), convertFile(), dumpFiles(), IsInitialized(), DQMStore::readFilePB(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().

417  {
418  return histo_.size();
419 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
void dqmstorepb::ROOTFilePB::InitAsDefaultInstance ( )
private
bool dqmstorepb::ROOTFilePB::IsInitialized ( ) const

Definition at line 657 of file ROOTFilePB.pb.cc.

References histo(), histo_size(), and i.

657  {
658 
659  for (int i = 0; i < histo_size(); i++) {
660  if (!this->histo(i).IsInitialized()) return false;
661  }
662  return true;
663 }
int i
Definition: DBlmapReader.cc:9
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
void dqmstorepb::ROOTFilePB::MergeFrom ( const ::google::protobuf::Message &  from)

Definition at line 627 of file ROOTFilePB.pb.cc.

References NULL, and source.

Referenced by CopyFrom(), and ROOTFilePB().

627  {
628  GOOGLE_CHECK_NE(&from, this);
629  const ROOTFilePB* source =
630  ::google::protobuf::internal::dynamic_cast_if_available<const ROOTFilePB*>(
631  &from);
632  if (source == NULL) {
633  ::google::protobuf::internal::ReflectionOps::Merge(from, this);
634  } else {
635  MergeFrom(*source);
636  }
637 }
#define NULL
Definition: scimark2.h:8
void MergeFrom(const ::google::protobuf::Message &from)
static std::string const source
Definition: EdmProvDump.cc:42
void dqmstorepb::ROOTFilePB::MergeFrom ( const ROOTFilePB from)

Definition at line 639 of file ROOTFilePB.pb.cc.

References histo_, mutable_unknown_fields(), and unknown_fields().

639  {
640  GOOGLE_CHECK_NE(&from, this);
641  histo_.MergeFrom(from.histo_);
642  mutable_unknown_fields()->MergeFrom(from.unknown_fields());
643 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
bool dqmstorepb::ROOTFilePB::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

Definition at line 538 of file ROOTFilePB.pb.cc.

References add_histo(), DO_, mutable_unknown_fields(), and GlobalPosition_Frontier_DevDB_cff::tag.

539  {
540 #define DO_(EXPRESSION) if (!(EXPRESSION)) return false
542  while ((tag = input->ReadTag()) != 0) {
543  switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
544  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
545  case 1: {
546  if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
547  ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) {
548  parse_histo:
549  DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
550  input, add_histo()));
551  } else {
552  goto handle_uninterpreted;
553  }
554  if (input->ExpectTag(10)) goto parse_histo;
555  if (input->ExpectAtEnd()) return true;
556  break;
557  }
558 
559  default: {
560  handle_uninterpreted:
561  if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
562  ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) {
563  return true;
564  }
565  DO_(::google::protobuf::internal::WireFormat::SkipField(
566  input, tag, mutable_unknown_fields()));
567  break;
568  }
569  }
570  }
571  return true;
572 #undef DO_
573 }
#define DO_(EXPRESSION)
static std::string const input
Definition: EdmProvDump.cc:43
unsigned int uint32
Definition: MsgTools.h:13
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
inline::dqmstorepb::ROOTFilePB_Histo * add_histo()
dqmstorepb::ROOTFilePB_Histo * dqmstorepb::ROOTFilePB::mutable_histo ( int  index)
inline

Definition at line 426 of file ROOTFilePB.pb.h.

References histo_.

426  {
427  return histo_.Mutable(index);
428 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > * dqmstorepb::ROOTFilePB::mutable_histo ( )
inline

Definition at line 437 of file ROOTFilePB.pb.h.

References histo_.

437  {
438  return &histo_;
439 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
inline ::google::protobuf::UnknownFieldSet* dqmstorepb::ROOTFilePB::mutable_unknown_fields ( )
inline

Definition at line 176 of file ROOTFilePB.pb.h.

References _unknown_fields_.

Referenced by Clear(), MergeFrom(), and MergePartialFromCodedStream().

176  {
177  return &_unknown_fields_;
178  }
::google::protobuf::UnknownFieldSet _unknown_fields_
ROOTFilePB * dqmstorepb::ROOTFilePB::New ( ) const

Definition at line 528 of file ROOTFilePB.pb.cc.

References ROOTFilePB().

528  {
529  return new ROOTFilePB;
530 }
ROOTFilePB& dqmstorepb::ROOTFilePB::operator= ( const ROOTFilePB from)
inline

Definition at line 167 of file ROOTFilePB.pb.h.

References CopyFrom().

167  {
168  CopyFrom(from);
169  return *this;
170  }
void CopyFrom(const ::google::protobuf::Message &from)
void dqmstorepb::ROOTFilePB::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

Definition at line 575 of file ROOTFilePB.pb.cc.

References relativeConstraints::empty, histo(), histo_size(), i, and unknown_fields().

576  {
577  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
578  for (int i = 0; i < this->histo_size(); i++) {
579  ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
580  1, this->histo(i), output);
581  }
582 
583  if (!unknown_fields().empty()) {
584  ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
586  }
587 }
int i
Definition: DBlmapReader.cc:9
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
google::protobuf::uint8 * dqmstorepb::ROOTFilePB::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const

Definition at line 589 of file ROOTFilePB.pb.cc.

References relativeConstraints::empty, histo(), histo_size(), i, filterCSVwithJSON::target, and unknown_fields().

590  {
591  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
592  for (int i = 0; i < this->histo_size(); i++) {
593  target = ::google::protobuf::internal::WireFormatLite::
594  WriteMessageNoVirtualToArray(
595  1, this->histo(i), target);
596  }
597 
598  if (!unknown_fields().empty()) {
599  target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
601  }
602  return target;
603 }
int i
Definition: DBlmapReader.cc:9
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
void dqmstorepb::ROOTFilePB::SetCachedSize ( int  size) const
private

Definition at line 512 of file ROOTFilePB.pb.cc.

References _cached_size_, and findQualityFiles::size.

512  {
513  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
515  GOOGLE_SAFE_CONCURRENT_WRITES_END();
516 }
tuple size
Write out results.
void dqmstorepb::ROOTFilePB::SharedCtor ( )
private

Definition at line 498 of file ROOTFilePB.pb.cc.

References _cached_size_, and _has_bits_.

Referenced by ROOTFilePB().

498  {
499  _cached_size_ = 0;
500  ::memset(_has_bits_, 0, sizeof(_has_bits_));
501 }
::google::protobuf::uint32 _has_bits_[(1+31)/32]
void dqmstorepb::ROOTFilePB::SharedDtor ( )
private

Definition at line 507 of file ROOTFilePB.pb.cc.

References default_instance_.

Referenced by ~ROOTFilePB().

507  {
508  if (this != default_instance_) {
509  }
510 }
static ROOTFilePB * default_instance_
void dqmstorepb::ROOTFilePB::Swap ( ROOTFilePB other)

Definition at line 665 of file ROOTFilePB.pb.cc.

References _cached_size_, _has_bits_, _unknown_fields_, histo_, and std::swap().

665  {
666  if (other != this) {
667  histo_.Swap(&other->histo_);
668  std::swap(_has_bits_[0], other->_has_bits_[0]);
669  _unknown_fields_.Swap(&other->_unknown_fields_);
670  std::swap(_cached_size_, other->_cached_size_);
671  }
672 }
::google::protobuf::uint32 _has_bits_[(1+31)/32]
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
::google::protobuf::UnknownFieldSet _unknown_fields_
const ::google::protobuf::UnknownFieldSet& dqmstorepb::ROOTFilePB::unknown_fields ( ) const
inline

Definition at line 172 of file ROOTFilePB.pb.h.

References _unknown_fields_.

Referenced by ByteSize(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().

172  {
173  return _unknown_fields_;
174  }
::google::protobuf::UnknownFieldSet _unknown_fields_

Friends And Related Function Documentation

void protobuf_AddDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto ( )
friend

Definition at line 96 of file ROOTFilePB.pb.cc.

Referenced by default_instance().

96  {
97  static bool already_here = false;
98  if (already_here) return;
99  already_here = true;
100  GOOGLE_PROTOBUF_VERIFY_VERSION;
101 
102  ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
103  "\n%DQMServices/Core/src/ROOTFilePB.proto\022"
104  "\ndqmstorepb\"\216\001\n\nROOTFilePB\022+\n\005histo\030\001 \003("
105  "\0132\034.dqmstorepb.ROOTFilePB.Histo\032S\n\005Histo"
106  "\022\025\n\rfull_pathname\030\001 \002(\t\022\014\n\004size\030\002 \002(\r\022\026\n"
107  "\016streamed_histo\030\003 \002(\014\022\r\n\005flags\030\004 \002(\r", 196);
108  ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
109  "DQMServices/Core/src/ROOTFilePB.proto", &protobuf_RegisterTypes);
111  ROOTFilePB_Histo::default_instance_ = new ROOTFilePB_Histo();
114  ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto);
115 }
static ROOTFilePB * default_instance_
friend void protobuf_ShutdownFile_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()
static ROOTFilePB_Histo * default_instance_
void protobuf_AssignDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto ( )
friend

Definition at line 30 of file ROOTFilePB.pb.cc.

30  {
32  const ::google::protobuf::FileDescriptor* file =
33  ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
34  "DQMServices/Core/src/ROOTFilePB.proto");
35  GOOGLE_CHECK(file != NULL);
36  ROOTFilePB_descriptor_ = file->message_type(0);
37  static const int ROOTFilePB_offsets_[1] = {
38  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB, histo_),
39  };
40  ROOTFilePB_reflection_ =
41  new ::google::protobuf::internal::GeneratedMessageReflection(
42  ROOTFilePB_descriptor_,
44  ROOTFilePB_offsets_,
45  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB, _has_bits_[0]),
46  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB, _unknown_fields_),
47  -1,
48  ::google::protobuf::DescriptorPool::generated_pool(),
49  ::google::protobuf::MessageFactory::generated_factory(),
50  sizeof(ROOTFilePB));
51  ROOTFilePB_Histo_descriptor_ = ROOTFilePB_descriptor_->nested_type(0);
52  static const int ROOTFilePB_Histo_offsets_[4] = {
53  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, full_pathname_),
54  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, size_),
55  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, streamed_histo_),
56  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, flags_),
57  };
58  ROOTFilePB_Histo_reflection_ =
59  new ::google::protobuf::internal::GeneratedMessageReflection(
60  ROOTFilePB_Histo_descriptor_,
62  ROOTFilePB_Histo_offsets_,
63  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, _has_bits_[0]),
64  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, _unknown_fields_),
65  -1,
66  ::google::protobuf::DescriptorPool::generated_pool(),
67  ::google::protobuf::MessageFactory::generated_factory(),
68  sizeof(ROOTFilePB_Histo));
69 }
friend void protobuf_AddDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()
::google::protobuf::uint32 _has_bits_[(1+31)/32]
#define NULL
Definition: scimark2.h:8
static ROOTFilePB * default_instance_
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
size_(0)
Definition: OwnArray.h:181
static ROOTFilePB_Histo * default_instance_
::google::protobuf::UnknownFieldSet _unknown_fields_
void protobuf_ShutdownFile_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto ( )
friend

Definition at line 89 of file ROOTFilePB.pb.cc.

89  {
91  delete ROOTFilePB_reflection_;
93  delete ROOTFilePB_Histo_reflection_;
94 }
static ROOTFilePB * default_instance_
static ROOTFilePB_Histo * default_instance_

Member Data Documentation

int dqmstorepb::ROOTFilePB::_cached_size_
mutableprivate

Definition at line 235 of file ROOTFilePB.pb.h.

Referenced by ByteSize(), GetCachedSize(), SetCachedSize(), SharedCtor(), and Swap().

::google::protobuf::uint32 dqmstorepb::ROOTFilePB::_has_bits_[(1+31)/32]
private

Definition at line 236 of file ROOTFilePB.pb.h.

Referenced by Clear(), SharedCtor(), and Swap().

::google::protobuf::UnknownFieldSet dqmstorepb::ROOTFilePB::_unknown_fields_
private

Definition at line 231 of file ROOTFilePB.pb.h.

Referenced by mutable_unknown_fields(), Swap(), and unknown_fields().

ROOTFilePB * dqmstorepb::ROOTFilePB::default_instance_ = NULL
staticprivate
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > dqmstorepb::ROOTFilePB::histo_
private
const int dqmstorepb::ROOTFilePB::kHistoFieldNumber = 1
static

Definition at line 219 of file ROOTFilePB.pb.h.