CMS 3D CMS Logo

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

#include <ROOTFilePB.pb.h>

Inheritance diagram for dqmstorepb::ROOTFilePB:

Classes

class  _Internal
 

Public Types

enum  : int { kHistoFieldNumber = 1 }
 
typedef ROOTFilePB_Histo Histo
 

Public Member Functions

const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
::PROTOBUF_NAMESPACE_ID::uint8_InternalSerialize (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
::dqmstorepb::ROOTFilePB_Histoadd_histo ()
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_histo ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const ROOTFilePB &from)
 
int GetCachedSize () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > & histo () const
 
const ::dqmstorepb::ROOTFilePB_Histohisto (int index) const
 
int histo_size () const
 
bool IsInitialized () const final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ROOTFilePB &from)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > * mutable_histo ()
 
::dqmstorepb::ROOTFilePB_Histomutable_histo (int index)
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
ROOTFilePBNew () const final
 
ROOTFilePBNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
ROOTFilePBoperator= (const ROOTFilePB &from)
 
ROOTFilePBoperator= (ROOTFilePB &&from) noexcept
 
 ROOTFilePB ()
 
 ROOTFilePB (const ROOTFilePB &from)
 
 ROOTFilePB (ROOTFilePB &&from) noexcept
 
void Swap (ROOTFilePB *other)
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
 ~ROOTFilePB () override
 

Static Public Member Functions

static const ROOTFilePBdefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static void InitAsDefaultInstance ()
 
static const ROOTFilePBinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages = 1
 

Private Member Functions

::dqmstorepb::ROOTFilePB_Histo_internal_add_histo ()
 
const ::dqmstorepb::ROOTFilePB_Histo_internal_histo (int index) const
 
int _internal_histo_size () const
 
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual () const
 
void InternalSwap (ROOTFilePB *other)
 
void * MaybeArenaPtr () const
 
void SetCachedSize (int size) const final
 
void SharedCtor ()
 
void SharedDtor ()
 

Static Private Member Functions

::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic ()
 

Private Attributes

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
 
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histohisto_
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
 
void swap (ROOTFilePB &a, ROOTFilePB &b)
 

Detailed Description

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

Member Typedef Documentation

◆ Histo

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kHistoFieldNumber 

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

366  : int {
367  kHistoFieldNumber = 1,
368  };

Constructor & Destructor Documentation

◆ ROOTFilePB() [1/3]

dqmstorepb::ROOTFilePB::ROOTFilePB ( )

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

495  : ::PROTOBUF_NAMESPACE_ID::Message(), _internal_metadata_(nullptr) {
496  SharedCtor();
497  // @@protoc_insertion_point(constructor:dqmstorepb.ROOTFilePB)
498  }

References SharedCtor().

◆ ~ROOTFilePB()

dqmstorepb::ROOTFilePB::~ROOTFilePB ( )
override

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

512  {
513  // @@protoc_insertion_point(destructor:dqmstorepb.ROOTFilePB)
514  SharedDtor();
515  }

References SharedDtor().

◆ ROOTFilePB() [2/3]

dqmstorepb::ROOTFilePB::ROOTFilePB ( const ROOTFilePB from)

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

500  : ::PROTOBUF_NAMESPACE_ID::Message(),
501  _internal_metadata_(nullptr),
502  _has_bits_(from._has_bits_),
503  histo_(from.histo_) {
504  _internal_metadata_.MergeFrom(from._internal_metadata_);
505  // @@protoc_insertion_point(copy_constructor:dqmstorepb.ROOTFilePB)
506  }

References _internal_metadata_.

◆ ROOTFilePB() [3/3]

dqmstorepb::ROOTFilePB::ROOTFilePB ( ROOTFilePB &&  from)
inlinenoexcept

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

278 : ROOTFilePB() { *this = ::std::move(from); }

References eostools::move().

Member Function Documentation

◆ _internal_add_histo()

dqmstorepb::ROOTFilePB_Histo * dqmstorepb::ROOTFilePB::_internal_add_histo ( )
inlineprivate

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

614 { return histo_.Add(); }

References histo_.

Referenced by _InternalParse(), and add_histo().

◆ _internal_histo()

const ::dqmstorepb::ROOTFilePB_Histo & dqmstorepb::ROOTFilePB::_internal_histo ( int  index) const
inlineprivate

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

607  {
608  return histo_.Get(index);
609  }

References histo_.

Referenced by _InternalSerialize(), and histo().

◆ _internal_histo_size()

int dqmstorepb::ROOTFilePB::_internal_histo_size ( ) const
inlineprivate

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

596 { return histo_.size(); }

References histo_.

Referenced by _InternalSerialize(), ByteSizeLong(), and histo_size().

◆ _InternalParse()

const char * dqmstorepb::ROOTFilePB::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

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

537  {
538 #define CHK_(x) \
539  if (PROTOBUF_PREDICT_FALSE(!(x))) \
540  goto failure
541  while (!ctx->Done(&ptr)) {
543  ptr = ::PROTOBUF_NAMESPACE_ID::internal::ReadTag(ptr, &tag);
544  CHK_(ptr);
545  switch (tag >> 3) {
546  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
547  case 1:
548  if (PROTOBUF_PREDICT_TRUE(static_cast<::PROTOBUF_NAMESPACE_ID::uint8>(tag) == 10)) {
549  ptr -= 1;
550  do {
551  ptr += 1;
552  ptr = ctx->ParseMessage(_internal_add_histo(), ptr);
553  CHK_(ptr);
554  if (!ctx->DataAvailable(ptr))
555  break;
556  } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr));
557  } else
558  goto handle_unusual;
559  continue;
560  default: {
561  handle_unusual:
562  if ((tag & 7) == 4 || tag == 0) {
563  ctx->SetLastTag(tag);
564  goto success;
565  }
566  ptr = UnknownFieldParse(tag, &_internal_metadata_, ptr, ctx);
567  CHK_(ptr != nullptr);
568  continue;
569  }
570  } // switch
571  } // while
572  success:
573  return ptr;
574  failure:
575  ptr = nullptr;
576  goto success;
577 #undef CHK_
578  }

References _internal_add_histo(), _internal_metadata_, CHK_, summarizeEdmComparisonLogfiles::success, and GlobalPosition_Frontier_DevDB_cff::tag.

◆ _InternalSerialize()

PROTOBUF_NAMESPACE_ID::uint8 * dqmstorepb::ROOTFilePB::_InternalSerialize ( ::PROTOBUF_NAMESPACE_ID::uint8 target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

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

581  {
582  // @@protoc_insertion_point(serialize_to_array_start:dqmstorepb.ROOTFilePB)
583  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
584  (void)cached_has_bits;
585 
586  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
587  for (unsigned int i = 0, n = static_cast<unsigned int>(this->_internal_histo_size()); i < n; i++) {
588  target = stream->EnsureSpace(target);
589  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::InternalWriteMessage(
590  1, this->_internal_histo(i), target, stream);
591  }
592 
593  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
594  target = ::PROTOBUF_NAMESPACE_ID::internal::WireFormat::InternalSerializeUnknownFieldsToArray(
595  _internal_metadata_.unknown_fields(), target, stream);
596  }
597  // @@protoc_insertion_point(serialize_to_array_end:dqmstorepb.ROOTFilePB)
598  return target;
599  }

References _internal_histo(), _internal_histo_size(), _internal_metadata_, mps_fire::i, dqmiodumpmetadata::n, cms::cuda::stream, filterCSVwithJSON::target, and funct::void.

◆ add_histo()

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

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

615  {
616  // @@protoc_insertion_point(field_add:dqmstorepb.ROOTFilePB.histo)
617  return _internal_add_histo();
618  }

References _internal_add_histo().

Referenced by fillMessage(), dqm::DQMFileSaverPB::savePB(), and tryRootPreload().

◆ ByteSizeLong()

size_t dqmstorepb::ROOTFilePB::ByteSizeLong ( ) const
final

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

601  {
602  // @@protoc_insertion_point(message_byte_size_start:dqmstorepb.ROOTFilePB)
603  size_t total_size = 0;
604 
605  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
606  // Prevent compiler warnings about cached_has_bits being unused
607  (void)cached_has_bits;
608 
609  // repeated .dqmstorepb.ROOTFilePB.Histo histo = 1;
610  total_size += 1UL * this->_internal_histo_size();
611  for (const auto& msg : this->histo_) {
612  total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg);
613  }
614 
615  if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
616  return ::PROTOBUF_NAMESPACE_ID::internal::ComputeUnknownFieldsSize(
617  _internal_metadata_, total_size, &_cached_size_);
618  }
619  int cached_size = ::PROTOBUF_NAMESPACE_ID::internal::ToCachedSize(total_size);
620  SetCachedSize(cached_size);
621  return total_size;
622  }

References _cached_size_, _internal_histo_size(), _internal_metadata_, histo_, mps_check::msg, SetCachedSize(), and funct::void.

◆ Clear()

void dqmstorepb::ROOTFilePB::Clear ( )
final

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

526  {
527  // @@protoc_insertion_point(message_clear_start:dqmstorepb.ROOTFilePB)
528  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
529  // Prevent compiler warnings about cached_has_bits being unused
530  (void)cached_has_bits;
531 
532  histo_.Clear();
533  _has_bits_.Clear();
534  _internal_metadata_.Clear();
535  }

References _has_bits_, _internal_metadata_, histo_, and funct::void.

Referenced by CopyFrom().

◆ clear_histo()

void dqmstorepb::ROOTFilePB::clear_histo ( )
inline

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

598 { histo_.Clear(); }

References histo_.

◆ CopyFrom() [1/2]

void dqmstorepb::ROOTFilePB::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

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

647  {
648  // @@protoc_insertion_point(generalized_copy_from_start:dqmstorepb.ROOTFilePB)
649  if (&from == this)
650  return;
651  Clear();
652  MergeFrom(from);
653  }

References Clear(), and MergeFrom().

Referenced by operator=().

◆ CopyFrom() [2/2]

void dqmstorepb::ROOTFilePB::CopyFrom ( const ROOTFilePB from)

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

655  {
656  // @@protoc_insertion_point(class_specific_copy_from_start:dqmstorepb.ROOTFilePB)
657  if (&from == this)
658  return;
659  Clear();
660  MergeFrom(from);
661  }

References Clear(), and MergeFrom().

◆ default_instance()

const ROOTFilePB & dqmstorepb::ROOTFilePB::default_instance ( )
static

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

520  {
521  ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(
523  return *internal_default_instance();
524  }

References internal_default_instance(), and scc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* dqmstorepb::ROOTFilePB::descriptor ( )
inlinestatic

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

301 { return GetDescriptor(); }

References GetDescriptor().

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece dqmstorepb::ROOTFilePB::FullMessageName ( )
inlinestaticprivate

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

343 { return "dqmstorepb.ROOTFilePB"; }

◆ GetArenaNoVirtual()

inline ::PROTOBUF_NAMESPACE_ID::Arena* dqmstorepb::ROOTFilePB::GetArenaNoVirtual ( ) const
inlineprivate

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

346 { return nullptr; }

Referenced by operator=().

◆ GetCachedSize()

int dqmstorepb::ROOTFilePB::GetCachedSize ( ) const
inlinefinal

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

335 { return _cached_size_.Get(); }

References _cached_size_.

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* dqmstorepb::ROOTFilePB::GetDescriptor ( )
inlinestatic

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

302 { return GetMetadataStatic().descriptor; }

References GetMetadataStatic().

Referenced by descriptor().

◆ GetMetadata()

PROTOBUF_NAMESPACE_ID::Metadata dqmstorepb::ROOTFilePB::GetMetadata ( ) const
final

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

676 { return GetMetadataStatic(); }

References GetMetadataStatic().

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata dqmstorepb::ROOTFilePB::GetMetadataStatic ( )
inlinestaticprivate

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* dqmstorepb::ROOTFilePB::GetReflection ( )
inlinestatic

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

303 { return GetMetadataStatic().reflection; }

References GetMetadataStatic().

◆ histo() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > & dqmstorepb::ROOTFilePB::histo ( ) const
inline

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

619  {
620  // @@protoc_insertion_point(field_list:dqmstorepb.ROOTFilePB.histo)
621  return histo_;
622  }

References histo_.

◆ histo() [2/2]

const ::dqmstorepb::ROOTFilePB_Histo & dqmstorepb::ROOTFilePB::histo ( int  index) const
inline

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

610  {
611  // @@protoc_insertion_point(field_get:dqmstorepb.ROOTFilePB.histo)
612  return _internal_histo(index);
613  }

References _internal_histo().

Referenced by addFile(), convertFile(), dumpFiles(), dqmservices::DQMProtobufReader::load(), and tryRootPreload().

◆ histo_size()

int dqmstorepb::ROOTFilePB::histo_size ( ) const
inline

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

597 { return _internal_histo_size(); }

References _internal_histo_size().

Referenced by addFile(), convertFile(), dumpFiles(), and dqmservices::DQMProtobufReader::load().

◆ InitAsDefaultInstance()

void dqmstorepb::ROOTFilePB::InitAsDefaultInstance ( )
static

◆ internal_default_instance()

static const ROOTFilePB* dqmstorepb::ROOTFilePB::internal_default_instance ( )
inlinestatic

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

307  {
308  return reinterpret_cast<const ROOTFilePB*>(&_ROOTFilePB_default_instance_);
309  }

References dqmstorepb::_ROOTFilePB_default_instance_.

Referenced by default_instance().

◆ InternalSwap()

void dqmstorepb::ROOTFilePB::InternalSwap ( ROOTFilePB other)
private

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

669  {
670  using std::swap;
671  _internal_metadata_.Swap(&other->_internal_metadata_);
672  swap(_has_bits_[0], other->_has_bits_[0]);
673  histo_.InternalSwap(&other->histo_);
674  }

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

Referenced by operator=(), and Swap().

◆ IsInitialized()

bool dqmstorepb::ROOTFilePB::IsInitialized ( ) const
final

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

663  {
664  if (!::PROTOBUF_NAMESPACE_ID::internal::AllAreInitialized(histo_))
665  return false;
666  return true;
667  }

References histo_.

◆ MaybeArenaPtr()

void* dqmstorepb::ROOTFilePB::MaybeArenaPtr ( ) const
inlineprivate

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

347 { return nullptr; }

◆ MergeFrom() [1/2]

void dqmstorepb::ROOTFilePB::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

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

624  {
625  // @@protoc_insertion_point(generalized_merge_from_start:dqmstorepb.ROOTFilePB)
626  GOOGLE_DCHECK_NE(&from, this);
627  const ROOTFilePB* source = ::PROTOBUF_NAMESPACE_ID::DynamicCastToGenerated<ROOTFilePB>(&from);
628  if (source == nullptr) {
629  // @@protoc_insertion_point(generalized_merge_from_cast_fail:dqmstorepb.ROOTFilePB)
630  ::PROTOBUF_NAMESPACE_ID::internal::ReflectionOps::Merge(from, this);
631  } else {
632  // @@protoc_insertion_point(generalized_merge_from_cast_success:dqmstorepb.ROOTFilePB)
633  MergeFrom(*source);
634  }
635  }

References source.

Referenced by CopyFrom().

◆ MergeFrom() [2/2]

void dqmstorepb::ROOTFilePB::MergeFrom ( const ROOTFilePB from)

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

637  {
638  // @@protoc_insertion_point(class_specific_merge_from_start:dqmstorepb.ROOTFilePB)
639  GOOGLE_DCHECK_NE(&from, this);
640  _internal_metadata_.MergeFrom(from._internal_metadata_);
641  ::PROTOBUF_NAMESPACE_ID::uint32 cached_has_bits = 0;
642  (void)cached_has_bits;
643 
644  histo_.MergeFrom(from.histo_);
645  }

References _internal_metadata_, histo_, and funct::void.

◆ mutable_histo() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > * dqmstorepb::ROOTFilePB::mutable_histo ( )
inline

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

603  {
604  // @@protoc_insertion_point(field_mutable_list:dqmstorepb.ROOTFilePB.histo)
605  return &histo_;
606  }

References histo_.

◆ mutable_histo() [2/2]

dqmstorepb::ROOTFilePB_Histo * dqmstorepb::ROOTFilePB::mutable_histo ( int  index)
inline

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

599  {
600  // @@protoc_insertion_point(field_mutable:dqmstorepb.ROOTFilePB.histo)
601  return histo_.Mutable(index);
602  }

References histo_.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* dqmstorepb::ROOTFilePB::mutable_unknown_fields ( )
inline

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

297  {
298  return _internal_metadata_.mutable_unknown_fields();
299  }

References _internal_metadata_.

◆ New() [1/2]

ROOTFilePB* dqmstorepb::ROOTFilePB::New ( ) const
inlinefinal

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

321 { return CreateMaybeMessage<ROOTFilePB>(nullptr); }

◆ New() [2/2]

ROOTFilePB* dqmstorepb::ROOTFilePB::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

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

323 { return CreateMaybeMessage<ROOTFilePB>(arena); }

◆ operator=() [1/2]

ROOTFilePB& dqmstorepb::ROOTFilePB::operator= ( const ROOTFilePB from)
inline

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

280  {
281  CopyFrom(from);
282  return *this;
283  }

References CopyFrom().

◆ operator=() [2/2]

ROOTFilePB& dqmstorepb::ROOTFilePB::operator= ( ROOTFilePB &&  from)
inlinenoexcept

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

284  {
285  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
286  if (this != &from)
287  InternalSwap(&from);
288  } else {
289  CopyFrom(from);
290  }
291  return *this;
292  }

References CopyFrom(), GetArenaNoVirtual(), and InternalSwap().

◆ SetCachedSize()

void dqmstorepb::ROOTFilePB::SetCachedSize ( int  size) const
finalprivate

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

519 { _cached_size_.Set(size); }

References _cached_size_, and findQualityFiles::size.

Referenced by ByteSizeLong().

◆ SharedCtor()

void dqmstorepb::ROOTFilePB::SharedCtor ( )
inlineprivate

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

508  {
509  ::PROTOBUF_NAMESPACE_ID::internal::InitSCC(&scc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto.base);
510  }

References scc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto.

Referenced by ROOTFilePB().

◆ SharedDtor()

void dqmstorepb::ROOTFilePB::SharedDtor ( )
inlineprivate

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

517 {}

Referenced by ~ROOTFilePB().

◆ Swap()

void dqmstorepb::ROOTFilePB::Swap ( ROOTFilePB other)
inline

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

313  {
314  if (other == this)
315  return;
317  }

References InternalSwap(), and trackingPlots::other.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& dqmstorepb::ROOTFilePB::unknown_fields ( ) const
inline

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

294  {
295  return _internal_metadata_.unknown_fields();
296  }

References _internal_metadata_.

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

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

◆ ::TableStruct_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto

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

◆ swap

void swap ( ROOTFilePB a,
ROOTFilePB b 
)
friend

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

312 { a.Swap(&b); }

Referenced by InternalSwap().

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize dqmstorepb::ROOTFilePB::_cached_size_
private

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

Referenced by ByteSizeLong(), GetCachedSize(), and SetCachedSize().

◆ _has_bits_

::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> dqmstorepb::ROOTFilePB::_has_bits_
private

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

Referenced by Clear(), and InternalSwap().

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena dqmstorepb::ROOTFilePB::_internal_metadata_
private

◆ histo_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo> dqmstorepb::ROOTFilePB::histo_
private

◆ kIndexInFileMessages

constexpr int dqmstorepb::ROOTFilePB::kIndexInFileMessages = 1
staticconstexpr

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

Referenced by GetMetadataStatic().

dqmstorepb::ROOTFilePB::SharedDtor
void SharedDtor()
Definition: ROOTFilePB.pb.cc:517
mps_fire.i
i
Definition: mps_fire.py:355
dqmstorepb::ROOTFilePB::kHistoFieldNumber
Definition: ROOTFilePB.pb.h:367
dqmstorepb::ROOTFilePB::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: ROOTFilePB.pb.h:310
dqmiodumpmetadata.n
n
Definition: dqmiodumpmetadata.py:28
dqmstorepb::ROOTFilePB::_internal_histo_size
int _internal_histo_size() const
Definition: ROOTFilePB.pb.h:596
dqmstorepb::_ROOTFilePB_default_instance_
class dqmstorepb::ROOTFilePBDefaultTypeInternal _ROOTFilePB_default_instance_
Definition: ROOTFilePB.pb.h:58
cms::cuda::stream
cudaStream_t stream
Definition: HistoContainer.h:57
dqmstorepb::ROOTFilePB::InternalSwap
void InternalSwap(ROOTFilePB *other)
Definition: ROOTFilePB.pb.cc:669
CHK_
#define CHK_(x)
dqmstorepb::ROOTFilePB::GetMetadataStatic
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic()
Definition: ROOTFilePB.pb.h:353
mps_check.msg
tuple msg
Definition: mps_check.py:285
uint32
unsigned int uint32
Definition: MsgTools.h:13
dqmstorepb::ROOTFilePB::_internal_histo
const ::dqmstorepb::ROOTFilePB_Histo & _internal_histo(int index) const
Definition: ROOTFilePB.pb.h:607
std::swap
void swap(edm::DataFrameContainer &lhs, edm::DataFrameContainer &rhs)
Definition: DataFrameContainer.h:209
GlobalPosition_Frontier_DevDB_cff.tag
tag
Definition: GlobalPosition_Frontier_DevDB_cff.py:11
dqmstorepb::ROOTFilePB::ROOTFilePB
ROOTFilePB()
Definition: ROOTFilePB.pb.cc:495
source
static const std::string source
Definition: EdmProvDump.cc:47
dqmstorepb::ROOTFilePB::histo_
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::dqmstorepb::ROOTFilePB_Histo > histo_
Definition: ROOTFilePB.pb.h:396
summarizeEdmComparisonLogfiles.success
success
Definition: summarizeEdmComparisonLogfiles.py:115
trackingPlots.other
other
Definition: trackingPlots.py:1465
b
double b
Definition: hdecay.h:118
dqmstorepb::ROOTFilePB::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: ROOTFilePB.pb.h:346
dqmstorepb::ROOTFilePB::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: ROOTFilePB.pb.h:395
a
double a
Definition: hdecay.h:119
dqmstorepb::ROOTFilePB::swap
friend void swap(ROOTFilePB &a, ROOTFilePB &b)
Definition: ROOTFilePB.pb.h:312
dqmstorepb::ROOTFilePB::Clear
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition: ROOTFilePB.pb.cc:526
descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
Definition: ROOTFilePB.pb.cc:124
dqmstorepb::ROOTFilePB::SharedCtor
void SharedCtor()
Definition: ROOTFilePB.pb.cc:508
dqmstorepb::ROOTFilePB::MergeFrom
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: ROOTFilePB.pb.cc:624
dqmstorepb::ROOTFilePB::SetCachedSize
void SetCachedSize(int size) const final
Definition: ROOTFilePB.pb.cc:519
dqmstorepb::ROOTFilePB::_internal_add_histo
::dqmstorepb::ROOTFilePB_Histo * _internal_add_histo()
Definition: ROOTFilePB.pb.h:614
eostools.move
def move(src, dest)
Definition: eostools.py:511
dqmstorepb::ROOTFilePB::CopyFrom
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Definition: ROOTFilePB.pb.cc:647
scc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 1 > scc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
Definition: ROOTFilePB.pb.cc:41
dqmstorepb::ROOTFilePB::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: ROOTFilePB.pb.h:391
dqmstorepb::ROOTFilePB::_has_bits_
::PROTOBUF_NAMESPACE_ID::internal::HasBits< 1 > _has_bits_
Definition: ROOTFilePB.pb.h:394
AlignmentPI::index
index
Definition: AlignmentPayloadInspectorHelper.h:46
funct::void
TEMPL(T2) struct Divides void
Definition: Factorize.h:29
filterCSVwithJSON.target
target
Definition: filterCSVwithJSON.py:32
dqmstorepb::ROOTFilePB::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: ROOTFilePB.pb.h:302
findQualityFiles.size
size
Write out results.
Definition: findQualityFiles.py:443
dqmstorepb::ROOTFilePB::internal_default_instance
static const ROOTFilePB * internal_default_instance()
Definition: ROOTFilePB.pb.h:307