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/rpc/rtest_diff_package.messages.cc
Line
Count
Source (jump to first uncovered line)
1
// THIS FILE IS AUTOGENERATED FROM yb/rpc/rtest_diff_package.proto
2
3
#include "yb/rpc/rtest_diff_package.messages.h"
4
5
#include "yb/gutil/strings/numbers.h"
6
7
namespace yb {
8
namespace rpc_test_diff_package {
9
10
0
LWReqDiffPackagePB::LWReqDiffPackagePB(::yb::Arena* arena) {
11
0
}
12
13
0
LWReqDiffPackagePB::LWReqDiffPackagePB(::yb::Arena* arena, const LWReqDiffPackagePB& rhs) {
14
0
}
15
16
0
void LWReqDiffPackagePB::AppendToDebugString(std::string* out) const {
17
0
}
18
19
0
void LWReqDiffPackagePB::Clear() {
20
0
}
21
22
0
void LWReqDiffPackagePB::CopyFrom(const LWReqDiffPackagePB& rhs) {
23
0
}
24
25
0
void LWReqDiffPackagePB::CopyFrom(const ReqDiffPackagePB& rhs) {
26
0
}
27
28
0
Status LWReqDiffPackagePB::ParseFromCodedStream(google::protobuf::io::CodedInputStream* input) {
29
0
  for (;;) {
30
0
    auto p = input->ReadTagWithCutoffNoLastTag(1);
31
0
    if (!p.second && !p.first) {
32
0
      return Status::OK();
33
0
    }
34
0
    switch(::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(p.first)) {
35
0
    }
36
0
  }
37
0
}
38
39
0
uint8_t* LWReqDiffPackagePB::SerializeToArray(uint8_t* out) const {
40
0
  return out;
41
0
}
42
43
0
size_t LWReqDiffPackagePB::SerializedSize() const {
44
0
  size_t result = 0;
45
0
  cached_size_ = result;
46
0
  return result;
47
0
}
48
49
0
void LWReqDiffPackagePB::ToGoogleProtobuf(ReqDiffPackagePB* out) const {
50
0
}
51
52
0
LWRespDiffPackagePB::LWRespDiffPackagePB(::yb::Arena* arena) {
53
0
}
54
55
0
LWRespDiffPackagePB::LWRespDiffPackagePB(::yb::Arena* arena, const LWRespDiffPackagePB& rhs) {
56
0
}
57
58
0
void LWRespDiffPackagePB::AppendToDebugString(std::string* out) const {
59
0
}
60
61
0
void LWRespDiffPackagePB::Clear() {
62
0
}
63
64
0
void LWRespDiffPackagePB::CopyFrom(const LWRespDiffPackagePB& rhs) {
65
0
}
66
67
0
void LWRespDiffPackagePB::CopyFrom(const RespDiffPackagePB& rhs) {
68
0
}
69
70
0
Status LWRespDiffPackagePB::ParseFromCodedStream(google::protobuf::io::CodedInputStream* input) {
71
0
  for (;;) {
72
0
    auto p = input->ReadTagWithCutoffNoLastTag(1);
73
0
    if (!p.second && !p.first) {
74
0
      return Status::OK();
75
0
    }
76
0
    switch(::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(p.first)) {
77
0
    }
78
0
  }
79
0
}
80
81
0
uint8_t* LWRespDiffPackagePB::SerializeToArray(uint8_t* out) const {
82
0
  return out;
83
0
}
84
85
0
size_t LWRespDiffPackagePB::SerializedSize() const {
86
0
  size_t result = 0;
87
0
  cached_size_ = result;
88
0
  return result;
89
0
}
90
91
0
void LWRespDiffPackagePB::ToGoogleProtobuf(RespDiffPackagePB* out) const {
92
0
}
93
94
} // namespace rpc_test_diff_package
95
} // namespace yb