#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 = 0 |
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 169 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 176 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 456 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 238 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 461 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 331 of file ROOTFilePB.pb.h.
|
inlineprivate |
Definition at line 460 of file ROOTFilePB.pb.h.
|
inlineprivate |
Definition at line 330 of file ROOTFilePB.pb.h.
|
inlineprivate |
Definition at line 386 of file ROOTFilePB.pb.h.
|
inlineprivate |
Definition at line 404 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 387 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 405 of file ROOTFilePB.pb.h.
void dqmstorepb::ROOTFilePB_Histo::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 530 of file ROOTFilePB.pb.cc.
References Clear(), and MergeFrom().
void dqmstorepb::ROOTFilePB_Histo::CopyFrom | ( | const ROOTFilePB_Histo & | from | ) |
Definition at line 538 of file ROOTFilePB.pb.cc.
References Clear(), and MergeFrom().
|
static |
Definition at line 225 of file ROOTFilePB.pb.cc.
References protobuf_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::InitDefaultsROOTFilePB_Histo(), and internal_default_instance().
|
static |
Definition at line 219 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 465 of file ROOTFilePB.pb.h.
Referenced by addFile(), ByteSizeLong(), dumpFiles(), InternalSerializeWithCachedSizesToArray(), dqm::dqmstoreimpl::DQMStore::readFilePB(), RequiredFieldsByteSizeFallback(), and SerializeWithCachedSizes().
|
inline |
Definition at line 335 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), convertFile(), dumpFiles(), get_info(), dqm::dqmstoreimpl::DQMStore::get_info(), InternalSerializeWithCachedSizesToArray(), MergePartialFromCodedStream(), RequiredFieldsByteSizeFallback(), and SerializeWithCachedSizes().
|
inlineprivate |
|
inline |
Definition at line 127 of file ROOTFilePB.pb.h.
References trackingPlots::other, and findQualityFiles::size.
google::protobuf::Metadata dqmstorepb::ROOTFilePB_Histo::GetMetadata | ( | ) | const |
Definition at line 568 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 458 of file ROOTFilePB.pb.h.
Referenced by RequiredFieldsByteSizeFallback().
|
inline |
Definition at line 328 of file ROOTFilePB.pb.h.
Referenced by RequiredFieldsByteSizeFallback(), and ROOTFilePB_Histo().
|
inline |
Definition at line 384 of file ROOTFilePB.pb.h.
Referenced by RequiredFieldsByteSizeFallback().
|
inline |
Definition at line 402 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 102 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 389 of file ROOTFilePB.pb.cc.
References _has_bits_, _internal_metadata_, data, flags(), full_pathname(), size(), streamed_histo(), and filterCSVwithJSON::target.
|
private |
Definition at line 557 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 546 of file ROOTFilePB.pb.cc.
References _has_bits_.
|
inlineprivate |
Definition at line 137 of file ROOTFilePB.pb.h.
void dqmstorepb::ROOTFilePB_Histo::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 487 of file ROOTFilePB.pb.cc.
References source.
Referenced by CopyFrom().
void dqmstorepb::ROOTFilePB_Histo::MergeFrom | ( | const ROOTFilePB_Histo & | from | ) |
Definition at line 501 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 265 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 363 of file ROOTFilePB.pb.h.
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 437 of file ROOTFilePB.pb.h.
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 94 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 112 of file ROOTFilePB.pb.h.
References input, New(), convertSQLitetoXML_cfg::output, and filterCSVwithJSON::target.
Referenced by New().
ROOTFilePB_Histo * dqmstorepb::ROOTFilePB_Histo::New | ( | ::google::protobuf::Arena * | arena | ) | const |
Definition at line 230 of file ROOTFilePB.pb.cc.
References dqmiodumpmetadata::n, and ROOTFilePB_Histo().
|
inline |
Definition at line 74 of file ROOTFilePB.pb.h.
References GetArenaNoVirtual(), eostools::move(), and noexcept.
|
inline |
Definition at line 368 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 442 of file ROOTFilePB.pb.h.
|
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 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 373 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 447 of file ROOTFilePB.pb.h.
|
inline |
Definition at line 469 of file ROOTFilePB.pb.h.
References relativeConstraints::value.
Referenced by fillMessage(), dqm::dqmstoreimpl::DQMStore::saveMonitorElementToPB(), and tryRootPreload().
|
inline |
Definition at line 339 of file ROOTFilePB.pb.h.
References eostools::move(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by fillMessage(), and dqm::dqmstoreimpl::DQMStore::saveMonitorElementToPB().
|
inline |
Definition at line 351 of file ROOTFilePB.pb.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 357 of file ROOTFilePB.pb.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inlineprivate |
Definition at line 459 of file ROOTFilePB.pb.h.
Referenced by MergePartialFromCodedStream().
|
inlineprivate |
Definition at line 329 of file ROOTFilePB.pb.h.
Referenced by MergeFrom().
|
inlineprivate |
Definition at line 385 of file ROOTFilePB.pb.h.
Referenced by MergePartialFromCodedStream().
|
inlineprivate |
Definition at line 403 of file ROOTFilePB.pb.h.
Referenced by MergeFrom().
|
inline |
Definition at line 395 of file ROOTFilePB.pb.h.
References relativeConstraints::value.
Referenced by fillMessage(), dqm::dqmstoreimpl::DQMStore::saveMonitorElementToPB(), and tryRootPreload().
|
inline |
Definition at line 413 of file ROOTFilePB.pb.h.
References eostools::move(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by fillMessage(), dqm::dqmstoreimpl::DQMStore::saveMonitorElementToPB(), and tryRootPreload().
|
inline |
Definition at line 425 of file ROOTFilePB.pb.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
inline |
Definition at line 431 of file ROOTFilePB.pb.h.
References AlCaHLTBitMon_QueryRunRegistry::string.
|
private |
Definition at line 214 of file ROOTFilePB.pb.cc.
References _cached_size_, and size().
|
private |
Definition at line 195 of file ROOTFilePB.pb.cc.
References _cached_size_, flags_, full_pathname_, size_, and streamed_histo_.
Referenced by ROOTFilePB_Histo().
|
private |
Definition at line 209 of file ROOTFilePB.pb.cc.
References full_pathname_, and streamed_histo_.
Referenced by ~ROOTFilePB_Histo().
|
inline |
Definition at line 391 of file ROOTFilePB.pb.h.
Referenced by ntupleDataFormat._Collection::__iter__(), ntupleDataFormat._Collection::__len__(), ByteSizeLong(), convertFile(), dumpFiles(), get_info(), dqm::dqmstoreimpl::DQMStore::get_info(), InternalSerializeWithCachedSizesToArray(), RequiredFieldsByteSizeFallback(), SerializeWithCachedSizes(), and SetCachedSize().
|
inline |
Definition at line 409 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), convertFile(), dumpFiles(), get_info(), dqm::dqmstoreimpl::DQMStore::get_info(), InternalSerializeWithCachedSizesToArray(), RequiredFieldsByteSizeFallback(), and SerializeWithCachedSizes().
void dqmstorepb::ROOTFilePB_Histo::Swap | ( | ROOTFilePB_Histo * | other | ) |
Definition at line 552 of file ROOTFilePB.pb.cc.
References InternalSwap().
|
inline |
Definition at line 91 of file ROOTFilePB.pb.h.
|
private |
|
friend |
Definition at line 211 of file ROOTFilePB.pb.h.
|
friend |
Definition at line 108 of file ROOTFilePB.pb.h.
Referenced by InternalSwap().
|
mutableprivate |
Definition at line 206 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), InternalSwap(), SetCachedSize(), and SharedCtor().
|
private |
Definition at line 205 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), Clear(), InternalSerializeWithCachedSizesToArray(), InternalSwap(), IsInitialized(), MergeFrom(), and SerializeWithCachedSizes().
|
private |
Definition at line 204 of file ROOTFilePB.pb.h.
Referenced by ByteSizeLong(), Clear(), InternalSerializeWithCachedSizesToArray(), InternalSwap(), MergeFrom(), MergePartialFromCodedStream(), ROOTFilePB_Histo(), and SerializeWithCachedSizes().
|
private |
Definition at line 210 of file ROOTFilePB.pb.h.
Referenced by Clear(), InternalSwap(), MergeFrom(), MergePartialFromCodedStream(), ROOTFilePB_Histo(), and SharedCtor().
|
private |
Definition at line 207 of file ROOTFilePB.pb.h.
Referenced by Clear(), InternalSwap(), MergeFrom(), ROOTFilePB_Histo(), SharedCtor(), and SharedDtor().
|
static |
Definition at line 186 of file ROOTFilePB.pb.h.
Referenced by InitAsDefaultInstance().
|
static |
Definition at line 149 of file ROOTFilePB.pb.h.
Referenced by InitAsDefaultInstance().
|
static |
Definition at line 105 of file ROOTFilePB.pb.h.
Referenced by descriptor(), and GetMetadata().
|
static |
Definition at line 179 of file ROOTFilePB.pb.h.
Referenced by InitAsDefaultInstance().
|
static |
Definition at line 164 of file ROOTFilePB.pb.h.
Referenced by InitAsDefaultInstance().
|
private |
Definition at line 209 of file ROOTFilePB.pb.h.
Referenced by Clear(), InternalSwap(), MergeFrom(), MergePartialFromCodedStream(), ROOTFilePB_Histo(), and SharedCtor().
|
private |
Definition at line 208 of file ROOTFilePB.pb.h.
Referenced by Clear(), InternalSwap(), MergeFrom(), ROOTFilePB_Histo(), SharedCtor(), and SharedDtor().