YugabyteDB (2.13.0.0-b42, bfc6a6643e7399ac8a0e81d06a3ee6d6571b33ab)

Coverage Report

Created: 2022-03-09 17:30

/Users/deen/code/yugabyte-db/build/debugcov-clang-dynamic-arm64-ninja/src/yb/tserver/tserver_forward_service.pb.cc
Line
Count
Source (jump to first uncovered line)
1
// Generated by the protocol buffer compiler.  DO NOT EDIT!
2
// source: yb/tserver/tserver_forward_service.proto
3
4
#include "yb/tserver/tserver_forward_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 tserver {
25
}  // namespace tserver
26
}  // namespace yb
27
namespace protobuf_yb_2ftserver_2ftserver_5fforward_5fservice_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/tserver/tserver_forward_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.8k
void AddDescriptorsImpl() {
51
15.8k
  InitDefaults();
52
15.8k
  static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
53
15.8k
      "\n(yb/tserver/tserver_forward_service.pro"
54
15.8k
      "to\022\nyb.tserver\032\030yb/tserver/tserver.proto"
55
15.8k
      "2\235\001\n\032TabletServerForwardService\022@\n\005Write"
56
15.8k
      "\022\032.yb.tserver.WriteRequestPB\032\033.yb.tserve"
57
15.8k
      "r.WriteResponsePB\022=\n\004Read\022\031.yb.tserver.R"
58
15.8k
      "eadRequestPB\032\032.yb.tserver.ReadResponsePB"
59
15.8k
      "B\020\n\016org.yb.tserver"
60
15.8k
  };
61
15.8k
  ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
62
15.8k
      descriptor, 258);
63
15.8k
  ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
64
15.8k
    "yb/tserver/tserver_forward_service.proto", &protobuf_RegisterTypes);
65
15.8k
  ::protobuf_yb_2ftserver_2ftserver_2eproto::AddDescriptors();
66
15.8k
}
67
68
15.8k
void AddDescriptors() {
69
15.8k
  static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
70
15.8k
  ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl);
71
15.8k
}
72
// Force AddDescriptors() to be called at dynamic initialization time.
73
struct StaticDescriptorInitializer {
74
15.8k
  StaticDescriptorInitializer() {
75
15.8k
    AddDescriptors();
76
15.8k
  }
77
} static_descriptor_initializer;
78
}  // namespace protobuf_yb_2ftserver_2ftserver_5fforward_5fservice_2eproto
79
namespace yb {
80
namespace tserver {
81
82
// @@protoc_insertion_point(namespace_scope)
83
}  // namespace tserver
84
}  // namespace yb
85
86
// @@protoc_insertion_point(global_scope)