#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 void | InitAsDefaultInstance () |
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 () |
friend | void::protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::InitDefaultsROOTFilePB_HistoImpl () |
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 66 of file ROOTFilePB.pb.h.
dqmstorepb::ROOTFilePB_Histo::ROOTFilePB_Histo | ( | ) |
Definition at line 170 of file ROOTFilePB.pb.cc.
References protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::InitDefaultsROOTFilePB_Histo(), internal_default_instance(), and SharedCtor().
Referenced by New().
|
override |
dqmstorepb::ROOTFilePB_Histo::ROOTFilePB_Histo | ( | const ROOTFilePB_Histo & | from | ) |
Definition at line 178 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 470 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 240 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 509 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 359 of file ROOTFilePB.pb.h.
|
inlineprivate |
Definition at line 506 of file ROOTFilePB.pb.h.
|
inlineprivate |
Definition at line 356 of file ROOTFilePB.pb.h.
|
inlineprivate |
Definition at line 419 of file ROOTFilePB.pb.h.
|
inlineprivate |
Definition at line 443 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 422 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 446 of file ROOTFilePB.pb.h.
void dqmstorepb::ROOTFilePB_Histo::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 552 of file ROOTFilePB.pb.cc.
References Clear(), and MergeFrom().
void dqmstorepb::ROOTFilePB_Histo::CopyFrom | ( | const ROOTFilePB_Histo & | from | ) |
Definition at line 559 of file ROOTFilePB.pb.cc.
References Clear(), and MergeFrom().
|
static |
Definition at line 227 of file ROOTFilePB.pb.cc.
References protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::InitDefaultsROOTFilePB_Histo(), and internal_default_instance().
|
static |
Definition at line 222 of file ROOTFilePB.pb.cc.
References protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::file_level_metadata, kIndexInFileMessages, and protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::protobuf_AssignDescriptorsOnce().
|
inline |
Definition at line 513 of file ROOTFilePB.pb.h.
Referenced by addFile(), ByteSizeLong(), dumpFiles(), InternalSerializeWithCachedSizesToArray(), DQMStore::readFilePB(), RequiredFieldsByteSizeFallback(), and SerializeWithCachedSizes().
|
inline |
Definition at line 363 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), convertFile(), dumpFiles(), get_info(), DQMStore::get_info(), InternalSerializeWithCachedSizesToArray(), MergePartialFromCodedStream(), RequiredFieldsByteSizeFallback(), and SerializeWithCachedSizes().
|
inlineprivate |
Definition at line 141 of file ROOTFilePB.pb.h.
Referenced by operator=().
|
inline |
Definition at line 134 of file ROOTFilePB.pb.h.
References trackingPlots::other, and findQualityFiles::size.
google::protobuf::Metadata dqmstorepb::ROOTFilePB_Histo::GetMetadata | ( | ) | const |
Definition at line 586 of file ROOTFilePB.pb.cc.
References protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::file_level_metadata, kIndexInFileMessages, and protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::protobuf_AssignDescriptorsOnce().
|
inline |
Definition at line 500 of file ROOTFilePB.pb.h.
Referenced by RequiredFieldsByteSizeFallback().
|
inline |
Definition at line 350 of file ROOTFilePB.pb.h.
Referenced by RequiredFieldsByteSizeFallback(), and ROOTFilePB_Histo().
|
inline |
Definition at line 413 of file ROOTFilePB.pb.h.
Referenced by RequiredFieldsByteSizeFallback().
|
inline |
Definition at line 437 of file ROOTFilePB.pb.h.
Referenced by RequiredFieldsByteSizeFallback(), and ROOTFilePB_Histo().
|
static |
Definition at line 161 of file ROOTFilePB.pb.cc.
References kFlagsFieldNumber, kFullPathnameFieldNumber, kSizeFieldNumber, and kStreamedHistoFieldNumber.
Referenced by protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::InitDefaultsROOTFilePB_HistoImpl().
|
inlinestatic |
Definition at line 103 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 392 of file ROOTFilePB.pb.cc.
References _has_bits_, _internal_metadata_, data, flags(), full_pathname(), size(), streamed_histo(), and edmPickEvents::target.
|
private |
Definition at line 575 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 566 of file ROOTFilePB.pb.cc.
References _has_bits_.
|
inlineprivate |
Definition at line 144 of file ROOTFilePB.pb.h.
void dqmstorepb::ROOTFilePB_Histo::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 510 of file ROOTFilePB.pb.cc.
References source.
Referenced by CopyFrom().
void dqmstorepb::ROOTFilePB_Histo::MergeFrom | ( | const ROOTFilePB_Histo & | from | ) |
Definition at line 525 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 266 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 392 of file ROOTFilePB.pb.h.
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 479 of file ROOTFilePB.pb.h.
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 95 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 117 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 73 of file ROOTFilePB.pb.h.
References GetArenaNoVirtual(), eostools::move(), and noexcept.
|
inline |
Definition at line 397 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 484 of file ROOTFilePB.pb.h.
|
private |
Definition at line 436 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 352 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 402 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 489 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 517 of file ROOTFilePB.pb.h.
References relativeConstraints::value.
Referenced by fillMessage(), DQMStore::saveMonitorElementToPB(), and tryRootPreload().
|
inline |
Definition at line 367 of file ROOTFilePB.pb.h.
References eostools::move(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by fillMessage(), and DQMStore::saveMonitorElementToPB().
|
inline |
Definition at line 380 of file ROOTFilePB.pb.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 386 of file ROOTFilePB.pb.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineprivate |
Definition at line 503 of file ROOTFilePB.pb.h.
Referenced by MergePartialFromCodedStream().
|
inlineprivate |
Definition at line 353 of file ROOTFilePB.pb.h.
Referenced by MergeFrom().
|
inlineprivate |
Definition at line 416 of file ROOTFilePB.pb.h.
Referenced by MergePartialFromCodedStream().
|
inlineprivate |
Definition at line 440 of file ROOTFilePB.pb.h.
Referenced by MergeFrom().
|
inline |
Definition at line 430 of file ROOTFilePB.pb.h.
References relativeConstraints::value.
Referenced by fillMessage(), DQMStore::saveMonitorElementToPB(), and tryRootPreload().
|
inline |
Definition at line 454 of file ROOTFilePB.pb.h.
References eostools::move(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by fillMessage(), DQMStore::saveMonitorElementToPB(), and tryRootPreload().
|
inline |
Definition at line 467 of file ROOTFilePB.pb.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 473 of file ROOTFilePB.pb.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 217 of file ROOTFilePB.pb.cc.
References _cached_size_, and size().
|
private |
Definition at line 198 of file ROOTFilePB.pb.cc.
References _cached_size_, flags_, full_pathname_, size_, and streamed_histo_.
Referenced by ROOTFilePB_Histo().
|
private |
Definition at line 212 of file ROOTFilePB.pb.cc.
References full_pathname_, and streamed_histo_.
Referenced by ~ROOTFilePB_Histo().
|
inline |
Definition at line 426 of file ROOTFilePB.pb.h.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), ByteSizeLong(), convertFile(), dumpFiles(), get_info(), DQMStore::get_info(), InternalSerializeWithCachedSizesToArray(), RequiredFieldsByteSizeFallback(), SerializeWithCachedSizes(), and SetCachedSize().
|
inline |
Definition at line 450 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), convertFile(), dumpFiles(), get_info(), DQMStore::get_info(), InternalSerializeWithCachedSizesToArray(), RequiredFieldsByteSizeFallback(), and SerializeWithCachedSizes().
void dqmstorepb::ROOTFilePB_Histo::Swap | ( | ROOTFilePB_Histo * | other | ) |
Definition at line 571 of file ROOTFilePB.pb.cc.
References InternalSwap().
|
inline |
Definition at line 92 of file ROOTFilePB.pb.h.
|
private |
|
friend |
Definition at line 220 of file ROOTFilePB.pb.h.
|
friend |
Definition at line 111 of file ROOTFilePB.pb.h.
Referenced by InternalSwap().
|
mutableprivate |
Definition at line 215 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), InternalSwap(), SetCachedSize(), and SharedCtor().
|
private |
Definition at line 214 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), Clear(), InternalSerializeWithCachedSizesToArray(), InternalSwap(), IsInitialized(), MergeFrom(), and SerializeWithCachedSizes().
|
private |
Definition at line 213 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), Clear(), InternalSerializeWithCachedSizesToArray(), InternalSwap(), MergeFrom(), MergePartialFromCodedStream(), ROOTFilePB_Histo(), and SerializeWithCachedSizes().
|
private |
Definition at line 219 of file ROOTFilePB.pb.h.
Referenced by Clear(), InternalSwap(), MergeFrom(), MergePartialFromCodedStream(), ROOTFilePB_Histo(), and SharedCtor().
|
private |
Definition at line 216 of file ROOTFilePB.pb.h.
Referenced by Clear(), InternalSwap(), MergeFrom(), ROOTFilePB_Histo(), SharedCtor(), and SharedDtor().
|
static |
Definition at line 195 of file ROOTFilePB.pb.h.
Referenced by InitAsDefaultInstance().
|
static |
Definition at line 158 of file ROOTFilePB.pb.h.
Referenced by InitAsDefaultInstance().
|
static |
Definition at line 107 of file ROOTFilePB.pb.h.
Referenced by descriptor(), and GetMetadata().
|
static |
Definition at line 188 of file ROOTFilePB.pb.h.
Referenced by InitAsDefaultInstance().
|
static |
Definition at line 173 of file ROOTFilePB.pb.h.
Referenced by InitAsDefaultInstance().
|
private |
Definition at line 218 of file ROOTFilePB.pb.h.
Referenced by Clear(), InternalSwap(), MergeFrom(), MergePartialFromCodedStream(), ROOTFilePB_Histo(), and SharedCtor().
|
private |
Definition at line 217 of file ROOTFilePB.pb.h.
Referenced by Clear(), InternalSwap(), MergeFrom(), ROOTFilePB_Histo(), SharedCtor(), and SharedDtor().