CMS 3D CMS Logo

Classes | Namespaces | Macros | Functions | Variables
ROOTFilePB.pb.cc File Reference
#include "DQMServices/Core/src/ROOTFilePB.pb.h"
#include <algorithm>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/wire_format_lite.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/reflection_ops.h>
#include <google/protobuf/wire_format.h>
#include <google/protobuf/port_def.inc>
#include <google/protobuf/port_undef.inc>

Go to the source code of this file.

Classes

class  dqmstorepb::ROOTFilePB::_Internal
 
class  dqmstorepb::ROOTFilePB_Histo::_Internal
 
class  dqmstorepb::ROOTFilePB_HistoDefaultTypeInternal
 
class  dqmstorepb::ROOTFilePBDefaultTypeInternal
 

Namespaces

 dqmstorepb
 

Macros

#define CHK_(x)
 
#define CHK_(x)
 

Functions

template<>
PROTOBUF_NOINLINE ::dqmstorepb::ROOTFilePBArena::CreateMaybeMessage<::dqmstorepb::ROOTFilePB > (Arena *arena)
 
template<>
PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::dqmstorepb::ROOTFilePB_HistoArena::CreateMaybeMessage<::dqmstorepb::ROOTFilePB_Histo > (Arena *arena)
 
static void InitDefaultsscc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto ()
 
static void InitDefaultsscc_info_ROOTFilePB_Histo_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto ()
 
const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE (protodesc_cold)
 

Variables

class dqmstorepb::ROOTFilePBDefaultTypeInternal dqmstorepb::_ROOTFilePB_default_instance_
 
class dqmstorepb::ROOTFilePB_HistoDefaultTypeInternal dqmstorepb::_ROOTFilePB_Histo_default_instance_
 
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
 
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable *const descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_deps [1] = {}
 
static bool descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_initialized = false
 
::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_once
 
::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase *const descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_sccs [2]
 
static bool dynamic_init_dummy_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
 
::PROTOBUF_NAMESPACE_ID::Message const *const file_default_instances []
 
static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const ** file_level_enum_descriptors_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto = nullptr
 
::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto [2]
 
static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto = nullptr
 
::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 1 > scc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
 
extern ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 0 > scc_info_ROOTFilePB_Histo_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
 

Macro Definition Documentation

◆ CHK_ [1/2]

#define CHK_ (   x)
Value:
if (PROTOBUF_PREDICT_FALSE(!(x))) \
goto failure

◆ CHK_ [2/2]

#define CHK_ (   x)
Value:
if (PROTOBUF_PREDICT_FALSE(!(x))) \
goto failure

Function Documentation

◆ Arena::CreateMaybeMessage<::dqmstorepb::ROOTFilePB >()

template<>
PROTOBUF_NOINLINE ::dqmstorepb::ROOTFilePB* Arena::CreateMaybeMessage<::dqmstorepb::ROOTFilePB > ( Arena *  arena)

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

687  {
688  return Arena::CreateInternal<::dqmstorepb::ROOTFilePB>(arena);
689 }

◆ Arena::CreateMaybeMessage<::dqmstorepb::ROOTFilePB_Histo >()

template<>
PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::dqmstorepb::ROOTFilePB_Histo* Arena::CreateMaybeMessage<::dqmstorepb::ROOTFilePB_Histo > ( Arena *  arena)

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

683  {
684  return Arena::CreateInternal<::dqmstorepb::ROOTFilePB_Histo>(arena);
685 }

◆ InitDefaultsscc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()

static void InitDefaultsscc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto ( )
static

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

30  {
31  GOOGLE_PROTOBUF_VERIFY_VERSION;
32 
33  {
35  new (ptr)::dqmstorepb::ROOTFilePB();
36  ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
37  }
39 }

References dqmstorepb::_ROOTFilePB_default_instance_, and dqmstorepb::ROOTFilePB::InitAsDefaultInstance().

◆ InitDefaultsscc_info_ROOTFilePB_Histo_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()

static void InitDefaultsscc_info_ROOTFilePB_Histo_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto ( )
static

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

50  {
51  GOOGLE_PROTOBUF_VERIFY_VERSION;
52 
53  {
55  new (ptr)::dqmstorepb::ROOTFilePB_Histo();
56  ::PROTOBUF_NAMESPACE_ID::internal::OnShutdownDestroyMessage(ptr);
57  }
59 }

References dqmstorepb::_ROOTFilePB_Histo_default_instance_, and dqmstorepb::ROOTFilePB_Histo::InitAsDefaultInstance().

◆ PROTOBUF_SECTION_VARIABLE()

Variable Documentation

◆ descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto

const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto

◆ descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_deps

const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable* const descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_deps[1] = {}
static

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

◆ descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_initialized

bool descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_initialized = false
static

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

◆ descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_once

::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_once
static

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

◆ descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_sccs

::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase* const descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_sccs[2]
static

◆ dynamic_init_dummy_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto

bool dynamic_init_dummy_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
static
Initial value:
=
(::PROTOBUF_NAMESPACE_ID::internal::AddDescriptors(&descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto),
true)

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

◆ file_default_instances

::PROTOBUF_NAMESPACE_ID::Message const* const file_default_instances[]
static
Initial value:
= {
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::dqmstorepb::_ROOTFilePB_Histo_default_instance_),
reinterpret_cast<const ::PROTOBUF_NAMESPACE_ID::Message*>(&::dqmstorepb::_ROOTFilePB_default_instance_),
}

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

◆ file_level_enum_descriptors_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto

constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const** file_level_enum_descriptors_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto = nullptr
static

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

◆ file_level_metadata_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto

::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto[2]
static

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

◆ file_level_service_descriptors_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto

constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const** file_level_service_descriptors_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto = nullptr
static

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

◆ scc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto

::PROTOBUF_NAMESPACE_ID::internal::SCCInfo<1> scc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
Initial value:
= {
{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized),
1,
0,
{
}}

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

Referenced by dqmstorepb::ROOTFilePB::default_instance(), and dqmstorepb::ROOTFilePB::SharedCtor().

◆ scc_info_ROOTFilePB_Histo_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto

PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 0 > scc_info_ROOTFilePB_Histo_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
Initial value:
= {
{ATOMIC_VAR_INIT(::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase::kUninitialized),
0,
0,
{}}

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

Referenced by dqmstorepb::ROOTFilePB_Histo::default_instance(), and dqmstorepb::ROOTFilePB_Histo::SharedCtor().

dqmstorepb::_ROOTFilePB_default_instance_
class dqmstorepb::ROOTFilePBDefaultTypeInternal _ROOTFilePB_default_instance_
Definition: ROOTFilePB.pb.h:58
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
descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_once
::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_once
Definition: ROOTFilePB.pb.cc:121
dqmstorepb::ROOTFilePB_Histo
Definition: ROOTFilePB.pb.h:74
file_level_metadata_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto[2]
Definition: ROOTFilePB.pb.cc:68
vertices_cff.x
x
Definition: vertices_cff.py:29
file_level_enum_descriptors_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const ** file_level_enum_descriptors_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
Definition: ROOTFilePB.pb.cc:70
file_default_instances
::PROTOBUF_NAMESPACE_ID::Message const *const file_default_instances[]
Definition: ROOTFilePB.pb.cc:102
InitDefaultsscc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
static void InitDefaultsscc_info_ROOTFilePB_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()
Definition: ROOTFilePB.pb.cc:30
descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_initialized
static bool descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_initialized
Definition: ROOTFilePB.pb.cc:122
dqmstorepb::_ROOTFilePB_Histo_default_instance_
class dqmstorepb::ROOTFilePB_HistoDefaultTypeInternal _ROOTFilePB_Histo_default_instance_
Definition: ROOTFilePB.pb.h:61
dqmstorepb::ROOTFilePB_Histo::InitAsDefaultInstance
static void InitAsDefaultInstance()
Definition: ROOTFilePB.pb.cc:151
dqmstorepb::ROOTFilePB
Definition: ROOTFilePB.pb.h:271
descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_deps
static const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable *const descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_deps[1]
Definition: ROOTFilePB.pb.cc:115
TableStruct_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto::offsets
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: ROOTFilePB.pb.h:52
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
file_level_service_descriptors_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
Definition: ROOTFilePB.pb.cc:72
scc_info_ROOTFilePB_Histo_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
extern ::PROTOBUF_NAMESPACE_ID::internal::SCCInfo< 0 > scc_info_ROOTFilePB_Histo_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
Definition: ROOTFilePB.pb.cc:19
InitDefaultsscc_info_ROOTFilePB_Histo_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto
static void InitDefaultsscc_info_ROOTFilePB_Histo_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto()
Definition: ROOTFilePB.pb.cc:50
dqmstorepb::ROOTFilePB::InitAsDefaultInstance
static void InitAsDefaultInstance()
Definition: ROOTFilePB.pb.cc:489
descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_sccs
::PROTOBUF_NAMESPACE_ID::internal::SCCInfoBase *const descriptor_table_DQMServices_2fCore_2fsrc_2fROOTFilePB_2eproto_sccs[2]
Definition: ROOTFilePB.pb.cc:117