|
|
@ -336,17 +336,16 @@ class DoubleValue::_Internal { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
DoubleValue::DoubleValue(::google::protobuf::Arena* arena) |
|
|
|
DoubleValue::DoubleValue(::google::protobuf::Arena* arena) |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
SharedCtor(arena); |
|
|
|
SharedCtor(arena); |
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.DoubleValue)
|
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.DoubleValue)
|
|
|
|
} |
|
|
|
} |
|
|
|
DoubleValue::DoubleValue(const DoubleValue& from) |
|
|
|
DoubleValue::DoubleValue(const DoubleValue& from) |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
from._internal_metadata_); |
|
|
|
from._internal_metadata_); |
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.DoubleValue)
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.DoubleValue)
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void DoubleValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
inline void DoubleValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
(void)arena; |
|
|
|
(void)arena; |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
new (&_impl_) Impl_{ |
|
|
@ -356,13 +355,13 @@ inline void DoubleValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
} |
|
|
|
} |
|
|
|
DoubleValue::~DoubleValue() { |
|
|
|
DoubleValue::~DoubleValue() { |
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.DoubleValue)
|
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.DoubleValue)
|
|
|
|
if (auto *arena = _internal_metadata_.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
if (auto *arena = _internal_metadata_ |
|
|
|
(void)arena; |
|
|
|
.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
|
|
|
|
(void)arena; |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
SharedDtor(); |
|
|
|
SharedDtor(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void DoubleValue::SharedDtor() { |
|
|
|
inline void DoubleValue::SharedDtor() { |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
} |
|
|
|
} |
|
|
@ -521,17 +520,16 @@ class FloatValue::_Internal { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
FloatValue::FloatValue(::google::protobuf::Arena* arena) |
|
|
|
FloatValue::FloatValue(::google::protobuf::Arena* arena) |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
SharedCtor(arena); |
|
|
|
SharedCtor(arena); |
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.FloatValue)
|
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.FloatValue)
|
|
|
|
} |
|
|
|
} |
|
|
|
FloatValue::FloatValue(const FloatValue& from) |
|
|
|
FloatValue::FloatValue(const FloatValue& from) |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
from._internal_metadata_); |
|
|
|
from._internal_metadata_); |
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.FloatValue)
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.FloatValue)
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void FloatValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
inline void FloatValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
(void)arena; |
|
|
|
(void)arena; |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
new (&_impl_) Impl_{ |
|
|
@ -541,13 +539,13 @@ inline void FloatValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
} |
|
|
|
} |
|
|
|
FloatValue::~FloatValue() { |
|
|
|
FloatValue::~FloatValue() { |
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.FloatValue)
|
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.FloatValue)
|
|
|
|
if (auto *arena = _internal_metadata_.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
if (auto *arena = _internal_metadata_ |
|
|
|
(void)arena; |
|
|
|
.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
|
|
|
|
(void)arena; |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
SharedDtor(); |
|
|
|
SharedDtor(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void FloatValue::SharedDtor() { |
|
|
|
inline void FloatValue::SharedDtor() { |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
} |
|
|
|
} |
|
|
@ -706,17 +704,16 @@ class Int64Value::_Internal { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
Int64Value::Int64Value(::google::protobuf::Arena* arena) |
|
|
|
Int64Value::Int64Value(::google::protobuf::Arena* arena) |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
SharedCtor(arena); |
|
|
|
SharedCtor(arena); |
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.Int64Value)
|
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.Int64Value)
|
|
|
|
} |
|
|
|
} |
|
|
|
Int64Value::Int64Value(const Int64Value& from) |
|
|
|
Int64Value::Int64Value(const Int64Value& from) |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
from._internal_metadata_); |
|
|
|
from._internal_metadata_); |
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.Int64Value)
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.Int64Value)
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void Int64Value::SharedCtor(::_pb::Arena* arena) { |
|
|
|
inline void Int64Value::SharedCtor(::_pb::Arena* arena) { |
|
|
|
(void)arena; |
|
|
|
(void)arena; |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
new (&_impl_) Impl_{ |
|
|
@ -726,13 +723,13 @@ inline void Int64Value::SharedCtor(::_pb::Arena* arena) { |
|
|
|
} |
|
|
|
} |
|
|
|
Int64Value::~Int64Value() { |
|
|
|
Int64Value::~Int64Value() { |
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.Int64Value)
|
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.Int64Value)
|
|
|
|
if (auto *arena = _internal_metadata_.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
if (auto *arena = _internal_metadata_ |
|
|
|
(void)arena; |
|
|
|
.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
|
|
|
|
(void)arena; |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
SharedDtor(); |
|
|
|
SharedDtor(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void Int64Value::SharedDtor() { |
|
|
|
inline void Int64Value::SharedDtor() { |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
} |
|
|
|
} |
|
|
@ -877,17 +874,16 @@ class UInt64Value::_Internal { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
UInt64Value::UInt64Value(::google::protobuf::Arena* arena) |
|
|
|
UInt64Value::UInt64Value(::google::protobuf::Arena* arena) |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
SharedCtor(arena); |
|
|
|
SharedCtor(arena); |
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.UInt64Value)
|
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.UInt64Value)
|
|
|
|
} |
|
|
|
} |
|
|
|
UInt64Value::UInt64Value(const UInt64Value& from) |
|
|
|
UInt64Value::UInt64Value(const UInt64Value& from) |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
from._internal_metadata_); |
|
|
|
from._internal_metadata_); |
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.UInt64Value)
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.UInt64Value)
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void UInt64Value::SharedCtor(::_pb::Arena* arena) { |
|
|
|
inline void UInt64Value::SharedCtor(::_pb::Arena* arena) { |
|
|
|
(void)arena; |
|
|
|
(void)arena; |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
new (&_impl_) Impl_{ |
|
|
@ -897,13 +893,13 @@ inline void UInt64Value::SharedCtor(::_pb::Arena* arena) { |
|
|
|
} |
|
|
|
} |
|
|
|
UInt64Value::~UInt64Value() { |
|
|
|
UInt64Value::~UInt64Value() { |
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.UInt64Value)
|
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.UInt64Value)
|
|
|
|
if (auto *arena = _internal_metadata_.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
if (auto *arena = _internal_metadata_ |
|
|
|
(void)arena; |
|
|
|
.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
|
|
|
|
(void)arena; |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
SharedDtor(); |
|
|
|
SharedDtor(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void UInt64Value::SharedDtor() { |
|
|
|
inline void UInt64Value::SharedDtor() { |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
} |
|
|
|
} |
|
|
@ -1048,17 +1044,16 @@ class Int32Value::_Internal { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
Int32Value::Int32Value(::google::protobuf::Arena* arena) |
|
|
|
Int32Value::Int32Value(::google::protobuf::Arena* arena) |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
SharedCtor(arena); |
|
|
|
SharedCtor(arena); |
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.Int32Value)
|
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.Int32Value)
|
|
|
|
} |
|
|
|
} |
|
|
|
Int32Value::Int32Value(const Int32Value& from) |
|
|
|
Int32Value::Int32Value(const Int32Value& from) |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
from._internal_metadata_); |
|
|
|
from._internal_metadata_); |
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.Int32Value)
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.Int32Value)
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void Int32Value::SharedCtor(::_pb::Arena* arena) { |
|
|
|
inline void Int32Value::SharedCtor(::_pb::Arena* arena) { |
|
|
|
(void)arena; |
|
|
|
(void)arena; |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
new (&_impl_) Impl_{ |
|
|
@ -1068,13 +1063,13 @@ inline void Int32Value::SharedCtor(::_pb::Arena* arena) { |
|
|
|
} |
|
|
|
} |
|
|
|
Int32Value::~Int32Value() { |
|
|
|
Int32Value::~Int32Value() { |
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.Int32Value)
|
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.Int32Value)
|
|
|
|
if (auto *arena = _internal_metadata_.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
if (auto *arena = _internal_metadata_ |
|
|
|
(void)arena; |
|
|
|
.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
|
|
|
|
(void)arena; |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
SharedDtor(); |
|
|
|
SharedDtor(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void Int32Value::SharedDtor() { |
|
|
|
inline void Int32Value::SharedDtor() { |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
} |
|
|
|
} |
|
|
@ -1219,17 +1214,16 @@ class UInt32Value::_Internal { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
UInt32Value::UInt32Value(::google::protobuf::Arena* arena) |
|
|
|
UInt32Value::UInt32Value(::google::protobuf::Arena* arena) |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
SharedCtor(arena); |
|
|
|
SharedCtor(arena); |
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.UInt32Value)
|
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.UInt32Value)
|
|
|
|
} |
|
|
|
} |
|
|
|
UInt32Value::UInt32Value(const UInt32Value& from) |
|
|
|
UInt32Value::UInt32Value(const UInt32Value& from) |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
from._internal_metadata_); |
|
|
|
from._internal_metadata_); |
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.UInt32Value)
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.UInt32Value)
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void UInt32Value::SharedCtor(::_pb::Arena* arena) { |
|
|
|
inline void UInt32Value::SharedCtor(::_pb::Arena* arena) { |
|
|
|
(void)arena; |
|
|
|
(void)arena; |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
new (&_impl_) Impl_{ |
|
|
@ -1239,13 +1233,13 @@ inline void UInt32Value::SharedCtor(::_pb::Arena* arena) { |
|
|
|
} |
|
|
|
} |
|
|
|
UInt32Value::~UInt32Value() { |
|
|
|
UInt32Value::~UInt32Value() { |
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.UInt32Value)
|
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.UInt32Value)
|
|
|
|
if (auto *arena = _internal_metadata_.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
if (auto *arena = _internal_metadata_ |
|
|
|
(void)arena; |
|
|
|
.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
|
|
|
|
(void)arena; |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
SharedDtor(); |
|
|
|
SharedDtor(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void UInt32Value::SharedDtor() { |
|
|
|
inline void UInt32Value::SharedDtor() { |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
} |
|
|
|
} |
|
|
@ -1390,17 +1384,16 @@ class BoolValue::_Internal { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
BoolValue::BoolValue(::google::protobuf::Arena* arena) |
|
|
|
BoolValue::BoolValue(::google::protobuf::Arena* arena) |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
SharedCtor(arena); |
|
|
|
SharedCtor(arena); |
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.BoolValue)
|
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.BoolValue)
|
|
|
|
} |
|
|
|
} |
|
|
|
BoolValue::BoolValue(const BoolValue& from) |
|
|
|
BoolValue::BoolValue(const BoolValue& from) |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
: ::google::protobuf::Message(), _impl_(from._impl_) { |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
from._internal_metadata_); |
|
|
|
from._internal_metadata_); |
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.BoolValue)
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.BoolValue)
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void BoolValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
inline void BoolValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
(void)arena; |
|
|
|
(void)arena; |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
new (&_impl_) Impl_{ |
|
|
@ -1410,13 +1403,13 @@ inline void BoolValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
} |
|
|
|
} |
|
|
|
BoolValue::~BoolValue() { |
|
|
|
BoolValue::~BoolValue() { |
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.BoolValue)
|
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.BoolValue)
|
|
|
|
if (auto *arena = _internal_metadata_.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
if (auto *arena = _internal_metadata_ |
|
|
|
(void)arena; |
|
|
|
.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
|
|
|
|
(void)arena; |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
SharedDtor(); |
|
|
|
SharedDtor(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void BoolValue::SharedDtor() { |
|
|
|
inline void BoolValue::SharedDtor() { |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
} |
|
|
|
} |
|
|
@ -1560,19 +1553,19 @@ class StringValue::_Internal { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
StringValue::StringValue(::google::protobuf::Arena* arena) |
|
|
|
StringValue::StringValue(::google::protobuf::Arena* arena) |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
SharedCtor(arena); |
|
|
|
SharedCtor(arena); |
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.StringValue)
|
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.StringValue)
|
|
|
|
} |
|
|
|
} |
|
|
|
StringValue::StringValue(const StringValue& from) |
|
|
|
StringValue::StringValue(const StringValue& from) : ::google::protobuf::Message() { |
|
|
|
: ::google::protobuf::Message() { |
|
|
|
StringValue* const _this = this; |
|
|
|
StringValue* const _this = this; (void)_this; |
|
|
|
(void)_this; |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
decltype(_impl_.value_) {} |
|
|
|
decltype(_impl_.value_){}, |
|
|
|
|
|
|
|
/*decltype(_impl_._cached_size_)*/ {}, |
|
|
|
, /*decltype(_impl_._cached_size_)*/{}}; |
|
|
|
}; |
|
|
|
|
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_); |
|
|
|
from._internal_metadata_); |
|
|
|
_impl_.value_.InitDefault(); |
|
|
|
_impl_.value_.InitDefault(); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
_impl_.value_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.value_.Set("", GetArenaForAllocation()); |
|
|
@ -1580,9 +1573,9 @@ StringValue::StringValue(const StringValue& from) |
|
|
|
if (!from._internal_value().empty()) { |
|
|
|
if (!from._internal_value().empty()) { |
|
|
|
_this->_impl_.value_.Set(from._internal_value(), _this->GetArenaForAllocation()); |
|
|
|
_this->_impl_.value_.Set(from._internal_value(), _this->GetArenaForAllocation()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.StringValue)
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.StringValue)
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void StringValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
inline void StringValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
(void)arena; |
|
|
|
(void)arena; |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
new (&_impl_) Impl_{ |
|
|
@ -1596,13 +1589,13 @@ inline void StringValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
} |
|
|
|
} |
|
|
|
StringValue::~StringValue() { |
|
|
|
StringValue::~StringValue() { |
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.StringValue)
|
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.StringValue)
|
|
|
|
if (auto *arena = _internal_metadata_.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
if (auto *arena = _internal_metadata_ |
|
|
|
(void)arena; |
|
|
|
.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
|
|
|
|
(void)arena; |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
SharedDtor(); |
|
|
|
SharedDtor(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void StringValue::SharedDtor() { |
|
|
|
inline void StringValue::SharedDtor() { |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
_impl_.value_.Destroy(); |
|
|
|
_impl_.value_.Destroy(); |
|
|
@ -1754,19 +1747,19 @@ class BytesValue::_Internal { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
BytesValue::BytesValue(::google::protobuf::Arena* arena) |
|
|
|
BytesValue::BytesValue(::google::protobuf::Arena* arena) |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
: ::google::protobuf::Message(arena) { |
|
|
|
SharedCtor(arena); |
|
|
|
SharedCtor(arena); |
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.BytesValue)
|
|
|
|
// @@protoc_insertion_point(arena_constructor:google.protobuf.BytesValue)
|
|
|
|
} |
|
|
|
} |
|
|
|
BytesValue::BytesValue(const BytesValue& from) |
|
|
|
BytesValue::BytesValue(const BytesValue& from) : ::google::protobuf::Message() { |
|
|
|
: ::google::protobuf::Message() { |
|
|
|
BytesValue* const _this = this; |
|
|
|
BytesValue* const _this = this; (void)_this; |
|
|
|
(void)_this; |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
decltype(_impl_.value_) {} |
|
|
|
decltype(_impl_.value_){}, |
|
|
|
|
|
|
|
/*decltype(_impl_._cached_size_)*/ {}, |
|
|
|
, /*decltype(_impl_._cached_size_)*/{}}; |
|
|
|
}; |
|
|
|
|
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>( |
|
|
|
_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_); |
|
|
|
from._internal_metadata_); |
|
|
|
_impl_.value_.InitDefault(); |
|
|
|
_impl_.value_.InitDefault(); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
_impl_.value_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.value_.Set("", GetArenaForAllocation()); |
|
|
@ -1774,9 +1767,9 @@ BytesValue::BytesValue(const BytesValue& from) |
|
|
|
if (!from._internal_value().empty()) { |
|
|
|
if (!from._internal_value().empty()) { |
|
|
|
_this->_impl_.value_.Set(from._internal_value(), _this->GetArenaForAllocation()); |
|
|
|
_this->_impl_.value_.Set(from._internal_value(), _this->GetArenaForAllocation()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.BytesValue)
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.BytesValue)
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void BytesValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
inline void BytesValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
(void)arena; |
|
|
|
(void)arena; |
|
|
|
new (&_impl_) Impl_{ |
|
|
|
new (&_impl_) Impl_{ |
|
|
@ -1790,13 +1783,13 @@ inline void BytesValue::SharedCtor(::_pb::Arena* arena) { |
|
|
|
} |
|
|
|
} |
|
|
|
BytesValue::~BytesValue() { |
|
|
|
BytesValue::~BytesValue() { |
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.BytesValue)
|
|
|
|
// @@protoc_insertion_point(destructor:google.protobuf.BytesValue)
|
|
|
|
if (auto *arena = _internal_metadata_.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
if (auto *arena = _internal_metadata_ |
|
|
|
(void)arena; |
|
|
|
.DeleteReturnArena<::google::protobuf::UnknownFieldSet>()) { |
|
|
|
|
|
|
|
(void)arena; |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
SharedDtor(); |
|
|
|
SharedDtor(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
inline void BytesValue::SharedDtor() { |
|
|
|
inline void BytesValue::SharedDtor() { |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
ABSL_DCHECK(GetArenaForAllocation() == nullptr); |
|
|
|
_impl_.value_.Destroy(); |
|
|
|
_impl_.value_.Destroy(); |
|
|
|