Protocol Buffers - Google's data interchange format (grpc依赖)
https://developers.google.com/protocol-buffers/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
59 lines
2.0 KiB
59 lines
2.0 KiB
1 year ago
|
[ RUN ] third_party/protobuf/editions/golden/simple_proto3.pb.cc
|
||
|
@@ @@
|
||
1 year ago
|
::_pbi::TcParser::GetTable<::protobuf_editions_test::golden::SimpleProto3>(), // to_prefetch
|
||
|
#endif // PROTOBUF_PREFETCH_PARSE_TABLE
|
||
1 year ago
|
}, {{
|
||
|
- // optional int32 int32_field = 1;
|
||
1 year ago
|
+ // int32 int32_field = 1;
|
||
1 year ago
|
{::_pbi::TcParser::FastV32S1,
|
||
|
{8, 0, 0, PROTOBUF_FIELD_OFFSET(SimpleProto3, _impl_.int32_field_)}},
|
||
|
}}, {{
|
||
|
65535, 65535
|
||
|
}}, {{
|
||
|
- // optional int32 int32_field = 1;
|
||
1 year ago
|
+ // int32 int32_field = 1;
|
||
1 year ago
|
{PROTOBUF_FIELD_OFFSET(SimpleProto3, _impl_.int32_field_), _Internal::kHasBitsOffset + 0, 0,
|
||
|
(0 | ::_fl::kFcOptional | ::_fl::kInt32)},
|
||
|
}},
|
||
|
@@ @@
|
||
|
(void)cached_has_bits;
|
||
|
|
||
|
cached_has_bits = _impl_._has_bits_[0];
|
||
|
- // optional int32 int32_field = 1;
|
||
1 year ago
|
+ // int32 int32_field = 1;
|
||
1 year ago
|
if (cached_has_bits & 0x00000001u) {
|
||
|
target = ::proto2::internal::WireFormatLite::
|
||
|
WriteInt32ToArrayWithField<1>(
|
||
|
@@ @@
|
||
9 months ago
|
// Prevent compiler warnings about cached_has_bits being unused
|
||
1 year ago
|
(void) cached_has_bits;
|
||
|
|
||
|
- // optional int32 int32_field = 1;
|
||
1 year ago
|
+ // int32 int32_field = 1;
|
||
1 year ago
|
cached_has_bits = _impl_._has_bits_[0];
|
||
|
if (cached_has_bits & 0x00000001u) {
|
||
|
total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
|
||
|
[ FAILED ] third_party/protobuf/editions/golden/simple_proto3.pb.cc
|
||
|
[ RUN ] third_party/protobuf/editions/golden/simple_proto3.pb.h
|
||
|
@@ @@
|
||
|
enum : int {
|
||
|
kInt32FieldFieldNumber = 1,
|
||
|
};
|
||
|
- // optional int32 int32_field = 1;
|
||
1 year ago
|
+ // int32 int32_field = 1;
|
||
1 year ago
|
bool has_int32_field() const;
|
||
|
void clear_int32_field() ;
|
||
|
::int32_t int32_field() const;
|
||
|
@@ @@
|
||
|
|
||
|
// SimpleProto3
|
||
|
|
||
|
-// optional int32 int32_field = 1;
|
||
1 year ago
|
+// int32 int32_field = 1;
|
||
1 year ago
|
inline bool SimpleProto3::has_int32_field() const {
|
||
|
bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
|
||
|
return value;
|
||
|
[ FAILED ] third_party/protobuf/editions/golden/simple_proto3.pb.h
|
||
|
[ RUN ] third_party/protobuf/editions/golden/simple_proto3.proto.static_reflection.h
|
||
|
[ OK ] third_party/protobuf/editions/golden/simple_proto3.proto.static_reflection.h
|