protobuf/src/google/protobuf/empty.pb.cc
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/empty.proto
3 
4 #include <google/protobuf/empty.pb.h>
5 
6 #include <algorithm>
7 
8 #include <google/protobuf/io/coded_stream.h>
9 #include <google/protobuf/extension_set.h>
10 #include <google/protobuf/wire_format_lite.h>
11 #include <google/protobuf/descriptor.h>
12 #include <google/protobuf/generated_message_reflection.h>
13 #include <google/protobuf/reflection_ops.h>
14 #include <google/protobuf/wire_format.h>
15 // @@protoc_insertion_point(includes)
16 #include <google/protobuf/port_def.inc>
17 
18 PROTOBUF_PRAGMA_INIT_SEG
19 PROTOBUF_NAMESPACE_OPEN
20 constexpr Empty::Empty(
21  ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized){}
24  : _instance(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized{}) {}
26  union {
28  };
29 };
30 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT EmptyDefaultTypeInternal _Empty_default_instance_;
31 PROTOBUF_NAMESPACE_CLOSE
35 
37  ~0u, // no _has_bits_
38  PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::Empty, _internal_metadata_),
39  ~0u, // no _extensions_
40  ~0u, // no _oneof_case_
41  ~0u, // no _weak_field_map_
42  ~0u, // no _inlined_string_donated_
43 };
44 static const ::PROTOBUF_NAMESPACE_ID::internal::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
45  { 0, -1, -1, sizeof(::PROTOBUF_NAMESPACE_ID::Empty)},
46 };
47 
50 };
51 
52 const char descriptor_table_protodef_google_2fprotobuf_2fempty_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
53  "\n\033google/protobuf/empty.proto\022\017google.pr"
54  "otobuf\"\007\n\005EmptyB}\n\023com.google.protobufB\n"
55  "EmptyProtoP\001Z.google.golang.org/protobuf"
56  "/types/known/emptypb\370\001\001\242\002\003GPB\252\002\036Google.P"
57  "rotobuf.WellKnownTypesb\006proto3"
58  ;
60 const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fempty_2eproto = {
61  false, false, 190, descriptor_table_protodef_google_2fprotobuf_2fempty_2eproto, "google/protobuf/empty.proto",
65 };
66 PROTOBUF_ATTRIBUTE_WEAK const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable* descriptor_table_google_2fprotobuf_2fempty_2eproto_getter() {
68 }
69 
70 // Force running AddDescriptors() at dynamic initialization time.
71 PROTOBUF_ATTRIBUTE_INIT_PRIORITY static ::PROTOBUF_NAMESPACE_ID::internal::AddDescriptorsRunner dynamic_init_dummy_google_2fprotobuf_2fempty_2eproto(&descriptor_table_google_2fprotobuf_2fempty_2eproto);
72 PROTOBUF_NAMESPACE_OPEN
73 
74 // ===================================================================
75 
76 class Empty::_Internal {
77  public:
78 };
79 
81  bool is_message_owned)
82  : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase(arena, is_message_owned) {
83  // @@protoc_insertion_point(arena_constructor:google.protobuf.Empty)
84 }
85 Empty::Empty(const Empty& from)
86  : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() {
88  // @@protoc_insertion_point(copy_constructor:google.protobuf.Empty)
89 }
90 
91 
92 
93 
94 
95 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Empty::_class_data_ = {
96  ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl,
97  ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl,
98 };
99 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Empty::GetClassData() const { return &_class_data_; }
100 
101 
102 
103 
104 
105 
106 
111 }
112 
113 // @@protoc_insertion_point(namespace_scope)
114 PROTOBUF_NAMESPACE_CLOSE
115 PROTOBUF_NAMESPACE_OPEN
116 template<> PROTOBUF_NOINLINE ::PROTOBUF_NAMESPACE_ID::Empty* Arena::CreateMaybeMessage< ::PROTOBUF_NAMESPACE_ID::Empty >(Arena* arena) {
117  return Arena::CreateMessageInternal< ::PROTOBUF_NAMESPACE_ID::Empty >(arena);
118 }
119 PROTOBUF_NAMESPACE_CLOSE
120 
121 // @@protoc_insertion_point(global_scope)
122 #include <google/protobuf/port_undef.inc>
file_level_metadata_google_2fprotobuf_2fempty_2eproto
PROTOBUF_NAMESPACE_CLOSE ::PROTOBUF_NAMESPACE_ID::Metadata file_level_metadata_google_2fprotobuf_2fempty_2eproto[1]
Definition: protobuf/src/google/protobuf/empty.pb.cc:32
descriptor_table_google_2fprotobuf_2fempty_2eproto
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fempty_2eproto
Definition: protobuf/src/google/protobuf/empty.pb.cc:60
Arena
struct Arena Arena
Definition: third_party/bloaty/third_party/protobuf/src/google/protobuf/arena.h:189
EnumDescriptor
struct EnumDescriptor EnumDescriptor
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:641
CreateMaybeMessage< ::PROTOBUF_NAMESPACE_ID::Empty >
PROTOBUF_NAMESPACE_CLOSE PROTOBUF_NAMESPACE_OPEN PROTOBUF_NOINLINE ::PROTOBUF_NAMESPACE_ID::Empty * Arena::CreateMaybeMessage< ::PROTOBUF_NAMESPACE_ID::Empty >(Arena *arena)
Definition: protobuf/src/google/protobuf/empty.pb.cc:116
EmptyDefaultTypeInternal::_instance
::PROTOBUF_NAMESPACE_ID::internal::ExplicitlyConstructed< Empty > _instance
Definition: bloaty/third_party/protobuf/src/google/protobuf/empty.pb.cc:20
Empty::Empty
Empty()
Definition: bloaty/third_party/protobuf/src/google/protobuf/empty.pb.cc:89
Arena
Definition: arena.c:39
grpc::protobuf::Message
GRPC_CUSTOM_MESSAGE Message
Definition: include/grpcpp/impl/codegen/config_protobuf.h:78
file_level_enum_descriptors_google_2fprotobuf_2fempty_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::EnumDescriptor const ** file_level_enum_descriptors_google_2fprotobuf_2fempty_2eproto
Definition: protobuf/src/google/protobuf/empty.pb.cc:33
u
OPENSSL_EXPORT pem_password_cb void * u
Definition: pem.h:351
descriptor_table_google_2fprotobuf_2fempty_2eproto_getter
const PROTOBUF_ATTRIBUTE_WEAK ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable * descriptor_table_google_2fprotobuf_2fempty_2eproto_getter()
Definition: protobuf/src/google/protobuf/empty.pb.cc:66
dynamic_init_dummy_google_2fprotobuf_2fempty_2eproto
static bool dynamic_init_dummy_google_2fprotobuf_2fempty_2eproto
Definition: bloaty/third_party/protobuf/src/google/protobuf/empty.pb.cc:78
PROTOBUF_SECTION_VARIABLE
const uint32_t TableStruct_google_2fprotobuf_2fempty_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
Empty::GetClassData
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
Definition: protobuf/src/google/protobuf/empty.pb.cc:99
google::protobuf::python::cmessage::UnknownFieldSet
static PyObject * UnknownFieldSet(CMessage *self)
Definition: bloaty/third_party/protobuf/python/google/protobuf/pyext/message.cc:2512
arena
grpc_core::ScopedArenaPtr arena
Definition: binder_transport_test.cc:237
uint32_t
unsigned int uint32_t
Definition: stdint-msvc2008.h:80
from
size_t from
Definition: abseil-cpp/absl/container/internal/layout_test.cc:1384
EmptyDefaultTypeInternal::EmptyDefaultTypeInternal
constexpr EmptyDefaultTypeInternal()
Definition: protobuf/src/google/protobuf/empty.pb.cc:23
google::protobuf.internal::once_flag
std::once_flag once_flag
Definition: bloaty/third_party/protobuf/src/google/protobuf/stubs/once.h:43
file_level_service_descriptors_google_2fprotobuf_2fempty_2eproto
static constexpr ::PROTOBUF_NAMESPACE_ID::ServiceDescriptor const ** file_level_service_descriptors_google_2fprotobuf_2fempty_2eproto
Definition: protobuf/src/google/protobuf/empty.pb.cc:34
EmptyDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/empty.pb.cc:18
_Empty_default_instance_
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT EmptyDefaultTypeInternal _Empty_default_instance_
Definition: protobuf/src/google/protobuf/empty.pb.cc:30
TableStruct_google_2fprotobuf_2fempty_2eproto::offsets
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: bloaty/third_party/protobuf/src/google/protobuf/empty.pb.h:54
file_default_instances
const ::PROTOBUF_NAMESPACE_ID::Message *const file_default_instances[]
Definition: protobuf/src/google/protobuf/empty.pb.cc:48
EmptyDefaultTypeInternal::_instance
Empty _instance
Definition: protobuf/src/google/protobuf/empty.pb.cc:27
Empty::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/empty.pb.h:166
EmptyDefaultTypeInternal::~EmptyDefaultTypeInternal
~EmptyDefaultTypeInternal()
Definition: protobuf/src/google/protobuf/empty.pb.cc:25
Empty
Definition: abseil-cpp/absl/container/internal/compressed_tuple_test.cc:33
descriptor_table_google_2fprotobuf_2fempty_2eproto_once
::PROTOBUF_NAMESPACE_ID::internal::once_flag descriptor_table_google_2fprotobuf_2fempty_2eproto_once
Definition: protobuf/src/google/protobuf/empty.pb.cc:59
Empty::GetMetadata
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
Definition: bloaty/third_party/protobuf/src/google/protobuf/empty.pb.cc:249
internal
Definition: benchmark/test/output_test_helper.cc:20
google::protobuf.internal::AssignDescriptors
void AssignDescriptors(const DescriptorTable *table)
Definition: bloaty/third_party/protobuf/src/google/protobuf/generated_message_reflection.cc:2404
grpc_binder::Metadata
std::vector< std::pair< std::string, std::string > > Metadata
Definition: transaction.h:38
Empty::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: bloaty/third_party/protobuf/src/google/protobuf/empty.pb.h:196
Empty::_Internal
Definition: bloaty/third_party/protobuf/src/google/protobuf/empty.pb.cc:85
grpc::protobuf::ServiceDescriptor
GRPC_CUSTOM_SERVICEDESCRIPTOR ServiceDescriptor
Definition: include/grpcpp/impl/codegen/config_protobuf.h:88


grpc
Author(s):
autogenerated on Fri May 16 2025 02:58:18