|
|
|
@ -365,7 +365,6 @@ void DoubleValue::Clear() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const char* DoubleValue::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { |
|
|
|
|
|
|
|
|
|
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure |
|
|
|
|
while (!ctx->Done(&ptr)) { |
|
|
|
|
::uint32_t tag; |
|
|
|
@ -405,7 +404,6 @@ failure: |
|
|
|
|
|
|
|
|
|
::uint8_t* DoubleValue::_InternalSerialize( |
|
|
|
|
::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.DoubleValue)
|
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
@ -429,7 +427,6 @@ failure: |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::size_t DoubleValue::ByteSizeLong() const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.DoubleValue)
|
|
|
|
|
::size_t total_size = 0; |
|
|
|
|
|
|
|
|
@ -459,7 +456,6 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DoubleValue::GetClassData() co |
|
|
|
|
void DoubleValue::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<DoubleValue*>(&to_msg); |
|
|
|
|
auto& from = static_cast<const DoubleValue&>(from_msg); |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.DoubleValue)
|
|
|
|
|
GOOGLE_ABSL_DCHECK_NE(&from, _this); |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
@ -493,7 +489,6 @@ void DoubleValue::InternalSwap(DoubleValue* other) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata DoubleValue::GetMetadata() const { |
|
|
|
|
|
|
|
|
|
return ::_pbi::AssignDescriptors( |
|
|
|
|
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto_getter, &descriptor_table_google_2fprotobuf_2fwrappers_2eproto_once, |
|
|
|
|
file_level_metadata_google_2fprotobuf_2fwrappers_2eproto[0]); |
|
|
|
@ -552,7 +547,6 @@ void FloatValue::Clear() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const char* FloatValue::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { |
|
|
|
|
|
|
|
|
|
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure |
|
|
|
|
while (!ctx->Done(&ptr)) { |
|
|
|
|
::uint32_t tag; |
|
|
|
@ -592,7 +586,6 @@ failure: |
|
|
|
|
|
|
|
|
|
::uint8_t* FloatValue::_InternalSerialize( |
|
|
|
|
::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.FloatValue)
|
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
@ -616,7 +609,6 @@ failure: |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::size_t FloatValue::ByteSizeLong() const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.FloatValue)
|
|
|
|
|
::size_t total_size = 0; |
|
|
|
|
|
|
|
|
@ -646,7 +638,6 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FloatValue::GetClassData() con |
|
|
|
|
void FloatValue::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<FloatValue*>(&to_msg); |
|
|
|
|
auto& from = static_cast<const FloatValue&>(from_msg); |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.FloatValue)
|
|
|
|
|
GOOGLE_ABSL_DCHECK_NE(&from, _this); |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
@ -680,7 +671,6 @@ void FloatValue::InternalSwap(FloatValue* other) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata FloatValue::GetMetadata() const { |
|
|
|
|
|
|
|
|
|
return ::_pbi::AssignDescriptors( |
|
|
|
|
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto_getter, &descriptor_table_google_2fprotobuf_2fwrappers_2eproto_once, |
|
|
|
|
file_level_metadata_google_2fprotobuf_2fwrappers_2eproto[1]); |
|
|
|
@ -739,7 +729,6 @@ void Int64Value::Clear() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const char* Int64Value::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { |
|
|
|
|
|
|
|
|
|
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure |
|
|
|
|
while (!ctx->Done(&ptr)) { |
|
|
|
|
::uint32_t tag; |
|
|
|
@ -779,7 +768,6 @@ failure: |
|
|
|
|
|
|
|
|
|
::uint8_t* Int64Value::_InternalSerialize( |
|
|
|
|
::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Int64Value)
|
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
@ -799,7 +787,6 @@ failure: |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::size_t Int64Value::ByteSizeLong() const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.Int64Value)
|
|
|
|
|
::size_t total_size = 0; |
|
|
|
|
|
|
|
|
@ -825,7 +812,6 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Int64Value::GetClassData() con |
|
|
|
|
void Int64Value::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<Int64Value*>(&to_msg); |
|
|
|
|
auto& from = static_cast<const Int64Value&>(from_msg); |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.Int64Value)
|
|
|
|
|
GOOGLE_ABSL_DCHECK_NE(&from, _this); |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
@ -855,7 +841,6 @@ void Int64Value::InternalSwap(Int64Value* other) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata Int64Value::GetMetadata() const { |
|
|
|
|
|
|
|
|
|
return ::_pbi::AssignDescriptors( |
|
|
|
|
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto_getter, &descriptor_table_google_2fprotobuf_2fwrappers_2eproto_once, |
|
|
|
|
file_level_metadata_google_2fprotobuf_2fwrappers_2eproto[2]); |
|
|
|
@ -914,7 +899,6 @@ void UInt64Value::Clear() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const char* UInt64Value::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { |
|
|
|
|
|
|
|
|
|
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure |
|
|
|
|
while (!ctx->Done(&ptr)) { |
|
|
|
|
::uint32_t tag; |
|
|
|
@ -954,7 +938,6 @@ failure: |
|
|
|
|
|
|
|
|
|
::uint8_t* UInt64Value::_InternalSerialize( |
|
|
|
|
::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.UInt64Value)
|
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
@ -974,7 +957,6 @@ failure: |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::size_t UInt64Value::ByteSizeLong() const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.UInt64Value)
|
|
|
|
|
::size_t total_size = 0; |
|
|
|
|
|
|
|
|
@ -1000,7 +982,6 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UInt64Value::GetClassData() co |
|
|
|
|
void UInt64Value::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<UInt64Value*>(&to_msg); |
|
|
|
|
auto& from = static_cast<const UInt64Value&>(from_msg); |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.UInt64Value)
|
|
|
|
|
GOOGLE_ABSL_DCHECK_NE(&from, _this); |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
@ -1030,7 +1011,6 @@ void UInt64Value::InternalSwap(UInt64Value* other) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata UInt64Value::GetMetadata() const { |
|
|
|
|
|
|
|
|
|
return ::_pbi::AssignDescriptors( |
|
|
|
|
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto_getter, &descriptor_table_google_2fprotobuf_2fwrappers_2eproto_once, |
|
|
|
|
file_level_metadata_google_2fprotobuf_2fwrappers_2eproto[3]); |
|
|
|
@ -1089,7 +1069,6 @@ void Int32Value::Clear() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const char* Int32Value::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { |
|
|
|
|
|
|
|
|
|
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure |
|
|
|
|
while (!ctx->Done(&ptr)) { |
|
|
|
|
::uint32_t tag; |
|
|
|
@ -1129,7 +1108,6 @@ failure: |
|
|
|
|
|
|
|
|
|
::uint8_t* Int32Value::_InternalSerialize( |
|
|
|
|
::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Int32Value)
|
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
@ -1149,7 +1127,6 @@ failure: |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::size_t Int32Value::ByteSizeLong() const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.Int32Value)
|
|
|
|
|
::size_t total_size = 0; |
|
|
|
|
|
|
|
|
@ -1175,7 +1152,6 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Int32Value::GetClassData() con |
|
|
|
|
void Int32Value::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<Int32Value*>(&to_msg); |
|
|
|
|
auto& from = static_cast<const Int32Value&>(from_msg); |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.Int32Value)
|
|
|
|
|
GOOGLE_ABSL_DCHECK_NE(&from, _this); |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
@ -1205,7 +1181,6 @@ void Int32Value::InternalSwap(Int32Value* other) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata Int32Value::GetMetadata() const { |
|
|
|
|
|
|
|
|
|
return ::_pbi::AssignDescriptors( |
|
|
|
|
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto_getter, &descriptor_table_google_2fprotobuf_2fwrappers_2eproto_once, |
|
|
|
|
file_level_metadata_google_2fprotobuf_2fwrappers_2eproto[4]); |
|
|
|
@ -1264,7 +1239,6 @@ void UInt32Value::Clear() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const char* UInt32Value::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { |
|
|
|
|
|
|
|
|
|
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure |
|
|
|
|
while (!ctx->Done(&ptr)) { |
|
|
|
|
::uint32_t tag; |
|
|
|
@ -1304,7 +1278,6 @@ failure: |
|
|
|
|
|
|
|
|
|
::uint8_t* UInt32Value::_InternalSerialize( |
|
|
|
|
::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.UInt32Value)
|
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
@ -1324,7 +1297,6 @@ failure: |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::size_t UInt32Value::ByteSizeLong() const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.UInt32Value)
|
|
|
|
|
::size_t total_size = 0; |
|
|
|
|
|
|
|
|
@ -1350,7 +1322,6 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UInt32Value::GetClassData() co |
|
|
|
|
void UInt32Value::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<UInt32Value*>(&to_msg); |
|
|
|
|
auto& from = static_cast<const UInt32Value&>(from_msg); |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.UInt32Value)
|
|
|
|
|
GOOGLE_ABSL_DCHECK_NE(&from, _this); |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
@ -1380,7 +1351,6 @@ void UInt32Value::InternalSwap(UInt32Value* other) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata UInt32Value::GetMetadata() const { |
|
|
|
|
|
|
|
|
|
return ::_pbi::AssignDescriptors( |
|
|
|
|
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto_getter, &descriptor_table_google_2fprotobuf_2fwrappers_2eproto_once, |
|
|
|
|
file_level_metadata_google_2fprotobuf_2fwrappers_2eproto[5]); |
|
|
|
@ -1439,7 +1409,6 @@ void BoolValue::Clear() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const char* BoolValue::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { |
|
|
|
|
|
|
|
|
|
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure |
|
|
|
|
while (!ctx->Done(&ptr)) { |
|
|
|
|
::uint32_t tag; |
|
|
|
@ -1479,7 +1448,6 @@ failure: |
|
|
|
|
|
|
|
|
|
::uint8_t* BoolValue::_InternalSerialize( |
|
|
|
|
::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.BoolValue)
|
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
@ -1499,7 +1467,6 @@ failure: |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::size_t BoolValue::ByteSizeLong() const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.BoolValue)
|
|
|
|
|
::size_t total_size = 0; |
|
|
|
|
|
|
|
|
@ -1525,7 +1492,6 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*BoolValue::GetClassData() cons |
|
|
|
|
void BoolValue::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<BoolValue*>(&to_msg); |
|
|
|
|
auto& from = static_cast<const BoolValue&>(from_msg); |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.BoolValue)
|
|
|
|
|
GOOGLE_ABSL_DCHECK_NE(&from, _this); |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
@ -1555,7 +1521,6 @@ void BoolValue::InternalSwap(BoolValue* other) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata BoolValue::GetMetadata() const { |
|
|
|
|
|
|
|
|
|
return ::_pbi::AssignDescriptors( |
|
|
|
|
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto_getter, &descriptor_table_google_2fprotobuf_2fwrappers_2eproto_once, |
|
|
|
|
file_level_metadata_google_2fprotobuf_2fwrappers_2eproto[6]); |
|
|
|
@ -1631,7 +1596,6 @@ void StringValue::Clear() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const char* StringValue::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { |
|
|
|
|
|
|
|
|
|
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure |
|
|
|
|
while (!ctx->Done(&ptr)) { |
|
|
|
|
::uint32_t tag; |
|
|
|
@ -1673,7 +1637,6 @@ failure: |
|
|
|
|
|
|
|
|
|
::uint8_t* StringValue::_InternalSerialize( |
|
|
|
|
::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.StringValue)
|
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
@ -1697,7 +1660,6 @@ failure: |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::size_t StringValue::ByteSizeLong() const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.StringValue)
|
|
|
|
|
::size_t total_size = 0; |
|
|
|
|
|
|
|
|
@ -1725,7 +1687,6 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*StringValue::GetClassData() co |
|
|
|
|
void StringValue::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<StringValue*>(&to_msg); |
|
|
|
|
auto& from = static_cast<const StringValue&>(from_msg); |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.StringValue)
|
|
|
|
|
GOOGLE_ABSL_DCHECK_NE(&from, _this); |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
@ -1760,7 +1721,6 @@ void StringValue::InternalSwap(StringValue* other) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata StringValue::GetMetadata() const { |
|
|
|
|
|
|
|
|
|
return ::_pbi::AssignDescriptors( |
|
|
|
|
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto_getter, &descriptor_table_google_2fprotobuf_2fwrappers_2eproto_once, |
|
|
|
|
file_level_metadata_google_2fprotobuf_2fwrappers_2eproto[7]); |
|
|
|
@ -1836,7 +1796,6 @@ void BytesValue::Clear() { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const char* BytesValue::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) { |
|
|
|
|
|
|
|
|
|
#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure |
|
|
|
|
while (!ctx->Done(&ptr)) { |
|
|
|
|
::uint32_t tag; |
|
|
|
@ -1877,7 +1836,6 @@ failure: |
|
|
|
|
|
|
|
|
|
::uint8_t* BytesValue::_InternalSerialize( |
|
|
|
|
::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(serialize_to_array_start:google.protobuf.BytesValue)
|
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
@ -1897,7 +1855,6 @@ failure: |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::size_t BytesValue::ByteSizeLong() const { |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(message_byte_size_start:google.protobuf.BytesValue)
|
|
|
|
|
::size_t total_size = 0; |
|
|
|
|
|
|
|
|
@ -1925,7 +1882,6 @@ const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*BytesValue::GetClassData() con |
|
|
|
|
void BytesValue::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<BytesValue*>(&to_msg); |
|
|
|
|
auto& from = static_cast<const BytesValue&>(from_msg); |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.BytesValue)
|
|
|
|
|
GOOGLE_ABSL_DCHECK_NE(&from, _this); |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
@ -1960,7 +1916,6 @@ void BytesValue::InternalSwap(BytesValue* other) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata BytesValue::GetMetadata() const { |
|
|
|
|
|
|
|
|
|
return ::_pbi::AssignDescriptors( |
|
|
|
|
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto_getter, &descriptor_table_google_2fprotobuf_2fwrappers_2eproto_once, |
|
|
|
|
file_level_metadata_google_2fprotobuf_2fwrappers_2eproto[8]); |
|
|
|
|