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

using Histo = dqmstorepb::ROOTFilePB_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 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 ()
 

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

Member Typedef Documentation

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

Constructor & Destructor Documentation

dqmstorepb::ROOTFilePB::ROOTFilePB ( )

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

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

Referenced by New().

771  : ::google::protobuf::Message(), _internal_metadata_(nullptr) {
772  if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
774  }
775  SharedCtor();
776  // @@protoc_insertion_point(constructor:dqmstorepb.ROOTFilePB)
777 }
static const ROOTFilePB * internal_default_instance()
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
dqmstorepb::ROOTFilePB::~ROOTFilePB ( )
override

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

References SharedDtor().

792  {
793  // @@protoc_insertion_point(destructor:dqmstorepb.ROOTFilePB)
794  SharedDtor();
795 }
dqmstorepb::ROOTFilePB::ROOTFilePB ( const ROOTFilePB from)

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

References _internal_metadata_.

779  : ::google::protobuf::Message(),
780  _internal_metadata_(nullptr),
781  _has_bits_(from._has_bits_),
782  _cached_size_(0),
783  histo_(from.histo_) {
784  _internal_metadata_.MergeFrom(from._internal_metadata_);
785  // @@protoc_insertion_point(copy_constructor:dqmstorepb.ROOTFilePB)
786 }
::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 534 of file ROOTFilePB.pb.h.

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

534  {
535  // @@protoc_insertion_point(field_add:dqmstorepb.ROOTFilePB.histo)
536  return histo_.Add();
537 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
size_t dqmstorepb::ROOTFilePB::ByteSizeLong ( ) const

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

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

919  {
920 // @@protoc_insertion_point(message_byte_size_start:dqmstorepb.ROOTFilePB)
921  size_t total_size = 0;
922 
923  if (_internal_metadata_.have_unknown_fields()) {
924  total_size +=
925  ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
926  _internal_metadata_.unknown_fields());
927  }
928  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
929  {
930  auto count = static_cast<unsigned int>(this->histo_size());
931  total_size += 1UL * count;
932  for (unsigned int i = 0; i < count; i++) {
933  total_size +=
934  ::google::protobuf::internal::WireFormatLite::MessageSizeNoVirtual(
935  this->histo(static_cast<int>(i)));
936  }
937  }
938 
939  int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
940  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
941  _cached_size_ = cached_size;
942  GOOGLE_SAFE_CONCURRENT_WRITES_END();
943  return total_size;
944 }
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB::Clear ( )

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

References _has_bits_, _internal_metadata_, and histo_.

Referenced by CopyFrom().

823  {
824 // @@protoc_insertion_point(message_clear_start:dqmstorepb.ROOTFilePB)
825  ::google::protobuf::uint32 cached_has_bits = 0;
826  // Prevent compiler warnings about cached_has_bits being unused
827  (void) cached_has_bits;
828 
829  histo_.Clear();
830  _has_bits_.Clear();
831  _internal_metadata_.Clear();
832 }
::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 523 of file ROOTFilePB.pb.h.

Referenced by GetMetadata().

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

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

References Clear(), and MergeFrom().

971  {
972 // @@protoc_insertion_point(generalized_copy_from_start:dqmstorepb.ROOTFilePB)
973  if (&from == this) return;
974  Clear();
975  MergeFrom(from);
976 }
void Clear() PROTOBUF_FINAL
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
void dqmstorepb::ROOTFilePB::CopyFrom ( const ROOTFilePB from)

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

References Clear(), and MergeFrom().

978  {
979 // @@protoc_insertion_point(class_specific_copy_from_start:dqmstorepb.ROOTFilePB)
980  if (&from == this) return;
981  Clear();
982  MergeFrom(from);
983 }
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 805 of file ROOTFilePB.pb.cc.

References kIndexInFileMessages.

805  {
806  protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::protobuf_AssignDescriptorsOnce();
807  return protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::file_level_metadata[kIndexInFileMessages].descriptor;
808 }
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
inline ::google::protobuf::Arena* dqmstorepb::ROOTFilePB::GetArenaNoVirtual ( ) const
inlineprivate

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

Referenced by operator=().

292  {
293  return nullptr;
294  }
int dqmstorepb::ROOTFilePB::GetCachedSize ( ) const
inline

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

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

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

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

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

1002  {
1003  protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::protobuf_AssignDescriptorsOnce();
1004  return protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::file_level_metadata[kIndexInFileMessages];
1005 }
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
const ::dqmstorepb::ROOTFilePB_Histo & dqmstorepb::ROOTFilePB::histo ( int  index) const
inline

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

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

526  {
527  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.histo)
528  return histo_.Get(index);
529 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
const ::google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > & dqmstorepb::ROOTFilePB::histo ( ) const
inline

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

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

544  {
545  // @@protoc_insertion_point(field_list:dqmstorepb.ROOTFilePB.histo)
546  return histo_;
547 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
int dqmstorepb::ROOTFilePB::histo_size ( ) const
inline

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

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

520  {
521  return histo_.size();
522 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
static const ROOTFilePB* dqmstorepb::ROOTFilePB::internal_default_instance ( )
inlinestatic

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

References dqmstorepb::_ROOTFilePB_default_instance_.

Referenced by default_instance(), and ROOTFilePB().

254  {
255  return reinterpret_cast<const ROOTFilePB*>(
257  }
class dqmstorepb::ROOTFilePBDefaultTypeInternal _ROOTFilePB_default_instance_
Definition: ROOTFilePB.pb.h:35
google::protobuf::uint8 * dqmstorepb::ROOTFilePB::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 target 
) const

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

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

897  {
898  (void)deterministic; // Unused
899  // @@protoc_insertion_point(serialize_to_array_start:dqmstorepb.ROOTFilePB)
900  ::google::protobuf::uint32 cached_has_bits = 0;
901  (void) cached_has_bits;
902 
903  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
904  for (unsigned int i = 0,
905  n = static_cast<unsigned int>(this->histo_size()); i < n; i++) {
906  target = ::google::protobuf::internal::WireFormatLite::
907  InternalWriteMessageNoVirtualToArray(
908  1, this->histo(static_cast<int>(i)), deterministic, target);
909  }
910 
911  if (_internal_metadata_.have_unknown_fields()) {
912  target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
913  _internal_metadata_.unknown_fields(), target);
914  }
915  // @@protoc_insertion_point(serialize_to_array_end:dqmstorepb.ROOTFilePB)
916  return target;
917 }
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 994 of file ROOTFilePB.pb.cc.

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

Referenced by Swap().

994  {
995  using std::swap;
996  histo_.InternalSwap(&other->histo_);
997  swap(_has_bits_[0], other->_has_bits_[0]);
998  _internal_metadata_.Swap(&other->_internal_metadata_);
999  swap(_cached_size_, other->_cached_size_);
1000 }
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 985 of file ROOTFilePB.pb.cc.

References histo().

985  {
986  if (!::google::protobuf::internal::AllAreInitialized(this->histo())) return false;
987  return true;
988 }
const ::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > & histo() const
void* dqmstorepb::ROOTFilePB::MaybeArenaPtr ( ) const
inlineprivate

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

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

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

References source.

Referenced by CopyFrom().

946  {
947 // @@protoc_insertion_point(generalized_merge_from_start:dqmstorepb.ROOTFilePB)
948  GOOGLE_DCHECK_NE(&from, this);
949  const auto* source =
950  ::google::protobuf::internal::DynamicCastToGenerated<const ROOTFilePB>(
951  &from);
952  if (source == nullptr) {
953  // @@protoc_insertion_point(generalized_merge_from_cast_fail:dqmstorepb.ROOTFilePB)
954  ::google::protobuf::internal::ReflectionOps::Merge(from, this);
955  } else {
956  // @@protoc_insertion_point(generalized_merge_from_cast_success:dqmstorepb.ROOTFilePB)
957  MergeFrom(*source);
958  }
959 }
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 961 of file ROOTFilePB.pb.cc.

References _internal_metadata_, and histo_.

961  {
962 // @@protoc_insertion_point(class_specific_merge_from_start:dqmstorepb.ROOTFilePB)
963  GOOGLE_DCHECK_NE(&from, this);
964  _internal_metadata_.MergeFrom(from._internal_metadata_);
965  ::google::protobuf::uint32 cached_has_bits = 0;
966  (void) cached_has_bits;
967 
968  histo_.MergeFrom(from.histo_);
969 }
::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 834 of file ROOTFilePB.pb.cc.

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

835  {
836 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
838  // @@protoc_insertion_point(parse_start:dqmstorepb.ROOTFilePB)
839  for (;;) {
840  ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
841  tag = p.first;
842  if (!p.second) goto handle_unusual;
843  switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
844  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
845  case 1: {
846  if (static_cast< ::google::protobuf::uint8>(tag) ==
847  static_cast< ::google::protobuf::uint8>(10u /* 10 & 0xFF */)) {
848  DO_(::google::protobuf::internal::WireFormatLite::ReadMessageNoVirtual(
849  input, add_histo()));
850  } else {
851  goto handle_unusual;
852  }
853  break;
854  }
855 
856  default: {
857  handle_unusual:
858  if (tag == 0) {
859  goto success;
860  }
861  DO_(::google::protobuf::internal::WireFormat::SkipField(
862  input, tag, _internal_metadata_.mutable_unknown_fields()));
863  break;
864  }
865  }
866  }
867 success:
868  // @@protoc_insertion_point(parse_success:dqmstorepb.ROOTFilePB)
869  return true;
870 failure:
871  // @@protoc_insertion_point(parse_failure:dqmstorepb.ROOTFilePB)
872  return false;
873 #undef DO_
874 }
#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 530 of file ROOTFilePB.pb.h.

530  {
531  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.histo)
532  return histo_.Mutable(index);
533 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
google::protobuf::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > * dqmstorepb::ROOTFilePB::mutable_histo ( )
inline

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

Referenced by GetMetadata().

539  {
540  // @@protoc_insertion_point(field_mutable_list:dqmstorepb.ROOTFilePB.histo)
541  return &histo_;
542 }
::google::protobuf::RepeatedPtrField< ::dqmstorepb::ROOTFilePB_Histo > histo_
inline ::google::protobuf::UnknownFieldSet* dqmstorepb::ROOTFilePB::mutable_unknown_fields ( )
inline

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

247  {
248  return _internal_metadata_.mutable_unknown_fields();
249  }
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
ROOTFilePB* dqmstorepb::ROOTFilePB::New ( ) const
inline

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

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

Referenced by New().

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

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

References gen::n, and ROOTFilePB().

815  {
816  auto* n = new ROOTFilePB;
817  if (arena != nullptr) {
818  arena->Own(n);
819  }
820  return n;
821 }
ROOTFilePB& dqmstorepb::ROOTFilePB::operator= ( const ROOTFilePB from)
inline

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

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

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

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

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

877  {
878  // @@protoc_insertion_point(serialize_start:dqmstorepb.ROOTFilePB)
879  ::google::protobuf::uint32 cached_has_bits = 0;
880  (void) cached_has_bits;
881 
882  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
883  for (unsigned int i = 0,
884  n = static_cast<unsigned int>(this->histo_size()); i < n; i++) {
885  ::google::protobuf::internal::WireFormatLite::WriteMessageMaybeToArray(
886  1, this->histo(static_cast<int>(i)), output);
887  }
888 
889  if (_internal_metadata_.have_unknown_fields()) {
890  ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
891  _internal_metadata_.unknown_fields(), output);
892  }
893  // @@protoc_insertion_point(serialize_end:dqmstorepb.ROOTFilePB)
894 }
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 800 of file ROOTFilePB.pb.cc.

References _cached_size_, and findQualityFiles::size.

800  {
801  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
803  GOOGLE_SAFE_CONCURRENT_WRITES_END();
804 }
size
Write out results.
void dqmstorepb::ROOTFilePB::SharedCtor ( )
private

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

References _cached_size_.

Referenced by ROOTFilePB().

788  {
789  _cached_size_ = 0;
790 }
void dqmstorepb::ROOTFilePB::SharedDtor ( )
private

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

Referenced by ~ROOTFilePB().

797  {
798 }
void dqmstorepb::ROOTFilePB::Swap ( ROOTFilePB other)

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

References InternalSwap().

990  {
991  if (other == this) return;
993 }
void InternalSwap(ROOTFilePB *other)
const ::google::protobuf::UnknownFieldSet& dqmstorepb::ROOTFilePB::unknown_fields ( ) const
inline

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

244  {
245  return _internal_metadata_.unknown_fields();
246  }
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_

Friends And Related Function Documentation

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

void swap ( ROOTFilePB a,
ROOTFilePB b 
)
friend

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

Referenced by InternalSwap().

262  {
263  a.Swap(&b);
264  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121

Member Data Documentation

int dqmstorepb::ROOTFilePB::_cached_size_
mutableprivate

Definition at line 325 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 324 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 326 of file ROOTFilePB.pb.h.

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

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

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

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

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

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

Referenced by descriptor(), and GetMetadata().