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/redis/redisserver/redis_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/redis/redisserver/redis_service.proto
3
4
#include "yb/yql/redis/redisserver/redis_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 redisserver {
25
}  // namespace redisserver
26
}  // namespace yb
27
namespace protobuf_yb_2fyql_2fredis_2fredisserver_2fredis_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/redis/redisserver/redis_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
6.12k
void AddDescriptorsImpl() {
51
6.12k
  InitDefaults();
52
6.12k
  static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
53
6.12k
      "\n,yb/yql/redis/redisserver/redis_service"
54
6.12k
      ".proto\022\016yb.redisserver2\024\n\022RedisServerSer"
55
6.12k
      "viceB\024\n\022org.yb.redisserver"
56
6.12k
  };
57
6.12k
  ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
58
6.12k
      descriptor, 106);
59
6.12k
  ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
60
6.12k
    "yb/yql/redis/redisserver/redis_service.proto", &protobuf_RegisterTypes);
61
6.12k
}
62
63
6.12k
void AddDescriptors() {
64
6.12k
  static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
65
6.12k
  ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl);
66
6.12k
}
67
// Force AddDescriptors() to be called at dynamic initialization time.
68
struct StaticDescriptorInitializer {
69
6.12k
  StaticDescriptorInitializer() {
70
6.12k
    AddDescriptors();
71
6.12k
  }
72
} static_descriptor_initializer;
73
}  // namespace protobuf_yb_2fyql_2fredis_2fredisserver_2fredis_5fservice_2eproto
74
namespace yb {
75
namespace redisserver {
76
77
// @@protoc_insertion_point(namespace_scope)
78
}  // namespace redisserver
79
}  // namespace yb
80
81
// @@protoc_insertion_point(global_scope)