#include <ROOTFilePB.pb.h>
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::uint8 * | InternalSerializeWithCachedSizesToArray (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_Histo * | New () const PROTOBUF_FINAL |
ROOTFilePB_Histo * | New (::google::protobuf::Arena *arena) const PROTOBUF_FINAL |
ROOTFilePB_Histo & | operator= (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_Histo & | default_instance () |
static const ::google::protobuf::Descriptor * | descriptor () |
static const ROOTFilePB_Histo * | internal_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) |
Definition at line 61 of file ROOTFilePB.pb.h.
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().
|
override |
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_.
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().
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().
|
inline |
Definition at line 501 of file ROOTFilePB.pb.h.
Referenced by GetMetadata().
|
inline |
Definition at line 351 of file ROOTFilePB.pb.h.
Referenced by GetMetadata().
|
inlineprivate |
Definition at line 498 of file ROOTFilePB.pb.h.
Referenced by GetMetadata().
|
inlineprivate |
Definition at line 348 of file ROOTFilePB.pb.h.
Referenced by GetMetadata().
|
inlineprivate |
Definition at line 411 of file ROOTFilePB.pb.h.
Referenced by GetMetadata().
|
inlineprivate |
Definition at line 435 of file ROOTFilePB.pb.h.
Referenced by GetMetadata().
|
inline |
|
inline |
Definition at line 438 of file ROOTFilePB.pb.h.
Referenced by GetMetadata().
void dqmstorepb::ROOTFilePB_Histo::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 546 of file ROOTFilePB.pb.cc.
References Clear(), and MergeFrom().
void dqmstorepb::ROOTFilePB_Histo::CopyFrom | ( | const ROOTFilePB_Histo & | from | ) |
Definition at line 553 of file ROOTFilePB.pb.cc.
References Clear(), and MergeFrom().
|
static |
Definition at line 221 of file ROOTFilePB.pb.cc.
References dqmstorepb::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::InitDefaults(), and internal_default_instance().
|
static |
Definition at line 216 of file ROOTFilePB.pb.cc.
References kIndexInFileMessages.
|
inline |
Definition at line 505 of file ROOTFilePB.pb.h.
Referenced by addFile(), ByteSizeLong(), dumpFiles(), GetMetadata(), InternalSerializeWithCachedSizesToArray(), DQMStore::readFilePB(), RequiredFieldsByteSizeFallback(), and SerializeWithCachedSizes().
|
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().
|
inlineprivate |
Definition at line 135 of file ROOTFilePB.pb.h.
Referenced by operator=().
|
inline |
Definition at line 128 of file ROOTFilePB.pb.h.
References trackingPlots::other, and findQualityFiles::size.
google::protobuf::Metadata dqmstorepb::ROOTFilePB_Histo::GetMetadata | ( | ) | const |
Definition at line 580 of file ROOTFilePB.pb.cc.
References _has_bits_, clear_flags(), clear_full_pathname(), clear_has_flags(), clear_has_full_pathname(), clear_has_size(), clear_has_streamed_histo(), clear_size(), clear_streamed_histo(), flags(), flags_, full_pathname(), full_pathname_, has_flags(), has_full_pathname(), has_size(), has_streamed_histo(), dqmstorepb::ROOTFilePB::kHistoFieldNumber, kIndexInFileMessages, eostools::move(), mutable_full_pathname(), mutable_streamed_histo(), NULL, release_full_pathname(), release_streamed_histo(), set_allocated_full_pathname(), set_allocated_streamed_histo(), set_flags(), set_full_pathname(), set_has_flags(), set_has_full_pathname(), set_has_size(), set_has_streamed_histo(), set_size(), set_streamed_histo(), size(), size_, streamed_histo(), streamed_histo_, AlCaHLTBitMon_QueryRunRegistry::string, and relativeConstraints::value.
|
inline |
Definition at line 492 of file ROOTFilePB.pb.h.
Referenced by GetMetadata(), and RequiredFieldsByteSizeFallback().
|
inline |
Definition at line 342 of file ROOTFilePB.pb.h.
Referenced by GetMetadata(), RequiredFieldsByteSizeFallback(), and ROOTFilePB_Histo().
|
inline |
Definition at line 405 of file ROOTFilePB.pb.h.
Referenced by GetMetadata(), and RequiredFieldsByteSizeFallback().
|
inline |
Definition at line 429 of file ROOTFilePB.pb.h.
Referenced by GetMetadata(), RequiredFieldsByteSizeFallback(), and ROOTFilePB_Histo().
|
inlinestatic |
Definition at line 97 of file ROOTFilePB.pb.h.
References dqmstorepb::_ROOTFilePB_Histo_default_instance_.
Referenced by default_instance(), and ROOTFilePB_Histo().
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.
|
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().
bool dqmstorepb::ROOTFilePB_Histo::IsInitialized | ( | ) | const |
Definition at line 560 of file ROOTFilePB.pb.cc.
References _has_bits_.
|
inlineprivate |
Definition at line 138 of file ROOTFilePB.pb.h.
void dqmstorepb::ROOTFilePB_Histo::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 504 of file ROOTFilePB.pb.cc.
References source.
Referenced by CopyFrom().
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_.
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.
|
inline |
Definition at line 384 of file ROOTFilePB.pb.h.
Referenced by GetMetadata(), and MergePartialFromCodedStream().
|
inline |
Definition at line 471 of file ROOTFilePB.pb.h.
Referenced by GetMetadata(), and MergePartialFromCodedStream().
|
inline |
Definition at line 90 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 111 of file ROOTFilePB.pb.h.
References input, New(), convertSQLitetoXML_cfg::output, and edmPickEvents::target.
Referenced by New().
ROOTFilePB_Histo * dqmstorepb::ROOTFilePB_Histo::New | ( | ::google::protobuf::Arena * | arena | ) | const |
|
inline |
Definition at line 68 of file ROOTFilePB.pb.h.
References GetArenaNoVirtual(), eostools::move(), and noexcept.
|
inline |
Definition at line 389 of file ROOTFilePB.pb.h.
Referenced by GetMetadata().
|
inline |
Definition at line 476 of file ROOTFilePB.pb.h.
Referenced by GetMetadata().
|
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().
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().
|
inline |
Definition at line 394 of file ROOTFilePB.pb.h.
Referenced by GetMetadata().
|
inline |
Definition at line 481 of file ROOTFilePB.pb.h.
Referenced by GetMetadata().
|
inline |
Definition at line 509 of file ROOTFilePB.pb.h.
References relativeConstraints::value.
Referenced by fillMessage(), GetMetadata(), DQMStore::saveMonitorElementToPB(), and tryRootPreload().
|
inline |
Definition at line 359 of file ROOTFilePB.pb.h.
References eostools::move(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by fillMessage(), GetMetadata(), and DQMStore::saveMonitorElementToPB().
|
inline |
Definition at line 372 of file ROOTFilePB.pb.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 378 of file ROOTFilePB.pb.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineprivate |
Definition at line 495 of file ROOTFilePB.pb.h.
Referenced by GetMetadata(), and MergePartialFromCodedStream().
|
inlineprivate |
Definition at line 345 of file ROOTFilePB.pb.h.
Referenced by GetMetadata(), and MergeFrom().
|
inlineprivate |
Definition at line 408 of file ROOTFilePB.pb.h.
Referenced by GetMetadata(), and MergePartialFromCodedStream().
|
inlineprivate |
Definition at line 432 of file ROOTFilePB.pb.h.
Referenced by GetMetadata(), and MergeFrom().
|
inline |
Definition at line 422 of file ROOTFilePB.pb.h.
References relativeConstraints::value.
Referenced by fillMessage(), GetMetadata(), DQMStore::saveMonitorElementToPB(), and tryRootPreload().
|
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().
|
inline |
Definition at line 459 of file ROOTFilePB.pb.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 465 of file ROOTFilePB.pb.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 211 of file ROOTFilePB.pb.cc.
References _cached_size_, and size().
|
private |
Definition at line 192 of file ROOTFilePB.pb.cc.
References _cached_size_, flags_, full_pathname_, size_, and streamed_histo_.
Referenced by ROOTFilePB_Histo().
|
private |
Definition at line 206 of file ROOTFilePB.pb.cc.
References full_pathname_, and streamed_histo_.
Referenced by ~ROOTFilePB_Histo().
|
inline |
Definition at line 418 of file ROOTFilePB.pb.h.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), ByteSizeLong(), convertFile(), dumpFiles(), get_info(), DQMStore::get_info(), GetMetadata(), InternalSerializeWithCachedSizesToArray(), RequiredFieldsByteSizeFallback(), SerializeWithCachedSizes(), and SetCachedSize().
|
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().
void dqmstorepb::ROOTFilePB_Histo::Swap | ( | ROOTFilePB_Histo * | other | ) |
Definition at line 565 of file ROOTFilePB.pb.cc.
References InternalSwap().
|
inline |
Definition at line 87 of file ROOTFilePB.pb.h.
|
friend |
Definition at line 214 of file ROOTFilePB.pb.h.
|
friend |
Definition at line 105 of file ROOTFilePB.pb.h.
Referenced by InternalSwap().
|
mutableprivate |
Definition at line 209 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), InternalSwap(), SetCachedSize(), and SharedCtor().
|
private |
Definition at line 208 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), Clear(), GetMetadata(), InternalSerializeWithCachedSizesToArray(), InternalSwap(), IsInitialized(), MergeFrom(), and SerializeWithCachedSizes().
|
private |
Definition at line 207 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), Clear(), InternalSerializeWithCachedSizesToArray(), InternalSwap(), MergeFrom(), MergePartialFromCodedStream(), ROOTFilePB_Histo(), and SerializeWithCachedSizes().
|
private |
Definition at line 213 of file ROOTFilePB.pb.h.
Referenced by Clear(), GetMetadata(), InternalSwap(), MergeFrom(), MergePartialFromCodedStream(), ROOTFilePB_Histo(), and SharedCtor().
|
private |
Definition at line 210 of file ROOTFilePB.pb.h.
Referenced by Clear(), GetMetadata(), InternalSwap(), MergeFrom(), ROOTFilePB_Histo(), SharedCtor(), and SharedDtor().
|
static |
Definition at line 189 of file ROOTFilePB.pb.h.
Referenced by dqmstorepb::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::StaticDescriptorInitializer::StaticDescriptorInitializer().
|
static |
Definition at line 152 of file ROOTFilePB.pb.h.
Referenced by dqmstorepb::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::StaticDescriptorInitializer::StaticDescriptorInitializer().
|
static |
Definition at line 101 of file ROOTFilePB.pb.h.
Referenced by descriptor(), and GetMetadata().
|
static |
Definition at line 182 of file ROOTFilePB.pb.h.
Referenced by dqmstorepb::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::StaticDescriptorInitializer::StaticDescriptorInitializer().
|
static |
Definition at line 167 of file ROOTFilePB.pb.h.
Referenced by dqmstorepb::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::StaticDescriptorInitializer::StaticDescriptorInitializer().
|
private |
Definition at line 212 of file ROOTFilePB.pb.h.
Referenced by Clear(), GetMetadata(), InternalSwap(), MergeFrom(), MergePartialFromCodedStream(), ROOTFilePB_Histo(), and SharedCtor().
|
private |
Definition at line 211 of file ROOTFilePB.pb.h.
Referenced by Clear(), GetMetadata(), InternalSwap(), MergeFrom(), ROOTFilePB_Histo(), SharedCtor(), and SharedDtor().