CMS 3D CMS Logo

List of all members | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Member Functions | 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

::dqmstorepb::ROOTFilePB_Histoadd_histo ()
 
size_t ByteSizeLong () const PROTOBUF_FINAL
 
void Clear () PROTOBUF_FINAL
 
void clear_histo ()
 
void CopyFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL
 
void CopyFrom (const ROOTFilePB &from)
 
int GetCachedSize () const PROTOBUF_FINAL
 
::google::protobuf::Metadata GetMetadata () const PROTOBUF_FINAL
 
const ::dqmstorepb::ROOTFilePB_Histohisto (int index) const
 
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo () const
 
int histo_size () const
 
::google::protobuf::uint8InternalSerializeWithCachedSizesToArray (bool deterministic,::google::protobuf::uint8 *target) const PROTOBUF_FINAL
 
bool IsInitialized () const PROTOBUF_FINAL
 
void MergeFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL
 
void MergeFrom (const ROOTFilePB &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) PROTOBUF_FINAL
 
::dqmstorepb::ROOTFilePB_Histomutable_histo (int index)
 
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > * mutable_histo ()
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
ROOTFilePBNew () const PROTOBUF_FINAL
 
ROOTFilePBNew (::google::protobuf::Arena *arena) const PROTOBUF_FINAL
 
ROOTFilePBoperator= (const ROOTFilePB &from)
 
 ROOTFilePB ()
 
 ROOTFilePB (const ROOTFilePB &from)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const PROTOBUF_FINAL
 
void Swap (ROOTFilePB *other)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
 ~ROOTFilePB () override
 

Static Public Member Functions

static const ROOTFilePBdefault_instance ()
 
static const ::google::protobuf::Descriptor * descriptor ()
 
static void InitAsDefaultInstance ()
 
static const ROOTFilePBinternal_default_instance ()
 

Static Public Attributes

static const int kHistoFieldNumber = 1
 
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 

Private Member Functions

inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void InternalSwap (ROOTFilePB *other)
 
void * MaybeArenaPtr () const
 
void SetCachedSize (int size) const PROTOBUF_FINAL
 
void SharedCtor ()
 
void SharedDtor ()
 
friend void::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::InitDefaultsROOTFilePBImpl ()
 

Private Attributes

int _cached_size_
 
::google::protobuf::internal::HasBits< 1 > _has_bits_
 
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
 
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histohisto_
 

Friends

struct ::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::TableStruct
 
void swap (ROOTFilePB &a, ROOTFilePB &b)
 

Detailed Description

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

dqmstorepb::ROOTFilePB::ROOTFilePB ( )

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

References protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::InitDefaultsROOTFilePB(), internal_default_instance(), and SharedCtor().

Referenced by New().

601  : ::google::protobuf::Message(), _internal_metadata_(nullptr) {
602  if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
604  }
605  SharedCtor();
606  // @@protoc_insertion_point(constructor:dqmstorepb.ROOTFilePB)
607 }
static const ROOTFilePB * internal_default_instance()
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
dqmstorepb::ROOTFilePB::~ROOTFilePB ( )
override

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

References SharedDtor().

622  {
623  // @@protoc_insertion_point(destructor:dqmstorepb.ROOTFilePB)
624  SharedDtor();
625 }
dqmstorepb::ROOTFilePB::ROOTFilePB ( const ROOTFilePB from)

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

References _internal_metadata_.

609  : ::google::protobuf::Message(),
610  _internal_metadata_(nullptr),
611  _has_bits_(from._has_bits_),
612  _cached_size_(0),
613  histo_(from.histo_) {
614  _internal_metadata_.MergeFrom(from._internal_metadata_);
615  // @@protoc_insertion_point(copy_constructor:dqmstorepb.ROOTFilePB)
616 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
::google::protobuf::internal::HasBits< 1 > _has_bits_
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_

Member Function Documentation

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

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

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

542  {
543  // @@protoc_insertion_point(field_add:dqmstorepb.ROOTFilePB.histo)
544  return histo_.Add();
545 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
size_t dqmstorepb::ROOTFilePB::ByteSizeLong ( ) const

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

References _cached_size_, _internal_metadata_, KineDebug3::count(), histo(), histo_size(), and mps_fire::i.

748  {
749 // @@protoc_insertion_point(message_byte_size_start:dqmstorepb.ROOTFilePB)
750  size_t total_size = 0;
751 
752  if (_internal_metadata_.have_unknown_fields()) {
753  total_size +=
754  ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
755  _internal_metadata_.unknown_fields());
756  }
757  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
758  {
759  unsigned int count = static_cast<unsigned int>(this->histo_size());
760  total_size += 1UL * count;
761  for (unsigned int i = 0; i < count; i++) {
762  total_size +=
763  ::google::protobuf::internal::WireFormatLite::MessageSize(
764  this->histo(static_cast<int>(i)));
765  }
766  }
767 
768  int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
769  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
770  _cached_size_ = cached_size;
771  GOOGLE_SAFE_CONCURRENT_WRITES_END();
772  return total_size;
773 }
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB::Clear ( )

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

References _has_bits_, _internal_metadata_, and histo_.

Referenced by CopyFrom().

653  {
654 // @@protoc_insertion_point(message_clear_start:dqmstorepb.ROOTFilePB)
655  ::google::protobuf::uint32 cached_has_bits = 0;
656  // Prevent compiler warnings about cached_has_bits being unused
657  (void) cached_has_bits;
658 
659  histo_.Clear();
660  _has_bits_.Clear();
661  _internal_metadata_.Clear();
662 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
::google::protobuf::internal::HasBits< 1 > _has_bits_
unsigned int uint32
Definition: MsgTools.h:13
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB::clear_histo ( )
inline

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

531  {
532  histo_.Clear();
533 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
void dqmstorepb::ROOTFilePB::CopyFrom ( const ::google::protobuf::Message &  from)

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

References Clear(), and MergeFrom().

800  {
801 // @@protoc_insertion_point(generalized_copy_from_start:dqmstorepb.ROOTFilePB)
802  if (&from == this) return;
803  Clear();
804  MergeFrom(from);
805 }
void Clear() PROTOBUF_FINAL
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
void dqmstorepb::ROOTFilePB::CopyFrom ( const ROOTFilePB from)

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

References Clear(), and MergeFrom().

807  {
808 // @@protoc_insertion_point(class_specific_copy_from_start:dqmstorepb.ROOTFilePB)
809  if (&from == this) return;
810  Clear();
811  MergeFrom(from);
812 }
void Clear() PROTOBUF_FINAL
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
const ROOTFilePB & dqmstorepb::ROOTFilePB::default_instance ( )
static
const ::google::protobuf::Descriptor * dqmstorepb::ROOTFilePB::descriptor ( )
static
inline ::google::protobuf::Arena* dqmstorepb::ROOTFilePB::GetArenaNoVirtual ( ) const
inlineprivate

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

Referenced by operator=().

300  {
301  return nullptr;
302  }
int dqmstorepb::ROOTFilePB::GetCachedSize ( ) const
inline

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

References trackingPlots::other, and findQualityFiles::size.

293 { return _cached_size_; }
google::protobuf::Metadata dqmstorepb::ROOTFilePB::GetMetadata ( ) const
const ::dqmstorepb::ROOTFilePB_Histo & dqmstorepb::ROOTFilePB::histo ( int  index) const
inline

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

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

534  {
535  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.histo)
536  return histo_.Get(index);
537 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
const ::google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > & dqmstorepb::ROOTFilePB::histo ( ) const
inline

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

Referenced by ByteSizeLong(), InternalSerializeWithCachedSizesToArray(), IsInitialized(), and SerializeWithCachedSizes().

552  {
553  // @@protoc_insertion_point(field_list:dqmstorepb.ROOTFilePB.histo)
554  return histo_;
555 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
int dqmstorepb::ROOTFilePB::histo_size ( ) const
inline

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

Referenced by addFile(), ByteSizeLong(), convertFile(), dumpFiles(), InternalSerializeWithCachedSizesToArray(), DQMStore::readFilePB(), and SerializeWithCachedSizes().

528  {
529  return histo_.size();
530 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
void dqmstorepb::ROOTFilePB::InitAsDefaultInstance ( )
static
static const ROOTFilePB* dqmstorepb::ROOTFilePB::internal_default_instance ( )
inlinestatic

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

References dqmstorepb::_ROOTFilePB_default_instance_.

Referenced by default_instance(), and ROOTFilePB().

262  {
263  return reinterpret_cast<const ROOTFilePB*>(
265  }
class dqmstorepb::ROOTFilePBDefaultTypeInternal _ROOTFilePB_default_instance_
Definition: ROOTFilePB.pb.h:56
google::protobuf::uint8 * dqmstorepb::ROOTFilePB::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 target 
) const

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

References _internal_metadata_, histo(), histo_size(), mps_fire::i, gen::n, and edmPickEvents::target.

726  {
727  (void)deterministic; // Unused
728  // @@protoc_insertion_point(serialize_to_array_start:dqmstorepb.ROOTFilePB)
729  ::google::protobuf::uint32 cached_has_bits = 0;
730  (void) cached_has_bits;
731 
732  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
733  for (unsigned int i = 0,
734  n = static_cast<unsigned int>(this->histo_size()); i < n; i++) {
735  target = ::google::protobuf::internal::WireFormatLite::
736  InternalWriteMessageToArray(
737  1, this->histo(static_cast<int>(i)), deterministic, target);
738  }
739 
740  if (_internal_metadata_.have_unknown_fields()) {
741  target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
742  _internal_metadata_.unknown_fields(), target);
743  }
744  // @@protoc_insertion_point(serialize_to_array_end:dqmstorepb.ROOTFilePB)
745  return target;
746 }
unsigned int uint32
Definition: MsgTools.h:13
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB::InternalSwap ( ROOTFilePB other)
private

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

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

Referenced by Swap().

823  {
824  using std::swap;
825  histo_.InternalSwap(&other->histo_);
826  swap(_has_bits_[0], other->_has_bits_[0]);
827  _internal_metadata_.Swap(&other->_internal_metadata_);
828  swap(_cached_size_, other->_cached_size_);
829 }
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
::google::protobuf::internal::HasBits< 1 > _has_bits_
friend void swap(ROOTFilePB &a, ROOTFilePB &b)
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
bool dqmstorepb::ROOTFilePB::IsInitialized ( ) const

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

References histo().

814  {
815  if (!::google::protobuf::internal::AllAreInitialized(this->histo())) return false;
816  return true;
817 }
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
void* dqmstorepb::ROOTFilePB::MaybeArenaPtr ( ) const
inlineprivate

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

303  {
304  return nullptr;
305  }
void dqmstorepb::ROOTFilePB::MergeFrom ( const ::google::protobuf::Message &  from)

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

References source.

Referenced by CopyFrom().

775  {
776 // @@protoc_insertion_point(generalized_merge_from_start:dqmstorepb.ROOTFilePB)
777  GOOGLE_DCHECK_NE(&from, this);
778  const ROOTFilePB* source =
779  ::google::protobuf::internal::DynamicCastToGenerated<const ROOTFilePB>(
780  &from);
781  if (source == nullptr) {
782  // @@protoc_insertion_point(generalized_merge_from_cast_fail:dqmstorepb.ROOTFilePB)
783  ::google::protobuf::internal::ReflectionOps::Merge(from, this);
784  } else {
785  // @@protoc_insertion_point(generalized_merge_from_cast_success:dqmstorepb.ROOTFilePB)
786  MergeFrom(*source);
787  }
788 }
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
static std::string const source
Definition: EdmProvDump.cc:43
void dqmstorepb::ROOTFilePB::MergeFrom ( const ROOTFilePB from)

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

References _internal_metadata_, and histo_.

790  {
791 // @@protoc_insertion_point(class_specific_merge_from_start:dqmstorepb.ROOTFilePB)
792  GOOGLE_DCHECK_NE(&from, this);
793  _internal_metadata_.MergeFrom(from._internal_metadata_);
794  ::google::protobuf::uint32 cached_has_bits = 0;
795  (void) cached_has_bits;
796 
797  histo_.MergeFrom(from.histo_);
798 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
unsigned int uint32
Definition: MsgTools.h:13
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
bool dqmstorepb::ROOTFilePB::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

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

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

665  {
666 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
668  // @@protoc_insertion_point(parse_start:dqmstorepb.ROOTFilePB)
669  for (;;) {
670  ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
671  tag = p.first;
672  if (!p.second) goto handle_unusual;
673  switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
674  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
675  case 1: {
676  if (static_cast< ::google::protobuf::uint8>(tag) ==
677  static_cast< ::google::protobuf::uint8>(10u /* 10 & 0xFF */)) {
678  DO_(::google::protobuf::internal::WireFormatLite::ReadMessage(input, add_histo()));
679  } else {
680  goto handle_unusual;
681  }
682  break;
683  }
684 
685  default: {
686  handle_unusual:
687  if (tag == 0) {
688  goto success;
689  }
690  DO_(::google::protobuf::internal::WireFormat::SkipField(
691  input, tag, _internal_metadata_.mutable_unknown_fields()));
692  break;
693  }
694  }
695  }
696 success:
697  // @@protoc_insertion_point(parse_success:dqmstorepb.ROOTFilePB)
698  return true;
699 failure:
700  // @@protoc_insertion_point(parse_failure:dqmstorepb.ROOTFilePB)
701  return false;
702 #undef DO_
703 }
#define DO_(EXPRESSION)
static std::string const input
Definition: EdmProvDump.cc:44
unsigned int uint32
Definition: MsgTools.h:13
::dqmstorepb::ROOTFilePB_Histo * add_histo()
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
dqmstorepb::ROOTFilePB_Histo * dqmstorepb::ROOTFilePB::mutable_histo ( int  index)
inline

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

538  {
539  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.histo)
540  return histo_.Mutable(index);
541 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > * dqmstorepb::ROOTFilePB::mutable_histo ( )
inline

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

547  {
548  // @@protoc_insertion_point(field_mutable_list:dqmstorepb.ROOTFilePB.histo)
549  return &histo_;
550 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
inline ::google::protobuf::UnknownFieldSet* dqmstorepb::ROOTFilePB::mutable_unknown_fields ( )
inline

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

254  {
255  return _internal_metadata_.mutable_unknown_fields();
256  }
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
ROOTFilePB* dqmstorepb::ROOTFilePB::New ( ) const
inline

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

References input, New(), convertSQLitetoXML_cfg::output, and edmPickEvents::target.

Referenced by New().

276 { return New(nullptr); }
ROOTFilePB * New() const PROTOBUF_FINAL
ROOTFilePB * dqmstorepb::ROOTFilePB::New ( ::google::protobuf::Arena *  arena) const

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

References gen::n, and ROOTFilePB().

645  {
646  ROOTFilePB* n = new ROOTFilePB;
647  if (arena != nullptr) {
648  arena->Own(n);
649  }
650  return n;
651 }
ROOTFilePB& dqmstorepb::ROOTFilePB::operator= ( const ROOTFilePB from)
inline

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

References GetArenaNoVirtual(), eostools::move(), and noexcept.

232  {
233  CopyFrom(from);
234  return *this;
235  }
void CopyFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
void dqmstorepb::ROOTFilePB::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

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

References _internal_metadata_, histo(), histo_size(), mps_fire::i, gen::n, and convertSQLitetoXML_cfg::output.

706  {
707  // @@protoc_insertion_point(serialize_start:dqmstorepb.ROOTFilePB)
708  ::google::protobuf::uint32 cached_has_bits = 0;
709  (void) cached_has_bits;
710 
711  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
712  for (unsigned int i = 0,
713  n = static_cast<unsigned int>(this->histo_size()); i < n; i++) {
714  ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
715  1, this->histo(static_cast<int>(i)), output);
716  }
717 
718  if (_internal_metadata_.have_unknown_fields()) {
719  ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
720  _internal_metadata_.unknown_fields(), output);
721  }
722  // @@protoc_insertion_point(serialize_end:dqmstorepb.ROOTFilePB)
723 }
unsigned int uint32
Definition: MsgTools.h:13
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB::SetCachedSize ( int  size) const
private

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

References _cached_size_, and findQualityFiles::size.

630  {
631  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
633  GOOGLE_SAFE_CONCURRENT_WRITES_END();
634 }
size
Write out results.
void dqmstorepb::ROOTFilePB::SharedCtor ( )
private

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

References _cached_size_.

Referenced by ROOTFilePB().

618  {
619  _cached_size_ = 0;
620 }
void dqmstorepb::ROOTFilePB::SharedDtor ( )
private

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

Referenced by ~ROOTFilePB().

627  {
628 }
void dqmstorepb::ROOTFilePB::Swap ( ROOTFilePB other)

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

References InternalSwap().

819  {
820  if (other == this) return;
822 }
void InternalSwap(ROOTFilePB *other)
const ::google::protobuf::UnknownFieldSet& dqmstorepb::ROOTFilePB::unknown_fields ( ) const
inline

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

251  {
252  return _internal_metadata_.unknown_fields();
253  }
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
dqmstorepb::ROOTFilePB::void::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::InitDefaultsROOTFilePBImpl ( )
private

Friends And Related Function Documentation

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

void swap ( ROOTFilePB a,
ROOTFilePB b 
)
friend

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

Referenced by InternalSwap().

270  {
271  a.Swap(&b);
272  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121

Member Data Documentation

int dqmstorepb::ROOTFilePB::_cached_size_
mutableprivate

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

Referenced by ByteSizeLong(), InternalSwap(), SetCachedSize(), and SharedCtor().

::google::protobuf::internal::HasBits<1> dqmstorepb::ROOTFilePB::_has_bits_
private

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

Referenced by Clear(), and InternalSwap().

::google::protobuf::internal::InternalMetadataWithArena dqmstorepb::ROOTFilePB::_internal_metadata_
private
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > dqmstorepb::ROOTFilePB::histo_
private

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

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

const int dqmstorepb::ROOTFilePB::kHistoFieldNumber = 1
static

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

Referenced by InitAsDefaultInstance().

PROTOBUF_CONSTEXPR int const dqmstorepb::ROOTFilePB::kIndexInFileMessages
static
Initial value:
=
1

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

Referenced by descriptor(), and GetMetadata().