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 = 1
 

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 216 of file ROOTFilePB.pb.h.

Member Typedef Documentation

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

Constructor & Destructor Documentation

dqmstorepb::ROOTFilePB::ROOTFilePB ( )

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

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

Referenced by New().

580  : ::google::protobuf::Message(), _internal_metadata_(nullptr) {
581  if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
583  }
584  SharedCtor();
585  // @@protoc_insertion_point(constructor:dqmstorepb.ROOTFilePB)
586  }
static const ROOTFilePB * internal_default_instance()
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
dqmstorepb::ROOTFilePB::~ROOTFilePB ( )
override

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

References SharedDtor().

599  {
600  // @@protoc_insertion_point(destructor:dqmstorepb.ROOTFilePB)
601  SharedDtor();
602  }
dqmstorepb::ROOTFilePB::ROOTFilePB ( const ROOTFilePB from)

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

References _internal_metadata_.

588  : ::google::protobuf::Message(),
589  _internal_metadata_(nullptr),
590  _has_bits_(from._has_bits_),
591  _cached_size_(0),
592  histo_(from.histo_) {
593  _internal_metadata_.MergeFrom(from._internal_metadata_);
594  // @@protoc_insertion_point(copy_constructor:dqmstorepb.ROOTFilePB)
595  }
::google::protobuf::internal::HasBits< 1 > _has_bits_
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_

Member Function Documentation

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

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

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

490  {
491  // @@protoc_insertion_point(field_add:dqmstorepb.ROOTFilePB.histo)
492  return histo_.Add();
493  }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
size_t dqmstorepb::ROOTFilePB::ByteSizeLong ( ) const

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

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

722  {
723  // @@protoc_insertion_point(message_byte_size_start:dqmstorepb.ROOTFilePB)
724  size_t total_size = 0;
725 
726  if (_internal_metadata_.have_unknown_fields()) {
727  total_size +=
728  ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(_internal_metadata_.unknown_fields());
729  }
730  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
731  {
732  unsigned int count = static_cast<unsigned int>(this->histo_size());
733  total_size += 1UL * count;
734  for (unsigned int i = 0; i < count; i++) {
735  total_size += ::google::protobuf::internal::WireFormatLite::MessageSize(this->histo(static_cast<int>(i)));
736  }
737  }
738 
739  int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
740  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
741  _cached_size_ = cached_size;
742  GOOGLE_SAFE_CONCURRENT_WRITES_END();
743  return total_size;
744  }
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB::Clear ( )

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

References _has_bits_, _internal_metadata_, and histo_.

Referenced by CopyFrom().

630  {
631  // @@protoc_insertion_point(message_clear_start:dqmstorepb.ROOTFilePB)
632  ::google::protobuf::uint32 cached_has_bits = 0;
633  // Prevent compiler warnings about cached_has_bits being unused
634  (void)cached_has_bits;
635 
636  histo_.Clear();
637  _has_bits_.Clear();
638  _internal_metadata_.Clear();
639  }
::google::protobuf::internal::HasBits< 1 > _has_bits_
unsigned int uint32
Definition: MsgTools.h:13
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
void dqmstorepb::ROOTFilePB::clear_histo ( )
inline

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

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

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

References Clear(), and MergeFrom().

769  {
770  // @@protoc_insertion_point(generalized_copy_from_start:dqmstorepb.ROOTFilePB)
771  if (&from == this)
772  return;
773  Clear();
774  MergeFrom(from);
775  }
void Clear() PROTOBUF_FINAL
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
void dqmstorepb::ROOTFilePB::CopyFrom ( const ROOTFilePB from)

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

References Clear(), and MergeFrom().

777  {
778  // @@protoc_insertion_point(class_specific_copy_from_start:dqmstorepb.ROOTFilePB)
779  if (&from == this)
780  return;
781  Clear();
782  MergeFrom(from);
783  }
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 286 of file ROOTFilePB.pb.h.

Referenced by operator=().

286 { return nullptr; }
int dqmstorepb::ROOTFilePB::GetCachedSize ( ) const
inline

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

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

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

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

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

482  {
483  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.histo)
484  return histo_.Get(index);
485  }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
const ::google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > & dqmstorepb::ROOTFilePB::histo ( ) const
inline

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

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

498  {
499  // @@protoc_insertion_point(field_list:dqmstorepb.ROOTFilePB.histo)
500  return histo_;
501  }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
int dqmstorepb::ROOTFilePB::histo_size ( ) const
inline

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

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

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

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

References dqmstorepb::_ROOTFilePB_default_instance_.

Referenced by default_instance(), and ROOTFilePB().

252  {
253  return reinterpret_cast<const ROOTFilePB*>(&_ROOTFilePB_default_instance_);
254  }
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 701 of file ROOTFilePB.pb.cc.

References _internal_metadata_, histo(), histo_size(), mps_fire::i, dqmiodumpmetadata::n, and filterCSVwithJSON::target.

702  {
703  (void)deterministic; // Unused
704  // @@protoc_insertion_point(serialize_to_array_start:dqmstorepb.ROOTFilePB)
705  ::google::protobuf::uint32 cached_has_bits = 0;
706  (void)cached_has_bits;
707 
708  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
709  for (unsigned int i = 0, n = static_cast<unsigned int>(this->histo_size()); i < n; i++) {
710  target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessageToArray(
711  1, this->histo(static_cast<int>(i)), deterministic, target);
712  }
713 
714  if (_internal_metadata_.have_unknown_fields()) {
715  target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
716  _internal_metadata_.unknown_fields(), target);
717  }
718  // @@protoc_insertion_point(serialize_to_array_end:dqmstorepb.ROOTFilePB)
719  return target;
720  }
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 796 of file ROOTFilePB.pb.cc.

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

Referenced by Swap().

796  {
797  using std::swap;
798  histo_.InternalSwap(&other->histo_);
799  swap(_has_bits_[0], other->_has_bits_[0]);
800  _internal_metadata_.Swap(&other->_internal_metadata_);
801  swap(_cached_size_, other->_cached_size_);
802  }
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
::google::protobuf::internal::HasBits< 1 > _has_bits_
friend void swap(ROOTFilePB &a, ROOTFilePB &b)
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
bool dqmstorepb::ROOTFilePB::IsInitialized ( ) const

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

References histo().

785  {
786  if (!::google::protobuf::internal::AllAreInitialized(this->histo()))
787  return false;
788  return true;
789  }
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
void* dqmstorepb::ROOTFilePB::MaybeArenaPtr ( ) const
inlineprivate

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

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

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

References source.

Referenced by CopyFrom().

746  {
747  // @@protoc_insertion_point(generalized_merge_from_start:dqmstorepb.ROOTFilePB)
748  GOOGLE_DCHECK_NE(&from, this);
749  const ROOTFilePB* source = ::google::protobuf::internal::DynamicCastToGenerated<const ROOTFilePB>(&from);
750  if (source == nullptr) {
751  // @@protoc_insertion_point(generalized_merge_from_cast_fail:dqmstorepb.ROOTFilePB)
752  ::google::protobuf::internal::ReflectionOps::Merge(from, this);
753  } else {
754  // @@protoc_insertion_point(generalized_merge_from_cast_success:dqmstorepb.ROOTFilePB)
755  MergeFrom(*source);
756  }
757  }
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
static std::string const source
Definition: EdmProvDump.cc:47
void dqmstorepb::ROOTFilePB::MergeFrom ( const ROOTFilePB from)

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

References _internal_metadata_, and histo_.

759  {
760  // @@protoc_insertion_point(class_specific_merge_from_start:dqmstorepb.ROOTFilePB)
761  GOOGLE_DCHECK_NE(&from, this);
762  _internal_metadata_.MergeFrom(from._internal_metadata_);
763  ::google::protobuf::uint32 cached_has_bits = 0;
764  (void)cached_has_bits;
765 
766  histo_.MergeFrom(from.histo_);
767  }
unsigned int uint32
Definition: MsgTools.h:13
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
bool dqmstorepb::ROOTFilePB::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

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

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

641  {
642 #define DO_(EXPRESSION) \
643  if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) \
644  goto failure
646  // @@protoc_insertion_point(parse_start:dqmstorepb.ROOTFilePB)
647  for (;;) {
648  ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
649  tag = p.first;
650  if (!p.second)
651  goto handle_unusual;
652  switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
653  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
654  case 1: {
655  if (static_cast< ::google::protobuf::uint8>(tag) ==
656  static_cast< ::google::protobuf::uint8>(10u /* 10 & 0xFF */)) {
657  DO_(::google::protobuf::internal::WireFormatLite::ReadMessage(input, add_histo()));
658  } else {
659  goto handle_unusual;
660  }
661  break;
662  }
663 
664  default: {
665  handle_unusual:
666  if (tag == 0) {
667  goto success;
668  }
669  DO_(::google::protobuf::internal::WireFormat::SkipField(
670  input, tag, _internal_metadata_.mutable_unknown_fields()));
671  break;
672  }
673  }
674  }
675  success:
676  // @@protoc_insertion_point(parse_success:dqmstorepb.ROOTFilePB)
677  return true;
678  failure:
679  // @@protoc_insertion_point(parse_failure:dqmstorepb.ROOTFilePB)
680  return false;
681 #undef DO_
682  }
static std::string const input
Definition: EdmProvDump.cc:48
unsigned int uint32
Definition: MsgTools.h:13
#define DO_(EXPRESSION)
::dqmstorepb::ROOTFilePB_Histo * add_histo()
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
dqmstorepb::ROOTFilePB_Histo * dqmstorepb::ROOTFilePB::mutable_histo ( int  index)
inline

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

486  {
487  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.histo)
488  return histo_.Mutable(index);
489  }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > * dqmstorepb::ROOTFilePB::mutable_histo ( )
inline

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

494  {
495  // @@protoc_insertion_point(field_mutable_list:dqmstorepb.ROOTFilePB.histo)
496  return &histo_;
497  }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
inline ::google::protobuf::UnknownFieldSet* dqmstorepb::ROOTFilePB::mutable_unknown_fields ( )
inline

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

244  {
245  return _internal_metadata_.mutable_unknown_fields();
246  }
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
ROOTFilePB* dqmstorepb::ROOTFilePB::New ( ) const
inline

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

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

Referenced by New().

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

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

References dqmiodumpmetadata::n, and ROOTFilePB().

622  {
623  ROOTFilePB* n = new ROOTFilePB;
624  if (arena != nullptr) {
625  arena->Own(n);
626  }
627  return n;
628  }
ROOTFilePB& dqmstorepb::ROOTFilePB::operator= ( const ROOTFilePB from)
inline

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

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

224  {
225  CopyFrom(from);
226  return *this;
227  }
void CopyFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
void dqmstorepb::ROOTFilePB::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

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

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

684  {
685  // @@protoc_insertion_point(serialize_start:dqmstorepb.ROOTFilePB)
686  ::google::protobuf::uint32 cached_has_bits = 0;
687  (void)cached_has_bits;
688 
689  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
690  for (unsigned int i = 0, n = static_cast<unsigned int>(this->histo_size()); i < n; i++) {
691  ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
692  1, this->histo(static_cast<int>(i)), output);
693  }
694 
695  if (_internal_metadata_.have_unknown_fields()) {
696  ::google::protobuf::internal::WireFormat::SerializeUnknownFields(_internal_metadata_.unknown_fields(), output);
697  }
698  // @@protoc_insertion_point(serialize_end:dqmstorepb.ROOTFilePB)
699  }
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 606 of file ROOTFilePB.pb.cc.

References _cached_size_, and findQualityFiles::size.

606  {
607  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
609  GOOGLE_SAFE_CONCURRENT_WRITES_END();
610  }
size
Write out results.
void dqmstorepb::ROOTFilePB::SharedCtor ( )
private

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

References _cached_size_.

Referenced by ROOTFilePB().

void dqmstorepb::ROOTFilePB::SharedDtor ( )
private

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

Referenced by ~ROOTFilePB().

604 {}
void dqmstorepb::ROOTFilePB::Swap ( ROOTFilePB other)

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

References InternalSwap().

791  {
792  if (other == this)
793  return;
795  }
void InternalSwap(ROOTFilePB *other)
const ::google::protobuf::UnknownFieldSet& dqmstorepb::ROOTFilePB::unknown_fields ( ) const
inline

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

241  {
242  return _internal_metadata_.unknown_fields();
243  }
::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 314 of file ROOTFilePB.pb.h.

void swap ( ROOTFilePB a,
ROOTFilePB b 
)
friend

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

Referenced by InternalSwap().

258 { a.Swap(&b); }
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119

Member Data Documentation

int dqmstorepb::ROOTFilePB::_cached_size_
mutableprivate

Definition at line 312 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 311 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 313 of file ROOTFilePB.pb.h.

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

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

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

Referenced by InitAsDefaultInstance().

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

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

Referenced by descriptor(), and GetMetadata().