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/yql/cql/cqlserver/cql_service.pb.cc
Line
Count
Source (jump to first uncovered line)
1
// Generated by the protocol buffer compiler.  DO NOT EDIT!
2
// source: yb/yql/cql/cqlserver/cql_service.proto
3
4
#include "yb/yql/cql/cqlserver/cql_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 cqlserver {
25
}  // namespace cqlserver
26
}  // namespace yb
27
namespace protobuf_yb_2fyql_2fcql_2fcqlserver_2fcql_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/yql/cql/cqlserver/cql_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
5.53k
void AddDescriptorsImpl() {
51
5.53k
  InitDefaults();
52
5.53k
  static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
53
5.53k
      "\n&yb/yql/cql/cqlserver/cql_service.proto"
54
5.53k
      "\022\014yb.cqlserver2\022\n\020CQLServerServiceB\022\n\020or"
55
5.53k
      "g.yb.cqlserver"
56
5.53k
  };
57
5.53k
  ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
58
5.53k
      descriptor, 94);
59
5.53k
  ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
60
5.53k
    "yb/yql/cql/cqlserver/cql_service.proto", &protobuf_RegisterTypes);
61
5.53k
}
62
63
5.53k
void AddDescriptors() {
64
5.53k
  static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
65
5.53k
  ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl);
66
5.53k
}
67
// Force AddDescriptors() to be called at dynamic initialization time.
68
struct StaticDescriptorInitializer {
69
5.53k
  StaticDescriptorInitializer() {
70
5.53k
    AddDescriptors();
71
5.53k
  }
72
} static_descriptor_initializer;
73
}  // namespace protobuf_yb_2fyql_2fcql_2fcqlserver_2fcql_5fservice_2eproto
74
namespace yb {
75
namespace cqlserver {
76
77
// @@protoc_insertion_point(namespace_scope)
78
}  // namespace cqlserver
79
}  // namespace yb
80
81
// @@protoc_insertion_point(global_scope)