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
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *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
 
virtual ~ROOTFilePB_Histo ()
 

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

Detailed Description

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

Constructor & Destructor Documentation

dqmstorepb::ROOTFilePB_Histo::ROOTFilePB_Histo ( )

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

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

Referenced by New().

148  : ::google::protobuf::Message(), _internal_metadata_(NULL) {
149  if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
151  }
152  SharedCtor();
153  // @@protoc_insertion_point(constructor:dqmstorepb.ROOTFilePB.Histo)
154 }
static const ROOTFilePB_Histo * internal_default_instance()
Definition: ROOTFilePB.pb.h:79
#define NULL
Definition: scimark2.h:8
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
dqmstorepb::ROOTFilePB_Histo::~ROOTFilePB_Histo ( )
virtual

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

References SharedDtor().

183  {
184  // @@protoc_insertion_point(destructor:dqmstorepb.ROOTFilePB.Histo)
185  SharedDtor();
186 }
dqmstorepb::ROOTFilePB_Histo::ROOTFilePB_Histo ( const ROOTFilePB_Histo from)

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

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

156  : ::google::protobuf::Message(),
158  _has_bits_(from._has_bits_),
159  _cached_size_(0) {
160  _internal_metadata_.MergeFrom(from._internal_metadata_);
161  full_pathname_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
162  if (from.has_full_pathname()) {
163  full_pathname_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.full_pathname_);
164  }
165  streamed_histo_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
166  if (from.has_streamed_histo()) {
167  streamed_histo_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.streamed_histo_);
168  }
169  ::memcpy(&size_, &from.size_,
170  reinterpret_cast<char*>(&flags_) -
171  reinterpret_cast<char*>(&size_) + sizeof(flags_));
172  // @@protoc_insertion_point(copy_constructor:dqmstorepb.ROOTFilePB.Histo)
173 }
::google::protobuf::uint32 flags_
::google::protobuf::internal::HasBits< 1 > _has_bits_
#define NULL
Definition: scimark2.h:8
::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 430 of file ROOTFilePB.pb.cc.

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

430  {
431 // @@protoc_insertion_point(message_byte_size_start:dqmstorepb.ROOTFilePB.Histo)
432  size_t total_size = 0;
433 
434  if (_internal_metadata_.have_unknown_fields()) {
435  total_size +=
436  ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
437  unknown_fields());
438  }
439  if (((_has_bits_[0] & 0x0000000f) ^ 0x0000000f) == 0) { // All required fields are present.
440  // required string full_pathname = 1;
441  total_size += 1 +
442  ::google::protobuf::internal::WireFormatLite::StringSize(
443  this->full_pathname());
444 
445  // required bytes streamed_histo = 3;
446  total_size += 1 +
447  ::google::protobuf::internal::WireFormatLite::BytesSize(
448  this->streamed_histo());
449 
450  // required uint32 size = 2;
451  total_size += 1 +
452  ::google::protobuf::internal::WireFormatLite::UInt32Size(
453  this->size());
454 
455  // required uint32 flags = 4;
456  total_size += 1 +
457  ::google::protobuf::internal::WireFormatLite::UInt32Size(
458  this->flags());
459 
460  } else {
461  total_size += RequiredFieldsByteSizeFallback();
462  }
463  int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
464  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
465  _cached_size_ = cached_size;
466  GOOGLE_SAFE_CONCURRENT_WRITES_END();
467  return total_size;
468 }
::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
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: ROOTFilePB.pb.h:68
::google::protobuf::uint32 flags() const
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
void dqmstorepb::ROOTFilePB_Histo::Clear ( )

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

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

Referenced by CopyFrom().

216  {
217 // @@protoc_insertion_point(message_clear_start:dqmstorepb.ROOTFilePB.Histo)
218  if (_has_bits_[0 / 32] & 3u) {
219  if (has_full_pathname()) {
220  GOOGLE_DCHECK(!full_pathname_.IsDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()));
221  (*full_pathname_.UnsafeRawStringPointer())->clear();
222  }
223  if (has_streamed_histo()) {
224  GOOGLE_DCHECK(!streamed_histo_.IsDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited()));
225  (*streamed_histo_.UnsafeRawStringPointer())->clear();
226  }
227  }
228  if (_has_bits_[0 / 32] & 12u) {
229  ::memset(&size_, 0, reinterpret_cast<char*>(&flags_) -
230  reinterpret_cast<char*>(&size_) + sizeof(flags_));
231  }
232  _has_bits_.Clear();
233  _internal_metadata_.Clear();
234 }
::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
::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 464 of file ROOTFilePB.pb.h.

Referenced by GetMetadata().

464  {
465  flags_ = 0u;
466  clear_has_flags();
467 }
::google::protobuf::uint32 flags_
void dqmstorepb::ROOTFilePB_Histo::clear_full_pathname ( )
inline

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

Referenced by GetMetadata().

316  {
317  full_pathname_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
319 }
::google::protobuf::internal::ArenaStringPtr full_pathname_
void dqmstorepb::ROOTFilePB_Histo::clear_has_flags ( )
inlineprivate

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

Referenced by GetMetadata().

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

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

Referenced by GetMetadata().

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

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

Referenced by GetMetadata().

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

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

Referenced by GetMetadata().

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

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

Referenced by GetMetadata().

378  {
379  size_ = 0u;
380  clear_has_size();
381 }
::google::protobuf::uint32 size_
void dqmstorepb::ROOTFilePB_Histo::clear_streamed_histo ( )
inline

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

Referenced by GetMetadata().

402  {
403  streamed_histo_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
405 }
::google::protobuf::internal::ArenaStringPtr streamed_histo_
void dqmstorepb::ROOTFilePB_Histo::CopyFrom ( const ::google::protobuf::Message &  from)

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

References Clear(), and MergeFrom().

507  {
508 // @@protoc_insertion_point(generalized_copy_from_start:dqmstorepb.ROOTFilePB.Histo)
509  if (&from == this) return;
510  Clear();
511  MergeFrom(from);
512 }
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 514 of file ROOTFilePB.pb.cc.

References Clear(), and MergeFrom().

514  {
515 // @@protoc_insertion_point(class_specific_copy_from_start:dqmstorepb.ROOTFilePB.Histo)
516  if (&from == this) return;
517  Clear();
518  MergeFrom(from);
519 }
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 198 of file ROOTFilePB.pb.cc.

198  {
199  protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::protobuf_AssignDescriptorsOnce();
200  return protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::file_level_metadata[0].descriptor;
201 }
google::protobuf::uint32 dqmstorepb::ROOTFilePB_Histo::flags ( void  ) const
inline

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

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

468  {
469  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.flags)
470  return flags_;
471 }
::google::protobuf::uint32 flags_
const ::std::string & dqmstorepb::ROOTFilePB_Histo::full_pathname ( ) const
inline

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

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

320  {
321  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.full_pathname)
322  return full_pathname_.GetNoArena();
323 }
::google::protobuf::internal::ArenaStringPtr full_pathname_
inline ::google::protobuf::Arena* dqmstorepb::ROOTFilePB_Histo::GetArenaNoVirtual ( ) const
inlineprivate

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

References NULL.

117  {
118  return NULL;
119  }
#define NULL
Definition: scimark2.h:8
int dqmstorepb::ROOTFilePB_Histo::GetCachedSize ( ) const
inline

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

References findQualityFiles::size.

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

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

Referenced by GetMetadata(), InternalSerializeWithCachedSizesToArray(), MergeFrom(), RequiredFieldsByteSizeFallback(), and SerializeWithCachedSizes().

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

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

Referenced by Clear(), GetMetadata(), InternalSerializeWithCachedSizesToArray(), MergeFrom(), RequiredFieldsByteSizeFallback(), ROOTFilePB_Histo(), and SerializeWithCachedSizes().

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

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

Referenced by GetMetadata(), InternalSerializeWithCachedSizesToArray(), MergeFrom(), RequiredFieldsByteSizeFallback(), and SerializeWithCachedSizes().

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

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

Referenced by Clear(), GetMetadata(), InternalSerializeWithCachedSizesToArray(), MergeFrom(), RequiredFieldsByteSizeFallback(), ROOTFilePB_Histo(), and SerializeWithCachedSizes().

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

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

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

Referenced by default_instance(), and ROOTFilePB_Histo().

79  {
80  return reinterpret_cast<const ROOTFilePB_Histo*>(
82  }
dqmstorepb::ROOTFilePB_HistoDefaultTypeInternal _ROOTFilePB_Histo_default_instance_
Definition: ROOTFilePB.pb.h:37
google::protobuf::uint8 * dqmstorepb::ROOTFilePB_Histo::InternalSerializeWithCachedSizesToArray ( bool  deterministic,
::google::protobuf::uint8 target 
) const

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

References _internal_metadata_, data, flags(), full_pathname(), has_flags(), has_full_pathname(), has_size(), has_streamed_histo(), size(), streamed_histo(), edmPickEvents::target, and unknown_fields().

357  {
358  (void)deterministic; // Unused
359  // @@protoc_insertion_point(serialize_to_array_start:dqmstorepb.ROOTFilePB.Histo)
360  // required string full_pathname = 1;
361  if (has_full_pathname()) {
362  ::google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField(
363  this->full_pathname().data(), this->full_pathname().length(),
364  ::google::protobuf::internal::WireFormat::SERIALIZE,
365  "dqmstorepb.ROOTFilePB.Histo.full_pathname");
366  target =
367  ::google::protobuf::internal::WireFormatLite::WriteStringToArray(
368  1, this->full_pathname(), target);
369  }
370 
371  // required uint32 size = 2;
372  if (has_size()) {
373  target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(2, this->size(), target);
374  }
375 
376  // required bytes streamed_histo = 3;
377  if (has_streamed_histo()) {
378  target =
379  ::google::protobuf::internal::WireFormatLite::WriteBytesToArray(
380  3, this->streamed_histo(), target);
381  }
382 
383  // required uint32 flags = 4;
384  if (has_flags()) {
385  target = ::google::protobuf::internal::WireFormatLite::WriteUInt32ToArray(4, this->flags(), target);
386  }
387 
388  if (_internal_metadata_.have_unknown_fields()) {
389  target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
391  }
392  // @@protoc_insertion_point(serialize_to_array_end:dqmstorepb.ROOTFilePB.Histo)
393  return target;
394 }
::google::protobuf::uint32 size() const
const ::std::string & full_pathname() const
const ::std::string & streamed_histo() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: ROOTFilePB.pb.h:68
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 530 of file ROOTFilePB.pb.cc.

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

Referenced by Swap().

530  {
531  full_pathname_.Swap(&other->full_pathname_);
532  streamed_histo_.Swap(&other->streamed_histo_);
533  std::swap(size_, other->size_);
534  std::swap(flags_, other->flags_);
535  std::swap(_has_bits_[0], other->_has_bits_[0]);
536  _internal_metadata_.Swap(&other->_internal_metadata_);
537  std::swap(_cached_size_, other->_cached_size_);
538 }
::google::protobuf::uint32 flags_
::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 521 of file ROOTFilePB.pb.cc.

References _has_bits_.

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

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

References NULL.

120  {
121  return NULL;
122  }
#define NULL
Definition: scimark2.h:8
void dqmstorepb::ROOTFilePB_Histo::MergeFrom ( const ::google::protobuf::Message &  from)

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

References NULL, and source.

Referenced by CopyFrom().

470  {
471 // @@protoc_insertion_point(generalized_merge_from_start:dqmstorepb.ROOTFilePB.Histo)
472  GOOGLE_DCHECK_NE(&from, this);
473  const ROOTFilePB_Histo* source =
474  ::google::protobuf::internal::DynamicCastToGenerated<const ROOTFilePB_Histo>(
475  &from);
476  if (source == NULL) {
477  // @@protoc_insertion_point(generalized_merge_from_cast_fail:dqmstorepb.ROOTFilePB.Histo)
478  ::google::protobuf::internal::ReflectionOps::Merge(from, this);
479  } else {
480  // @@protoc_insertion_point(generalized_merge_from_cast_success:dqmstorepb.ROOTFilePB.Histo)
481  MergeFrom(*source);
482  }
483 }
#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_Histo::MergeFrom ( const ROOTFilePB_Histo from)

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

References _has_bits_, _internal_metadata_, flags(), full_pathname_, has_flags(), has_full_pathname(), has_size(), has_streamed_histo(), set_flags(), set_has_full_pathname(), set_has_streamed_histo(), set_size(), size(), and streamed_histo_.

485  {
486 // @@protoc_insertion_point(class_specific_merge_from_start:dqmstorepb.ROOTFilePB.Histo)
487  GOOGLE_DCHECK_NE(&from, this);
488  _internal_metadata_.MergeFrom(from._internal_metadata_);
489  if (from._has_bits_[0 / 32] & 15u) {
490  if (from.has_full_pathname()) {
492  full_pathname_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.full_pathname_);
493  }
494  if (from.has_streamed_histo()) {
496  streamed_histo_.AssignWithDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), from.streamed_histo_);
497  }
498  if (from.has_size()) {
499  set_size(from.size());
500  }
501  if (from.has_flags()) {
502  set_flags(from.flags());
503  }
504  }
505 }
void set_flags(::google::protobuf::uint32 value)
::google::protobuf::internal::ArenaStringPtr full_pathname_
void set_size(::google::protobuf::uint32 value)
::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 236 of file ROOTFilePB.pb.cc.

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

237  {
238 #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
240  // @@protoc_insertion_point(parse_start:dqmstorepb.ROOTFilePB.Histo)
241  for (;;) {
242  ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
243  tag = p.first;
244  if (!p.second) goto handle_unusual;
245  switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
246  // required string full_pathname = 1;
247  case 1: {
248  if (tag == 10u) {
249  DO_(::google::protobuf::internal::WireFormatLite::ReadString(
250  input, this->mutable_full_pathname()));
251  ::google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField(
252  this->full_pathname().data(), this->full_pathname().length(),
253  ::google::protobuf::internal::WireFormat::PARSE,
254  "dqmstorepb.ROOTFilePB.Histo.full_pathname");
255  } else {
256  goto handle_unusual;
257  }
258  break;
259  }
260 
261  // required uint32 size = 2;
262  case 2: {
263  if (tag == 16u) {
264  set_has_size();
265  DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
266  ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>(
267  input, &size_)));
268  } else {
269  goto handle_unusual;
270  }
271  break;
272  }
273 
274  // required bytes streamed_histo = 3;
275  case 3: {
276  if (tag == 26u) {
277  DO_(::google::protobuf::internal::WireFormatLite::ReadBytes(
278  input, this->mutable_streamed_histo()));
279  } else {
280  goto handle_unusual;
281  }
282  break;
283  }
284 
285  // required uint32 flags = 4;
286  case 4: {
287  if (tag == 32u) {
288  set_has_flags();
289  DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
290  ::google::protobuf::uint32, ::google::protobuf::internal::WireFormatLite::TYPE_UINT32>(
291  input, &flags_)));
292  } else {
293  goto handle_unusual;
294  }
295  break;
296  }
297 
298  default: {
299  handle_unusual:
300  if (tag == 0 ||
301  ::google::protobuf::internal::WireFormatLite::GetTagWireType(tag) ==
302  ::google::protobuf::internal::WireFormatLite::WIRETYPE_END_GROUP) {
303  goto success;
304  }
305  DO_(::google::protobuf::internal::WireFormat::SkipField(
306  input, tag, mutable_unknown_fields()));
307  break;
308  }
309  }
310  }
311 success:
312  // @@protoc_insertion_point(parse_success:dqmstorepb.ROOTFilePB.Histo)
313  return true;
314 failure:
315  // @@protoc_insertion_point(parse_failure:dqmstorepb.ROOTFilePB.Histo)
316  return false;
317 #undef DO_
318 }
::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
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: ROOTFilePB.pb.h:72
::std::string * mutable_streamed_histo()
std::string * dqmstorepb::ROOTFilePB_Histo::mutable_full_pathname ( )
inline

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

Referenced by GetMetadata(), and MergePartialFromCodedStream().

348  {
350  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.Histo.full_pathname)
351  return full_pathname_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
352 }
::google::protobuf::internal::ArenaStringPtr full_pathname_
std::string * dqmstorepb::ROOTFilePB_Histo::mutable_streamed_histo ( )
inline

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

Referenced by GetMetadata(), and MergePartialFromCodedStream().

434  {
436  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
437  return streamed_histo_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
438 }
::google::protobuf::internal::ArenaStringPtr streamed_histo_
inline ::google::protobuf::UnknownFieldSet* dqmstorepb::ROOTFilePB_Histo::mutable_unknown_fields ( )
inline

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

Referenced by MergePartialFromCodedStream().

72  {
73  return _internal_metadata_.mutable_unknown_fields();
74  }
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
ROOTFilePB_Histo* dqmstorepb::ROOTFilePB_Histo::New ( ) const
inline

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

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

Referenced by New().

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

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

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

208  {
210  if (arena != NULL) {
211  arena->Own(n);
212  }
213  return n;
214 }
#define NULL
Definition: scimark2.h:8
ROOTFilePB_Histo& dqmstorepb::ROOTFilePB_Histo::operator= ( const ROOTFilePB_Histo from)
inline

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

63  {
64  CopyFrom(from);
65  return *this;
66  }
void CopyFrom(const ::google::protobuf::Message &from) PROTOBUF_FINAL
std::string * dqmstorepb::ROOTFilePB_Histo::release_full_pathname ( )
inline

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

Referenced by GetMetadata().

353  {
354  // @@protoc_insertion_point(field_release:dqmstorepb.ROOTFilePB.Histo.full_pathname)
356  return full_pathname_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
357 }
::google::protobuf::internal::ArenaStringPtr full_pathname_
std::string * dqmstorepb::ROOTFilePB_Histo::release_streamed_histo ( )
inline

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

Referenced by GetMetadata().

439  {
440  // @@protoc_insertion_point(field_release:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
442  return streamed_histo_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
443 }
::google::protobuf::internal::ArenaStringPtr streamed_histo_
size_t dqmstorepb::ROOTFilePB_Histo::RequiredFieldsByteSizeFallback ( ) const
private

Definition at line 396 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().

396  {
397 // @@protoc_insertion_point(required_fields_byte_size_fallback_start:dqmstorepb.ROOTFilePB.Histo)
398  size_t total_size = 0;
399 
400  if (has_full_pathname()) {
401  // required string full_pathname = 1;
402  total_size += 1 +
403  ::google::protobuf::internal::WireFormatLite::StringSize(
404  this->full_pathname());
405  }
406 
407  if (has_streamed_histo()) {
408  // required bytes streamed_histo = 3;
409  total_size += 1 +
410  ::google::protobuf::internal::WireFormatLite::BytesSize(
411  this->streamed_histo());
412  }
413 
414  if (has_size()) {
415  // required uint32 size = 2;
416  total_size += 1 +
417  ::google::protobuf::internal::WireFormatLite::UInt32Size(
418  this->size());
419  }
420 
421  if (has_flags()) {
422  // required uint32 flags = 4;
423  total_size += 1 +
424  ::google::protobuf::internal::WireFormatLite::UInt32Size(
425  this->flags());
426  }
427 
428  return total_size;
429 }
::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 320 of file ROOTFilePB.pb.cc.

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

321  {
322  // @@protoc_insertion_point(serialize_start:dqmstorepb.ROOTFilePB.Histo)
323  // required string full_pathname = 1;
324  if (has_full_pathname()) {
325  ::google::protobuf::internal::WireFormat::VerifyUTF8StringNamedField(
326  this->full_pathname().data(), this->full_pathname().length(),
327  ::google::protobuf::internal::WireFormat::SERIALIZE,
328  "dqmstorepb.ROOTFilePB.Histo.full_pathname");
329  ::google::protobuf::internal::WireFormatLite::WriteStringMaybeAliased(
330  1, this->full_pathname(), output);
331  }
332 
333  // required uint32 size = 2;
334  if (has_size()) {
335  ::google::protobuf::internal::WireFormatLite::WriteUInt32(2, this->size(), output);
336  }
337 
338  // required bytes streamed_histo = 3;
339  if (has_streamed_histo()) {
340  ::google::protobuf::internal::WireFormatLite::WriteBytesMaybeAliased(
341  3, this->streamed_histo(), output);
342  }
343 
344  // required uint32 flags = 4;
345  if (has_flags()) {
346  ::google::protobuf::internal::WireFormatLite::WriteUInt32(4, this->flags(), output);
347  }
348 
349  if (_internal_metadata_.have_unknown_fields()) {
350  ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
352  }
353  // @@protoc_insertion_point(serialize_end:dqmstorepb.ROOTFilePB.Histo)
354 }
::google::protobuf::uint32 size() const
const ::std::string & full_pathname() const
const ::std::string & streamed_histo() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: ROOTFilePB.pb.h:68
char data[epos_bytes_allocation]
Definition: EPOS_Wrapper.h:82
::google::protobuf::uint32 flags() const
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_
::google::protobuf::uint8* dqmstorepb::ROOTFilePB_Histo::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
inline

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

106  {
108  ::google::protobuf::io::CodedOutputStream::IsDefaultSerializationDeterministic(), output);
109  }
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic,::google::protobuf::uint8 *target) const PROTOBUF_FINAL
void dqmstorepb::ROOTFilePB_Histo::set_allocated_full_pathname ( ::std::string *  full_pathname)
inline

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

References NULL.

Referenced by GetMetadata().

358  {
359  if (full_pathname != NULL) {
361  } else {
363  }
364  full_pathname_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), full_pathname);
365  // @@protoc_insertion_point(field_set_allocated:dqmstorepb.ROOTFilePB.Histo.full_pathname)
366 }
const ::std::string & full_pathname() const
#define NULL
Definition: scimark2.h:8
::google::protobuf::internal::ArenaStringPtr full_pathname_
void dqmstorepb::ROOTFilePB_Histo::set_allocated_streamed_histo ( ::std::string *  streamed_histo)
inline

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

References NULL.

Referenced by GetMetadata().

444  {
445  if (streamed_histo != NULL) {
447  } else {
449  }
450  streamed_histo_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), streamed_histo);
451  // @@protoc_insertion_point(field_set_allocated:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
452 }
#define NULL
Definition: scimark2.h:8
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 472 of file ROOTFilePB.pb.h.

References relativeConstraints::value.

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

472  {
473  set_has_flags();
474  flags_ = value;
475  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.flags)
476 }
::google::protobuf::uint32 flags_
void dqmstorepb::ROOTFilePB_Histo::set_full_pathname ( const ::std::string &  value)
inline

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

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

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

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

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

References AlCaHLTBitMon_QueryRunRegistry::string.

337  {
339  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
340  // @@protoc_insertion_point(field_set_char:dqmstorepb.ROOTFilePB.Histo.full_pathname)
341 }
::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 342 of file ROOTFilePB.pb.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

342  {
344  full_pathname_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
345  ::std::string(reinterpret_cast<const char*>(value), size));
346  // @@protoc_insertion_point(field_set_pointer:dqmstorepb.ROOTFilePB.Histo.full_pathname)
347 }
::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 458 of file ROOTFilePB.pb.h.

Referenced by GetMetadata(), and MergePartialFromCodedStream().

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

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

Referenced by GetMetadata(), and MergeFrom().

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

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

Referenced by GetMetadata(), and MergePartialFromCodedStream().

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

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

Referenced by GetMetadata(), and MergeFrom().

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

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

References relativeConstraints::value.

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

386  {
387  set_has_size();
388  size_ = value;
389  // @@protoc_insertion_point(field_set:dqmstorepb.ROOTFilePB.Histo.size)
390 }
::google::protobuf::uint32 size_
void dqmstorepb::ROOTFilePB_Histo::set_streamed_histo ( const ::std::string &  value)
inline

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

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

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

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

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

References AlCaHLTBitMon_QueryRunRegistry::string.

423  {
425  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
426  // @@protoc_insertion_point(field_set_char:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
427 }
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 428 of file ROOTFilePB.pb.h.

References AlCaHLTBitMon_QueryRunRegistry::string.

428  {
430  streamed_histo_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
431  ::std::string(reinterpret_cast<const char*>(value), size));
432  // @@protoc_insertion_point(field_set_pointer:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
433 }
::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 193 of file ROOTFilePB.pb.cc.

References _cached_size_, and size().

193  {
194  GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
196  GOOGLE_SAFE_CONCURRENT_WRITES_END();
197 }
::google::protobuf::uint32 size() const
void dqmstorepb::ROOTFilePB_Histo::SharedCtor ( )
private

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

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

Referenced by ROOTFilePB_Histo().

175  {
176  _cached_size_ = 0;
177  full_pathname_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
178  streamed_histo_.UnsafeSetDefault(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
179  ::memset(&size_, 0, reinterpret_cast<char*>(&flags_) -
180  reinterpret_cast<char*>(&size_) + sizeof(flags_));
181 }
::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 188 of file ROOTFilePB.pb.cc.

References full_pathname_, and streamed_histo_.

Referenced by ~ROOTFilePB_Histo().

188  {
189  full_pathname_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
190  streamed_histo_.DestroyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
191 }
::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 406 of file ROOTFilePB.pb.h.

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

406  {
407  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.Histo.streamed_histo)
408  return streamed_histo_.GetNoArena();
409 }
::google::protobuf::internal::ArenaStringPtr streamed_histo_
void dqmstorepb::ROOTFilePB_Histo::Swap ( ROOTFilePB_Histo other)

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

References InternalSwap().

526  {
527  if (other == this) return;
529 }
void InternalSwap(ROOTFilePB_Histo *other)
const ::google::protobuf::UnknownFieldSet& dqmstorepb::ROOTFilePB_Histo::unknown_fields ( ) const
inline

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

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

68  {
69  return _internal_metadata_.unknown_fields();
70  }
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_

Friends And Related Function Documentation

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

Member Data Documentation

int dqmstorepb::ROOTFilePB_Histo::_cached_size_
mutableprivate

Definition at line 191 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
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