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_ROOTFilePB_2eproto ()
 
void protobuf_AssignDesc_ROOTFilePB_2eproto ()
 
void protobuf_ShutdownFile_ROOTFilePB_2eproto ()
 

Detailed Description

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

dqmstorepb::ROOTFilePB::ROOTFilePB ( )

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

References SharedCtor().

Referenced by New().

443  : ::google::protobuf::Message() {
444  SharedCtor();
445 }
dqmstorepb::ROOTFilePB::~ROOTFilePB ( )
virtual

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

References SharedDtor().

461  {
462  SharedDtor();
463 }
dqmstorepb::ROOTFilePB::ROOTFilePB ( const ROOTFilePB from)

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

References MergeFrom(), and SharedCtor().

451  : ::google::protobuf::Message() {
452  SharedCtor();
453  MergeFrom(from);
454 }
void MergeFrom(const ::google::protobuf::Message &from)

Member Function Documentation

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

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

References histo_.

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

397  {
398  return histo_.Add();
399 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
int dqmstorepb::ROOTFilePB::ByteSize ( ) const

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

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

563  {
564  int total_size = 0;
565 
566  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
567  total_size += 1 * this->histo_size();
568  for (int i = 0; i < this->histo_size(); i++) {
569  total_size +=
570  ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual(
571  this->histo(i));
572  }
573 
574  if (!unknown_fields().empty()) {
575  total_size +=
576  ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
577  unknown_fields());
578  }
579  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
580  _cached_size_ = total_size;
581  GOOGLE_SAFE_CONCURRENT_WRITES_END();
582  return total_size;
583 }
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 490 of file ROOTFilePB.pb.cc.

References _has_bits_, histo_, and mutable_unknown_fields().

Referenced by CopyFrom().

490  {
491  histo_.Clear();
492  ::memset(_has_bits_, 0, sizeof(_has_bits_));
493  mutable_unknown_fields()->Clear();
494 }
::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 388 of file ROOTFilePB.pb.h.

References histo_.

388  {
389  histo_.Clear();
390 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
void dqmstorepb::ROOTFilePB::CopyFrom ( const ::google::protobuf::Message &  from)

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

References Clear(), and MergeFrom().

Referenced by operator=().

603  {
604  if (&from == this) return;
605  Clear();
606  MergeFrom(from);
607 }
void MergeFrom(const ::google::protobuf::Message &from)
void dqmstorepb::ROOTFilePB::CopyFrom ( const ROOTFilePB from)

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

References Clear(), and MergeFrom().

609  {
610  if (&from == this) return;
611  Clear();
612  MergeFrom(from);
613 }
void MergeFrom(const ::google::protobuf::Message &from)
const ROOTFilePB & dqmstorepb::ROOTFilePB::default_instance ( )
static

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

References default_instance_, NULL, and protobuf_AddDesc_ROOTFilePB_2eproto.

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

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

475  {
476  protobuf_AssignDescriptorsOnce();
477  return ROOTFilePB_descriptor_;
478 }
int dqmstorepb::ROOTFilePB::GetCachedSize ( ) const
inline

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

References _cached_size_.

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

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

632  {
633  protobuf_AssignDescriptorsOnce();
634  ::google::protobuf::Metadata metadata;
635  metadata.descriptor = ROOTFilePB_descriptor_;
636  metadata.reflection = ROOTFilePB_reflection_;
637  return metadata;
638 }
const ::dqmstorepb::ROOTFilePB_Histo & dqmstorepb::ROOTFilePB::histo ( int  index) const
inline

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

References histo_.

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

391  {
392  return histo_.Get(index);
393 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
const ::google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > & dqmstorepb::ROOTFilePB::histo ( ) const
inline

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

References histo_.

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

401  {
402  return histo_;
403 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
int dqmstorepb::ROOTFilePB::histo_size ( ) const
inline

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

References histo_.

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

385  {
386  return histo_.size();
387 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
void dqmstorepb::ROOTFilePB::InitAsDefaultInstance ( )
private

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

Referenced by dqmstorepb::protobuf_AddDesc_ROOTFilePB_2eproto().

447  {
448 }
bool dqmstorepb::ROOTFilePB::IsInitialized ( ) const

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

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

615  {
616 
617  for (int i = 0; i < histo_size(); i++) {
618  if (!this->histo(i).IsInitialized()) return false;
619  }
620  return true;
621 }
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 585 of file ROOTFilePB.pb.cc.

References NULL, and source.

Referenced by CopyFrom(), and ROOTFilePB().

585  {
586  GOOGLE_CHECK_NE(&from, this);
587  const ROOTFilePB* source =
588  ::google::protobuf::internal::dynamic_cast_if_available<const ROOTFilePB*>(
589  &from);
590  if (source == NULL) {
591  ::google::protobuf::internal::ReflectionOps::Merge(from, this);
592  } else {
593  MergeFrom(*source);
594  }
595 }
#define NULL
Definition: scimark2.h:8
void MergeFrom(const ::google::protobuf::Message &from)
static std::string const source
Definition: EdmProvDump.cc:43
void dqmstorepb::ROOTFilePB::MergeFrom ( const ROOTFilePB from)

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

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

597  {
598  GOOGLE_CHECK_NE(&from, this);
599  histo_.MergeFrom(from.histo_);
600  mutable_unknown_fields()->MergeFrom(from.unknown_fields());
601 }
::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 496 of file ROOTFilePB.pb.cc.

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

497  {
498 #define DO_(EXPRESSION) if (!(EXPRESSION)) return false
500  while ((tag = input->ReadTag()) != 0) {
501  switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
502  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
503  case 1: {
504  if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
505  ::google::protobuf::internal::WireFormatLite::WIRETYPE_LENGTH_DELIMITED) {
506  parse_histo:
507  DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
508  input, add_histo()));
509  } else {
510  goto handle_uninterpreted;
511  }
512  if (input->ExpectTag(10)) goto parse_histo;
513  if (input->ExpectAtEnd()) return true;
514  break;
515  }
516 
517  default: {
518  handle_uninterpreted:
519  if (::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
520  ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) {
521  return true;
522  }
523  DO_(::google::protobuf::internal::WireFormat::SkipField(
524  input, tag, mutable_unknown_fields()));
525  break;
526  }
527  }
528  }
529  return true;
530 #undef DO_
531 }
#define DO_(EXPRESSION)
static std::string const input
Definition: EdmProvDump.cc:44
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 394 of file ROOTFilePB.pb.h.

References histo_.

394  {
395  return histo_.Mutable(index);
396 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > * dqmstorepb::ROOTFilePB::mutable_histo ( )
inline

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

References histo_.

405  {
406  return &histo_;
407 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
inline ::google::protobuf::UnknownFieldSet* dqmstorepb::ROOTFilePB::mutable_unknown_fields ( )
inline

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

References _unknown_fields_.

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

166  {
167  return &_unknown_fields_;
168  }
::google::protobuf::UnknownFieldSet _unknown_fields_
ROOTFilePB * dqmstorepb::ROOTFilePB::New ( ) const

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

References ROOTFilePB().

486  {
487  return new ROOTFilePB;
488 }
ROOTFilePB& dqmstorepb::ROOTFilePB::operator= ( const ROOTFilePB from)
inline

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

References CopyFrom().

157  {
158  CopyFrom(from);
159  return *this;
160  }
void CopyFrom(const ::google::protobuf::Message &from)
void dqmstorepb::ROOTFilePB::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

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

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

534  {
535  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
536  for (int i = 0; i < this->histo_size(); i++) {
537  ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
538  1, this->histo(i), output);
539  }
540 
541  if (!unknown_fields().empty()) {
542  ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
544  }
545 }
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 547 of file ROOTFilePB.pb.cc.

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

548  {
549  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
550  for (int i = 0; i < this->histo_size(); i++) {
551  target = ::google::protobuf::internal::WireFormatLite::
552  WriteMessageNoVirtualToArray(
553  1, this->histo(i), target);
554  }
555 
556  if (!unknown_fields().empty()) {
557  target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
559  }
560  return target;
561 }
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 470 of file ROOTFilePB.pb.cc.

References _cached_size_, and findQualityFiles::size.

470  {
471  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
473  GOOGLE_SAFE_CONCURRENT_WRITES_END();
474 }
tuple size
Write out results.
void dqmstorepb::ROOTFilePB::SharedCtor ( )
private

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

References _cached_size_, and _has_bits_.

Referenced by ROOTFilePB().

456  {
457  _cached_size_ = 0;
458  ::memset(_has_bits_, 0, sizeof(_has_bits_));
459 }
::google::protobuf::uint32 _has_bits_[(1+31)/32]
void dqmstorepb::ROOTFilePB::SharedDtor ( )
private

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

References default_instance_.

Referenced by ~ROOTFilePB().

465  {
466  if (this != default_instance_) {
467  }
468 }
static ROOTFilePB * default_instance_
void dqmstorepb::ROOTFilePB::Swap ( ROOTFilePB other)

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

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

623  {
624  if (other != this) {
625  histo_.Swap(&other->histo_);
626  std::swap(_has_bits_[0], other->_has_bits_[0]);
627  _unknown_fields_.Swap(&other->_unknown_fields_);
628  std::swap(_cached_size_, other->_cached_size_);
629  }
630 }
::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 162 of file ROOTFilePB.pb.h.

References _unknown_fields_.

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

162  {
163  return _unknown_fields_;
164  }
::google::protobuf::UnknownFieldSet _unknown_fields_

Friends And Related Function Documentation

void protobuf_AddDesc_ROOTFilePB_2eproto ( )
friend

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

Referenced by default_instance().

95  {
96  static bool already_here = false;
97  if (already_here) return;
98  already_here = true;
99  GOOGLE_PROTOBUF_VERIFY_VERSION;
100 
101  ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
102  "\n\020ROOTFilePB.proto\022\ndqmstorepb\"\177\n\nROOTFi"
103  "lePB\022+\n\005histo\030\001 \003(\0132\034.dqmstorepb.ROOTFil"
104  "ePB.Histo\032D\n\005Histo\022\025\n\rfull_pathname\030\001 \002("
105  "\t\022\014\n\004size\030\002 \002(\r\022\026\n\016streamed_histo\030\003 \002(\014", 159);
106  ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
107  "ROOTFilePB.proto", &protobuf_RegisterTypes);
109  ROOTFilePB_Histo::default_instance_ = new ROOTFilePB_Histo();
112  ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_ROOTFilePB_2eproto);
113 }
friend void protobuf_ShutdownFile_ROOTFilePB_2eproto()
static ROOTFilePB * default_instance_
static ROOTFilePB_Histo * default_instance_
void protobuf_AssignDesc_ROOTFilePB_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  "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_[3] = {
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  };
57  ROOTFilePB_Histo_reflection_ =
58  new ::google::protobuf::internal::GeneratedMessageReflection(
59  ROOTFilePB_Histo_descriptor_,
61  ROOTFilePB_Histo_offsets_,
62  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, _has_bits_[0]),
63  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, _unknown_fields_),
64  -1,
65  ::google::protobuf::DescriptorPool::generated_pool(),
66  ::google::protobuf::MessageFactory::generated_factory(),
67  sizeof(ROOTFilePB_Histo));
68 }
::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_
friend void protobuf_AddDesc_ROOTFilePB_2eproto()
size_(0)
Definition: OwnArray.h:181
static ROOTFilePB_Histo * default_instance_
::google::protobuf::UnknownFieldSet _unknown_fields_
void protobuf_ShutdownFile_ROOTFilePB_2eproto ( )
friend

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

88  {
90  delete ROOTFilePB_reflection_;
92  delete ROOTFilePB_Histo_reflection_;
93 }
static ROOTFilePB * default_instance_
static ROOTFilePB_Histo * default_instance_

Member Data Documentation

int dqmstorepb::ROOTFilePB::_cached_size_
mutableprivate

Definition at line 225 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 226 of file ROOTFilePB.pb.h.

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

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

Definition at line 221 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 209 of file ROOTFilePB.pb.h.