|
|
|
@ -402,6 +402,16 @@ inline void DoubleValue::SharedDtor() { |
|
|
|
|
_impl_.~Impl_(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::MessageLite::ClassData* |
|
|
|
|
DoubleValue::GetClassData() const { |
|
|
|
|
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::ClassData |
|
|
|
|
data = { |
|
|
|
|
DoubleValue::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
&::google::protobuf::Message::kDescriptorMethods, |
|
|
|
|
}; |
|
|
|
|
return &data; |
|
|
|
|
} |
|
|
|
|
PROTOBUF_NOINLINE void DoubleValue::Clear() { |
|
|
|
|
// @@protoc_insertion_point(message_clear_start:google.protobuf.DoubleValue)
|
|
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
@ -499,13 +509,6 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> DoubleValue::_table_ = { |
|
|
|
|
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::Message::ClassData DoubleValue::_class_data_ = { |
|
|
|
|
DoubleValue::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
}; |
|
|
|
|
const ::google::protobuf::Message::ClassData* DoubleValue::GetClassData() const { |
|
|
|
|
return &_class_data_; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void DoubleValue::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<DoubleValue*>(&to_msg); |
|
|
|
@ -586,6 +589,16 @@ inline void FloatValue::SharedDtor() { |
|
|
|
|
_impl_.~Impl_(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::MessageLite::ClassData* |
|
|
|
|
FloatValue::GetClassData() const { |
|
|
|
|
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::ClassData |
|
|
|
|
data = { |
|
|
|
|
FloatValue::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
&::google::protobuf::Message::kDescriptorMethods, |
|
|
|
|
}; |
|
|
|
|
return &data; |
|
|
|
|
} |
|
|
|
|
PROTOBUF_NOINLINE void FloatValue::Clear() { |
|
|
|
|
// @@protoc_insertion_point(message_clear_start:google.protobuf.FloatValue)
|
|
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
@ -683,13 +696,6 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> FloatValue::_table_ = { |
|
|
|
|
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::Message::ClassData FloatValue::_class_data_ = { |
|
|
|
|
FloatValue::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
}; |
|
|
|
|
const ::google::protobuf::Message::ClassData* FloatValue::GetClassData() const { |
|
|
|
|
return &_class_data_; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void FloatValue::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<FloatValue*>(&to_msg); |
|
|
|
@ -770,6 +776,16 @@ inline void Int64Value::SharedDtor() { |
|
|
|
|
_impl_.~Impl_(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::MessageLite::ClassData* |
|
|
|
|
Int64Value::GetClassData() const { |
|
|
|
|
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::ClassData |
|
|
|
|
data = { |
|
|
|
|
Int64Value::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
&::google::protobuf::Message::kDescriptorMethods, |
|
|
|
|
}; |
|
|
|
|
return &data; |
|
|
|
|
} |
|
|
|
|
PROTOBUF_NOINLINE void Int64Value::Clear() { |
|
|
|
|
// @@protoc_insertion_point(message_clear_start:google.protobuf.Int64Value)
|
|
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
@ -858,13 +874,6 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int64Value::_table_ = { |
|
|
|
|
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::Message::ClassData Int64Value::_class_data_ = { |
|
|
|
|
Int64Value::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
}; |
|
|
|
|
const ::google::protobuf::Message::ClassData* Int64Value::GetClassData() const { |
|
|
|
|
return &_class_data_; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void Int64Value::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<Int64Value*>(&to_msg); |
|
|
|
@ -940,6 +949,16 @@ inline void UInt64Value::SharedDtor() { |
|
|
|
|
_impl_.~Impl_(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::MessageLite::ClassData* |
|
|
|
|
UInt64Value::GetClassData() const { |
|
|
|
|
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::ClassData |
|
|
|
|
data = { |
|
|
|
|
UInt64Value::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
&::google::protobuf::Message::kDescriptorMethods, |
|
|
|
|
}; |
|
|
|
|
return &data; |
|
|
|
|
} |
|
|
|
|
PROTOBUF_NOINLINE void UInt64Value::Clear() { |
|
|
|
|
// @@protoc_insertion_point(message_clear_start:google.protobuf.UInt64Value)
|
|
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
@ -1028,13 +1047,6 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt64Value::_table_ = { |
|
|
|
|
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::Message::ClassData UInt64Value::_class_data_ = { |
|
|
|
|
UInt64Value::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
}; |
|
|
|
|
const ::google::protobuf::Message::ClassData* UInt64Value::GetClassData() const { |
|
|
|
|
return &_class_data_; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void UInt64Value::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<UInt64Value*>(&to_msg); |
|
|
|
@ -1110,6 +1122,16 @@ inline void Int32Value::SharedDtor() { |
|
|
|
|
_impl_.~Impl_(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::MessageLite::ClassData* |
|
|
|
|
Int32Value::GetClassData() const { |
|
|
|
|
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::ClassData |
|
|
|
|
data = { |
|
|
|
|
Int32Value::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
&::google::protobuf::Message::kDescriptorMethods, |
|
|
|
|
}; |
|
|
|
|
return &data; |
|
|
|
|
} |
|
|
|
|
PROTOBUF_NOINLINE void Int32Value::Clear() { |
|
|
|
|
// @@protoc_insertion_point(message_clear_start:google.protobuf.Int32Value)
|
|
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
@ -1198,13 +1220,6 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int32Value::_table_ = { |
|
|
|
|
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::Message::ClassData Int32Value::_class_data_ = { |
|
|
|
|
Int32Value::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
}; |
|
|
|
|
const ::google::protobuf::Message::ClassData* Int32Value::GetClassData() const { |
|
|
|
|
return &_class_data_; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void Int32Value::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<Int32Value*>(&to_msg); |
|
|
|
@ -1280,6 +1295,16 @@ inline void UInt32Value::SharedDtor() { |
|
|
|
|
_impl_.~Impl_(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::MessageLite::ClassData* |
|
|
|
|
UInt32Value::GetClassData() const { |
|
|
|
|
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::ClassData |
|
|
|
|
data = { |
|
|
|
|
UInt32Value::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
&::google::protobuf::Message::kDescriptorMethods, |
|
|
|
|
}; |
|
|
|
|
return &data; |
|
|
|
|
} |
|
|
|
|
PROTOBUF_NOINLINE void UInt32Value::Clear() { |
|
|
|
|
// @@protoc_insertion_point(message_clear_start:google.protobuf.UInt32Value)
|
|
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
@ -1368,13 +1393,6 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt32Value::_table_ = { |
|
|
|
|
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::Message::ClassData UInt32Value::_class_data_ = { |
|
|
|
|
UInt32Value::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
}; |
|
|
|
|
const ::google::protobuf::Message::ClassData* UInt32Value::GetClassData() const { |
|
|
|
|
return &_class_data_; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void UInt32Value::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<UInt32Value*>(&to_msg); |
|
|
|
@ -1450,6 +1468,16 @@ inline void BoolValue::SharedDtor() { |
|
|
|
|
_impl_.~Impl_(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::MessageLite::ClassData* |
|
|
|
|
BoolValue::GetClassData() const { |
|
|
|
|
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::ClassData |
|
|
|
|
data = { |
|
|
|
|
BoolValue::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
&::google::protobuf::Message::kDescriptorMethods, |
|
|
|
|
}; |
|
|
|
|
return &data; |
|
|
|
|
} |
|
|
|
|
PROTOBUF_NOINLINE void BoolValue::Clear() { |
|
|
|
|
// @@protoc_insertion_point(message_clear_start:google.protobuf.BoolValue)
|
|
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
@ -1537,13 +1565,6 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BoolValue::_table_ = { |
|
|
|
|
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::Message::ClassData BoolValue::_class_data_ = { |
|
|
|
|
BoolValue::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
}; |
|
|
|
|
const ::google::protobuf::Message::ClassData* BoolValue::GetClassData() const { |
|
|
|
|
return &_class_data_; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void BoolValue::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<BoolValue*>(&to_msg); |
|
|
|
@ -1633,6 +1654,16 @@ inline void StringValue::SharedDtor() { |
|
|
|
|
_impl_.~Impl_(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::MessageLite::ClassData* |
|
|
|
|
StringValue::GetClassData() const { |
|
|
|
|
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::ClassData |
|
|
|
|
data = { |
|
|
|
|
StringValue::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
&::google::protobuf::Message::kDescriptorMethods, |
|
|
|
|
}; |
|
|
|
|
return &data; |
|
|
|
|
} |
|
|
|
|
PROTOBUF_NOINLINE void StringValue::Clear() { |
|
|
|
|
// @@protoc_insertion_point(message_clear_start:google.protobuf.StringValue)
|
|
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
@ -1725,13 +1756,6 @@ const ::_pbi::TcParseTable<0, 1, 0, 41, 2> StringValue::_table_ = { |
|
|
|
|
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::Message::ClassData StringValue::_class_data_ = { |
|
|
|
|
StringValue::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
}; |
|
|
|
|
const ::google::protobuf::Message::ClassData* StringValue::GetClassData() const { |
|
|
|
|
return &_class_data_; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void StringValue::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<StringValue*>(&to_msg); |
|
|
|
@ -1823,6 +1847,16 @@ inline void BytesValue::SharedDtor() { |
|
|
|
|
_impl_.~Impl_(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::MessageLite::ClassData* |
|
|
|
|
BytesValue::GetClassData() const { |
|
|
|
|
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::ClassData |
|
|
|
|
data = { |
|
|
|
|
BytesValue::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
&::google::protobuf::Message::kDescriptorMethods, |
|
|
|
|
}; |
|
|
|
|
return &data; |
|
|
|
|
} |
|
|
|
|
PROTOBUF_NOINLINE void BytesValue::Clear() { |
|
|
|
|
// @@protoc_insertion_point(message_clear_start:google.protobuf.BytesValue)
|
|
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
@ -1910,13 +1944,6 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BytesValue::_table_ = { |
|
|
|
|
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
const ::google::protobuf::Message::ClassData BytesValue::_class_data_ = { |
|
|
|
|
BytesValue::MergeImpl, |
|
|
|
|
nullptr, // OnDemandRegisterArenaDtor
|
|
|
|
|
}; |
|
|
|
|
const ::google::protobuf::Message::ClassData* BytesValue::GetClassData() const { |
|
|
|
|
return &_class_data_; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void BytesValue::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protobuf::Message& from_msg) { |
|
|
|
|
auto* const _this = static_cast<BytesValue*>(&to_msg); |
|
|
|
|