test
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]
 
::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 211 of file ROOTFilePB.pb.h.

Constructor & Destructor Documentation

dqmstorepb::ROOTFilePB::ROOTFilePB ( )

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

References SharedCtor().

Referenced by New().

518  : ::google::protobuf::Message() {
519  SharedCtor();
520  // @@protoc_insertion_point(constructor:dqmstorepb.ROOTFilePB)
521 }
dqmstorepb::ROOTFilePB::~ROOTFilePB ( )
virtual

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

References SharedDtor().

538  {
539  // @@protoc_insertion_point(destructor:dqmstorepb.ROOTFilePB)
540  SharedDtor();
541 }
dqmstorepb::ROOTFilePB::ROOTFilePB ( const ROOTFilePB from)

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

References MergeFrom(), and SharedCtor().

527  : ::google::protobuf::Message() {
528  SharedCtor();
529  MergeFrom(from);
530  // @@protoc_insertion_point(copy_constructor:dqmstorepb.ROOTFilePB)
531 }
void MergeFrom(const ::google::protobuf::Message &from)

Member Function Documentation

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

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

References histo_.

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

468  {
469  // @@protoc_insertion_point(field_add:dqmstorepb.ROOTFilePB.histo)
470  return histo_.Add();
471 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
int dqmstorepb::ROOTFilePB::ByteSize ( ) const

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

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

655  {
656  int total_size = 0;
657 
658  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
659  total_size += 1 * this->histo_size();
660  for (int i = 0; i < this->histo_size(); i++) {
661  total_size +=
662  ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual(
663  this->histo(i));
664  }
665 
666  if (!unknown_fields().empty()) {
667  total_size +=
668  ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
669  unknown_fields());
670  }
671  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
672  _cached_size_ = total_size;
673  GOOGLE_SAFE_CONCURRENT_WRITES_END();
674  return total_size;
675 }
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 569 of file ROOTFilePB.pb.cc.

References _has_bits_, histo_, and mutable_unknown_fields().

Referenced by CopyFrom().

569  {
570  histo_.Clear();
571  ::memset(_has_bits_, 0, sizeof(_has_bits_));
572  mutable_unknown_fields()->Clear();
573 }
::google::protobuf::uint32 _has_bits_[1]
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void dqmstorepb::ROOTFilePB::clear_histo ( )
inline

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

References histo_.

457  {
458  histo_.Clear();
459 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
void dqmstorepb::ROOTFilePB::CopyFrom ( const ::google::protobuf::Message &  from)

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

References Clear(), and MergeFrom().

Referenced by operator=().

695  {
696  if (&from == this) return;
697  Clear();
698  MergeFrom(from);
699 }
void MergeFrom(const ::google::protobuf::Message &from)
void dqmstorepb::ROOTFilePB::CopyFrom ( const ROOTFilePB from)

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

References Clear(), and MergeFrom().

701  {
702  if (&from == this) return;
703  Clear();
704  MergeFrom(from);
705 }
void MergeFrom(const ::google::protobuf::Message &from)
const ROOTFilePB & dqmstorepb::ROOTFilePB::default_instance ( )
static

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

References default_instance_, NULL, and protobuf_AddDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto.

558  {
560  return *default_instance_;
561 }
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 553 of file ROOTFilePB.pb.cc.

553  {
554  protobuf_AssignDescriptorsOnce();
555  return ROOTFilePB_descriptor_;
556 }
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 722 of file ROOTFilePB.pb.cc.

722  {
723  protobuf_AssignDescriptorsOnce();
724  ::google::protobuf::Metadata metadata;
725  metadata.descriptor = ROOTFilePB_descriptor_;
726  metadata.reflection = ROOTFilePB_reflection_;
727  return metadata;
728 }
const ::dqmstorepb::ROOTFilePB_Histo & dqmstorepb::ROOTFilePB::histo ( int  index) const
inline

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

References histo_.

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

460  {
461  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.histo)
462  return histo_.Get(index);
463 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
const ::google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > & dqmstorepb::ROOTFilePB::histo ( ) const
inline

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

References histo_.

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

473  {
474  // @@protoc_insertion_point(field_list:dqmstorepb.ROOTFilePB.histo)
475  return histo_;
476 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
int dqmstorepb::ROOTFilePB::histo_size ( ) const
inline

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

References histo_.

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

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

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

References histo().

707  {
708 
709  if (!::google::protobuf::internal::AllAreInitialized(this->histo())) return false;
710  return true;
711 }
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
void dqmstorepb::ROOTFilePB::MergeFrom ( const ::google::protobuf::Message &  from)

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

References NULL, and source.

Referenced by CopyFrom(), and ROOTFilePB().

677  {
678  GOOGLE_CHECK_NE(&from, this);
679  const ROOTFilePB* source =
680  ::google::protobuf::internal::dynamic_cast_if_available<const ROOTFilePB*>(
681  &from);
682  if (source == NULL) {
683  ::google::protobuf::internal::ReflectionOps::Merge(from, this);
684  } else {
685  MergeFrom(*source);
686  }
687 }
#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 689 of file ROOTFilePB.pb.cc.

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

689  {
690  GOOGLE_CHECK_NE(&from, this);
691  histo_.MergeFrom(from.histo_);
692  mutable_unknown_fields()->MergeFrom(from.unknown_fields());
693 }
::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 575 of file ROOTFilePB.pb.cc.

References add_histo(), DO_, mutable_unknown_fields(), AlCaHLTBitMon_ParallelJobs::p, summarizeEdmComparisonLogfiles::success, and GlobalPosition_Frontier_DevDB_cff::tag.

576  {
577 #define DO_(EXPRESSION) if (!(EXPRESSION)) goto failure
579  // @@protoc_insertion_point(parse_start:dqmstorepb.ROOTFilePB)
580  for (;;) {
581  ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoff(127);
582  tag = p.first;
583  if (!p.second) goto handle_unusual;
584  switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
585  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
586  case 1: {
587  if (tag == 10) {
588  parse_histo:
589  DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
590  input, add_histo()));
591  } else {
592  goto handle_unusual;
593  }
594  if (input->ExpectTag(10)) goto parse_histo;
595  if (input->ExpectAtEnd()) goto success;
596  break;
597  }
598 
599  default: {
600  handle_unusual:
601  if (tag == 0 ||
602  ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
603  ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) {
604  goto success;
605  }
606  DO_(::google::protobuf::internal::WireFormat::SkipField(
607  input, tag, mutable_unknown_fields()));
608  break;
609  }
610  }
611  }
612 success:
613  // @@protoc_insertion_point(parse_success:dqmstorepb.ROOTFilePB)
614  return true;
615 failure:
616  // @@protoc_insertion_point(parse_failure:dqmstorepb.ROOTFilePB)
617  return false;
618 #undef DO_
619 }
#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 464 of file ROOTFilePB.pb.h.

References histo_.

464  {
465  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.histo)
466  return histo_.Mutable(index);
467 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > * dqmstorepb::ROOTFilePB::mutable_histo ( )
inline

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

References histo_.

478  {
479  // @@protoc_insertion_point(field_mutable_list:dqmstorepb.ROOTFilePB.histo)
480  return &histo_;
481 }
::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 565 of file ROOTFilePB.pb.cc.

References ROOTFilePB().

565  {
566  return new ROOTFilePB;
567 }
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 621 of file ROOTFilePB.pb.cc.

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

622  {
623  // @@protoc_insertion_point(serialize_start:dqmstorepb.ROOTFilePB)
624  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
625  for (int i = 0; i < this->histo_size(); i++) {
626  ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
627  1, this->histo(i), output);
628  }
629 
630  if (!unknown_fields().empty()) {
631  ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
633  }
634  // @@protoc_insertion_point(serialize_end:dqmstorepb.ROOTFilePB)
635 }
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 637 of file ROOTFilePB.pb.cc.

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

638  {
639  // @@protoc_insertion_point(serialize_to_array_start:dqmstorepb.ROOTFilePB)
640  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
641  for (int i = 0; i < this->histo_size(); i++) {
642  target = ::google::protobuf::internal::WireFormatLite::
643  WriteMessageNoVirtualToArray(
644  1, this->histo(i), target);
645  }
646 
647  if (!unknown_fields().empty()) {
648  target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
650  }
651  // @@protoc_insertion_point(serialize_to_array_end:dqmstorepb.ROOTFilePB)
652  return target;
653 }
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 548 of file ROOTFilePB.pb.cc.

References _cached_size_, and findQualityFiles::size.

548  {
549  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
551  GOOGLE_SAFE_CONCURRENT_WRITES_END();
552 }
tuple size
Write out results.
void dqmstorepb::ROOTFilePB::SharedCtor ( )
private

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

References _cached_size_, and _has_bits_.

Referenced by ROOTFilePB().

533  {
534  _cached_size_ = 0;
535  ::memset(_has_bits_, 0, sizeof(_has_bits_));
536 }
::google::protobuf::uint32 _has_bits_[1]
void dqmstorepb::ROOTFilePB::SharedDtor ( )
private

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

References default_instance_.

Referenced by ~ROOTFilePB().

543  {
544  if (this != default_instance_) {
545  }
546 }
static ROOTFilePB * default_instance_
void dqmstorepb::ROOTFilePB::Swap ( ROOTFilePB other)

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

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

713  {
714  if (other != this) {
715  histo_.Swap(&other->histo_);
716  std::swap(_has_bits_[0], other->_has_bits_[0]);
717  _unknown_fields_.Swap(&other->_unknown_fields_);
718  std::swap(_cached_size_, other->_cached_size_);
719  }
720 }
::google::protobuf::uint32 _has_bits_[1]
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 99 of file ROOTFilePB.pb.cc.

Referenced by default_instance().

99  {
100  static bool already_here = false;
101  if (already_here) return;
102  already_here = true;
103  GOOGLE_PROTOBUF_VERIFY_VERSION;
104 
105  ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
106  "\n%DQMServices/Core/src/ROOTFilePB.proto\022"
107  "\ndqmstorepb\"\216\001\n\nROOTFilePB\022+\n\005histo\030\001 \003("
108  "\0132\034.dqmstorepb.ROOTFilePB.Histo\032S\n\005Histo"
109  "\022\025\n\rfull_pathname\030\001 \002(\t\022\014\n\004size\030\002 \002(\r\022\026\n"
110  "\016streamed_histo\030\003 \002(\014\022\r\n\005flags\030\004 \002(\r", 196);
111  ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
112  "DQMServices/Core/src/ROOTFilePB.proto", &protobuf_RegisterTypes);
114  ROOTFilePB_Histo::default_instance_ = new ROOTFilePB_Histo();
117  ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto);
118 }
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 33 of file ROOTFilePB.pb.cc.

33  {
35  const ::google::protobuf::FileDescriptor* file =
36  ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
37  "DQMServices/Core/src/ROOTFilePB.proto");
38  GOOGLE_CHECK(file != NULL);
39  ROOTFilePB_descriptor_ = file->message_type(0);
40  static const int ROOTFilePB_offsets_[1] = {
41  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB, histo_),
42  };
43  ROOTFilePB_reflection_ =
44  new ::google::protobuf::internal::GeneratedMessageReflection(
45  ROOTFilePB_descriptor_,
47  ROOTFilePB_offsets_,
48  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB, _has_bits_[0]),
49  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB, _unknown_fields_),
50  -1,
51  ::google::protobuf::DescriptorPool::generated_pool(),
52  ::google::protobuf::MessageFactory::generated_factory(),
53  sizeof(ROOTFilePB));
54  ROOTFilePB_Histo_descriptor_ = ROOTFilePB_descriptor_->nested_type(0);
55  static const int ROOTFilePB_Histo_offsets_[4] = {
56  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, full_pathname_),
57  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, size_),
58  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, streamed_histo_),
59  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, flags_),
60  };
61  ROOTFilePB_Histo_reflection_ =
62  new ::google::protobuf::internal::GeneratedMessageReflection(
63  ROOTFilePB_Histo_descriptor_,
65  ROOTFilePB_Histo_offsets_,
66  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, _has_bits_[0]),
67  GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(ROOTFilePB_Histo, _unknown_fields_),
68  -1,
69  ::google::protobuf::DescriptorPool::generated_pool(),
70  ::google::protobuf::MessageFactory::generated_factory(),
71  sizeof(ROOTFilePB_Histo));
72 }
friend void protobuf_AddDesc_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()
::google::protobuf::uint32 _has_bits_[1]
#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 92 of file ROOTFilePB.pb.cc.

92  {
94  delete ROOTFilePB_reflection_;
96  delete ROOTFilePB_Histo_reflection_;
97 }
static ROOTFilePB * default_instance_
static ROOTFilePB_Histo * default_instance_

Member Data Documentation

int dqmstorepb::ROOTFilePB::_cached_size_
mutableprivate

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

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

::google::protobuf::uint32 dqmstorepb::ROOTFilePB::_has_bits_[1]
private

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

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

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

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