/Users/deen/code/yugabyte-db/build/debugcov-clang-dynamic-arm64-ninja/src/yb/rpc/service.pb.cc
Line | Count | Source (jump to first uncovered line) |
1 | | // Generated by the protocol buffer compiler. DO NOT EDIT! |
2 | | // source: yb/rpc/service.proto |
3 | | |
4 | | #include "yb/rpc/service.pb.h" |
5 | | |
6 | | #include <algorithm> |
7 | | |
8 | | #include <google/protobuf/stubs/common.h> |
9 | | #include <google/protobuf/stubs/port.h> |
10 | | #include <google/protobuf/stubs/once.h> |
11 | | #include <google/protobuf/io/coded_stream.h> |
12 | | #include <google/protobuf/wire_format_lite_inl.h> |
13 | | #include <google/protobuf/descriptor.h> |
14 | | #include <google/protobuf/generated_message_reflection.h> |
15 | | #include <google/protobuf/reflection_ops.h> |
16 | | #include <google/protobuf/wire_format.h> |
17 | | // This is a temporary google only hack |
18 | | #ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS |
19 | | #include "third_party/protobuf/version.h" |
20 | | #endif |
21 | | #include "yb/util/protobuf-annotations.h" |
22 | | // @@protoc_insertion_point(includes) |
23 | | namespace yb { |
24 | | namespace rpc { |
25 | | } // namespace rpc |
26 | | } // namespace yb |
27 | | namespace protobuf_yb_2frpc_2fservice_2eproto { |
28 | | const ::google::protobuf::uint32 TableStruct::offsets[1] = {}; |
29 | | static const ::google::protobuf::internal::MigrationSchema* schemas = NULL; |
30 | | static const ::google::protobuf::Message* const* file_default_instances = NULL; |
31 | | |
32 | 0 | void protobuf_AssignDescriptors() { |
33 | 0 | AddDescriptors(); |
34 | 0 | ::google::protobuf::MessageFactory* factory = NULL; |
35 | 0 | AssignDescriptors( |
36 | 0 | "yb/rpc/service.proto", schemas, file_default_instances, TableStruct::offsets, factory, |
37 | 0 | NULL, NULL, NULL); |
38 | 0 | } |
39 | | |
40 | 0 | void protobuf_AssignDescriptorsOnce() { |
41 | 0 | static GOOGLE_PROTOBUF_DECLARE_ONCE(once); |
42 | 0 | ::google::protobuf::GoogleOnceInit(&once, &protobuf_AssignDescriptors); |
43 | 0 | } |
44 | | |
45 | | void protobuf_RegisterTypes(const ::std::string&) GOOGLE_PROTOBUF_ATTRIBUTE_COLD; |
46 | 0 | void protobuf_RegisterTypes(const ::std::string&) { |
47 | 0 | protobuf_AssignDescriptorsOnce(); |
48 | 0 | } |
49 | | |
50 | 15.9k | void AddDescriptorsImpl() { |
51 | 15.9k | InitDefaults(); |
52 | 15.9k | static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { |
53 | 15.9k | "\n\024yb/rpc/service.proto\022\006yb.rpc\032 google/p" |
54 | 15.9k | "rotobuf/descriptor.proto:>\n\023custom_servi" |
55 | 15.9k | "ce_name\022\037.google.protobuf.ServiceOptions" |
56 | 15.9k | "\030\333\206\003 \001(\t:1\n\007trivial\022\036.google.protobuf.Me" |
57 | 15.9k | "thodOptions\030\321\206\003 \001(\010b\006proto3" |
58 | 15.9k | }; |
59 | 15.9k | ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( |
60 | 15.9k | descriptor, 187); |
61 | 15.9k | ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( |
62 | 15.9k | "yb/rpc/service.proto", &protobuf_RegisterTypes); |
63 | 15.9k | ::protobuf_google_2fprotobuf_2fdescriptor_2eproto::AddDescriptors(); |
64 | 15.9k | } |
65 | | |
66 | 152k | void AddDescriptors() { |
67 | 152k | static GOOGLE_PROTOBUF_DECLARE_ONCE(once); |
68 | 152k | ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl); |
69 | 152k | } |
70 | | // Force AddDescriptors() to be called at dynamic initialization time. |
71 | | struct StaticDescriptorInitializer { |
72 | 15.9k | StaticDescriptorInitializer() { |
73 | 15.9k | AddDescriptors(); |
74 | 15.9k | } |
75 | | } static_descriptor_initializer; |
76 | | } // namespace protobuf_yb_2frpc_2fservice_2eproto |
77 | | namespace yb { |
78 | | namespace rpc { |
79 | | const ::std::string custom_service_name_default(""); |
80 | | ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::ServiceOptions, |
81 | | ::google::protobuf::internal::StringTypeTraits, 9, false > |
82 | | custom_service_name(kCustomServiceNameFieldNumber, custom_service_name_default); |
83 | | ::google::protobuf::internal::ExtensionIdentifier< ::google::protobuf::MethodOptions, |
84 | | ::google::protobuf::internal::PrimitiveTypeTraits< bool >, 8, false > |
85 | | trivial(kTrivialFieldNumber, false); |
86 | | |
87 | | // @@protoc_insertion_point(namespace_scope) |
88 | | } // namespace rpc |
89 | | } // namespace yb |
90 | | |
91 | | // @@protoc_insertion_point(global_scope) |