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
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const PROTOBUF_FINAL
 
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 const ROOTFilePBinternal_default_instance ()
 

Static Public Attributes

static const int kHistoFieldNumber = 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 ()
 

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
 

Detailed Description

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

dqmstorepb::ROOTFilePB::ROOTFilePB ( )

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

References dqmstorepb::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::InitDefaults(), internal_default_instance(), and SharedCtor().

Referenced by New().

729  : ::google::protobuf::Message(), _internal_metadata_(NULL) {
730  if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
732  }
733  SharedCtor();
734  // @@protoc_insertion_point(constructor:dqmstorepb.ROOTFilePB)
735 }
#define NULL
Definition: scimark2.h:8
static const ROOTFilePB * internal_default_instance()
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
dqmstorepb::ROOTFilePB::~ROOTFilePB ( )
virtual

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

References SharedDtor().

750  {
751  // @@protoc_insertion_point(destructor:dqmstorepb.ROOTFilePB)
752  SharedDtor();
753 }
dqmstorepb::ROOTFilePB::ROOTFilePB ( const ROOTFilePB from)

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

References _internal_metadata_.

737  : ::google::protobuf::Message(),
739  _has_bits_(from._has_bits_),
740  _cached_size_(0),
741  histo_(from.histo_) {
742  _internal_metadata_.MergeFrom(from._internal_metadata_);
743  // @@protoc_insertion_point(copy_constructor:dqmstorepb.ROOTFilePB)
744 }
#define NULL
Definition: scimark2.h:8
::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 497 of file ROOTFilePB.pb.h.

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

497  {
498  // @@protoc_insertion_point(field_add:dqmstorepb.ROOTFilePB.histo)
499  return histo_.Add();
500 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
size_t dqmstorepb::ROOTFilePB::ByteSizeLong ( ) const

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

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

868  {
869 // @@protoc_insertion_point(message_byte_size_start:dqmstorepb.ROOTFilePB)
870  size_t total_size = 0;
871 
872  if (_internal_metadata_.have_unknown_fields()) {
873  total_size +=
874  ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
875  unknown_fields());
876  }
877  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
878  {
879  unsigned int count = this->histo_size();
880  total_size += 1UL * count;
881  for (unsigned int i = 0; i < count; i++) {
882  total_size +=
883  ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual(
884  this->histo(i));
885  }
886  }
887 
888  int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
889  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
890  _cached_size_ = cached_size;
891  GOOGLE_SAFE_CONCURRENT_WRITES_END();
892  return total_size;
893 }
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB::Clear ( )

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

References _has_bits_, _internal_metadata_, and histo_.

Referenced by CopyFrom().

781  {
782 // @@protoc_insertion_point(message_clear_start:dqmstorepb.ROOTFilePB)
783  histo_.Clear();
784  _has_bits_.Clear();
785  _internal_metadata_.Clear();
786 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
::google::protobuf::internal::HasBits< 1 > _has_bits_
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB::clear_histo ( )
inline

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

Referenced by GetMetadata().

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

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

References Clear(), and MergeFrom().

917  {
918 // @@protoc_insertion_point(generalized_copy_from_start:dqmstorepb.ROOTFilePB)
919  if (&from == this) return;
920  Clear();
921  MergeFrom(from);
922 }
void Clear() PROTOBUF_FINAL
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
void dqmstorepb::ROOTFilePB::CopyFrom ( const ROOTFilePB from)

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

References Clear(), and MergeFrom().

924  {
925 // @@protoc_insertion_point(class_specific_copy_from_start:dqmstorepb.ROOTFilePB)
926  if (&from == this) return;
927  Clear();
928  MergeFrom(from);
929 }
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

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

763  {
764  protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::protobuf_AssignDescriptorsOnce();
765  return protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::file_level_metadata[1].descriptor;
766 }
inline ::google::protobuf::Arena* dqmstorepb::ROOTFilePB::GetArenaNoVirtual ( ) const
inlineprivate

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

References NULL.

261  {
262  return NULL;
263  }
#define NULL
Definition: scimark2.h:8
int dqmstorepb::ROOTFilePB::GetCachedSize ( ) const
inline

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

References findQualityFiles::size.

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

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

References add_histo(), clear_histo(), histo(), histo_, histo_size(), diffTreeTool::index, and mutable_histo().

947  {
948  protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::protobuf_AssignDescriptorsOnce();
949  return protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::file_level_metadata[1];
950 }
const ::dqmstorepb::ROOTFilePB_Histo & dqmstorepb::ROOTFilePB::histo ( int  index) const
inline

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

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

489  {
490  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.histo)
491  return histo_.Get(index);
492 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
const ::google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > & dqmstorepb::ROOTFilePB::histo ( ) const
inline

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

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

507  {
508  // @@protoc_insertion_point(field_list:dqmstorepb.ROOTFilePB.histo)
509  return histo_;
510 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
int dqmstorepb::ROOTFilePB::histo_size ( ) const
inline

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

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

483  {
484  return histo_.size();
485 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
static const ROOTFilePB* dqmstorepb::ROOTFilePB::internal_default_instance ( )
inlinestatic

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

References dqmstorepb::_ROOTFilePB_default_instance_, trackingPlots::other, and Swap().

Referenced by default_instance(), and ROOTFilePB().

223  {
224  return reinterpret_cast<const ROOTFilePB*>(
226  }
dqmstorepb::ROOTFilePBDefaultTypeInternal _ROOTFilePB_default_instance_
Definition: ROOTFilePB.pb.h:34
google::protobuf::uint8 * dqmstorepb::ROOTFilePB::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 target 
) const

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

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

850  {
851  (void)deterministic; // Unused
852  // @@protoc_insertion_point(serialize_to_array_start:dqmstorepb.ROOTFilePB)
853  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
854  for (unsigned int i = 0, n = this->histo_size(); i < n; i++) {
855  target = ::google::protobuf::internal::WireFormatLite::
856  InternalWriteMessageNoVirtualToArray(
857  1, this->histo(i), false, target);
858  }
859 
860  if (_internal_metadata_.have_unknown_fields()) {
861  target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
863  }
864  // @@protoc_insertion_point(serialize_to_array_end:dqmstorepb.ROOTFilePB)
865  return target;
866 }
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
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 940 of file ROOTFilePB.pb.cc.

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

Referenced by Swap().

940  {
941  histo_.UnsafeArenaSwap(&other->histo_);
942  std::swap(_has_bits_[0], other->_has_bits_[0]);
943  _internal_metadata_.Swap(&other->_internal_metadata_);
944  std::swap(_cached_size_, other->_cached_size_);
945 }
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
::google::protobuf::internal::HasBits< 1 > _has_bits_
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
bool dqmstorepb::ROOTFilePB::IsInitialized ( ) const

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

References histo().

931  {
932  if (!::google::protobuf::internal::AllAreInitialized(this->histo())) return false;
933  return true;
934 }
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
void* dqmstorepb::ROOTFilePB::MaybeArenaPtr ( ) const
inlineprivate

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

References NULL.

264  {
265  return NULL;
266  }
#define NULL
Definition: scimark2.h:8
void dqmstorepb::ROOTFilePB::MergeFrom ( const ::google::protobuf::Message &  from)

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

References NULL, and source.

Referenced by CopyFrom().

895  {
896 // @@protoc_insertion_point(generalized_merge_from_start:dqmstorepb.ROOTFilePB)
897  GOOGLE_DCHECK_NE(&from, this);
898  const ROOTFilePB* source =
899  ::google::protobuf::internal::DynamicCastToGenerated<const ROOTFilePB>(
900  &from);
901  if (source == NULL) {
902  // @@protoc_insertion_point(generalized_merge_from_cast_fail:dqmstorepb.ROOTFilePB)
903  ::google::protobuf::internal::ReflectionOps::Merge(from, this);
904  } else {
905  // @@protoc_insertion_point(generalized_merge_from_cast_success:dqmstorepb.ROOTFilePB)
906  MergeFrom(*source);
907  }
908 }
#define NULL
Definition: scimark2.h:8
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 910 of file ROOTFilePB.pb.cc.

References _internal_metadata_, and histo_.

910  {
911 // @@protoc_insertion_point(class_specific_merge_from_start:dqmstorepb.ROOTFilePB)
912  GOOGLE_DCHECK_NE(&from, this);
913  _internal_metadata_.MergeFrom(from._internal_metadata_);
914  histo_.MergeFrom(from.histo_);
915 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
bool dqmstorepb::ROOTFilePB::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

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

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

789  {
790 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
792  // @@protoc_insertion_point(parse_start:dqmstorepb.ROOTFilePB)
793  for (;;) {
794  ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
795  tag = p.first;
796  if (!p.second) goto handle_unusual;
797  switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
798  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
799  case 1: {
800  if (tag == 10u) {
801  DO_(input->IncrementRecursionDepth());
802  DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtualNoRecursionDepth(
803  input, add_histo()));
804  } else {
805  goto handle_unusual;
806  }
807  input->UnsafeDecrementRecursionDepth();
808  break;
809  }
810 
811  default: {
812  handle_unusual:
813  if (tag == 0 ||
814  ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
815  ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) {
816  goto success;
817  }
818  DO_(::google::protobuf::internal::WireFormat::SkipField(
819  input, tag, mutable_unknown_fields()));
820  break;
821  }
822  }
823  }
824 success:
825  // @@protoc_insertion_point(parse_success:dqmstorepb.ROOTFilePB)
826  return true;
827 failure:
828  // @@protoc_insertion_point(parse_failure:dqmstorepb.ROOTFilePB)
829  return false;
830 #undef DO_
831 }
#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()
::dqmstorepb::ROOTFilePB_Histo * add_histo()
dqmstorepb::ROOTFilePB_Histo * dqmstorepb::ROOTFilePB::mutable_histo ( int  index)
inline

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

493  {
494  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.histo)
495  return histo_.Mutable(index);
496 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > * dqmstorepb::ROOTFilePB::mutable_histo ( )
inline

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

Referenced by GetMetadata().

502  {
503  // @@protoc_insertion_point(field_mutable_list:dqmstorepb.ROOTFilePB.histo)
504  return &histo_;
505 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
inline ::google::protobuf::UnknownFieldSet* dqmstorepb::ROOTFilePB::mutable_unknown_fields ( )
inline

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

Referenced by MergePartialFromCodedStream().

216  {
217  return _internal_metadata_.mutable_unknown_fields();
218  }
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
ROOTFilePB* dqmstorepb::ROOTFilePB::New ( ) const
inline

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

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

Referenced by New().

232 { return New(NULL); }
#define NULL
Definition: scimark2.h:8
ROOTFilePB * New() const PROTOBUF_FINAL
ROOTFilePB * dqmstorepb::ROOTFilePB::New ( ::google::protobuf::Arena *  arena) const

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

References gen::n, NULL, and ROOTFilePB().

773  {
774  ROOTFilePB* n = new ROOTFilePB;
775  if (arena != NULL) {
776  arena->Own(n);
777  }
778  return n;
779 }
#define NULL
Definition: scimark2.h:8
ROOTFilePB& dqmstorepb::ROOTFilePB::operator= ( const ROOTFilePB from)
inline

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

207  {
208  CopyFrom(from);
209  return *this;
210  }
void CopyFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
void dqmstorepb::ROOTFilePB::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

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

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

834  {
835  // @@protoc_insertion_point(serialize_start:dqmstorepb.ROOTFilePB)
836  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
837  for (unsigned int i = 0, n = this->histo_size(); i < n; i++) {
838  ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
839  1, this->histo(i), output);
840  }
841 
842  if (_internal_metadata_.have_unknown_fields()) {
843  ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
845  }
846  // @@protoc_insertion_point(serialize_end:dqmstorepb.ROOTFilePB)
847 }
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
::google::protobuf::uint8* dqmstorepb::ROOTFilePB::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
inline

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

250  {
252  ::google::protobuf::io::CodedOutputStream::IsDefaultSerializationDeterministic(), output);
253  }
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic,::google::protobuf::uint8 *target) const PROTOBUF_FINAL
void dqmstorepb::ROOTFilePB::SetCachedSize ( int  size) const
private

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

References _cached_size_, and findQualityFiles::size.

758  {
759  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
761  GOOGLE_SAFE_CONCURRENT_WRITES_END();
762 }
size
Write out results.
void dqmstorepb::ROOTFilePB::SharedCtor ( )
private

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

References _cached_size_.

Referenced by ROOTFilePB().

746  {
747  _cached_size_ = 0;
748 }
void dqmstorepb::ROOTFilePB::SharedDtor ( )
private

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

Referenced by ~ROOTFilePB().

755  {
756 }
void dqmstorepb::ROOTFilePB::Swap ( ROOTFilePB other)

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

References InternalSwap().

936  {
937  if (other == this) return;
939 }
void InternalSwap(ROOTFilePB *other)
const ::google::protobuf::UnknownFieldSet& dqmstorepb::ROOTFilePB::unknown_fields ( ) const
inline

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

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

212  {
213  return _internal_metadata_.unknown_fields();
214  }
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_

Friends And Related Function Documentation

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

Member Data Documentation

int dqmstorepb::ROOTFilePB::_cached_size_
mutableprivate

Definition at line 294 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 293 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 295 of file ROOTFilePB.pb.h.

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

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

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

Referenced by dqmstorepb::ROOTFilePB_Histo::GetMetadata().