CMS 3D CMS Logo

List of all members | Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | Friends
dqmstorepb::ROOTFilePB_Histo Class Reference

#include <ROOTFilePB.pb.h>

Inheritance diagram for dqmstorepb::ROOTFilePB_Histo:

Public Member Functions

size_t ByteSizeLong () const PROTOBUF_FINAL
 
void Clear () PROTOBUF_FINAL
 
void clear_flags ()
 
void clear_full_pathname ()
 
void clear_size ()
 
void clear_streamed_histo ()
 
void CopyFrom (const ::google::protobuf::Message &from) PROTOBUF_FINAL
 
void CopyFrom (const ROOTFilePB_Histo &from)
 
::google::protobuf::uint32 flags () const
 
const ::std::string & full_pathname () const
 
int GetCachedSize () const PROTOBUF_FINAL
 
::google::protobuf::Metadata GetMetadata () const PROTOBUF_FINAL
 
bool has_flags () const
 
bool has_full_pathname () const
 
bool has_size () const
 
bool has_streamed_histo () 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_Histo &from)
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) PROTOBUF_FINAL
 
::std::string * mutable_full_pathname ()
 
::std::string * mutable_streamed_histo ()
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
ROOTFilePB_HistoNew () const PROTOBUF_FINAL
 
ROOTFilePB_HistoNew (::google::protobuf::Arena *arena) const PROTOBUF_FINAL
 
ROOTFilePB_Histooperator= (const ROOTFilePB_Histo &from)
 
::std::string * release_full_pathname ()
 
::std::string * release_streamed_histo ()
 
 ROOTFilePB_Histo ()
 
 ROOTFilePB_Histo (const ROOTFilePB_Histo &from)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const PROTOBUF_FINAL
 
void set_allocated_full_pathname (::std::string *full_pathname)
 
void set_allocated_streamed_histo (::std::string *streamed_histo)
 
void set_flags (::google::protobuf::uint32 value)
 
void set_full_pathname (const ::std::string &value)
 
void set_full_pathname (const char *value)
 
void set_full_pathname (const char *value, size_t size)
 
void set_size (::google::protobuf::uint32 value)
 
void set_streamed_histo (const ::std::string &value)
 
void set_streamed_histo (const char *value)
 
void set_streamed_histo (const void *value, size_t size)
 
::google::protobuf::uint32 size () const
 
const ::std::string & streamed_histo () const
 
void Swap (ROOTFilePB_Histo *other)
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
 ~ROOTFilePB_Histo () override
 

Static Public Member Functions

static const ROOTFilePB_Histodefault_instance ()
 
static const ::google::protobuf::Descriptor * descriptor ()
 
static const ROOTFilePB_Histointernal_default_instance ()
 

Static Public Attributes

static const int kFlagsFieldNumber = 4
 
static const int kFullPathnameFieldNumber = 1
 
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
 
static const int kSizeFieldNumber = 2
 
static const int kStreamedHistoFieldNumber = 3
 

Private Member Functions

void clear_has_flags ()
 
void clear_has_full_pathname ()
 
void clear_has_size ()
 
void clear_has_streamed_histo ()
 
inline::google::protobuf::Arena * GetArenaNoVirtual () const
 
void InternalSwap (ROOTFilePB_Histo *other)
 
void * MaybeArenaPtr () const
 
size_t RequiredFieldsByteSizeFallback () const
 
void set_has_flags ()
 
void set_has_full_pathname ()
 
void set_has_size ()
 
void set_has_streamed_histo ()
 
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::uint32 flags_
 
::google::protobuf::internal::ArenaStringPtr full_pathname_
 
::google::protobuf::uint32 size_
 
::google::protobuf::internal::ArenaStringPtr streamed_histo_
 

Friends

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

Detailed Description

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

Constructor & Destructor Documentation

dqmstorepb::ROOTFilePB_Histo::ROOTFilePB_Histo ( )

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

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

Referenced by New().

165  : ::google::protobuf::Message(), _internal_metadata_(nullptr) {
166  if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
168  }
169  SharedCtor();
170  // @@protoc_insertion_point(constructor:dqmstorepb.ROOTFilePB.Histo)
171 }
static const ROOTFilePB_Histo * internal_default_instance()
Definition: ROOTFilePB.pb.h:97
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
dqmstorepb::ROOTFilePB_Histo::~ROOTFilePB_Histo ( )
override

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

References SharedDtor().

201  {
202  // @@protoc_insertion_point(destructor:dqmstorepb.ROOTFilePB.Histo)
203  SharedDtor();
204 }
dqmstorepb::ROOTFilePB_Histo::ROOTFilePB_Histo ( const ROOTFilePB_Histo from)

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

References _internal_metadata_, flags_, full_pathname_, has_full_pathname(), has_streamed_histo(), size_, and streamed_histo_.

173  : ::google::protobuf::Message(),
174  _internal_metadata_(nullptr),
175  _has_bits_(from._has_bits_),
176  _cached_size_(0) {
177  _internal_metadata_.MergeFrom(from._internal_metadata_);
178  full_pathname_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
179  if (from.has_full_pathname()) {
180  full_pathname_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.full_pathname_);
181  }
182  streamed_histo_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
183  if (from.has_streamed_histo()) {
184  streamed_histo_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.streamed_histo_);
185  }
186  ::memcpy(&size_, &from.size_,
187  static_cast<size_t>(reinterpret_cast<char*>(&flags_) -
188  reinterpret_cast<char*>(&size_)) + sizeof(flags_));
189  // @@protoc_insertion_point(copy_constructor:dqmstorepb.ROOTFilePB.Histo)
190 }
::google::protobuf::uint32 flags_
::google::protobuf::internal::HasBits< 1 > _has_bits_
::google::protobuf::internal::ArenaStringPtr full_pathname_
::google::protobuf::uint32 size_
::google::protobuf::internal::ArenaStringPtr streamed_histo_
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_

Member Function Documentation

size_t dqmstorepb::ROOTFilePB_Histo::ByteSizeLong ( ) const

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

References _cached_size_, _has_bits_, _internal_metadata_, flags(), full_pathname(), RequiredFieldsByteSizeFallback(), size(), and streamed_histo().

464  {
465 // @@protoc_insertion_point(message_byte_size_start:dqmstorepb.ROOTFilePB.Histo)
466  size_t total_size = 0;
467 
468  if (_internal_metadata_.have_unknown_fields()) {
469  total_size +=
470  ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
471  _internal_metadata_.unknown_fields());
472  }
473  if (((_has_bits_[0] & 0x0000000f) ^ 0x0000000f) == 0) { // All required fields are present.
474  // required string full_pathname = 1;
475  total_size += 1 +
476  ::google::protobuf::internal::WireFormatLite::StringSize(
477  this->full_pathname());
478 
479  // required bytes streamed_histo = 3;
480  total_size += 1 +
481  ::google::protobuf::internal::WireFormatLite::BytesSize(
482  this->streamed_histo());
483 
484  // required uint32 size = 2;
485  total_size += 1 +
486  ::google::protobuf::internal::WireFormatLite::UInt32Size(
487  this->size());
488 
489  // required uint32 flags = 4;
490  total_size += 1 +
491  ::google::protobuf::internal::WireFormatLite::UInt32Size(
492  this->flags());
493 
494  } else {
495  total_size += RequiredFieldsByteSizeFallback();
496  }
497  int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
498  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
499  _cached_size_ = cached_size;
500  GOOGLE_SAFE_CONCURRENT_WRITES_END();
501  return total_size;
502 }
::google::protobuf::uint32 size() const
const ::std::string & full_pathname() const
::google::protobuf::internal::HasBits< 1 > _has_bits_
size_t RequiredFieldsByteSizeFallback() const
const ::std::string & streamed_histo() const
::google::protobuf::uint32 flags() const
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB_Histo::Clear ( )

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

References _has_bits_, _internal_metadata_, hitfit::clear(), flags_, full_pathname_, size_, and streamed_histo_.

Referenced by CopyFrom().

234  {
235 // @@protoc_insertion_point(message_clear_start:dqmstorepb.ROOTFilePB.Histo)
236  ::google::protobuf::uint32 cached_has_bits = 0;
237  // Prevent compiler warnings about cached_has_bits being unused
238  (void) cached_has_bits;
239 
240  cached_has_bits = _has_bits_[0];
241  if (cached_has_bits & 3u) {
242  if (cached_has_bits & 0x00000001u) {
243  GOOGLE_DCHECK(!full_pathname_.IsDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()));
244  (*full_pathname_.UnsafeRawStringPointer())->clear();
245  }
246  if (cached_has_bits & 0x00000002u) {
247  GOOGLE_DCHECK(!streamed_histo_.IsDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()));
248  (*streamed_histo_.UnsafeRawStringPointer())->clear();
249  }
250  }
251  if (cached_has_bits & 12u) {
252  ::memset(&size_, 0, static_cast<size_t>(
253  reinterpret_cast<char*>(&flags_) -
254  reinterpret_cast<char*>(&size_)) + sizeof(flags_));
255  }
256  _has_bits_.Clear();
257  _internal_metadata_.Clear();
258 }
::google::protobuf::uint32 flags_
::google::protobuf::internal::HasBits< 1 > _has_bits_
::google::protobuf::internal::ArenaStringPtr full_pathname_
void clear(CLHEP::HepGenMatrix &m)
Helper function: Reset all elements of a matrix to 0.
Definition: matutil.cc:167
unsigned int uint32
Definition: MsgTools.h:13
::google::protobuf::uint32 size_
::google::protobuf::internal::ArenaStringPtr streamed_histo_
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB_Histo::clear_flags ( )
inline

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

Referenced by GetMetadata().

501  {
502  flags_ = 0u;
503  clear_has_flags();
504 }
::google::protobuf::uint32 flags_
void dqmstorepb::ROOTFilePB_Histo::clear_full_pathname ( )
inline

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

Referenced by GetMetadata().

351  {
352  full_pathname_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
354 }
::google::protobuf::internal::ArenaStringPtr full_pathname_
void dqmstorepb::ROOTFilePB_Histo::clear_has_flags ( )
inlineprivate

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

Referenced by GetMetadata().

498  {
499  _has_bits_[0] &= ~0x00000008u;
500 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
void dqmstorepb::ROOTFilePB_Histo::clear_has_full_pathname ( )
inlineprivate

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

Referenced by GetMetadata().

348  {
349  _has_bits_[0] &= ~0x00000001u;
350 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
void dqmstorepb::ROOTFilePB_Histo::clear_has_size ( )
inlineprivate

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

Referenced by GetMetadata().

411  {
412  _has_bits_[0] &= ~0x00000004u;
413 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
void dqmstorepb::ROOTFilePB_Histo::clear_has_streamed_histo ( )
inlineprivate

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

Referenced by GetMetadata().

435  {
436  _has_bits_[0] &= ~0x00000002u;
437 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
void dqmstorepb::ROOTFilePB_Histo::clear_size ( )
inline

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

Referenced by GetMetadata().

414  {
415  size_ = 0u;
416  clear_has_size();
417 }
::google::protobuf::uint32 size_
void dqmstorepb::ROOTFilePB_Histo::clear_streamed_histo ( )
inline

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

Referenced by GetMetadata().

438  {
439  streamed_histo_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
441 }
::google::protobuf::internal::ArenaStringPtr streamed_histo_
void dqmstorepb::ROOTFilePB_Histo::CopyFrom ( const ::google::protobuf::Message &  from)

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

References Clear(), and MergeFrom().

546  {
547 // @@protoc_insertion_point(generalized_copy_from_start:dqmstorepb.ROOTFilePB.Histo)
548  if (&from == this) return;
549  Clear();
550  MergeFrom(from);
551 }
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
void Clear() PROTOBUF_FINAL
void dqmstorepb::ROOTFilePB_Histo::CopyFrom ( const ROOTFilePB_Histo from)

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

References Clear(), and MergeFrom().

553  {
554 // @@protoc_insertion_point(class_specific_copy_from_start:dqmstorepb.ROOTFilePB.Histo)
555  if (&from == this) return;
556  Clear();
557  MergeFrom(from);
558 }
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
void Clear() PROTOBUF_FINAL
const ROOTFilePB_Histo & dqmstorepb::ROOTFilePB_Histo::default_instance ( )
static
const ::google::protobuf::Descriptor * dqmstorepb::ROOTFilePB_Histo::descriptor ( )
static

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

References kIndexInFileMessages.

216  {
217  protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::protobuf_AssignDescriptorsOnce();
218  return protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::file_level_metadata[kIndexInFileMessages].descriptor;
219 }
static PROTOBUF_CONSTEXPR int const kIndexInFileMessages
google::protobuf::uint32 dqmstorepb::ROOTFilePB_Histo::flags ( ) const
inline

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

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

505  {
506  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.flags)
507  return flags_;
508 }
::google::protobuf::uint32 flags_
const ::std::string & dqmstorepb::ROOTFilePB_Histo::full_pathname ( ) const
inline

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

Referenced by ByteSizeLong(), convertFile(), dumpFiles(), get_info(), DQMStore::get_info(), GetMetadata(), InternalSerializeWithCachedSizesToArray(), MergePartialFromCodedStream(), RequiredFieldsByteSizeFallback(), and SerializeWithCachedSizes().

355  {
356  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.full_pathname)
357  return full_pathname_.GetNoArena();
358 }
::google::protobuf::internal::ArenaStringPtr full_pathname_
inline ::google::protobuf::Arena* dqmstorepb::ROOTFilePB_Histo::GetArenaNoVirtual ( ) const
inlineprivate

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

Referenced by operator=().

135  {
136  return nullptr;
137  }
int dqmstorepb::ROOTFilePB_Histo::GetCachedSize ( ) const
inline

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

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

google::protobuf::Metadata dqmstorepb::ROOTFilePB_Histo::GetMetadata ( ) const
bool dqmstorepb::ROOTFilePB_Histo::has_flags ( ) const
inline

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

Referenced by GetMetadata(), and RequiredFieldsByteSizeFallback().

492  {
493  return (_has_bits_[0] & 0x00000008u) != 0;
494 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
bool dqmstorepb::ROOTFilePB_Histo::has_full_pathname ( ) const
inline

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

Referenced by GetMetadata(), RequiredFieldsByteSizeFallback(), and ROOTFilePB_Histo().

342  {
343  return (_has_bits_[0] & 0x00000001u) != 0;
344 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
bool dqmstorepb::ROOTFilePB_Histo::has_size ( ) const
inline

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

Referenced by GetMetadata(), and RequiredFieldsByteSizeFallback().

405  {
406  return (_has_bits_[0] & 0x00000004u) != 0;
407 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
bool dqmstorepb::ROOTFilePB_Histo::has_streamed_histo ( ) const
inline

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

Referenced by GetMetadata(), RequiredFieldsByteSizeFallback(), and ROOTFilePB_Histo().

429  {
430  return (_has_bits_[0] & 0x00000002u) != 0;
431 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
static const ROOTFilePB_Histo* dqmstorepb::ROOTFilePB_Histo::internal_default_instance ( )
inlinestatic

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

References dqmstorepb::_ROOTFilePB_Histo_default_instance_.

Referenced by default_instance(), and ROOTFilePB_Histo().

97  {
98  return reinterpret_cast<const ROOTFilePB_Histo*>(
100  }
class dqmstorepb::ROOTFilePB_HistoDefaultTypeInternal _ROOTFilePB_Histo_default_instance_
Definition: ROOTFilePB.pb.h:38
google::protobuf::uint8 * dqmstorepb::ROOTFilePB_Histo::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 target 
) const

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

References _has_bits_, _internal_metadata_, data, flags(), full_pathname(), size(), streamed_histo(), and edmPickEvents::target.

387  {
388  (void)deterministic; // Unused
389  // @@protoc_insertion_point(serialize_to_array_start:dqmstorepb.ROOTFilePB.Histo)
390  ::google::protobuf::uint32 cached_has_bits = 0;
391  (void) cached_has_bits;
392 
393  cached_has_bits = _has_bits_[0];
394  // required string full_pathname = 1;
395  if (cached_has_bits & 0x00000001u) {
396  ::google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField(
397  this->full_pathname().data(), static_cast<int>(this->full_pathname().length()),
398  ::google::protobuf::internal::WireFormat::SERIALIZE,
399  "dqmstorepb.ROOTFilePB.Histo.full_pathname");
400  target =
401  ::google::protobuf::internal::WireFormatLite::WriteStringToArray(
402  1, this->full_pathname(), target);
403  }
404 
405  // required uint32 size = 2;
406  if (cached_has_bits & 0x00000004u) {
407  target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->size(), target);
408  }
409 
410  // required bytes streamed_histo = 3;
411  if (cached_has_bits & 0x00000002u) {
412  target =
413  ::google::protobuf::internal::WireFormatLite::WriteBytesToArray(
414  3, this->streamed_histo(), target);
415  }
416 
417  // required uint32 flags = 4;
418  if (cached_has_bits & 0x00000008u) {
419  target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(4, this->flags(), target);
420  }
421 
422  if (_internal_metadata_.have_unknown_fields()) {
423  target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
424  _internal_metadata_.unknown_fields(), target);
425  }
426  // @@protoc_insertion_point(serialize_to_array_end:dqmstorepb.ROOTFilePB.Histo)
427  return target;
428 }
::google::protobuf::uint32 size() const
const ::std::string & full_pathname() const
::google::protobuf::internal::HasBits< 1 > _has_bits_
const ::std::string & streamed_histo() const
unsigned int uint32
Definition: MsgTools.h:13
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
::google::protobuf::uint32 flags() const
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB_Histo::InternalSwap ( ROOTFilePB_Histo other)
private

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

References _cached_size_, _has_bits_, _internal_metadata_, flags_, full_pathname_, size_, streamed_histo_, swap, and std::swap().

Referenced by Swap().

569  {
570  using std::swap;
571  full_pathname_.Swap(&other->full_pathname_);
572  streamed_histo_.Swap(&other->streamed_histo_);
573  swap(size_, other->size_);
574  swap(flags_, other->flags_);
575  swap(_has_bits_[0], other->_has_bits_[0]);
576  _internal_metadata_.Swap(&other->_internal_metadata_);
577  swap(_cached_size_, other->_cached_size_);
578 }
::google::protobuf::uint32 flags_
friend void swap(ROOTFilePB_Histo &a, ROOTFilePB_Histo &b)
::google::protobuf::internal::HasBits< 1 > _has_bits_
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
::google::protobuf::internal::ArenaStringPtr full_pathname_
::google::protobuf::uint32 size_
::google::protobuf::internal::ArenaStringPtr streamed_histo_
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
bool dqmstorepb::ROOTFilePB_Histo::IsInitialized ( ) const

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

References _has_bits_.

560  {
561  if ((_has_bits_[0] & 0x0000000f) != 0x0000000f) return false;
562  return true;
563 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
void* dqmstorepb::ROOTFilePB_Histo::MaybeArenaPtr ( ) const
inlineprivate

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

138  {
139  return nullptr;
140  }
void dqmstorepb::ROOTFilePB_Histo::MergeFrom ( const ::google::protobuf::Message &  from)

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

References source.

Referenced by CopyFrom().

504  {
505 // @@protoc_insertion_point(generalized_merge_from_start:dqmstorepb.ROOTFilePB.Histo)
506  GOOGLE_DCHECK_NE(&from, this);
507  const auto* source =
508  ::google::protobuf::internal::DynamicCastToGenerated<const ROOTFilePB_Histo>(
509  &from);
510  if (source == nullptr) {
511  // @@protoc_insertion_point(generalized_merge_from_cast_fail:dqmstorepb.ROOTFilePB.Histo)
512  ::google::protobuf::internal::ReflectionOps::Merge(from, this);
513  } else {
514  // @@protoc_insertion_point(generalized_merge_from_cast_success:dqmstorepb.ROOTFilePB.Histo)
515  MergeFrom(*source);
516  }
517 }
void MergeFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
static std::string const source
Definition: EdmProvDump.cc:43
void dqmstorepb::ROOTFilePB_Histo::MergeFrom ( const ROOTFilePB_Histo from)

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

References _has_bits_, _internal_metadata_, flags_, full_pathname_, set_has_full_pathname(), set_has_streamed_histo(), size_, and streamed_histo_.

519  {
520 // @@protoc_insertion_point(class_specific_merge_from_start:dqmstorepb.ROOTFilePB.Histo)
521  GOOGLE_DCHECK_NE(&from, this);
522  _internal_metadata_.MergeFrom(from._internal_metadata_);
523  ::google::protobuf::uint32 cached_has_bits = 0;
524  (void) cached_has_bits;
525 
526  cached_has_bits = from._has_bits_[0];
527  if (cached_has_bits & 15u) {
528  if (cached_has_bits & 0x00000001u) {
530  full_pathname_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.full_pathname_);
531  }
532  if (cached_has_bits & 0x00000002u) {
534  streamed_histo_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.streamed_histo_);
535  }
536  if (cached_has_bits & 0x00000004u) {
537  size_ = from.size_;
538  }
539  if (cached_has_bits & 0x00000008u) {
540  flags_ = from.flags_;
541  }
542  _has_bits_[0] |= cached_has_bits;
543  }
544 }
::google::protobuf::uint32 flags_
::google::protobuf::internal::HasBits< 1 > _has_bits_
::google::protobuf::internal::ArenaStringPtr full_pathname_
unsigned int uint32
Definition: MsgTools.h:13
::google::protobuf::uint32 size_
::google::protobuf::internal::ArenaStringPtr streamed_histo_
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
bool dqmstorepb::ROOTFilePB_Histo::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream *  input)

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

References _internal_metadata_, data, DO_, flags_, full_pathname(), mutable_full_pathname(), mutable_streamed_histo(), AlCaHLTBitMon_ParallelJobs::p, set_has_flags(), set_has_size(), size_, summarizeEdmComparisonLogfiles::success, and GlobalPosition_Frontier_DevDB_cff::tag.

261  {
262 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
264  // @@protoc_insertion_point(parse_start:dqmstorepb.ROOTFilePB.Histo)
265  for (;;) {
266  ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
267  tag = p.first;
268  if (!p.second) goto handle_unusual;
269  switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
270  // required string full_pathname = 1;
271  case 1: {
272  if (static_cast< ::google::protobuf::uint8>(tag) ==
273  static_cast< ::google::protobuf::uint8>(10u /* 10 & 0xFF */)) {
274  DO_(::google::protobuf::internal::WireFormatLite::ReadString(
275  input, this->mutable_full_pathname()));
276  ::google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField(
277  this->full_pathname().data(), static_cast<int>(this->full_pathname().length()),
278  ::google::protobuf::internal::WireFormat::PARSE,
279  "dqmstorepb.ROOTFilePB.Histo.full_pathname");
280  } else {
281  goto handle_unusual;
282  }
283  break;
284  }
285 
286  // required uint32 size = 2;
287  case 2: {
288  if (static_cast< ::google::protobuf::uint8>(tag) ==
289  static_cast< ::google::protobuf::uint8>(16u /* 16 & 0xFF */)) {
290  set_has_size();
291  DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
292  ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>(
293  input, &size_)));
294  } else {
295  goto handle_unusual;
296  }
297  break;
298  }
299 
300  // required bytes streamed_histo = 3;
301  case 3: {
302  if (static_cast< ::google::protobuf::uint8>(tag) ==
303  static_cast< ::google::protobuf::uint8>(26u /* 26 & 0xFF */)) {
304  DO_(::google::protobuf::internal::WireFormatLite::ReadBytes(
305  input, this->mutable_streamed_histo()));
306  } else {
307  goto handle_unusual;
308  }
309  break;
310  }
311 
312  // required uint32 flags = 4;
313  case 4: {
314  if (static_cast< ::google::protobuf::uint8>(tag) ==
315  static_cast< ::google::protobuf::uint8>(32u /* 32 & 0xFF */)) {
316  set_has_flags();
317  DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
318  ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>(
319  input, &flags_)));
320  } else {
321  goto handle_unusual;
322  }
323  break;
324  }
325 
326  default: {
327  handle_unusual:
328  if (tag == 0) {
329  goto success;
330  }
331  DO_(::google::protobuf::internal::WireFormat::SkipField(
332  input, tag, _internal_metadata_.mutable_unknown_fields()));
333  break;
334  }
335  }
336  }
337 success:
338  // @@protoc_insertion_point(parse_success:dqmstorepb.ROOTFilePB.Histo)
339  return true;
340 failure:
341  // @@protoc_insertion_point(parse_failure:dqmstorepb.ROOTFilePB.Histo)
342  return false;
343 #undef DO_
344 }
::google::protobuf::uint32 flags_
const ::std::string & full_pathname() const
#define DO_(EXPRESSION)
static std::string const input
Definition: EdmProvDump.cc:44
unsigned int uint32
Definition: MsgTools.h:13
::google::protobuf::uint32 size_
::std::string * mutable_full_pathname()
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
::std::string * mutable_streamed_histo()
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
std::string * dqmstorepb::ROOTFilePB_Histo::mutable_full_pathname ( )
inline

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

Referenced by GetMetadata(), and MergePartialFromCodedStream().

384  {
386  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.Histo.full_pathname)
387  return full_pathname_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
388 }
::google::protobuf::internal::ArenaStringPtr full_pathname_
std::string * dqmstorepb::ROOTFilePB_Histo::mutable_streamed_histo ( )
inline

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

Referenced by GetMetadata(), and MergePartialFromCodedStream().

471  {
473  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
474  return streamed_histo_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
475 }
::google::protobuf::internal::ArenaStringPtr streamed_histo_
inline ::google::protobuf::UnknownFieldSet* dqmstorepb::ROOTFilePB_Histo::mutable_unknown_fields ( )
inline

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

90  {
91  return _internal_metadata_.mutable_unknown_fields();
92  }
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
ROOTFilePB_Histo* dqmstorepb::ROOTFilePB_Histo::New ( ) const
inline

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

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

Referenced by New().

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

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

References gen::n, and ROOTFilePB_Histo().

226  {
227  auto* n = new ROOTFilePB_Histo;
228  if (arena != nullptr) {
229  arena->Own(n);
230  }
231  return n;
232 }
ROOTFilePB_Histo& dqmstorepb::ROOTFilePB_Histo::operator= ( const ROOTFilePB_Histo from)
inline

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

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

68  {
69  CopyFrom(from);
70  return *this;
71  }
void CopyFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
std::string * dqmstorepb::ROOTFilePB_Histo::release_full_pathname ( )
inline

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

Referenced by GetMetadata().

389  {
390  // @@protoc_insertion_point(field_release:dqmstorepb.ROOTFilePB.Histo.full_pathname)
392  return full_pathname_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
393 }
::google::protobuf::internal::ArenaStringPtr full_pathname_
std::string * dqmstorepb::ROOTFilePB_Histo::release_streamed_histo ( )
inline

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

Referenced by GetMetadata().

476  {
477  // @@protoc_insertion_point(field_release:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
479  return streamed_histo_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
480 }
::google::protobuf::internal::ArenaStringPtr streamed_histo_
size_t dqmstorepb::ROOTFilePB_Histo::RequiredFieldsByteSizeFallback ( ) const
private

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

References flags(), full_pathname(), has_flags(), has_full_pathname(), has_size(), has_streamed_histo(), size(), and streamed_histo().

Referenced by ByteSizeLong().

430  {
431 // @@protoc_insertion_point(required_fields_byte_size_fallback_start:dqmstorepb.ROOTFilePB.Histo)
432  size_t total_size = 0;
433 
434  if (has_full_pathname()) {
435  // required string full_pathname = 1;
436  total_size += 1 +
437  ::google::protobuf::internal::WireFormatLite::StringSize(
438  this->full_pathname());
439  }
440 
441  if (has_streamed_histo()) {
442  // required bytes streamed_histo = 3;
443  total_size += 1 +
444  ::google::protobuf::internal::WireFormatLite::BytesSize(
445  this->streamed_histo());
446  }
447 
448  if (has_size()) {
449  // required uint32 size = 2;
450  total_size += 1 +
451  ::google::protobuf::internal::WireFormatLite::UInt32Size(
452  this->size());
453  }
454 
455  if (has_flags()) {
456  // required uint32 flags = 4;
457  total_size += 1 +
458  ::google::protobuf::internal::WireFormatLite::UInt32Size(
459  this->flags());
460  }
461 
462  return total_size;
463 }
::google::protobuf::uint32 size() const
const ::std::string & full_pathname() const
const ::std::string & streamed_histo() const
::google::protobuf::uint32 flags() const
void dqmstorepb::ROOTFilePB_Histo::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream *  output) const

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

References _has_bits_, _internal_metadata_, data, flags(), full_pathname(), convertSQLitetoXML_cfg::output, size(), and streamed_histo().

347  {
348  // @@protoc_insertion_point(serialize_start:dqmstorepb.ROOTFilePB.Histo)
349  ::google::protobuf::uint32 cached_has_bits = 0;
350  (void) cached_has_bits;
351 
352  cached_has_bits = _has_bits_[0];
353  // required string full_pathname = 1;
354  if (cached_has_bits & 0x00000001u) {
355  ::google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField(
356  this->full_pathname().data(), static_cast<int>(this->full_pathname().length()),
357  ::google::protobuf::internal::WireFormat::SERIALIZE,
358  "dqmstorepb.ROOTFilePB.Histo.full_pathname");
359  ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(
360  1, this->full_pathname(), output);
361  }
362 
363  // required uint32 size = 2;
364  if (cached_has_bits & 0x00000004u) {
365  ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->size(), output);
366  }
367 
368  // required bytes streamed_histo = 3;
369  if (cached_has_bits & 0x00000002u) {
370  ::google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased(
371  3, this->streamed_histo(), output);
372  }
373 
374  // required uint32 flags = 4;
375  if (cached_has_bits & 0x00000008u) {
376  ::google::protobuf::internal::WireFormatLite::WriteUInt32(4, this->flags(), output);
377  }
378 
379  if (_internal_metadata_.have_unknown_fields()) {
380  ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
381  _internal_metadata_.unknown_fields(), output);
382  }
383  // @@protoc_insertion_point(serialize_end:dqmstorepb.ROOTFilePB.Histo)
384 }
::google::protobuf::uint32 size() const
const ::std::string & full_pathname() const
::google::protobuf::internal::HasBits< 1 > _has_bits_
const ::std::string & streamed_histo() const
unsigned int uint32
Definition: MsgTools.h:13
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
::google::protobuf::uint32 flags() const
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB_Histo::set_allocated_full_pathname ( ::std::string *  full_pathname)
inline

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

Referenced by GetMetadata().

394  {
395  if (full_pathname != nullptr) {
397  } else {
399  }
400  full_pathname_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), full_pathname);
401  // @@protoc_insertion_point(field_set_allocated:dqmstorepb.ROOTFilePB.Histo.full_pathname)
402 }
const ::std::string & full_pathname() const
::google::protobuf::internal::ArenaStringPtr full_pathname_
void dqmstorepb::ROOTFilePB_Histo::set_allocated_streamed_histo ( ::std::string *  streamed_histo)
inline

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

Referenced by GetMetadata().

481  {
482  if (streamed_histo != nullptr) {
484  } else {
486  }
487  streamed_histo_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), streamed_histo);
488  // @@protoc_insertion_point(field_set_allocated:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
489 }
const ::std::string & streamed_histo() const
::google::protobuf::internal::ArenaStringPtr streamed_histo_
void dqmstorepb::ROOTFilePB_Histo::set_flags ( ::google::protobuf::uint32  value)
inline

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

References relativeConstraints::value.

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

509  {
510  set_has_flags();
511  flags_ = value;
512  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.flags)
513 }
::google::protobuf::uint32 flags_
void dqmstorepb::ROOTFilePB_Histo::set_full_pathname ( const ::std::string &  value)
inline

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

References eostools::move(), and AlCaHLTBitMon_QueryRunRegistry::string.

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

359  {
361  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
362  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.full_pathname)
363 }
::google::protobuf::internal::ArenaStringPtr full_pathname_
Definition: value.py:1
void dqmstorepb::ROOTFilePB_Histo::set_full_pathname ( const char *  value)
inline

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

References AlCaHLTBitMon_QueryRunRegistry::string.

372  {
373  GOOGLE_DCHECK(value != nullptr);
375  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
376  // @@protoc_insertion_point(field_set_char:dqmstorepb.ROOTFilePB.Histo.full_pathname)
377 }
::google::protobuf::internal::ArenaStringPtr full_pathname_
Definition: value.py:1
void dqmstorepb::ROOTFilePB_Histo::set_full_pathname ( const char *  value,
size_t  size 
)
inline

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

References AlCaHLTBitMon_QueryRunRegistry::string.

378  {
380  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
381  ::std::string(reinterpret_cast<const char*>(value), size));
382  // @@protoc_insertion_point(field_set_pointer:dqmstorepb.ROOTFilePB.Histo.full_pathname)
383 }
::google::protobuf::uint32 size() const
::google::protobuf::internal::ArenaStringPtr full_pathname_
Definition: value.py:1
void dqmstorepb::ROOTFilePB_Histo::set_has_flags ( )
inlineprivate

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

Referenced by GetMetadata(), and MergePartialFromCodedStream().

495  {
496  _has_bits_[0] |= 0x00000008u;
497 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
void dqmstorepb::ROOTFilePB_Histo::set_has_full_pathname ( )
inlineprivate

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

Referenced by GetMetadata(), and MergeFrom().

345  {
346  _has_bits_[0] |= 0x00000001u;
347 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
void dqmstorepb::ROOTFilePB_Histo::set_has_size ( )
inlineprivate

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

Referenced by GetMetadata(), and MergePartialFromCodedStream().

408  {
409  _has_bits_[0] |= 0x00000004u;
410 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
void dqmstorepb::ROOTFilePB_Histo::set_has_streamed_histo ( )
inlineprivate

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

Referenced by GetMetadata(), and MergeFrom().

432  {
433  _has_bits_[0] |= 0x00000002u;
434 }
::google::protobuf::internal::HasBits< 1 > _has_bits_
void dqmstorepb::ROOTFilePB_Histo::set_size ( ::google::protobuf::uint32  value)
inline

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

References relativeConstraints::value.

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

422  {
423  set_has_size();
424  size_ = value;
425  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.size)
426 }
::google::protobuf::uint32 size_
void dqmstorepb::ROOTFilePB_Histo::set_streamed_histo ( const ::std::string &  value)
inline

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

References eostools::move(), and AlCaHLTBitMon_QueryRunRegistry::string.

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

446  {
448  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
449  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
450 }
Definition: value.py:1
::google::protobuf::internal::ArenaStringPtr streamed_histo_
void dqmstorepb::ROOTFilePB_Histo::set_streamed_histo ( const char *  value)
inline

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

References AlCaHLTBitMon_QueryRunRegistry::string.

459  {
460  GOOGLE_DCHECK(value != nullptr);
462  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
463  // @@protoc_insertion_point(field_set_char:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
464 }
Definition: value.py:1
::google::protobuf::internal::ArenaStringPtr streamed_histo_
void dqmstorepb::ROOTFilePB_Histo::set_streamed_histo ( const void *  value,
size_t  size 
)
inline

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

References AlCaHLTBitMon_QueryRunRegistry::string.

465  {
467  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
468  ::std::string(reinterpret_cast<const char*>(value), size));
469  // @@protoc_insertion_point(field_set_pointer:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
470 }
::google::protobuf::uint32 size() const
Definition: value.py:1
::google::protobuf::internal::ArenaStringPtr streamed_histo_
void dqmstorepb::ROOTFilePB_Histo::SetCachedSize ( int  size) const
private

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

References _cached_size_, and size().

211  {
212  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
214  GOOGLE_SAFE_CONCURRENT_WRITES_END();
215 }
::google::protobuf::uint32 size() const
void dqmstorepb::ROOTFilePB_Histo::SharedCtor ( )
private

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

References _cached_size_, flags_, full_pathname_, size_, and streamed_histo_.

Referenced by ROOTFilePB_Histo().

192  {
193  _cached_size_ = 0;
194  full_pathname_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
195  streamed_histo_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
196  ::memset(&size_, 0, static_cast<size_t>(
197  reinterpret_cast<char*>(&flags_) -
198  reinterpret_cast<char*>(&size_)) + sizeof(flags_));
199 }
::google::protobuf::uint32 flags_
::google::protobuf::internal::ArenaStringPtr full_pathname_
::google::protobuf::uint32 size_
::google::protobuf::internal::ArenaStringPtr streamed_histo_
void dqmstorepb::ROOTFilePB_Histo::SharedDtor ( )
private

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

References full_pathname_, and streamed_histo_.

Referenced by ~ROOTFilePB_Histo().

206  {
207  full_pathname_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
208  streamed_histo_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
209 }
::google::protobuf::internal::ArenaStringPtr full_pathname_
::google::protobuf::internal::ArenaStringPtr streamed_histo_
google::protobuf::uint32 dqmstorepb::ROOTFilePB_Histo::size ( void  ) const
inline
const ::std::string & dqmstorepb::ROOTFilePB_Histo::streamed_histo ( ) const
inline

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

Referenced by ByteSizeLong(), convertFile(), dumpFiles(), get_info(), DQMStore::get_info(), GetMetadata(), InternalSerializeWithCachedSizesToArray(), RequiredFieldsByteSizeFallback(), and SerializeWithCachedSizes().

442  {
443  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
444  return streamed_histo_.GetNoArena();
445 }
::google::protobuf::internal::ArenaStringPtr streamed_histo_
void dqmstorepb::ROOTFilePB_Histo::Swap ( ROOTFilePB_Histo other)

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

References InternalSwap().

565  {
566  if (other == this) return;
568 }
void InternalSwap(ROOTFilePB_Histo *other)
const ::google::protobuf::UnknownFieldSet& dqmstorepb::ROOTFilePB_Histo::unknown_fields ( ) const
inline

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

87  {
88  return _internal_metadata_.unknown_fields();
89  }
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_

Friends And Related Function Documentation

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

void swap ( ROOTFilePB_Histo a,
ROOTFilePB_Histo b 
)
friend

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

Referenced by InternalSwap().

105  {
106  a.Swap(&b);
107  }
double b
Definition: hdecay.h:120
double a
Definition: hdecay.h:121

Member Data Documentation

int dqmstorepb::ROOTFilePB_Histo::_cached_size_
mutableprivate

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

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

::google::protobuf::internal::HasBits<1> dqmstorepb::ROOTFilePB_Histo::_has_bits_
private
::google::protobuf::internal::InternalMetadataWithArena dqmstorepb::ROOTFilePB_Histo::_internal_metadata_
private
::google::protobuf::uint32 dqmstorepb::ROOTFilePB_Histo::flags_
private
::google::protobuf::internal::ArenaStringPtr dqmstorepb::ROOTFilePB_Histo::full_pathname_
private
const int dqmstorepb::ROOTFilePB_Histo::kFlagsFieldNumber = 4
static
const int dqmstorepb::ROOTFilePB_Histo::kFullPathnameFieldNumber = 1
static
PROTOBUF_CONSTEXPR int const dqmstorepb::ROOTFilePB_Histo::kIndexInFileMessages
static
Initial value:
=
0

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

Referenced by descriptor(), and GetMetadata().

const int dqmstorepb::ROOTFilePB_Histo::kSizeFieldNumber = 2
static
const int dqmstorepb::ROOTFilePB_Histo::kStreamedHistoFieldNumber = 3
static
::google::protobuf::uint32 dqmstorepb::ROOTFilePB_Histo::size_
private
::google::protobuf::internal::ArenaStringPtr dqmstorepb::ROOTFilePB_Histo::streamed_histo_
private