YugabyteDB (2.13.1.0-b60, 21121d69985fbf76aa6958d8f04a9bfa936293b5)

Coverage Report

Created: 2022-03-22 16:43

/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
26.9k
void AddDescriptorsImpl() {
51
26.9k
  InitDefaults();
52
26.9k
  static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
53
26.9k
      "\n\024yb/rpc/service.proto\022\006yb.rpc\032 google/p"
54
26.9k
      "rotobuf/descriptor.proto:>\n\023custom_servi"
55
26.9k
      "ce_name\022\037.google.protobuf.ServiceOptions"
56
26.9k
      "\030\333\206\003 \001(\t:1\n\007trivial\022\036.google.protobuf.Me"
57
26.9k
      "thodOptions\030\321\206\003 \001(\010b\006proto3"
58
26.9k
  };
59
26.9k
  ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
60
26.9k
      descriptor, 187);
61
26.9k
  ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
62
26.9k
    "yb/rpc/service.proto", &protobuf_RegisterTypes);
63
26.9k
  ::protobuf_google_2fprotobuf_2fdescriptor_2eproto::AddDescriptors();
64
26.9k
}
65
66
258k
void AddDescriptors() {
67
258k
  static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
68
258k
  ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl);
69
258k
}
70
// Force AddDescriptors() to be called at dynamic initialization time.
71
struct StaticDescriptorInitializer {
72
26.9k
  StaticDescriptorInitializer() {
73
26.9k
    AddDescriptors();
74
26.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)