diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/application.pb.cc b/cpp-client/deephaven/dhclient/proto/deephaven/proto/application.pb.cc index f73135a4936..40982c3fd17 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/application.pb.cc +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/application.pb.cc @@ -26,7 +26,7 @@ namespace proto { namespace backplane { namespace grpc { PROTOBUF_CONSTEXPR ListFieldsRequest::ListFieldsRequest( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct ListFieldsRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ListFieldsRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -37,10 +37,11 @@ struct ListFieldsRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ListFieldsRequestDefaultTypeInternal _ListFieldsRequest_default_instance_; PROTOBUF_CONSTEXPR FieldsChangeUpdate::FieldsChangeUpdate( - ::_pbi::ConstantInitialized) - : created_() - , updated_() - , removed_(){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.created_)*/{} + , /*decltype(_impl_.updated_)*/{} + , /*decltype(_impl_.removed_)*/{} + , /*decltype(_impl_._cached_size_)*/{}} {} struct FieldsChangeUpdateDefaultTypeInternal { PROTOBUF_CONSTEXPR FieldsChangeUpdateDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -51,12 +52,13 @@ struct FieldsChangeUpdateDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FieldsChangeUpdateDefaultTypeInternal _FieldsChangeUpdate_default_instance_; PROTOBUF_CONSTEXPR FieldInfo::FieldInfo( - ::_pbi::ConstantInitialized) - : field_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , field_description_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , application_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , application_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , typed_ticket_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.field_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.field_description_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.application_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.application_id_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.typed_ticket_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct FieldInfoDefaultTypeInternal { PROTOBUF_CONSTEXPR FieldInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -88,20 +90,20 @@ const uint32_t TableStruct_deephaven_2fproto_2fapplication_2eproto::offsets[] PR ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate, created_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate, updated_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate, removed_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate, _impl_.created_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate, _impl_.updated_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate, _impl_.removed_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldInfo, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldInfo, typed_ticket_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldInfo, field_name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldInfo, field_description_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldInfo, application_name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldInfo, application_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldInfo, _impl_.typed_ticket_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldInfo, _impl_.field_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldInfo, _impl_.field_description_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldInfo, _impl_.application_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FieldInfo, _impl_.application_id_), }; static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::ListFieldsRequest)}, @@ -173,6 +175,7 @@ ListFieldsRequest::ListFieldsRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, } ListFieldsRequest::ListFieldsRequest(const ListFieldsRequest& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + ListFieldsRequest* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ListFieldsRequest) } @@ -207,23 +210,33 @@ class FieldsChangeUpdate::_Internal { FieldsChangeUpdate::FieldsChangeUpdate(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - created_(arena), - updated_(arena), - removed_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate) } FieldsChangeUpdate::FieldsChangeUpdate(const FieldsChangeUpdate& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - created_(from.created_), - updated_(from.updated_), - removed_(from.removed_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FieldsChangeUpdate* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.created_){from._impl_.created_} + , decltype(_impl_.updated_){from._impl_.updated_} + , decltype(_impl_.removed_){from._impl_.removed_} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate) } -inline void FieldsChangeUpdate::SharedCtor() { +inline void FieldsChangeUpdate::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.created_){arena} + , decltype(_impl_.updated_){arena} + , decltype(_impl_.removed_){arena} + , /*decltype(_impl_._cached_size_)*/{} + }; } FieldsChangeUpdate::~FieldsChangeUpdate() { @@ -237,10 +250,13 @@ FieldsChangeUpdate::~FieldsChangeUpdate() { inline void FieldsChangeUpdate::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.created_.~RepeatedPtrField(); + _impl_.updated_.~RepeatedPtrField(); + _impl_.removed_.~RepeatedPtrField(); } void FieldsChangeUpdate::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FieldsChangeUpdate::Clear() { @@ -249,9 +265,9 @@ void FieldsChangeUpdate::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - created_.Clear(); - updated_.Clear(); - removed_.Clear(); + _impl_.created_.Clear(); + _impl_.updated_.Clear(); + _impl_.removed_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -371,51 +387,47 @@ size_t FieldsChangeUpdate::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.FieldInfo created = 1; total_size += 1UL * this->_internal_created_size(); - for (const auto& msg : this->created_) { + for (const auto& msg : this->_impl_.created_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // repeated .io.deephaven.proto.backplane.grpc.FieldInfo updated = 2; total_size += 1UL * this->_internal_updated_size(); - for (const auto& msg : this->updated_) { + for (const auto& msg : this->_impl_.updated_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // repeated .io.deephaven.proto.backplane.grpc.FieldInfo removed = 3; total_size += 1UL * this->_internal_removed_size(); - for (const auto& msg : this->removed_) { + for (const auto& msg : this->_impl_.removed_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FieldsChangeUpdate::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FieldsChangeUpdate::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FieldsChangeUpdate::GetClassData() const { return &_class_data_; } -void FieldsChangeUpdate::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FieldsChangeUpdate::MergeFrom(const FieldsChangeUpdate& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate) - GOOGLE_DCHECK_NE(&from, this); +void FieldsChangeUpdate::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - created_.MergeFrom(from.created_); - updated_.MergeFrom(from.updated_); - removed_.MergeFrom(from.removed_); - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_impl_.created_.MergeFrom(from._impl_.created_); + _this->_impl_.updated_.MergeFrom(from._impl_.updated_); + _this->_impl_.removed_.MergeFrom(from._impl_.removed_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FieldsChangeUpdate::CopyFrom(const FieldsChangeUpdate& from) { @@ -432,9 +444,9 @@ bool FieldsChangeUpdate::IsInitialized() const { void FieldsChangeUpdate::InternalSwap(FieldsChangeUpdate* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - created_.InternalSwap(&other->created_); - updated_.InternalSwap(&other->updated_); - removed_.InternalSwap(&other->removed_); + _impl_.created_.InternalSwap(&other->_impl_.created_); + _impl_.updated_.InternalSwap(&other->_impl_.updated_); + _impl_.removed_.InternalSwap(&other->_impl_.removed_); } ::PROTOBUF_NAMESPACE_ID::Metadata FieldsChangeUpdate::GetMetadata() const { @@ -452,81 +464,98 @@ class FieldInfo::_Internal { const ::io::deephaven::proto::backplane::grpc::TypedTicket& FieldInfo::_Internal::typed_ticket(const FieldInfo* msg) { - return *msg->typed_ticket_; + return *msg->_impl_.typed_ticket_; } void FieldInfo::clear_typed_ticket() { - if (GetArenaForAllocation() == nullptr && typed_ticket_ != nullptr) { - delete typed_ticket_; + if (GetArenaForAllocation() == nullptr && _impl_.typed_ticket_ != nullptr) { + delete _impl_.typed_ticket_; } - typed_ticket_ = nullptr; + _impl_.typed_ticket_ = nullptr; } FieldInfo::FieldInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.FieldInfo) } FieldInfo::FieldInfo(const FieldInfo& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + FieldInfo* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.field_name_){} + , decltype(_impl_.field_description_){} + , decltype(_impl_.application_name_){} + , decltype(_impl_.application_id_){} + , decltype(_impl_.typed_ticket_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - field_name_.InitDefault(); + _impl_.field_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - field_name_.Set("", GetArenaForAllocation()); + _impl_.field_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_field_name().empty()) { - field_name_.Set(from._internal_field_name(), - GetArenaForAllocation()); + _this->_impl_.field_name_.Set(from._internal_field_name(), + _this->GetArenaForAllocation()); } - field_description_.InitDefault(); + _impl_.field_description_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - field_description_.Set("", GetArenaForAllocation()); + _impl_.field_description_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_field_description().empty()) { - field_description_.Set(from._internal_field_description(), - GetArenaForAllocation()); + _this->_impl_.field_description_.Set(from._internal_field_description(), + _this->GetArenaForAllocation()); } - application_name_.InitDefault(); + _impl_.application_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - application_name_.Set("", GetArenaForAllocation()); + _impl_.application_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_application_name().empty()) { - application_name_.Set(from._internal_application_name(), - GetArenaForAllocation()); + _this->_impl_.application_name_.Set(from._internal_application_name(), + _this->GetArenaForAllocation()); } - application_id_.InitDefault(); + _impl_.application_id_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - application_id_.Set("", GetArenaForAllocation()); + _impl_.application_id_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_application_id().empty()) { - application_id_.Set(from._internal_application_id(), - GetArenaForAllocation()); + _this->_impl_.application_id_.Set(from._internal_application_id(), + _this->GetArenaForAllocation()); } if (from._internal_has_typed_ticket()) { - typed_ticket_ = new ::io::deephaven::proto::backplane::grpc::TypedTicket(*from.typed_ticket_); - } else { - typed_ticket_ = nullptr; + _this->_impl_.typed_ticket_ = new ::io::deephaven::proto::backplane::grpc::TypedTicket(*from._impl_.typed_ticket_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.FieldInfo) } -inline void FieldInfo::SharedCtor() { -field_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - field_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -field_description_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - field_description_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -application_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - application_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -application_id_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - application_id_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -typed_ticket_ = nullptr; +inline void FieldInfo::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.field_name_){} + , decltype(_impl_.field_description_){} + , decltype(_impl_.application_name_){} + , decltype(_impl_.application_id_){} + , decltype(_impl_.typed_ticket_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.field_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.field_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.field_description_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.field_description_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.application_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.application_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.application_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.application_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FieldInfo::~FieldInfo() { @@ -540,15 +569,15 @@ FieldInfo::~FieldInfo() { inline void FieldInfo::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - field_name_.Destroy(); - field_description_.Destroy(); - application_name_.Destroy(); - application_id_.Destroy(); - if (this != internal_default_instance()) delete typed_ticket_; + _impl_.field_name_.Destroy(); + _impl_.field_description_.Destroy(); + _impl_.application_name_.Destroy(); + _impl_.application_id_.Destroy(); + if (this != internal_default_instance()) delete _impl_.typed_ticket_; } void FieldInfo::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FieldInfo::Clear() { @@ -557,14 +586,14 @@ void FieldInfo::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - field_name_.ClearToEmpty(); - field_description_.ClearToEmpty(); - application_name_.ClearToEmpty(); - application_id_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && typed_ticket_ != nullptr) { - delete typed_ticket_; + _impl_.field_name_.ClearToEmpty(); + _impl_.field_description_.ClearToEmpty(); + _impl_.application_name_.ClearToEmpty(); + _impl_.application_id_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.typed_ticket_ != nullptr) { + delete _impl_.typed_ticket_; } - typed_ticket_ = nullptr; + _impl_.typed_ticket_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -746,47 +775,44 @@ size_t FieldInfo::ByteSizeLong() const { if (this->_internal_has_typed_ticket()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *typed_ticket_); + *_impl_.typed_ticket_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FieldInfo::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FieldInfo::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FieldInfo::GetClassData() const { return &_class_data_; } -void FieldInfo::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FieldInfo::MergeFrom(const FieldInfo& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FieldInfo) - GOOGLE_DCHECK_NE(&from, this); +void FieldInfo::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FieldInfo) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_field_name().empty()) { - _internal_set_field_name(from._internal_field_name()); + _this->_internal_set_field_name(from._internal_field_name()); } if (!from._internal_field_description().empty()) { - _internal_set_field_description(from._internal_field_description()); + _this->_internal_set_field_description(from._internal_field_description()); } if (!from._internal_application_name().empty()) { - _internal_set_application_name(from._internal_application_name()); + _this->_internal_set_application_name(from._internal_application_name()); } if (!from._internal_application_id().empty()) { - _internal_set_application_id(from._internal_application_id()); + _this->_internal_set_application_id(from._internal_application_id()); } if (from._internal_has_typed_ticket()) { - _internal_mutable_typed_ticket()->::io::deephaven::proto::backplane::grpc::TypedTicket::MergeFrom(from._internal_typed_ticket()); + _this->_internal_mutable_typed_ticket()->::io::deephaven::proto::backplane::grpc::TypedTicket::MergeFrom( + from._internal_typed_ticket()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FieldInfo::CopyFrom(const FieldInfo& from) { @@ -806,22 +832,22 @@ void FieldInfo::InternalSwap(FieldInfo* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &field_name_, lhs_arena, - &other->field_name_, rhs_arena + &_impl_.field_name_, lhs_arena, + &other->_impl_.field_name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &field_description_, lhs_arena, - &other->field_description_, rhs_arena + &_impl_.field_description_, lhs_arena, + &other->_impl_.field_description_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &application_name_, lhs_arena, - &other->application_name_, rhs_arena + &_impl_.application_name_, lhs_arena, + &other->_impl_.application_name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &application_id_, lhs_arena, - &other->application_id_, rhs_arena + &_impl_.application_id_, lhs_arena, + &other->_impl_.application_id_, rhs_arena ); - swap(typed_ticket_, other->typed_ticket_); + swap(_impl_.typed_ticket_, other->_impl_.typed_ticket_); } ::PROTOBUF_NAMESPACE_ID::Metadata FieldInfo::GetMetadata() const { diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/application.pb.h b/cpp-client/deephaven/dhclient/proto/deephaven/proto/application.pb.h index 3ceceeccb61..9fa01a248db 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/application.pb.h +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/application.pb.h @@ -8,12 +8,12 @@ #include #include -#if PROTOBUF_VERSION < 3020000 +#if PROTOBUF_VERSION < 3021000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3020003 < PROTOBUF_MIN_PROTOC_VERSION +#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. @@ -156,11 +156,11 @@ class ListFieldsRequest final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const ListFieldsRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const ListFieldsRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -190,6 +190,8 @@ class ListFieldsRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fapplication_2eproto; }; // ------------------------------------------------------------------- @@ -274,9 +276,11 @@ class FieldsChangeUpdate final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FieldsChangeUpdate& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FieldsChangeUpdate& from); + void MergeFrom( const FieldsChangeUpdate& from) { + FieldsChangeUpdate::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -285,10 +289,10 @@ class FieldsChangeUpdate final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FieldsChangeUpdate* other); @@ -378,10 +382,13 @@ class FieldsChangeUpdate final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::FieldInfo > created_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::FieldInfo > updated_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::FieldInfo > removed_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::FieldInfo > created_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::FieldInfo > updated_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::FieldInfo > removed_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fapplication_2eproto; }; // ------------------------------------------------------------------- @@ -466,9 +473,11 @@ class FieldInfo final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FieldInfo& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FieldInfo& from); + void MergeFrom( const FieldInfo& from) { + FieldInfo::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -477,10 +486,10 @@ class FieldInfo final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FieldInfo* other); @@ -592,12 +601,15 @@ class FieldInfo final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr field_name_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr field_description_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr application_name_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr application_id_; - ::io::deephaven::proto::backplane::grpc::TypedTicket* typed_ticket_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr field_name_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr field_description_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr application_name_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr application_id_; + ::io::deephaven::proto::backplane::grpc::TypedTicket* typed_ticket_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fapplication_2eproto; }; // =================================================================== @@ -617,32 +629,32 @@ class FieldInfo final : // repeated .io.deephaven.proto.backplane.grpc.FieldInfo created = 1; inline int FieldsChangeUpdate::_internal_created_size() const { - return created_.size(); + return _impl_.created_.size(); } inline int FieldsChangeUpdate::created_size() const { return _internal_created_size(); } inline void FieldsChangeUpdate::clear_created() { - created_.Clear(); + _impl_.created_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::FieldInfo* FieldsChangeUpdate::mutable_created(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate.created) - return created_.Mutable(index); + return _impl_.created_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::FieldInfo >* FieldsChangeUpdate::mutable_created() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate.created) - return &created_; + return &_impl_.created_; } inline const ::io::deephaven::proto::backplane::grpc::FieldInfo& FieldsChangeUpdate::_internal_created(int index) const { - return created_.Get(index); + return _impl_.created_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::FieldInfo& FieldsChangeUpdate::created(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate.created) return _internal_created(index); } inline ::io::deephaven::proto::backplane::grpc::FieldInfo* FieldsChangeUpdate::_internal_add_created() { - return created_.Add(); + return _impl_.created_.Add(); } inline ::io::deephaven::proto::backplane::grpc::FieldInfo* FieldsChangeUpdate::add_created() { ::io::deephaven::proto::backplane::grpc::FieldInfo* _add = _internal_add_created(); @@ -652,37 +664,37 @@ inline ::io::deephaven::proto::backplane::grpc::FieldInfo* FieldsChangeUpdate::a inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::FieldInfo >& FieldsChangeUpdate::created() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate.created) - return created_; + return _impl_.created_; } // repeated .io.deephaven.proto.backplane.grpc.FieldInfo updated = 2; inline int FieldsChangeUpdate::_internal_updated_size() const { - return updated_.size(); + return _impl_.updated_.size(); } inline int FieldsChangeUpdate::updated_size() const { return _internal_updated_size(); } inline void FieldsChangeUpdate::clear_updated() { - updated_.Clear(); + _impl_.updated_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::FieldInfo* FieldsChangeUpdate::mutable_updated(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate.updated) - return updated_.Mutable(index); + return _impl_.updated_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::FieldInfo >* FieldsChangeUpdate::mutable_updated() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate.updated) - return &updated_; + return &_impl_.updated_; } inline const ::io::deephaven::proto::backplane::grpc::FieldInfo& FieldsChangeUpdate::_internal_updated(int index) const { - return updated_.Get(index); + return _impl_.updated_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::FieldInfo& FieldsChangeUpdate::updated(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate.updated) return _internal_updated(index); } inline ::io::deephaven::proto::backplane::grpc::FieldInfo* FieldsChangeUpdate::_internal_add_updated() { - return updated_.Add(); + return _impl_.updated_.Add(); } inline ::io::deephaven::proto::backplane::grpc::FieldInfo* FieldsChangeUpdate::add_updated() { ::io::deephaven::proto::backplane::grpc::FieldInfo* _add = _internal_add_updated(); @@ -692,37 +704,37 @@ inline ::io::deephaven::proto::backplane::grpc::FieldInfo* FieldsChangeUpdate::a inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::FieldInfo >& FieldsChangeUpdate::updated() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate.updated) - return updated_; + return _impl_.updated_; } // repeated .io.deephaven.proto.backplane.grpc.FieldInfo removed = 3; inline int FieldsChangeUpdate::_internal_removed_size() const { - return removed_.size(); + return _impl_.removed_.size(); } inline int FieldsChangeUpdate::removed_size() const { return _internal_removed_size(); } inline void FieldsChangeUpdate::clear_removed() { - removed_.Clear(); + _impl_.removed_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::FieldInfo* FieldsChangeUpdate::mutable_removed(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate.removed) - return removed_.Mutable(index); + return _impl_.removed_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::FieldInfo >* FieldsChangeUpdate::mutable_removed() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate.removed) - return &removed_; + return &_impl_.removed_; } inline const ::io::deephaven::proto::backplane::grpc::FieldInfo& FieldsChangeUpdate::_internal_removed(int index) const { - return removed_.Get(index); + return _impl_.removed_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::FieldInfo& FieldsChangeUpdate::removed(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate.removed) return _internal_removed(index); } inline ::io::deephaven::proto::backplane::grpc::FieldInfo* FieldsChangeUpdate::_internal_add_removed() { - return removed_.Add(); + return _impl_.removed_.Add(); } inline ::io::deephaven::proto::backplane::grpc::FieldInfo* FieldsChangeUpdate::add_removed() { ::io::deephaven::proto::backplane::grpc::FieldInfo* _add = _internal_add_removed(); @@ -732,7 +744,7 @@ inline ::io::deephaven::proto::backplane::grpc::FieldInfo* FieldsChangeUpdate::a inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::FieldInfo >& FieldsChangeUpdate::removed() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.FieldsChangeUpdate.removed) - return removed_; + return _impl_.removed_; } // ------------------------------------------------------------------- @@ -741,13 +753,13 @@ FieldsChangeUpdate::removed() const { // .io.deephaven.proto.backplane.grpc.TypedTicket typed_ticket = 1; inline bool FieldInfo::_internal_has_typed_ticket() const { - return this != internal_default_instance() && typed_ticket_ != nullptr; + return this != internal_default_instance() && _impl_.typed_ticket_ != nullptr; } inline bool FieldInfo::has_typed_ticket() const { return _internal_has_typed_ticket(); } inline const ::io::deephaven::proto::backplane::grpc::TypedTicket& FieldInfo::_internal_typed_ticket() const { - const ::io::deephaven::proto::backplane::grpc::TypedTicket* p = typed_ticket_; + const ::io::deephaven::proto::backplane::grpc::TypedTicket* p = _impl_.typed_ticket_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TypedTicket_default_instance_); } @@ -758,9 +770,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TypedTicket& FieldInfo::ty inline void FieldInfo::unsafe_arena_set_allocated_typed_ticket( ::io::deephaven::proto::backplane::grpc::TypedTicket* typed_ticket) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(typed_ticket_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.typed_ticket_); } - typed_ticket_ = typed_ticket; + _impl_.typed_ticket_ = typed_ticket; if (typed_ticket) { } else { @@ -770,8 +782,8 @@ inline void FieldInfo::unsafe_arena_set_allocated_typed_ticket( } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FieldInfo::release_typed_ticket() { - ::io::deephaven::proto::backplane::grpc::TypedTicket* temp = typed_ticket_; - typed_ticket_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TypedTicket* temp = _impl_.typed_ticket_; + _impl_.typed_ticket_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -786,17 +798,17 @@ inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FieldInfo::release_ inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FieldInfo::unsafe_arena_release_typed_ticket() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FieldInfo.typed_ticket) - ::io::deephaven::proto::backplane::grpc::TypedTicket* temp = typed_ticket_; - typed_ticket_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TypedTicket* temp = _impl_.typed_ticket_; + _impl_.typed_ticket_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FieldInfo::_internal_mutable_typed_ticket() { - if (typed_ticket_ == nullptr) { + if (_impl_.typed_ticket_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TypedTicket>(GetArenaForAllocation()); - typed_ticket_ = p; + _impl_.typed_ticket_ = p; } - return typed_ticket_; + return _impl_.typed_ticket_; } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FieldInfo::mutable_typed_ticket() { ::io::deephaven::proto::backplane::grpc::TypedTicket* _msg = _internal_mutable_typed_ticket(); @@ -806,7 +818,7 @@ inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FieldInfo::mutable_ inline void FieldInfo::set_allocated_typed_ticket(::io::deephaven::proto::backplane::grpc::TypedTicket* typed_ticket) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(typed_ticket_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.typed_ticket_); } if (typed_ticket) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -820,13 +832,13 @@ inline void FieldInfo::set_allocated_typed_ticket(::io::deephaven::proto::backpl } else { } - typed_ticket_ = typed_ticket; + _impl_.typed_ticket_ = typed_ticket; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FieldInfo.typed_ticket) } // string field_name = 2; inline void FieldInfo::clear_field_name() { - field_name_.ClearToEmpty(); + _impl_.field_name_.ClearToEmpty(); } inline const std::string& FieldInfo::field_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FieldInfo.field_name) @@ -836,7 +848,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FieldInfo::set_field_name(ArgT0&& arg0, ArgT... args) { - field_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.field_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.FieldInfo.field_name) } inline std::string* FieldInfo::mutable_field_name() { @@ -845,19 +857,19 @@ inline std::string* FieldInfo::mutable_field_name() { return _s; } inline const std::string& FieldInfo::_internal_field_name() const { - return field_name_.Get(); + return _impl_.field_name_.Get(); } inline void FieldInfo::_internal_set_field_name(const std::string& value) { - field_name_.Set(value, GetArenaForAllocation()); + _impl_.field_name_.Set(value, GetArenaForAllocation()); } inline std::string* FieldInfo::_internal_mutable_field_name() { - return field_name_.Mutable(GetArenaForAllocation()); + return _impl_.field_name_.Mutable(GetArenaForAllocation()); } inline std::string* FieldInfo::release_field_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FieldInfo.field_name) - return field_name_.Release(); + return _impl_.field_name_.Release(); } inline void FieldInfo::set_allocated_field_name(std::string* field_name) { if (field_name != nullptr) { @@ -865,10 +877,10 @@ inline void FieldInfo::set_allocated_field_name(std::string* field_name) { } else { } - field_name_.SetAllocated(field_name, GetArenaForAllocation()); + _impl_.field_name_.SetAllocated(field_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (field_name_.IsDefault()) { - field_name_.Set("", GetArenaForAllocation()); + if (_impl_.field_name_.IsDefault()) { + _impl_.field_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FieldInfo.field_name) @@ -876,7 +888,7 @@ inline void FieldInfo::set_allocated_field_name(std::string* field_name) { // string field_description = 3; inline void FieldInfo::clear_field_description() { - field_description_.ClearToEmpty(); + _impl_.field_description_.ClearToEmpty(); } inline const std::string& FieldInfo::field_description() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FieldInfo.field_description) @@ -886,7 +898,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FieldInfo::set_field_description(ArgT0&& arg0, ArgT... args) { - field_description_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.field_description_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.FieldInfo.field_description) } inline std::string* FieldInfo::mutable_field_description() { @@ -895,19 +907,19 @@ inline std::string* FieldInfo::mutable_field_description() { return _s; } inline const std::string& FieldInfo::_internal_field_description() const { - return field_description_.Get(); + return _impl_.field_description_.Get(); } inline void FieldInfo::_internal_set_field_description(const std::string& value) { - field_description_.Set(value, GetArenaForAllocation()); + _impl_.field_description_.Set(value, GetArenaForAllocation()); } inline std::string* FieldInfo::_internal_mutable_field_description() { - return field_description_.Mutable(GetArenaForAllocation()); + return _impl_.field_description_.Mutable(GetArenaForAllocation()); } inline std::string* FieldInfo::release_field_description() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FieldInfo.field_description) - return field_description_.Release(); + return _impl_.field_description_.Release(); } inline void FieldInfo::set_allocated_field_description(std::string* field_description) { if (field_description != nullptr) { @@ -915,10 +927,10 @@ inline void FieldInfo::set_allocated_field_description(std::string* field_descri } else { } - field_description_.SetAllocated(field_description, GetArenaForAllocation()); + _impl_.field_description_.SetAllocated(field_description, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (field_description_.IsDefault()) { - field_description_.Set("", GetArenaForAllocation()); + if (_impl_.field_description_.IsDefault()) { + _impl_.field_description_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FieldInfo.field_description) @@ -926,7 +938,7 @@ inline void FieldInfo::set_allocated_field_description(std::string* field_descri // string application_name = 4; inline void FieldInfo::clear_application_name() { - application_name_.ClearToEmpty(); + _impl_.application_name_.ClearToEmpty(); } inline const std::string& FieldInfo::application_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FieldInfo.application_name) @@ -936,7 +948,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FieldInfo::set_application_name(ArgT0&& arg0, ArgT... args) { - application_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.application_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.FieldInfo.application_name) } inline std::string* FieldInfo::mutable_application_name() { @@ -945,19 +957,19 @@ inline std::string* FieldInfo::mutable_application_name() { return _s; } inline const std::string& FieldInfo::_internal_application_name() const { - return application_name_.Get(); + return _impl_.application_name_.Get(); } inline void FieldInfo::_internal_set_application_name(const std::string& value) { - application_name_.Set(value, GetArenaForAllocation()); + _impl_.application_name_.Set(value, GetArenaForAllocation()); } inline std::string* FieldInfo::_internal_mutable_application_name() { - return application_name_.Mutable(GetArenaForAllocation()); + return _impl_.application_name_.Mutable(GetArenaForAllocation()); } inline std::string* FieldInfo::release_application_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FieldInfo.application_name) - return application_name_.Release(); + return _impl_.application_name_.Release(); } inline void FieldInfo::set_allocated_application_name(std::string* application_name) { if (application_name != nullptr) { @@ -965,10 +977,10 @@ inline void FieldInfo::set_allocated_application_name(std::string* application_n } else { } - application_name_.SetAllocated(application_name, GetArenaForAllocation()); + _impl_.application_name_.SetAllocated(application_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (application_name_.IsDefault()) { - application_name_.Set("", GetArenaForAllocation()); + if (_impl_.application_name_.IsDefault()) { + _impl_.application_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FieldInfo.application_name) @@ -976,7 +988,7 @@ inline void FieldInfo::set_allocated_application_name(std::string* application_n // string application_id = 5; inline void FieldInfo::clear_application_id() { - application_id_.ClearToEmpty(); + _impl_.application_id_.ClearToEmpty(); } inline const std::string& FieldInfo::application_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FieldInfo.application_id) @@ -986,7 +998,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FieldInfo::set_application_id(ArgT0&& arg0, ArgT... args) { - application_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.application_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.FieldInfo.application_id) } inline std::string* FieldInfo::mutable_application_id() { @@ -995,19 +1007,19 @@ inline std::string* FieldInfo::mutable_application_id() { return _s; } inline const std::string& FieldInfo::_internal_application_id() const { - return application_id_.Get(); + return _impl_.application_id_.Get(); } inline void FieldInfo::_internal_set_application_id(const std::string& value) { - application_id_.Set(value, GetArenaForAllocation()); + _impl_.application_id_.Set(value, GetArenaForAllocation()); } inline std::string* FieldInfo::_internal_mutable_application_id() { - return application_id_.Mutable(GetArenaForAllocation()); + return _impl_.application_id_.Mutable(GetArenaForAllocation()); } inline std::string* FieldInfo::release_application_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FieldInfo.application_id) - return application_id_.Release(); + return _impl_.application_id_.Release(); } inline void FieldInfo::set_allocated_application_id(std::string* application_id) { if (application_id != nullptr) { @@ -1015,10 +1027,10 @@ inline void FieldInfo::set_allocated_application_id(std::string* application_id) } else { } - application_id_.SetAllocated(application_id, GetArenaForAllocation()); + _impl_.application_id_.SetAllocated(application_id, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (application_id_.IsDefault()) { - application_id_.Set("", GetArenaForAllocation()); + if (_impl_.application_id_.IsDefault()) { + _impl_.application_id_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FieldInfo.application_id) diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/config.pb.cc b/cpp-client/deephaven/dhclient/proto/deephaven/proto/config.pb.cc index 13bc1703d25..0cd4e35cc23 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/config.pb.cc +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/config.pb.cc @@ -26,7 +26,7 @@ namespace proto { namespace backplane { namespace grpc { PROTOBUF_CONSTEXPR AuthenticationConstantsRequest::AuthenticationConstantsRequest( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AuthenticationConstantsRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR AuthenticationConstantsRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -37,7 +37,7 @@ struct AuthenticationConstantsRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AuthenticationConstantsRequestDefaultTypeInternal _AuthenticationConstantsRequest_default_instance_; PROTOBUF_CONSTEXPR ConfigurationConstantsRequest::ConfigurationConstantsRequest( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct ConfigurationConstantsRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ConfigurationConstantsRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -48,7 +48,7 @@ struct ConfigurationConstantsRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConfigurationConstantsRequestDefaultTypeInternal _ConfigurationConstantsRequest_default_instance_; PROTOBUF_CONSTEXPR AuthenticationConstantsResponse_ConfigValuesEntry_DoNotUse::AuthenticationConstantsResponse_ConfigValuesEntry_DoNotUse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AuthenticationConstantsResponse_ConfigValuesEntry_DoNotUseDefaultTypeInternal { PROTOBUF_CONSTEXPR AuthenticationConstantsResponse_ConfigValuesEntry_DoNotUseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -59,8 +59,9 @@ struct AuthenticationConstantsResponse_ConfigValuesEntry_DoNotUseDefaultTypeInte }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AuthenticationConstantsResponse_ConfigValuesEntry_DoNotUseDefaultTypeInternal _AuthenticationConstantsResponse_ConfigValuesEntry_DoNotUse_default_instance_; PROTOBUF_CONSTEXPR AuthenticationConstantsResponse::AuthenticationConstantsResponse( - ::_pbi::ConstantInitialized) - : config_values_(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.config_values_)*/{::_pbi::ConstantInitialized()} + , /*decltype(_impl_._cached_size_)*/{}} {} struct AuthenticationConstantsResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR AuthenticationConstantsResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -71,7 +72,7 @@ struct AuthenticationConstantsResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AuthenticationConstantsResponseDefaultTypeInternal _AuthenticationConstantsResponse_default_instance_; PROTOBUF_CONSTEXPR ConfigurationConstantsResponse_ConfigValuesEntry_DoNotUse::ConfigurationConstantsResponse_ConfigValuesEntry_DoNotUse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct ConfigurationConstantsResponse_ConfigValuesEntry_DoNotUseDefaultTypeInternal { PROTOBUF_CONSTEXPR ConfigurationConstantsResponse_ConfigValuesEntry_DoNotUseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -82,8 +83,9 @@ struct ConfigurationConstantsResponse_ConfigValuesEntry_DoNotUseDefaultTypeInter }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConfigurationConstantsResponse_ConfigValuesEntry_DoNotUseDefaultTypeInternal _ConfigurationConstantsResponse_ConfigValuesEntry_DoNotUse_default_instance_; PROTOBUF_CONSTEXPR ConfigurationConstantsResponse::ConfigurationConstantsResponse( - ::_pbi::ConstantInitialized) - : config_values_(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.config_values_)*/{::_pbi::ConstantInitialized()} + , /*decltype(_impl_._cached_size_)*/{}} {} struct ConfigurationConstantsResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR ConfigurationConstantsResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -94,8 +96,10 @@ struct ConfigurationConstantsResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConfigurationConstantsResponseDefaultTypeInternal _ConfigurationConstantsResponse_default_instance_; PROTOBUF_CONSTEXPR ConfigValue::ConfigValue( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.kind_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct ConfigValueDefaultTypeInternal { PROTOBUF_CONSTEXPR ConfigValueDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -143,7 +147,7 @@ const uint32_t TableStruct_deephaven_2fproto_2fconfig_2eproto::offsets[] PROTOBU ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AuthenticationConstantsResponse, config_values_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AuthenticationConstantsResponse, _impl_.config_values_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ConfigurationConstantsResponse_ConfigValuesEntry_DoNotUse, _has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ConfigurationConstantsResponse_ConfigValuesEntry_DoNotUse, _internal_metadata_), ~0u, // no _extensions_ @@ -160,15 +164,15 @@ const uint32_t TableStruct_deephaven_2fproto_2fconfig_2eproto::offsets[] PROTOBU ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ConfigurationConstantsResponse, config_values_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ConfigurationConstantsResponse, _impl_.config_values_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ConfigValue, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ConfigValue, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ConfigValue, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ConfigValue, kind_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ConfigValue, _impl_.kind_), }; static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::AuthenticationConstantsRequest)}, @@ -254,6 +258,7 @@ AuthenticationConstantsRequest::AuthenticationConstantsRequest(::PROTOBUF_NAMESP } AuthenticationConstantsRequest::AuthenticationConstantsRequest(const AuthenticationConstantsRequest& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AuthenticationConstantsRequest* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AuthenticationConstantsRequest) } @@ -293,6 +298,7 @@ ConfigurationConstantsRequest::ConfigurationConstantsRequest(::PROTOBUF_NAMESPAC } ConfigurationConstantsRequest::ConfigurationConstantsRequest(const ConfigurationConstantsRequest& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + ConfigurationConstantsRequest* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ConfigurationConstantsRequest) } @@ -341,9 +347,8 @@ class AuthenticationConstantsResponse::_Internal { AuthenticationConstantsResponse::AuthenticationConstantsResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - config_values_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); if (arena != nullptr && !is_message_owned) { arena->OwnCustomDestructor(this, &AuthenticationConstantsResponse::ArenaDtor); } @@ -351,12 +356,24 @@ AuthenticationConstantsResponse::AuthenticationConstantsResponse(::PROTOBUF_NAME } AuthenticationConstantsResponse::AuthenticationConstantsResponse(const AuthenticationConstantsResponse& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AuthenticationConstantsResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + /*decltype(_impl_.config_values_)*/{} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - config_values_.MergeFrom(from.config_values_); + _this->_impl_.config_values_.MergeFrom(from._impl_.config_values_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AuthenticationConstantsResponse) } -inline void AuthenticationConstantsResponse::SharedCtor() { +inline void AuthenticationConstantsResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + /*decltype(_impl_.config_values_)*/{::_pbi::ArenaInitialized(), arena} + , /*decltype(_impl_._cached_size_)*/{} + }; } AuthenticationConstantsResponse::~AuthenticationConstantsResponse() { @@ -371,15 +388,16 @@ AuthenticationConstantsResponse::~AuthenticationConstantsResponse() { inline void AuthenticationConstantsResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - config_values_.Destruct(); + _impl_.config_values_.Destruct(); + _impl_.config_values_.~MapField(); } void AuthenticationConstantsResponse::ArenaDtor(void* object) { AuthenticationConstantsResponse* _this = reinterpret_cast< AuthenticationConstantsResponse* >(object); - _this->config_values_.Destruct(); + _this->_impl_.config_values_.Destruct(); } void AuthenticationConstantsResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AuthenticationConstantsResponse::Clear() { @@ -388,7 +406,7 @@ void AuthenticationConstantsResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - config_values_.Clear(); + _impl_.config_values_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -404,7 +422,7 @@ const char* AuthenticationConstantsResponse::_InternalParse(const char* ptr, ::_ ptr -= 1; do { ptr += 1; - ptr = ctx->ParseMessage(&config_values_, ptr); + ptr = ctx->ParseMessage(&_impl_.config_values_, ptr); CHK_(ptr); if (!ctx->DataAvailable(ptr)) break; } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); @@ -491,30 +509,26 @@ size_t AuthenticationConstantsResponse::ByteSizeLong() const { total_size += AuthenticationConstantsResponse_ConfigValuesEntry_DoNotUse::Funcs::ByteSizeLong(it->first, it->second); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AuthenticationConstantsResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AuthenticationConstantsResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AuthenticationConstantsResponse::GetClassData() const { return &_class_data_; } -void AuthenticationConstantsResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AuthenticationConstantsResponse::MergeFrom(const AuthenticationConstantsResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AuthenticationConstantsResponse) - GOOGLE_DCHECK_NE(&from, this); +void AuthenticationConstantsResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AuthenticationConstantsResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - config_values_.MergeFrom(from.config_values_); - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_impl_.config_values_.MergeFrom(from._impl_.config_values_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AuthenticationConstantsResponse::CopyFrom(const AuthenticationConstantsResponse& from) { @@ -531,7 +545,7 @@ bool AuthenticationConstantsResponse::IsInitialized() const { void AuthenticationConstantsResponse::InternalSwap(AuthenticationConstantsResponse* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - config_values_.InternalSwap(&other->config_values_); + _impl_.config_values_.InternalSwap(&other->_impl_.config_values_); } ::PROTOBUF_NAMESPACE_ID::Metadata AuthenticationConstantsResponse::GetMetadata() const { @@ -562,9 +576,8 @@ class ConfigurationConstantsResponse::_Internal { ConfigurationConstantsResponse::ConfigurationConstantsResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - config_values_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); if (arena != nullptr && !is_message_owned) { arena->OwnCustomDestructor(this, &ConfigurationConstantsResponse::ArenaDtor); } @@ -572,12 +585,24 @@ ConfigurationConstantsResponse::ConfigurationConstantsResponse(::PROTOBUF_NAMESP } ConfigurationConstantsResponse::ConfigurationConstantsResponse(const ConfigurationConstantsResponse& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ConfigurationConstantsResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + /*decltype(_impl_.config_values_)*/{} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - config_values_.MergeFrom(from.config_values_); + _this->_impl_.config_values_.MergeFrom(from._impl_.config_values_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ConfigurationConstantsResponse) } -inline void ConfigurationConstantsResponse::SharedCtor() { +inline void ConfigurationConstantsResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + /*decltype(_impl_.config_values_)*/{::_pbi::ArenaInitialized(), arena} + , /*decltype(_impl_._cached_size_)*/{} + }; } ConfigurationConstantsResponse::~ConfigurationConstantsResponse() { @@ -592,15 +617,16 @@ ConfigurationConstantsResponse::~ConfigurationConstantsResponse() { inline void ConfigurationConstantsResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - config_values_.Destruct(); + _impl_.config_values_.Destruct(); + _impl_.config_values_.~MapField(); } void ConfigurationConstantsResponse::ArenaDtor(void* object) { ConfigurationConstantsResponse* _this = reinterpret_cast< ConfigurationConstantsResponse* >(object); - _this->config_values_.Destruct(); + _this->_impl_.config_values_.Destruct(); } void ConfigurationConstantsResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ConfigurationConstantsResponse::Clear() { @@ -609,7 +635,7 @@ void ConfigurationConstantsResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - config_values_.Clear(); + _impl_.config_values_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -625,7 +651,7 @@ const char* ConfigurationConstantsResponse::_InternalParse(const char* ptr, ::_p ptr -= 1; do { ptr += 1; - ptr = ctx->ParseMessage(&config_values_, ptr); + ptr = ctx->ParseMessage(&_impl_.config_values_, ptr); CHK_(ptr); if (!ctx->DataAvailable(ptr)) break; } while (::PROTOBUF_NAMESPACE_ID::internal::ExpectTag<10>(ptr)); @@ -712,30 +738,26 @@ size_t ConfigurationConstantsResponse::ByteSizeLong() const { total_size += ConfigurationConstantsResponse_ConfigValuesEntry_DoNotUse::Funcs::ByteSizeLong(it->first, it->second); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ConfigurationConstantsResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ConfigurationConstantsResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ConfigurationConstantsResponse::GetClassData() const { return &_class_data_; } -void ConfigurationConstantsResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ConfigurationConstantsResponse::MergeFrom(const ConfigurationConstantsResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ConfigurationConstantsResponse) - GOOGLE_DCHECK_NE(&from, this); +void ConfigurationConstantsResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ConfigurationConstantsResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - config_values_.MergeFrom(from.config_values_); - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_impl_.config_values_.MergeFrom(from._impl_.config_values_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ConfigurationConstantsResponse::CopyFrom(const ConfigurationConstantsResponse& from) { @@ -752,7 +774,7 @@ bool ConfigurationConstantsResponse::IsInitialized() const { void ConfigurationConstantsResponse::InternalSwap(ConfigurationConstantsResponse* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - config_values_.InternalSwap(&other->config_values_); + _impl_.config_values_.InternalSwap(&other->_impl_.config_values_); } ::PROTOBUF_NAMESPACE_ID::Metadata ConfigurationConstantsResponse::GetMetadata() const { @@ -770,16 +792,22 @@ class ConfigValue::_Internal { ConfigValue::ConfigValue(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ConfigValue) } ConfigValue::ConfigValue(const ConfigValue& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ConfigValue* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.kind_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_kind(); switch (from.kind_case()) { case kStringValue: { - _internal_set_string_value(from._internal_string_value()); + _this->_internal_set_string_value(from._internal_string_value()); break; } case KIND_NOT_SET: { @@ -789,8 +817,16 @@ ConfigValue::ConfigValue(const ConfigValue& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ConfigValue) } -inline void ConfigValue::SharedCtor() { -clear_has_kind(); +inline void ConfigValue::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.kind_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_kind(); } ConfigValue::~ConfigValue() { @@ -810,21 +846,21 @@ inline void ConfigValue::SharedDtor() { } void ConfigValue::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ConfigValue::clear_kind() { // @@protoc_insertion_point(one_of_clear_start:io.deephaven.proto.backplane.grpc.ConfigValue) switch (kind_case()) { case kStringValue: { - kind_.string_value_.Destroy(); + _impl_.kind_.string_value_.Destroy(); break; } case KIND_NOT_SET: { break; } } - _oneof_case_[0] = KIND_NOT_SET; + _impl_._oneof_case_[0] = KIND_NOT_SET; } @@ -921,38 +957,34 @@ size_t ConfigValue::ByteSizeLong() const { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ConfigValue::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ConfigValue::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ConfigValue::GetClassData() const { return &_class_data_; } -void ConfigValue::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ConfigValue::MergeFrom(const ConfigValue& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ConfigValue) - GOOGLE_DCHECK_NE(&from, this); +void ConfigValue::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ConfigValue) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.kind_case()) { case kStringValue: { - _internal_set_string_value(from._internal_string_value()); + _this->_internal_set_string_value(from._internal_string_value()); break; } case KIND_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ConfigValue::CopyFrom(const ConfigValue& from) { @@ -969,8 +1001,8 @@ bool ConfigValue::IsInitialized() const { void ConfigValue::InternalSwap(ConfigValue* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(kind_, other->kind_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.kind_, other->_impl_.kind_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata ConfigValue::GetMetadata() const { diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/config.pb.h b/cpp-client/deephaven/dhclient/proto/deephaven/proto/config.pb.h index b1deaa61562..4455cc562f2 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/config.pb.h +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/config.pb.h @@ -8,12 +8,12 @@ #include #include -#if PROTOBUF_VERSION < 3020000 +#if PROTOBUF_VERSION < 3021000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3020003 < PROTOBUF_MIN_PROTOC_VERSION +#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. @@ -174,11 +174,11 @@ class AuthenticationConstantsRequest final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AuthenticationConstantsRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AuthenticationConstantsRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -208,6 +208,8 @@ class AuthenticationConstantsRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fconfig_2eproto; }; // ------------------------------------------------------------------- @@ -290,11 +292,11 @@ class ConfigurationConstantsRequest final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const ConfigurationConstantsRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const ConfigurationConstantsRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -324,6 +326,8 @@ class ConfigurationConstantsRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fconfig_2eproto; }; // ------------------------------------------------------------------- @@ -434,9 +438,11 @@ class AuthenticationConstantsResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AuthenticationConstantsResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AuthenticationConstantsResponse& from); + void MergeFrom( const AuthenticationConstantsResponse& from) { + AuthenticationConstantsResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -445,10 +451,10 @@ class AuthenticationConstantsResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AuthenticationConstantsResponse* other); @@ -502,12 +508,15 @@ class AuthenticationConstantsResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::MapField< - AuthenticationConstantsResponse_ConfigValuesEntry_DoNotUse, - std::string, ::io::deephaven::proto::backplane::grpc::ConfigValue, - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> config_values_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::MapField< + AuthenticationConstantsResponse_ConfigValuesEntry_DoNotUse, + std::string, ::io::deephaven::proto::backplane::grpc::ConfigValue, + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> config_values_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconfig_2eproto; }; // ------------------------------------------------------------------- @@ -618,9 +627,11 @@ class ConfigurationConstantsResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ConfigurationConstantsResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ConfigurationConstantsResponse& from); + void MergeFrom( const ConfigurationConstantsResponse& from) { + ConfigurationConstantsResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -629,10 +640,10 @@ class ConfigurationConstantsResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ConfigurationConstantsResponse* other); @@ -686,12 +697,15 @@ class ConfigurationConstantsResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::MapField< - ConfigurationConstantsResponse_ConfigValuesEntry_DoNotUse, - std::string, ::io::deephaven::proto::backplane::grpc::ConfigValue, - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, - ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> config_values_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::MapField< + ConfigurationConstantsResponse_ConfigValuesEntry_DoNotUse, + std::string, ::io::deephaven::proto::backplane::grpc::ConfigValue, + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_STRING, + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::TYPE_MESSAGE> config_values_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconfig_2eproto; }; // ------------------------------------------------------------------- @@ -781,9 +795,11 @@ class ConfigValue final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ConfigValue& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ConfigValue& from); + void MergeFrom( const ConfigValue& from) { + ConfigValue::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -792,10 +808,10 @@ class ConfigValue final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ConfigValue* other); @@ -853,14 +869,17 @@ class ConfigValue final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union KindUnion { - constexpr KindUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr string_value_; - } kind_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union KindUnion { + constexpr KindUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr string_value_; + } kind_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconfig_2eproto; }; // =================================================================== @@ -886,17 +905,17 @@ class ConfigValue final : // map config_values = 1; inline int AuthenticationConstantsResponse::_internal_config_values_size() const { - return config_values_.size(); + return _impl_.config_values_.size(); } inline int AuthenticationConstantsResponse::config_values_size() const { return _internal_config_values_size(); } inline void AuthenticationConstantsResponse::clear_config_values() { - config_values_.Clear(); + _impl_.config_values_.Clear(); } inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::io::deephaven::proto::backplane::grpc::ConfigValue >& AuthenticationConstantsResponse::_internal_config_values() const { - return config_values_.GetMap(); + return _impl_.config_values_.GetMap(); } inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::io::deephaven::proto::backplane::grpc::ConfigValue >& AuthenticationConstantsResponse::config_values() const { @@ -905,7 +924,7 @@ AuthenticationConstantsResponse::config_values() const { } inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::io::deephaven::proto::backplane::grpc::ConfigValue >* AuthenticationConstantsResponse::_internal_mutable_config_values() { - return config_values_.MutableMap(); + return _impl_.config_values_.MutableMap(); } inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::io::deephaven::proto::backplane::grpc::ConfigValue >* AuthenticationConstantsResponse::mutable_config_values() { @@ -921,17 +940,17 @@ AuthenticationConstantsResponse::mutable_config_values() { // map config_values = 1; inline int ConfigurationConstantsResponse::_internal_config_values_size() const { - return config_values_.size(); + return _impl_.config_values_.size(); } inline int ConfigurationConstantsResponse::config_values_size() const { return _internal_config_values_size(); } inline void ConfigurationConstantsResponse::clear_config_values() { - config_values_.Clear(); + _impl_.config_values_.Clear(); } inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::io::deephaven::proto::backplane::grpc::ConfigValue >& ConfigurationConstantsResponse::_internal_config_values() const { - return config_values_.GetMap(); + return _impl_.config_values_.GetMap(); } inline const ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::io::deephaven::proto::backplane::grpc::ConfigValue >& ConfigurationConstantsResponse::config_values() const { @@ -940,7 +959,7 @@ ConfigurationConstantsResponse::config_values() const { } inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::io::deephaven::proto::backplane::grpc::ConfigValue >* ConfigurationConstantsResponse::_internal_mutable_config_values() { - return config_values_.MutableMap(); + return _impl_.config_values_.MutableMap(); } inline ::PROTOBUF_NAMESPACE_ID::Map< std::string, ::io::deephaven::proto::backplane::grpc::ConfigValue >* ConfigurationConstantsResponse::mutable_config_values() { @@ -960,11 +979,11 @@ inline bool ConfigValue::has_string_value() const { return _internal_has_string_value(); } inline void ConfigValue::set_has_string_value() { - _oneof_case_[0] = kStringValue; + _impl_._oneof_case_[0] = kStringValue; } inline void ConfigValue::clear_string_value() { if (_internal_has_string_value()) { - kind_.string_value_.Destroy(); + _impl_.kind_.string_value_.Destroy(); clear_has_kind(); } } @@ -977,9 +996,9 @@ inline void ConfigValue::set_string_value(ArgT0&& arg0, ArgT... args) { if (!_internal_has_string_value()) { clear_kind(); set_has_string_value(); - kind_.string_value_.InitDefault(); + _impl_.kind_.string_value_.InitDefault(); } - kind_.string_value_.Set( static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.kind_.string_value_.Set( static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ConfigValue.string_value) } inline std::string* ConfigValue::mutable_string_value() { @@ -989,7 +1008,7 @@ inline std::string* ConfigValue::mutable_string_value() { } inline const std::string& ConfigValue::_internal_string_value() const { if (_internal_has_string_value()) { - return kind_.string_value_.Get(); + return _impl_.kind_.string_value_.Get(); } return ::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(); } @@ -997,23 +1016,23 @@ inline void ConfigValue::_internal_set_string_value(const std::string& value) { if (!_internal_has_string_value()) { clear_kind(); set_has_string_value(); - kind_.string_value_.InitDefault(); + _impl_.kind_.string_value_.InitDefault(); } - kind_.string_value_.Set(value, GetArenaForAllocation()); + _impl_.kind_.string_value_.Set(value, GetArenaForAllocation()); } inline std::string* ConfigValue::_internal_mutable_string_value() { if (!_internal_has_string_value()) { clear_kind(); set_has_string_value(); - kind_.string_value_.InitDefault(); + _impl_.kind_.string_value_.InitDefault(); } - return kind_.string_value_.Mutable( GetArenaForAllocation()); + return _impl_.kind_.string_value_.Mutable( GetArenaForAllocation()); } inline std::string* ConfigValue::release_string_value() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ConfigValue.string_value) if (_internal_has_string_value()) { clear_has_kind(); - return kind_.string_value_.Release(); + return _impl_.kind_.string_value_.Release(); } else { return nullptr; } @@ -1024,7 +1043,7 @@ inline void ConfigValue::set_allocated_string_value(std::string* string_value) { } if (string_value != nullptr) { set_has_string_value(); - kind_.string_value_.InitAllocated(string_value, GetArenaForAllocation()); + _impl_.kind_.string_value_.InitAllocated(string_value, GetArenaForAllocation()); } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ConfigValue.string_value) } @@ -1033,10 +1052,10 @@ inline bool ConfigValue::has_kind() const { return kind_case() != KIND_NOT_SET; } inline void ConfigValue::clear_has_kind() { - _oneof_case_[0] = KIND_NOT_SET; + _impl_._oneof_case_[0] = KIND_NOT_SET; } inline ConfigValue::KindCase ConfigValue::kind_case() const { - return ConfigValue::KindCase(_oneof_case_[0]); + return ConfigValue::KindCase(_impl_._oneof_case_[0]); } #ifdef __GNUC__ #pragma GCC diagnostic pop diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/console.pb.cc b/cpp-client/deephaven/dhclient/proto/deephaven/proto/console.pb.cc index 2e8e48057c2..fc6968a3788 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/console.pb.cc +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/console.pb.cc @@ -27,7 +27,7 @@ namespace backplane { namespace script { namespace grpc { PROTOBUF_CONSTEXPR GetConsoleTypesRequest::GetConsoleTypesRequest( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct GetConsoleTypesRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR GetConsoleTypesRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -38,8 +38,9 @@ struct GetConsoleTypesRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetConsoleTypesRequestDefaultTypeInternal _GetConsoleTypesRequest_default_instance_; PROTOBUF_CONSTEXPR GetConsoleTypesResponse::GetConsoleTypesResponse( - ::_pbi::ConstantInitialized) - : console_types_(){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.console_types_)*/{} + , /*decltype(_impl_._cached_size_)*/{}} {} struct GetConsoleTypesResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR GetConsoleTypesResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -50,9 +51,10 @@ struct GetConsoleTypesResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetConsoleTypesResponseDefaultTypeInternal _GetConsoleTypesResponse_default_instance_; PROTOBUF_CONSTEXPR StartConsoleRequest::StartConsoleRequest( - ::_pbi::ConstantInitialized) - : session_type_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , result_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.session_type_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct StartConsoleRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR StartConsoleRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -63,8 +65,9 @@ struct StartConsoleRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StartConsoleRequestDefaultTypeInternal _StartConsoleRequest_default_instance_; PROTOBUF_CONSTEXPR StartConsoleResponse::StartConsoleResponse( - ::_pbi::ConstantInitialized) - : result_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct StartConsoleResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR StartConsoleResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -75,7 +78,7 @@ struct StartConsoleResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StartConsoleResponseDefaultTypeInternal _StartConsoleResponse_default_instance_; PROTOBUF_CONSTEXPR GetHeapInfoRequest::GetHeapInfoRequest( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct GetHeapInfoRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR GetHeapInfoRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -86,10 +89,11 @@ struct GetHeapInfoRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetHeapInfoRequestDefaultTypeInternal _GetHeapInfoRequest_default_instance_; PROTOBUF_CONSTEXPR GetHeapInfoResponse::GetHeapInfoResponse( - ::_pbi::ConstantInitialized) - : max_memory_(int64_t{0}) - , total_memory_(int64_t{0}) - , free_memory_(int64_t{0}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.max_memory_)*/int64_t{0} + , /*decltype(_impl_.total_memory_)*/int64_t{0} + , /*decltype(_impl_.free_memory_)*/int64_t{0} + , /*decltype(_impl_._cached_size_)*/{}} {} struct GetHeapInfoResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR GetHeapInfoResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -100,9 +104,10 @@ struct GetHeapInfoResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetHeapInfoResponseDefaultTypeInternal _GetHeapInfoResponse_default_instance_; PROTOBUF_CONSTEXPR LogSubscriptionRequest::LogSubscriptionRequest( - ::_pbi::ConstantInitialized) - : levels_() - , last_seen_log_timestamp_(int64_t{0}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.levels_)*/{} + , /*decltype(_impl_.last_seen_log_timestamp_)*/int64_t{0} + , /*decltype(_impl_._cached_size_)*/{}} {} struct LogSubscriptionRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR LogSubscriptionRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -113,10 +118,11 @@ struct LogSubscriptionRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LogSubscriptionRequestDefaultTypeInternal _LogSubscriptionRequest_default_instance_; PROTOBUF_CONSTEXPR LogSubscriptionData::LogSubscriptionData( - ::_pbi::ConstantInitialized) - : log_level_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , micros_(int64_t{0}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.log_level_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.message_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.micros_)*/int64_t{0} + , /*decltype(_impl_._cached_size_)*/{}} {} struct LogSubscriptionDataDefaultTypeInternal { PROTOBUF_CONSTEXPR LogSubscriptionDataDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -127,9 +133,10 @@ struct LogSubscriptionDataDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LogSubscriptionDataDefaultTypeInternal _LogSubscriptionData_default_instance_; PROTOBUF_CONSTEXPR ExecuteCommandRequest::ExecuteCommandRequest( - ::_pbi::ConstantInitialized) - : code_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , console_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.code_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.console_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct ExecuteCommandRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ExecuteCommandRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -140,9 +147,10 @@ struct ExecuteCommandRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ExecuteCommandRequestDefaultTypeInternal _ExecuteCommandRequest_default_instance_; PROTOBUF_CONSTEXPR ExecuteCommandResponse::ExecuteCommandResponse( - ::_pbi::ConstantInitialized) - : error_message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , changes_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.error_message_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.changes_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct ExecuteCommandResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR ExecuteCommandResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -153,10 +161,11 @@ struct ExecuteCommandResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ExecuteCommandResponseDefaultTypeInternal _ExecuteCommandResponse_default_instance_; PROTOBUF_CONSTEXPR BindTableToVariableRequest::BindTableToVariableRequest( - ::_pbi::ConstantInitialized) - : variable_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , console_id_(nullptr) - , table_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.variable_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.console_id_)*/nullptr + , /*decltype(_impl_.table_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct BindTableToVariableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR BindTableToVariableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -167,7 +176,7 @@ struct BindTableToVariableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BindTableToVariableRequestDefaultTypeInternal _BindTableToVariableRequest_default_instance_; PROTOBUF_CONSTEXPR BindTableToVariableResponse::BindTableToVariableResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct BindTableToVariableResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR BindTableToVariableResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -178,9 +187,10 @@ struct BindTableToVariableResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BindTableToVariableResponseDefaultTypeInternal _BindTableToVariableResponse_default_instance_; PROTOBUF_CONSTEXPR CancelCommandRequest::CancelCommandRequest( - ::_pbi::ConstantInitialized) - : console_id_(nullptr) - , command_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.console_id_)*/nullptr + , /*decltype(_impl_.command_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct CancelCommandRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR CancelCommandRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -191,7 +201,7 @@ struct CancelCommandRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CancelCommandRequestDefaultTypeInternal _CancelCommandRequest_default_instance_; PROTOBUF_CONSTEXPR CancelCommandResponse::CancelCommandResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct CancelCommandResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR CancelCommandResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -202,9 +212,10 @@ struct CancelCommandResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CancelCommandResponseDefaultTypeInternal _CancelCommandResponse_default_instance_; PROTOBUF_CONSTEXPR CancelAutoCompleteRequest::CancelAutoCompleteRequest( - ::_pbi::ConstantInitialized) - : console_id_(nullptr) - , request_id_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.console_id_)*/nullptr + , /*decltype(_impl_.request_id_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct CancelAutoCompleteRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR CancelAutoCompleteRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -215,7 +226,7 @@ struct CancelAutoCompleteRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CancelAutoCompleteRequestDefaultTypeInternal _CancelAutoCompleteRequest_default_instance_; PROTOBUF_CONSTEXPR CancelAutoCompleteResponse::CancelAutoCompleteResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct CancelAutoCompleteResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR CancelAutoCompleteResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -226,10 +237,12 @@ struct CancelAutoCompleteResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CancelAutoCompleteResponseDefaultTypeInternal _CancelAutoCompleteResponse_default_instance_; PROTOBUF_CONSTEXPR AutoCompleteRequest::AutoCompleteRequest( - ::_pbi::ConstantInitialized) - : console_id_(nullptr) - , request_id_(0) - , _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.console_id_)*/nullptr + , /*decltype(_impl_.request_id_)*/0 + , /*decltype(_impl_.request_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct AutoCompleteRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR AutoCompleteRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -240,10 +253,12 @@ struct AutoCompleteRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AutoCompleteRequestDefaultTypeInternal _AutoCompleteRequest_default_instance_; PROTOBUF_CONSTEXPR AutoCompleteResponse::AutoCompleteResponse( - ::_pbi::ConstantInitialized) - : request_id_(0) - , success_(false) - , _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.request_id_)*/0 + , /*decltype(_impl_.success_)*/false + , /*decltype(_impl_.response_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct AutoCompleteResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR AutoCompleteResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -254,7 +269,7 @@ struct AutoCompleteResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AutoCompleteResponseDefaultTypeInternal _AutoCompleteResponse_default_instance_; PROTOBUF_CONSTEXPR BrowserNextResponse::BrowserNextResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct BrowserNextResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR BrowserNextResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -265,9 +280,10 @@ struct BrowserNextResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BrowserNextResponseDefaultTypeInternal _BrowserNextResponse_default_instance_; PROTOBUF_CONSTEXPR OpenDocumentRequest::OpenDocumentRequest( - ::_pbi::ConstantInitialized) - : console_id_(nullptr) - , text_document_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.console_id_)*/nullptr + , /*decltype(_impl_.text_document_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct OpenDocumentRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR OpenDocumentRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -278,11 +294,12 @@ struct OpenDocumentRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 OpenDocumentRequestDefaultTypeInternal _OpenDocumentRequest_default_instance_; PROTOBUF_CONSTEXPR TextDocumentItem::TextDocumentItem( - ::_pbi::ConstantInitialized) - : uri_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , language_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , text_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , version_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.uri_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.language_id_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.text_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.version_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct TextDocumentItemDefaultTypeInternal { PROTOBUF_CONSTEXPR TextDocumentItemDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -293,9 +310,10 @@ struct TextDocumentItemDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TextDocumentItemDefaultTypeInternal _TextDocumentItem_default_instance_; PROTOBUF_CONSTEXPR CloseDocumentRequest::CloseDocumentRequest( - ::_pbi::ConstantInitialized) - : console_id_(nullptr) - , text_document_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.console_id_)*/nullptr + , /*decltype(_impl_.text_document_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct CloseDocumentRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR CloseDocumentRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -306,10 +324,11 @@ struct CloseDocumentRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CloseDocumentRequestDefaultTypeInternal _CloseDocumentRequest_default_instance_; PROTOBUF_CONSTEXPR ChangeDocumentRequest_TextDocumentContentChangeEvent::ChangeDocumentRequest_TextDocumentContentChangeEvent( - ::_pbi::ConstantInitialized) - : text_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , range_(nullptr) - , range_length_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.text_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.range_)*/nullptr + , /*decltype(_impl_.range_length_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct ChangeDocumentRequest_TextDocumentContentChangeEventDefaultTypeInternal { PROTOBUF_CONSTEXPR ChangeDocumentRequest_TextDocumentContentChangeEventDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -320,10 +339,11 @@ struct ChangeDocumentRequest_TextDocumentContentChangeEventDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ChangeDocumentRequest_TextDocumentContentChangeEventDefaultTypeInternal _ChangeDocumentRequest_TextDocumentContentChangeEvent_default_instance_; PROTOBUF_CONSTEXPR ChangeDocumentRequest::ChangeDocumentRequest( - ::_pbi::ConstantInitialized) - : content_changes_() - , console_id_(nullptr) - , text_document_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.content_changes_)*/{} + , /*decltype(_impl_.console_id_)*/nullptr + , /*decltype(_impl_.text_document_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct ChangeDocumentRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ChangeDocumentRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -334,9 +354,10 @@ struct ChangeDocumentRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ChangeDocumentRequestDefaultTypeInternal _ChangeDocumentRequest_default_instance_; PROTOBUF_CONSTEXPR DocumentRange::DocumentRange( - ::_pbi::ConstantInitialized) - : start_(nullptr) - , end_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.start_)*/nullptr + , /*decltype(_impl_.end_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct DocumentRangeDefaultTypeInternal { PROTOBUF_CONSTEXPR DocumentRangeDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -347,9 +368,10 @@ struct DocumentRangeDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DocumentRangeDefaultTypeInternal _DocumentRange_default_instance_; PROTOBUF_CONSTEXPR VersionedTextDocumentIdentifier::VersionedTextDocumentIdentifier( - ::_pbi::ConstantInitialized) - : uri_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , version_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.uri_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.version_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct VersionedTextDocumentIdentifierDefaultTypeInternal { PROTOBUF_CONSTEXPR VersionedTextDocumentIdentifierDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -360,9 +382,10 @@ struct VersionedTextDocumentIdentifierDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 VersionedTextDocumentIdentifierDefaultTypeInternal _VersionedTextDocumentIdentifier_default_instance_; PROTOBUF_CONSTEXPR Position::Position( - ::_pbi::ConstantInitialized) - : line_(0) - , character_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.line_)*/0 + , /*decltype(_impl_.character_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct PositionDefaultTypeInternal { PROTOBUF_CONSTEXPR PositionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -373,9 +396,10 @@ struct PositionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PositionDefaultTypeInternal _Position_default_instance_; PROTOBUF_CONSTEXPR MarkupContent::MarkupContent( - ::_pbi::ConstantInitialized) - : kind_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , value_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.kind_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.value_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct MarkupContentDefaultTypeInternal { PROTOBUF_CONSTEXPR MarkupContentDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -386,12 +410,13 @@ struct MarkupContentDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MarkupContentDefaultTypeInternal _MarkupContent_default_instance_; PROTOBUF_CONSTEXPR GetCompletionItemsRequest::GetCompletionItemsRequest( - ::_pbi::ConstantInitialized) - : console_id_(nullptr) - , context_(nullptr) - , text_document_(nullptr) - , position_(nullptr) - , request_id_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.console_id_)*/nullptr + , /*decltype(_impl_.context_)*/nullptr + , /*decltype(_impl_.text_document_)*/nullptr + , /*decltype(_impl_.position_)*/nullptr + , /*decltype(_impl_.request_id_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct GetCompletionItemsRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR GetCompletionItemsRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -402,9 +427,10 @@ struct GetCompletionItemsRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetCompletionItemsRequestDefaultTypeInternal _GetCompletionItemsRequest_default_instance_; PROTOBUF_CONSTEXPR CompletionContext::CompletionContext( - ::_pbi::ConstantInitialized) - : trigger_character_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , trigger_kind_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.trigger_character_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.trigger_kind_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct CompletionContextDefaultTypeInternal { PROTOBUF_CONSTEXPR CompletionContextDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -415,10 +441,11 @@ struct CompletionContextDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CompletionContextDefaultTypeInternal _CompletionContext_default_instance_; PROTOBUF_CONSTEXPR GetCompletionItemsResponse::GetCompletionItemsResponse( - ::_pbi::ConstantInitialized) - : items_() - , request_id_(0) - , success_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.items_)*/{} + , /*decltype(_impl_.request_id_)*/0 + , /*decltype(_impl_.success_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct GetCompletionItemsResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR GetCompletionItemsResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -429,21 +456,22 @@ struct GetCompletionItemsResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetCompletionItemsResponseDefaultTypeInternal _GetCompletionItemsResponse_default_instance_; PROTOBUF_CONSTEXPR CompletionItem::CompletionItem( - ::_pbi::ConstantInitialized) - : additional_text_edits_() - , commit_characters_() - , label_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , detail_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , sort_text_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , filter_text_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , text_edit_(nullptr) - , documentation_(nullptr) - , start_(0) - , length_(0) - , kind_(0) - , deprecated_(false) - , preselect_(false) - , insert_text_format_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.additional_text_edits_)*/{} + , /*decltype(_impl_.commit_characters_)*/{} + , /*decltype(_impl_.label_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.detail_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.sort_text_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.filter_text_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.text_edit_)*/nullptr + , /*decltype(_impl_.documentation_)*/nullptr + , /*decltype(_impl_.start_)*/0 + , /*decltype(_impl_.length_)*/0 + , /*decltype(_impl_.kind_)*/0 + , /*decltype(_impl_.deprecated_)*/false + , /*decltype(_impl_.preselect_)*/false + , /*decltype(_impl_.insert_text_format_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct CompletionItemDefaultTypeInternal { PROTOBUF_CONSTEXPR CompletionItemDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -454,9 +482,10 @@ struct CompletionItemDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CompletionItemDefaultTypeInternal _CompletionItem_default_instance_; PROTOBUF_CONSTEXPR TextEdit::TextEdit( - ::_pbi::ConstantInitialized) - : text_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , range_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.text_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.range_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct TextEditDefaultTypeInternal { PROTOBUF_CONSTEXPR TextEditDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -467,10 +496,11 @@ struct TextEditDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TextEditDefaultTypeInternal _TextEdit_default_instance_; PROTOBUF_CONSTEXPR GetSignatureHelpRequest::GetSignatureHelpRequest( - ::_pbi::ConstantInitialized) - : context_(nullptr) - , text_document_(nullptr) - , position_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.context_)*/nullptr + , /*decltype(_impl_.text_document_)*/nullptr + , /*decltype(_impl_.position_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct GetSignatureHelpRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR GetSignatureHelpRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -481,11 +511,13 @@ struct GetSignatureHelpRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetSignatureHelpRequestDefaultTypeInternal _GetSignatureHelpRequest_default_instance_; PROTOBUF_CONSTEXPR SignatureHelpContext::SignatureHelpContext( - ::_pbi::ConstantInitialized) - : trigger_character_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , active_signature_help_(nullptr) - , trigger_kind_(0) - , is_retrigger_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.trigger_character_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.active_signature_help_)*/nullptr + , /*decltype(_impl_.trigger_kind_)*/0 + , /*decltype(_impl_.is_retrigger_)*/false} {} struct SignatureHelpContextDefaultTypeInternal { PROTOBUF_CONSTEXPR SignatureHelpContextDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -496,10 +528,12 @@ struct SignatureHelpContextDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SignatureHelpContextDefaultTypeInternal _SignatureHelpContext_default_instance_; PROTOBUF_CONSTEXPR GetSignatureHelpResponse::GetSignatureHelpResponse( - ::_pbi::ConstantInitialized) - : signatures_() - , active_signature_(0) - , active_parameter_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.signatures_)*/{} + , /*decltype(_impl_.active_signature_)*/0 + , /*decltype(_impl_.active_parameter_)*/0} {} struct GetSignatureHelpResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR GetSignatureHelpResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -510,11 +544,13 @@ struct GetSignatureHelpResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetSignatureHelpResponseDefaultTypeInternal _GetSignatureHelpResponse_default_instance_; PROTOBUF_CONSTEXPR SignatureInformation::SignatureInformation( - ::_pbi::ConstantInitialized) - : parameters_() - , label_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , documentation_(nullptr) - , active_parameter_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.parameters_)*/{} + , /*decltype(_impl_.label_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.documentation_)*/nullptr + , /*decltype(_impl_.active_parameter_)*/0} {} struct SignatureInformationDefaultTypeInternal { PROTOBUF_CONSTEXPR SignatureInformationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -525,9 +561,10 @@ struct SignatureInformationDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SignatureInformationDefaultTypeInternal _SignatureInformation_default_instance_; PROTOBUF_CONSTEXPR ParameterInformation::ParameterInformation( - ::_pbi::ConstantInitialized) - : label_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , documentation_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.label_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.documentation_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct ParameterInformationDefaultTypeInternal { PROTOBUF_CONSTEXPR ParameterInformationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -538,9 +575,10 @@ struct ParameterInformationDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ParameterInformationDefaultTypeInternal _ParameterInformation_default_instance_; PROTOBUF_CONSTEXPR GetHoverRequest::GetHoverRequest( - ::_pbi::ConstantInitialized) - : text_document_(nullptr) - , position_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.text_document_)*/nullptr + , /*decltype(_impl_.position_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct GetHoverRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR GetHoverRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -551,9 +589,10 @@ struct GetHoverRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetHoverRequestDefaultTypeInternal _GetHoverRequest_default_instance_; PROTOBUF_CONSTEXPR GetHoverResponse::GetHoverResponse( - ::_pbi::ConstantInitialized) - : contents_(nullptr) - , range_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.contents_)*/nullptr + , /*decltype(_impl_.range_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct GetHoverResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR GetHoverResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -564,10 +603,12 @@ struct GetHoverResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetHoverResponseDefaultTypeInternal _GetHoverResponse_default_instance_; PROTOBUF_CONSTEXPR GetDiagnosticRequest::GetDiagnosticRequest( - ::_pbi::ConstantInitialized) - : identifier_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , previous_result_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , text_document_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.identifier_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.previous_result_id_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.text_document_)*/nullptr} {} struct GetDiagnosticRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR GetDiagnosticRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -578,10 +619,12 @@ struct GetDiagnosticRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetDiagnosticRequestDefaultTypeInternal _GetDiagnosticRequest_default_instance_; PROTOBUF_CONSTEXPR GetPullDiagnosticResponse::GetPullDiagnosticResponse( - ::_pbi::ConstantInitialized) - : items_() - , kind_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , result_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.items_)*/{} + , /*decltype(_impl_.kind_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.result_id_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}}} {} struct GetPullDiagnosticResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR GetPullDiagnosticResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -592,10 +635,12 @@ struct GetPullDiagnosticResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetPullDiagnosticResponseDefaultTypeInternal _GetPullDiagnosticResponse_default_instance_; PROTOBUF_CONSTEXPR GetPublishDiagnosticResponse::GetPublishDiagnosticResponse( - ::_pbi::ConstantInitialized) - : diagnostics_() - , uri_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , version_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.diagnostics_)*/{} + , /*decltype(_impl_.uri_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.version_)*/0} {} struct GetPublishDiagnosticResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR GetPublishDiagnosticResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -606,8 +651,9 @@ struct GetPublishDiagnosticResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetPublishDiagnosticResponseDefaultTypeInternal _GetPublishDiagnosticResponse_default_instance_; PROTOBUF_CONSTEXPR Diagnostic_CodeDescription::Diagnostic_CodeDescription( - ::_pbi::ConstantInitialized) - : href_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.href_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct Diagnostic_CodeDescriptionDefaultTypeInternal { PROTOBUF_CONSTEXPR Diagnostic_CodeDescriptionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -618,17 +664,18 @@ struct Diagnostic_CodeDescriptionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Diagnostic_CodeDescriptionDefaultTypeInternal _Diagnostic_CodeDescription_default_instance_; PROTOBUF_CONSTEXPR Diagnostic::Diagnostic( - ::_pbi::ConstantInitialized) - : tags_() - , _tags_cached_byte_size_(0) - , code_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , source_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , data_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , range_(nullptr) - , code_description_(nullptr) - , severity_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.tags_)*/{} + , /*decltype(_impl_._tags_cached_byte_size_)*/{0} + , /*decltype(_impl_.code_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.source_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.message_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.data_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.range_)*/nullptr + , /*decltype(_impl_.code_description_)*/nullptr + , /*decltype(_impl_.severity_)*/0} {} struct DiagnosticDefaultTypeInternal { PROTOBUF_CONSTEXPR DiagnosticDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -639,23 +686,24 @@ struct DiagnosticDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DiagnosticDefaultTypeInternal _Diagnostic_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_ChartDescriptor::FigureDescriptor_ChartDescriptor( - ::_pbi::ConstantInitialized) - : series_() - , multi_series_() - , axes_() - , title_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , title_font_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , title_color_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , legend_font_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , legend_color_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , colspan_(0) - , rowspan_(0) - , chart_type_(0) - - , show_legend_(false) - , is3d_(false) - , column_(0) - , row_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.series_)*/{} + , /*decltype(_impl_.multi_series_)*/{} + , /*decltype(_impl_.axes_)*/{} + , /*decltype(_impl_.title_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.title_font_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.title_color_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.legend_font_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.legend_color_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.colspan_)*/0 + , /*decltype(_impl_.rowspan_)*/0 + , /*decltype(_impl_.chart_type_)*/0 + , /*decltype(_impl_.show_legend_)*/false + , /*decltype(_impl_.is3d_)*/false + , /*decltype(_impl_.column_)*/0 + , /*decltype(_impl_.row_)*/0} {} struct FigureDescriptor_ChartDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_ChartDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -666,22 +714,23 @@ struct FigureDescriptor_ChartDescriptorDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_ChartDescriptorDefaultTypeInternal _FigureDescriptor_ChartDescriptor_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_SeriesDescriptor::FigureDescriptor_SeriesDescriptor( - ::_pbi::ConstantInitialized) - : data_sources_() - , name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , line_color_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , point_label_format_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , x_tool_tip_pattern_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , y_tool_tip_pattern_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , shape_label_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , shape_color_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , shape_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , plot_style_(0) - - , lines_visible_(false) - , shapes_visible_(false) - , gradient_visible_(false) - , shape_size_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.data_sources_)*/{} + , /*decltype(_impl_.name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.line_color_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.point_label_format_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.x_tool_tip_pattern_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.y_tool_tip_pattern_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.shape_label_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.shape_color_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.shape_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.plot_style_)*/0 + , /*decltype(_impl_.lines_visible_)*/false + , /*decltype(_impl_.shapes_visible_)*/false + , /*decltype(_impl_.gradient_visible_)*/false + , /*decltype(_impl_.shape_size_)*/0} {} struct FigureDescriptor_SeriesDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_SeriesDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -692,22 +741,22 @@ struct FigureDescriptor_SeriesDescriptorDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_SeriesDescriptorDefaultTypeInternal _FigureDescriptor_SeriesDescriptor_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_MultiSeriesDescriptor::FigureDescriptor_MultiSeriesDescriptor( - ::_pbi::ConstantInitialized) - : data_sources_() - , name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , line_color_(nullptr) - , point_color_(nullptr) - , lines_visible_(nullptr) - , points_visible_(nullptr) - , gradient_visible_(nullptr) - , point_label_format_(nullptr) - , x_tool_tip_pattern_(nullptr) - , y_tool_tip_pattern_(nullptr) - , point_label_(nullptr) - , point_size_(nullptr) - , point_shape_(nullptr) - , plot_style_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.data_sources_)*/{} + , /*decltype(_impl_.name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.line_color_)*/nullptr + , /*decltype(_impl_.point_color_)*/nullptr + , /*decltype(_impl_.lines_visible_)*/nullptr + , /*decltype(_impl_.points_visible_)*/nullptr + , /*decltype(_impl_.gradient_visible_)*/nullptr + , /*decltype(_impl_.point_label_format_)*/nullptr + , /*decltype(_impl_.x_tool_tip_pattern_)*/nullptr + , /*decltype(_impl_.y_tool_tip_pattern_)*/nullptr + , /*decltype(_impl_.point_label_)*/nullptr + , /*decltype(_impl_.point_size_)*/nullptr + , /*decltype(_impl_.point_shape_)*/nullptr + , /*decltype(_impl_.plot_style_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct FigureDescriptor_MultiSeriesDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_MultiSeriesDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -718,10 +767,12 @@ struct FigureDescriptor_MultiSeriesDescriptorDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_MultiSeriesDescriptorDefaultTypeInternal _FigureDescriptor_MultiSeriesDescriptor_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_StringMapWithDefault::FigureDescriptor_StringMapWithDefault( - ::_pbi::ConstantInitialized) - : keys_() - , values_() - , default_string_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.keys_)*/{} + , /*decltype(_impl_.values_)*/{} + , /*decltype(_impl_.default_string_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}}} {} struct FigureDescriptor_StringMapWithDefaultDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_StringMapWithDefaultDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -732,10 +783,12 @@ struct FigureDescriptor_StringMapWithDefaultDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_StringMapWithDefaultDefaultTypeInternal _FigureDescriptor_StringMapWithDefault_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_DoubleMapWithDefault::FigureDescriptor_DoubleMapWithDefault( - ::_pbi::ConstantInitialized) - : keys_() - , values_() - , default_double_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.keys_)*/{} + , /*decltype(_impl_.values_)*/{} + , /*decltype(_impl_.default_double_)*/0} {} struct FigureDescriptor_DoubleMapWithDefaultDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_DoubleMapWithDefaultDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -746,10 +799,12 @@ struct FigureDescriptor_DoubleMapWithDefaultDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_DoubleMapWithDefaultDefaultTypeInternal _FigureDescriptor_DoubleMapWithDefault_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_BoolMapWithDefault::FigureDescriptor_BoolMapWithDefault( - ::_pbi::ConstantInitialized) - : keys_() - , values_() - , default_bool_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.keys_)*/{} + , /*decltype(_impl_.values_)*/{} + , /*decltype(_impl_.default_bool_)*/false} {} struct FigureDescriptor_BoolMapWithDefaultDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_BoolMapWithDefaultDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -760,31 +815,30 @@ struct FigureDescriptor_BoolMapWithDefaultDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_BoolMapWithDefaultDefaultTypeInternal _FigureDescriptor_BoolMapWithDefault_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_AxisDescriptor::FigureDescriptor_AxisDescriptor( - ::_pbi::ConstantInitialized) - : major_tick_locations_() - , id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , label_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , label_font_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , ticks_font_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , format_pattern_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , color_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , business_calendar_descriptor_(nullptr) - , format_type_(0) - - , type_(0) - - , min_range_(0) - , position_(0) - - , log_(false) - , minor_ticks_visible_(false) - , major_ticks_visible_(false) - , invert_(false) - , max_range_(0) - , gap_between_major_ticks_(0) - , minor_tick_count_(0) - , is_time_axis_(false) - , tick_label_angle_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.major_tick_locations_)*/{} + , /*decltype(_impl_.id_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.label_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.label_font_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.ticks_font_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.format_pattern_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.color_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.business_calendar_descriptor_)*/nullptr + , /*decltype(_impl_.format_type_)*/0 + , /*decltype(_impl_.type_)*/0 + , /*decltype(_impl_.min_range_)*/0 + , /*decltype(_impl_.position_)*/0 + , /*decltype(_impl_.log_)*/false + , /*decltype(_impl_.minor_ticks_visible_)*/false + , /*decltype(_impl_.major_ticks_visible_)*/false + , /*decltype(_impl_.invert_)*/false + , /*decltype(_impl_.max_range_)*/0 + , /*decltype(_impl_.gap_between_major_ticks_)*/0 + , /*decltype(_impl_.minor_tick_count_)*/0 + , /*decltype(_impl_.is_time_axis_)*/false + , /*decltype(_impl_.tick_label_angle_)*/0} {} struct FigureDescriptor_AxisDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_AxisDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -795,9 +849,10 @@ struct FigureDescriptor_AxisDescriptorDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_AxisDescriptorDefaultTypeInternal _FigureDescriptor_AxisDescriptor_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod( - ::_pbi::ConstantInitialized) - : open_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , close_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.open_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.close_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriodDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriodDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -808,9 +863,10 @@ struct FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriodDefaultTypeInte }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriodDefaultTypeInternal _FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_BusinessCalendarDescriptor_Holiday::FigureDescriptor_BusinessCalendarDescriptor_Holiday( - ::_pbi::ConstantInitialized) - : business_periods_() - , date_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.business_periods_)*/{} + , /*decltype(_impl_.date_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct FigureDescriptor_BusinessCalendarDescriptor_HolidayDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_BusinessCalendarDescriptor_HolidayDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -821,10 +877,11 @@ struct FigureDescriptor_BusinessCalendarDescriptor_HolidayDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_BusinessCalendarDescriptor_HolidayDefaultTypeInternal _FigureDescriptor_BusinessCalendarDescriptor_Holiday_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_BusinessCalendarDescriptor_LocalDate::FigureDescriptor_BusinessCalendarDescriptor_LocalDate( - ::_pbi::ConstantInitialized) - : year_(0) - , month_(0) - , day_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.year_)*/0 + , /*decltype(_impl_.month_)*/0 + , /*decltype(_impl_.day_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct FigureDescriptor_BusinessCalendarDescriptor_LocalDateDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_BusinessCalendarDescriptor_LocalDateDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -835,13 +892,14 @@ struct FigureDescriptor_BusinessCalendarDescriptor_LocalDateDefaultTypeInternal }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_BusinessCalendarDescriptor_LocalDateDefaultTypeInternal _FigureDescriptor_BusinessCalendarDescriptor_LocalDate_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_BusinessCalendarDescriptor::FigureDescriptor_BusinessCalendarDescriptor( - ::_pbi::ConstantInitialized) - : business_days_() - , _business_days_cached_byte_size_(0) - , business_periods_() - , holidays_() - , name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , time_zone_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.business_days_)*/{} + , /*decltype(_impl_._business_days_cached_byte_size_)*/{0} + , /*decltype(_impl_.business_periods_)*/{} + , /*decltype(_impl_.holidays_)*/{} + , /*decltype(_impl_.name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.time_zone_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct FigureDescriptor_BusinessCalendarDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_BusinessCalendarDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -852,12 +910,12 @@ struct FigureDescriptor_BusinessCalendarDescriptorDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_BusinessCalendarDescriptorDefaultTypeInternal _FigureDescriptor_BusinessCalendarDescriptor_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_MultiSeriesSourceDescriptor::FigureDescriptor_MultiSeriesSourceDescriptor( - ::_pbi::ConstantInitialized) - : axis_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , type_(0) - - , partitioned_table_id_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.axis_id_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.type_)*/0 + , /*decltype(_impl_.partitioned_table_id_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct FigureDescriptor_MultiSeriesSourceDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_MultiSeriesSourceDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -868,15 +926,15 @@ struct FigureDescriptor_MultiSeriesSourceDescriptorDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_MultiSeriesSourceDescriptorDefaultTypeInternal _FigureDescriptor_MultiSeriesSourceDescriptor_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_SourceDescriptor::FigureDescriptor_SourceDescriptor( - ::_pbi::ConstantInitialized) - : axis_id_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , column_type_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , one_click_(nullptr) - , type_(0) - - , table_id_(0) - , partitioned_table_id_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.axis_id_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.column_type_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.one_click_)*/nullptr + , /*decltype(_impl_.type_)*/0 + , /*decltype(_impl_.table_id_)*/0 + , /*decltype(_impl_.partitioned_table_id_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct FigureDescriptor_SourceDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_SourceDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -887,10 +945,11 @@ struct FigureDescriptor_SourceDescriptorDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_SourceDescriptorDefaultTypeInternal _FigureDescriptor_SourceDescriptor_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor_OneClickDescriptor::FigureDescriptor_OneClickDescriptor( - ::_pbi::ConstantInitialized) - : columns_() - , column_types_() - , require_all_filters_to_display_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.columns_)*/{} + , /*decltype(_impl_.column_types_)*/{} + , /*decltype(_impl_.require_all_filters_to_display_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct FigureDescriptor_OneClickDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptor_OneClickDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -901,15 +960,17 @@ struct FigureDescriptor_OneClickDescriptorDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FigureDescriptor_OneClickDescriptorDefaultTypeInternal _FigureDescriptor_OneClickDescriptor_default_instance_; PROTOBUF_CONSTEXPR FigureDescriptor::FigureDescriptor( - ::_pbi::ConstantInitialized) - : charts_() - , errors_() - , title_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , title_font_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , title_color_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , update_interval_(int64_t{0}) - , cols_(0) - , rows_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.charts_)*/{} + , /*decltype(_impl_.errors_)*/{} + , /*decltype(_impl_.title_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.title_font_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.title_color_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.update_interval_)*/int64_t{0} + , /*decltype(_impl_.cols_)*/0 + , /*decltype(_impl_.rows_)*/0} {} struct FigureDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR FigureDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -942,22 +1003,22 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetConsoleTypesResponse, console_types_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetConsoleTypesResponse, _impl_.console_types_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::StartConsoleRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::StartConsoleRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::StartConsoleRequest, session_type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::StartConsoleRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::StartConsoleRequest, _impl_.session_type_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::StartConsoleResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::StartConsoleResponse, result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::StartConsoleResponse, _impl_.result_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHeapInfoRequest, _internal_metadata_), ~0u, // no _extensions_ @@ -970,51 +1031,51 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHeapInfoResponse, max_memory_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHeapInfoResponse, total_memory_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHeapInfoResponse, free_memory_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHeapInfoResponse, _impl_.max_memory_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHeapInfoResponse, _impl_.total_memory_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHeapInfoResponse, _impl_.free_memory_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::LogSubscriptionRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::LogSubscriptionRequest, last_seen_log_timestamp_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::LogSubscriptionRequest, levels_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::LogSubscriptionRequest, _impl_.last_seen_log_timestamp_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::LogSubscriptionRequest, _impl_.levels_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::LogSubscriptionData, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::LogSubscriptionData, micros_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::LogSubscriptionData, log_level_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::LogSubscriptionData, message_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::LogSubscriptionData, _impl_.micros_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::LogSubscriptionData, _impl_.log_level_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::LogSubscriptionData, _impl_.message_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ExecuteCommandRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ExecuteCommandRequest, console_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ExecuteCommandRequest, code_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ExecuteCommandRequest, _impl_.console_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ExecuteCommandRequest, _impl_.code_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ExecuteCommandResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ExecuteCommandResponse, error_message_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ExecuteCommandResponse, changes_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ExecuteCommandResponse, _impl_.error_message_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ExecuteCommandResponse, _impl_.changes_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::BindTableToVariableRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::BindTableToVariableRequest, console_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::BindTableToVariableRequest, variable_name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::BindTableToVariableRequest, table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::BindTableToVariableRequest, _impl_.console_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::BindTableToVariableRequest, _impl_.variable_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::BindTableToVariableRequest, _impl_.table_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::BindTableToVariableResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -1027,8 +1088,8 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CancelCommandRequest, console_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CancelCommandRequest, command_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CancelCommandRequest, _impl_.console_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CancelCommandRequest, _impl_.command_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CancelCommandResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -1041,8 +1102,8 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CancelAutoCompleteRequest, console_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CancelAutoCompleteRequest, request_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CancelAutoCompleteRequest, _impl_.console_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CancelAutoCompleteRequest, _impl_.request_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CancelAutoCompleteResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -1052,11 +1113,11 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteRequest, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteRequest, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteRequest, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteRequest, console_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteRequest, request_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteRequest, _impl_.console_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteRequest, _impl_.request_id_), ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, @@ -1064,21 +1125,21 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteRequest, request_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteRequest, _impl_.request_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteResponse, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteResponse, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteResponse, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteResponse, request_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteResponse, success_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteResponse, _impl_.request_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteResponse, _impl_.success_), ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteResponse, response_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::AutoCompleteResponse, _impl_.response_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::BrowserNextResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -1091,177 +1152,177 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest, console_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest, text_document_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest, _impl_.console_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest, _impl_.text_document_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextDocumentItem, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextDocumentItem, uri_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextDocumentItem, language_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextDocumentItem, version_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextDocumentItem, text_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextDocumentItem, _impl_.uri_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextDocumentItem, _impl_.language_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextDocumentItem, _impl_.version_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextDocumentItem, _impl_.text_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest, console_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest, text_document_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest, _impl_.console_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest, _impl_.text_document_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent, range_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent, range_length_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent, text_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent, _impl_.range_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent, _impl_.range_length_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent, _impl_.text_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest, console_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest, text_document_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest, content_changes_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest, _impl_.console_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest, _impl_.text_document_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest, _impl_.content_changes_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::DocumentRange, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::DocumentRange, start_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::DocumentRange, end_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::DocumentRange, _impl_.start_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::DocumentRange, _impl_.end_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier, uri_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier, version_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier, _impl_.uri_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier, _impl_.version_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Position, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Position, line_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Position, character_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Position, _impl_.line_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Position, _impl_.character_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::MarkupContent, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::MarkupContent, kind_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::MarkupContent, value_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::MarkupContent, _impl_.kind_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::MarkupContent, _impl_.value_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest, console_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest, context_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest, text_document_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest, position_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest, request_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest, _impl_.console_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest, _impl_.context_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest, _impl_.text_document_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest, _impl_.position_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest, _impl_.request_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionContext, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionContext, trigger_kind_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionContext, trigger_character_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionContext, _impl_.trigger_kind_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionContext, _impl_.trigger_character_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse, items_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse, request_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse, success_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse, _impl_.items_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse, _impl_.request_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse, _impl_.success_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, start_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, length_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, label_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, kind_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, detail_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, deprecated_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, preselect_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, text_edit_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, sort_text_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, filter_text_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, insert_text_format_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, additional_text_edits_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, commit_characters_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, documentation_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.start_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.length_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.label_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.kind_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.detail_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.deprecated_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.preselect_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.text_edit_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.sort_text_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.filter_text_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.insert_text_format_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.additional_text_edits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.commit_characters_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::CompletionItem, _impl_.documentation_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextEdit, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextEdit, range_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextEdit, text_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextEdit, _impl_.range_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::TextEdit, _impl_.text_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest, context_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest, text_document_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest, position_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest, _impl_.context_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest, _impl_.text_document_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest, _impl_.position_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext, trigger_kind_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext, trigger_character_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext, is_retrigger_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext, active_signature_help_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext, _impl_.trigger_kind_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext, _impl_.trigger_character_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext, _impl_.is_retrigger_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext, _impl_.active_signature_help_), ~0u, 0, ~0u, ~0u, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse, signatures_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse, active_signature_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse, active_parameter_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse, _impl_.signatures_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse, _impl_.active_signature_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse, _impl_.active_parameter_), ~0u, 0, 1, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureInformation, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureInformation, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureInformation, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureInformation, label_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureInformation, documentation_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureInformation, parameters_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureInformation, active_parameter_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureInformation, _impl_.label_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureInformation, _impl_.documentation_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureInformation, _impl_.parameters_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::SignatureInformation, _impl_.active_parameter_), ~0u, ~0u, ~0u, @@ -1272,57 +1333,57 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ParameterInformation, label_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ParameterInformation, documentation_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ParameterInformation, _impl_.label_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::ParameterInformation, _impl_.documentation_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHoverRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHoverRequest, text_document_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHoverRequest, position_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHoverRequest, _impl_.text_document_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHoverRequest, _impl_.position_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHoverResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHoverResponse, contents_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHoverResponse, range_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHoverResponse, _impl_.contents_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetHoverResponse, _impl_.range_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest, text_document_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest, identifier_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest, previous_result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest, _impl_.text_document_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest, _impl_.identifier_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest, _impl_.previous_result_id_), ~0u, 0, 1, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse, kind_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse, items_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse, _impl_.kind_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse, _impl_.items_), ~0u, 0, ~0u, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse, uri_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse, version_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse, diagnostics_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse, _impl_.uri_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse, _impl_.version_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse, _impl_.diagnostics_), ~0u, 0, ~0u, @@ -1332,21 +1393,21 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription, href_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription, _impl_.href_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, range_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, severity_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, code_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, code_description_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, source_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, message_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, tags_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, data_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, _impl_.range_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, _impl_.severity_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, _impl_.code_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, _impl_.code_description_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, _impl_.source_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, _impl_.message_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, _impl_.tags_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::Diagnostic, _impl_.data_), ~0u, ~0u, 0, @@ -1355,27 +1416,27 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ~0u, ~0u, 2, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, colspan_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, rowspan_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, series_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, multi_series_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, axes_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, chart_type_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, title_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, title_font_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, title_color_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, show_legend_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, legend_font_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, legend_color_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, is3d_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, column_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, row_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.colspan_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.rowspan_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.series_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.multi_series_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.axes_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.chart_type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.title_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.title_font_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.title_color_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.show_legend_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.legend_font_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.legend_color_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.is3d_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.column_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor, _impl_.row_), ~0u, ~0u, ~0u, @@ -1391,26 +1452,26 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ~0u, ~0u, ~0u, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, plot_style_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, lines_visible_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, shapes_visible_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, gradient_visible_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, line_color_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, point_label_format_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, x_tool_tip_pattern_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, y_tool_tip_pattern_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, shape_label_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, shape_size_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, shape_color_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, shape_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, data_sources_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.plot_style_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.lines_visible_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.shapes_visible_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.gradient_visible_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.line_color_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.point_label_format_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.x_tool_tip_pattern_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.y_tool_tip_pattern_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.shape_label_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.shape_size_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.shape_color_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.shape_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor, _impl_.data_sources_), ~0u, ~0u, 3, @@ -1431,83 +1492,83 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, plot_style_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, line_color_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, point_color_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, lines_visible_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, points_visible_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, gradient_visible_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, point_label_format_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, x_tool_tip_pattern_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, y_tool_tip_pattern_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, point_label_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, point_size_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, point_shape_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, data_sources_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.plot_style_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.line_color_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.point_color_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.lines_visible_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.points_visible_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.gradient_visible_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.point_label_format_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.x_tool_tip_pattern_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.y_tool_tip_pattern_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.point_label_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.point_size_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.point_shape_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor, _impl_.data_sources_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault, default_string_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault, keys_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault, values_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault, _impl_.default_string_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault, _impl_.keys_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault, _impl_.values_), 0, ~0u, ~0u, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault, default_double_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault, keys_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault, values_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault, _impl_.default_double_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault, _impl_.keys_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault, _impl_.values_), 0, ~0u, ~0u, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault, default_bool_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault, keys_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault, values_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault, _impl_.default_bool_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault, _impl_.keys_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault, _impl_.values_), 0, ~0u, ~0u, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, format_type_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, type_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, position_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, log_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, label_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, label_font_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, ticks_font_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, format_pattern_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, color_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, min_range_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, max_range_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, minor_ticks_visible_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, major_ticks_visible_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, minor_tick_count_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, gap_between_major_ticks_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, major_tick_locations_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, tick_label_angle_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, invert_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, is_time_axis_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, business_calendar_descriptor_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.format_type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.position_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.log_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.label_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.label_font_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.ticks_font_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.format_pattern_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.color_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.min_range_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.max_range_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.minor_ticks_visible_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.major_ticks_visible_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.minor_tick_count_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.gap_between_major_ticks_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.major_tick_locations_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.tick_label_angle_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.invert_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.is_time_axis_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor, _impl_.business_calendar_descriptor_), ~0u, ~0u, ~0u, @@ -1535,82 +1596,82 @@ const uint32_t TableStruct_deephaven_2fproto_2fconsole_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod, open_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod, close_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod, _impl_.open_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod, _impl_.close_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday, date_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday, business_periods_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday, _impl_.date_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday, _impl_.business_periods_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate, year_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate, month_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate, day_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate, _impl_.year_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate, _impl_.month_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate, _impl_.day_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor, name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor, time_zone_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor, business_days_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor, business_periods_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor, holidays_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor, _impl_.name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor, _impl_.time_zone_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor, _impl_.business_days_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor, _impl_.business_periods_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor, _impl_.holidays_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor, axis_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor, type_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor, partitioned_table_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor, column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor, _impl_.axis_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor, _impl_.type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor, _impl_.partitioned_table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor, _impl_.column_name_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, axis_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, type_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, table_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, partitioned_table_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, column_name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, column_type_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, one_click_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, _impl_.axis_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, _impl_.type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, _impl_.table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, _impl_.partitioned_table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, _impl_.column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, _impl_.column_type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor, _impl_.one_click_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor, columns_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor, column_types_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor, require_all_filters_to_display_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor, _impl_.columns_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor, _impl_.column_types_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor, _impl_.require_all_filters_to_display_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, title_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, title_font_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, title_color_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, update_interval_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, cols_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, rows_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, charts_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, errors_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, _impl_.title_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, _impl_.title_font_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, _impl_.title_color_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, _impl_.update_interval_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, _impl_.cols_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, _impl_.rows_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, _impl_.charts_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor, _impl_.errors_), 0, ~0u, ~0u, @@ -2468,6 +2529,7 @@ GetConsoleTypesRequest::GetConsoleTypesRequest(::PROTOBUF_NAMESPACE_ID::Arena* a } GetConsoleTypesRequest::GetConsoleTypesRequest(const GetConsoleTypesRequest& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + GetConsoleTypesRequest* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesRequest) } @@ -2502,19 +2564,29 @@ class GetConsoleTypesResponse::_Internal { GetConsoleTypesResponse::GetConsoleTypesResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - console_types_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse) } GetConsoleTypesResponse::GetConsoleTypesResponse(const GetConsoleTypesResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - console_types_(from.console_types_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + GetConsoleTypesResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.console_types_){from._impl_.console_types_} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse) } -inline void GetConsoleTypesResponse::SharedCtor() { +inline void GetConsoleTypesResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.console_types_){arena} + , /*decltype(_impl_._cached_size_)*/{} + }; } GetConsoleTypesResponse::~GetConsoleTypesResponse() { @@ -2528,10 +2600,11 @@ GetConsoleTypesResponse::~GetConsoleTypesResponse() { inline void GetConsoleTypesResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.console_types_.~RepeatedPtrField(); } void GetConsoleTypesResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void GetConsoleTypesResponse::Clear() { @@ -2540,7 +2613,7 @@ void GetConsoleTypesResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - console_types_.Clear(); + _impl_.console_types_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -2622,36 +2695,32 @@ size_t GetConsoleTypesResponse::ByteSizeLong() const { // repeated string console_types = 1; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(console_types_.size()); - for (int i = 0, n = console_types_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.console_types_.size()); + for (int i = 0, n = _impl_.console_types_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - console_types_.Get(i)); + _impl_.console_types_.Get(i)); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetConsoleTypesResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, GetConsoleTypesResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetConsoleTypesResponse::GetClassData() const { return &_class_data_; } -void GetConsoleTypesResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void GetConsoleTypesResponse::MergeFrom(const GetConsoleTypesResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse) - GOOGLE_DCHECK_NE(&from, this); +void GetConsoleTypesResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - console_types_.MergeFrom(from.console_types_); - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_impl_.console_types_.MergeFrom(from._impl_.console_types_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void GetConsoleTypesResponse::CopyFrom(const GetConsoleTypesResponse& from) { @@ -2668,7 +2737,7 @@ bool GetConsoleTypesResponse::IsInitialized() const { void GetConsoleTypesResponse::InternalSwap(GetConsoleTypesResponse* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - console_types_.InternalSwap(&other->console_types_); + _impl_.console_types_.InternalSwap(&other->_impl_.console_types_); } ::PROTOBUF_NAMESPACE_ID::Metadata GetConsoleTypesResponse::GetMetadata() const { @@ -2686,45 +2755,56 @@ class StartConsoleRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& StartConsoleRequest::_Internal::result_id(const StartConsoleRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } void StartConsoleRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } StartConsoleRequest::StartConsoleRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.StartConsoleRequest) } StartConsoleRequest::StartConsoleRequest(const StartConsoleRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + StartConsoleRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.session_type_){} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - session_type_.InitDefault(); + _impl_.session_type_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - session_type_.Set("", GetArenaForAllocation()); + _impl_.session_type_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_session_type().empty()) { - session_type_.Set(from._internal_session_type(), - GetArenaForAllocation()); + _this->_impl_.session_type_.Set(from._internal_session_type(), + _this->GetArenaForAllocation()); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.StartConsoleRequest) } -inline void StartConsoleRequest::SharedCtor() { -session_type_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - session_type_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -result_id_ = nullptr; +inline void StartConsoleRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.session_type_){} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.session_type_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.session_type_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } StartConsoleRequest::~StartConsoleRequest() { @@ -2738,12 +2818,12 @@ StartConsoleRequest::~StartConsoleRequest() { inline void StartConsoleRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - session_type_.Destroy(); - if (this != internal_default_instance()) delete result_id_; + _impl_.session_type_.Destroy(); + if (this != internal_default_instance()) delete _impl_.result_id_; } void StartConsoleRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void StartConsoleRequest::Clear() { @@ -2752,11 +2832,11 @@ void StartConsoleRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - session_type_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.session_type_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -2857,38 +2937,35 @@ size_t StartConsoleRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData StartConsoleRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, StartConsoleRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*StartConsoleRequest::GetClassData() const { return &_class_data_; } -void StartConsoleRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void StartConsoleRequest::MergeFrom(const StartConsoleRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.StartConsoleRequest) - GOOGLE_DCHECK_NE(&from, this); +void StartConsoleRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.StartConsoleRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_session_type().empty()) { - _internal_set_session_type(from._internal_session_type()); + _this->_internal_set_session_type(from._internal_session_type()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void StartConsoleRequest::CopyFrom(const StartConsoleRequest& from) { @@ -2908,10 +2985,10 @@ void StartConsoleRequest::InternalSwap(StartConsoleRequest* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &session_type_, lhs_arena, - &other->session_type_, rhs_arena + &_impl_.session_type_, lhs_arena, + &other->_impl_.session_type_, rhs_arena ); - swap(result_id_, other->result_id_); + swap(_impl_.result_id_, other->_impl_.result_id_); } ::PROTOBUF_NAMESPACE_ID::Metadata StartConsoleRequest::GetMetadata() const { @@ -2929,33 +3006,42 @@ class StartConsoleResponse::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& StartConsoleResponse::_Internal::result_id(const StartConsoleResponse* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } void StartConsoleResponse::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } StartConsoleResponse::StartConsoleResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.StartConsoleResponse) } StartConsoleResponse::StartConsoleResponse(const StartConsoleResponse& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + StartConsoleResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.StartConsoleResponse) } -inline void StartConsoleResponse::SharedCtor() { -result_id_ = nullptr; +inline void StartConsoleResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } StartConsoleResponse::~StartConsoleResponse() { @@ -2969,11 +3055,11 @@ StartConsoleResponse::~StartConsoleResponse() { inline void StartConsoleResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; + if (this != internal_default_instance()) delete _impl_.result_id_; } void StartConsoleResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void StartConsoleResponse::Clear() { @@ -2982,10 +3068,10 @@ void StartConsoleResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -3059,35 +3145,32 @@ size_t StartConsoleResponse::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData StartConsoleResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, StartConsoleResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*StartConsoleResponse::GetClassData() const { return &_class_data_; } -void StartConsoleResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void StartConsoleResponse::MergeFrom(const StartConsoleResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.StartConsoleResponse) - GOOGLE_DCHECK_NE(&from, this); +void StartConsoleResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.StartConsoleResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void StartConsoleResponse::CopyFrom(const StartConsoleResponse& from) { @@ -3104,7 +3187,7 @@ bool StartConsoleResponse::IsInitialized() const { void StartConsoleResponse::InternalSwap(StartConsoleResponse* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(result_id_, other->result_id_); + swap(_impl_.result_id_, other->_impl_.result_id_); } ::PROTOBUF_NAMESPACE_ID::Metadata StartConsoleResponse::GetMetadata() const { @@ -3126,6 +3209,7 @@ GetHeapInfoRequest::GetHeapInfoRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, } GetHeapInfoRequest::GetHeapInfoRequest(const GetHeapInfoRequest& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + GetHeapInfoRequest* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetHeapInfoRequest) } @@ -3161,23 +3245,35 @@ class GetHeapInfoResponse::_Internal { GetHeapInfoResponse::GetHeapInfoResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.GetHeapInfoResponse) } GetHeapInfoResponse::GetHeapInfoResponse(const GetHeapInfoResponse& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + GetHeapInfoResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.max_memory_){} + , decltype(_impl_.total_memory_){} + , decltype(_impl_.free_memory_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - ::memcpy(&max_memory_, &from.max_memory_, - static_cast(reinterpret_cast(&free_memory_) - - reinterpret_cast(&max_memory_)) + sizeof(free_memory_)); + ::memcpy(&_impl_.max_memory_, &from._impl_.max_memory_, + static_cast(reinterpret_cast(&_impl_.free_memory_) - + reinterpret_cast(&_impl_.max_memory_)) + sizeof(_impl_.free_memory_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetHeapInfoResponse) } -inline void GetHeapInfoResponse::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&max_memory_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&free_memory_) - - reinterpret_cast(&max_memory_)) + sizeof(free_memory_)); +inline void GetHeapInfoResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.max_memory_){int64_t{0}} + , decltype(_impl_.total_memory_){int64_t{0}} + , decltype(_impl_.free_memory_){int64_t{0}} + , /*decltype(_impl_._cached_size_)*/{} + }; } GetHeapInfoResponse::~GetHeapInfoResponse() { @@ -3194,7 +3290,7 @@ inline void GetHeapInfoResponse::SharedDtor() { } void GetHeapInfoResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void GetHeapInfoResponse::Clear() { @@ -3203,9 +3299,9 @@ void GetHeapInfoResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - ::memset(&max_memory_, 0, static_cast( - reinterpret_cast(&free_memory_) - - reinterpret_cast(&max_memory_)) + sizeof(free_memory_)); + ::memset(&_impl_.max_memory_, 0, static_cast( + reinterpret_cast(&_impl_.free_memory_) - + reinterpret_cast(&_impl_.max_memory_)) + sizeof(_impl_.free_memory_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -3218,7 +3314,7 @@ const char* GetHeapInfoResponse::_InternalParse(const char* ptr, ::_pbi::ParseCo // int64 max_memory = 1 [jstype = JS_STRING]; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - max_memory_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.max_memory_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -3226,7 +3322,7 @@ const char* GetHeapInfoResponse::_InternalParse(const char* ptr, ::_pbi::ParseCo // int64 total_memory = 2 [jstype = JS_STRING]; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - total_memory_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.total_memory_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -3234,7 +3330,7 @@ const char* GetHeapInfoResponse::_InternalParse(const char* ptr, ::_pbi::ParseCo // int64 free_memory = 3 [jstype = JS_STRING]; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - free_memory_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.free_memory_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -3317,38 +3413,34 @@ size_t GetHeapInfoResponse::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(this->_internal_free_memory()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetHeapInfoResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, GetHeapInfoResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetHeapInfoResponse::GetClassData() const { return &_class_data_; } -void GetHeapInfoResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void GetHeapInfoResponse::MergeFrom(const GetHeapInfoResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetHeapInfoResponse) - GOOGLE_DCHECK_NE(&from, this); +void GetHeapInfoResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetHeapInfoResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_max_memory() != 0) { - _internal_set_max_memory(from._internal_max_memory()); + _this->_internal_set_max_memory(from._internal_max_memory()); } if (from._internal_total_memory() != 0) { - _internal_set_total_memory(from._internal_total_memory()); + _this->_internal_set_total_memory(from._internal_total_memory()); } if (from._internal_free_memory() != 0) { - _internal_set_free_memory(from._internal_free_memory()); + _this->_internal_set_free_memory(from._internal_free_memory()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void GetHeapInfoResponse::CopyFrom(const GetHeapInfoResponse& from) { @@ -3366,11 +3458,11 @@ void GetHeapInfoResponse::InternalSwap(GetHeapInfoResponse* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(GetHeapInfoResponse, free_memory_) - + sizeof(GetHeapInfoResponse::free_memory_) - - PROTOBUF_FIELD_OFFSET(GetHeapInfoResponse, max_memory_)>( - reinterpret_cast(&max_memory_), - reinterpret_cast(&other->max_memory_)); + PROTOBUF_FIELD_OFFSET(GetHeapInfoResponse, _impl_.free_memory_) + + sizeof(GetHeapInfoResponse::_impl_.free_memory_) + - PROTOBUF_FIELD_OFFSET(GetHeapInfoResponse, _impl_.max_memory_)>( + reinterpret_cast(&_impl_.max_memory_), + reinterpret_cast(&other->_impl_.max_memory_)); } ::PROTOBUF_NAMESPACE_ID::Metadata GetHeapInfoResponse::GetMetadata() const { @@ -3387,21 +3479,32 @@ class LogSubscriptionRequest::_Internal { LogSubscriptionRequest::LogSubscriptionRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - levels_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest) } LogSubscriptionRequest::LogSubscriptionRequest(const LogSubscriptionRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - levels_(from.levels_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + LogSubscriptionRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.levels_){from._impl_.levels_} + , decltype(_impl_.last_seen_log_timestamp_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - last_seen_log_timestamp_ = from.last_seen_log_timestamp_; + _this->_impl_.last_seen_log_timestamp_ = from._impl_.last_seen_log_timestamp_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest) } -inline void LogSubscriptionRequest::SharedCtor() { -last_seen_log_timestamp_ = int64_t{0}; +inline void LogSubscriptionRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.levels_){arena} + , decltype(_impl_.last_seen_log_timestamp_){int64_t{0}} + , /*decltype(_impl_._cached_size_)*/{} + }; } LogSubscriptionRequest::~LogSubscriptionRequest() { @@ -3415,10 +3518,11 @@ LogSubscriptionRequest::~LogSubscriptionRequest() { inline void LogSubscriptionRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.levels_.~RepeatedPtrField(); } void LogSubscriptionRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void LogSubscriptionRequest::Clear() { @@ -3427,8 +3531,8 @@ void LogSubscriptionRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - levels_.Clear(); - last_seen_log_timestamp_ = int64_t{0}; + _impl_.levels_.Clear(); + _impl_.last_seen_log_timestamp_ = int64_t{0}; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -3441,7 +3545,7 @@ const char* LogSubscriptionRequest::_InternalParse(const char* ptr, ::_pbi::Pars // int64 last_seen_log_timestamp = 1 [jstype = JS_STRING]; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - last_seen_log_timestamp_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.last_seen_log_timestamp_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -3524,10 +3628,10 @@ size_t LogSubscriptionRequest::ByteSizeLong() const { // repeated string levels = 2; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(levels_.size()); - for (int i = 0, n = levels_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.levels_.size()); + for (int i = 0, n = _impl_.levels_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - levels_.Get(i)); + _impl_.levels_.Get(i)); } // int64 last_seen_log_timestamp = 1 [jstype = JS_STRING]; @@ -3535,33 +3639,29 @@ size_t LogSubscriptionRequest::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(this->_internal_last_seen_log_timestamp()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData LogSubscriptionRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, LogSubscriptionRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*LogSubscriptionRequest::GetClassData() const { return &_class_data_; } -void LogSubscriptionRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void LogSubscriptionRequest::MergeFrom(const LogSubscriptionRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest) - GOOGLE_DCHECK_NE(&from, this); +void LogSubscriptionRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - levels_.MergeFrom(from.levels_); + _this->_impl_.levels_.MergeFrom(from._impl_.levels_); if (from._internal_last_seen_log_timestamp() != 0) { - _internal_set_last_seen_log_timestamp(from._internal_last_seen_log_timestamp()); + _this->_internal_set_last_seen_log_timestamp(from._internal_last_seen_log_timestamp()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void LogSubscriptionRequest::CopyFrom(const LogSubscriptionRequest& from) { @@ -3578,8 +3678,8 @@ bool LogSubscriptionRequest::IsInitialized() const { void LogSubscriptionRequest::InternalSwap(LogSubscriptionRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - levels_.InternalSwap(&other->levels_); - swap(last_seen_log_timestamp_, other->last_seen_log_timestamp_); + _impl_.levels_.InternalSwap(&other->_impl_.levels_); + swap(_impl_.last_seen_log_timestamp_, other->_impl_.last_seen_log_timestamp_); } ::PROTOBUF_NAMESPACE_ID::Metadata LogSubscriptionRequest::GetMetadata() const { @@ -3597,42 +3697,57 @@ class LogSubscriptionData::_Internal { LogSubscriptionData::LogSubscriptionData(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData) } LogSubscriptionData::LogSubscriptionData(const LogSubscriptionData& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + LogSubscriptionData* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.log_level_){} + , decltype(_impl_.message_){} + , decltype(_impl_.micros_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - log_level_.InitDefault(); + _impl_.log_level_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - log_level_.Set("", GetArenaForAllocation()); + _impl_.log_level_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_log_level().empty()) { - log_level_.Set(from._internal_log_level(), - GetArenaForAllocation()); + _this->_impl_.log_level_.Set(from._internal_log_level(), + _this->GetArenaForAllocation()); } - message_.InitDefault(); + _impl_.message_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - message_.Set("", GetArenaForAllocation()); + _impl_.message_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_message().empty()) { - message_.Set(from._internal_message(), - GetArenaForAllocation()); + _this->_impl_.message_.Set(from._internal_message(), + _this->GetArenaForAllocation()); } - micros_ = from.micros_; + _this->_impl_.micros_ = from._impl_.micros_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData) } -inline void LogSubscriptionData::SharedCtor() { -log_level_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - log_level_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -message_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - message_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -micros_ = int64_t{0}; +inline void LogSubscriptionData::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.log_level_){} + , decltype(_impl_.message_){} + , decltype(_impl_.micros_){int64_t{0}} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.log_level_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.log_level_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.message_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.message_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } LogSubscriptionData::~LogSubscriptionData() { @@ -3646,12 +3761,12 @@ LogSubscriptionData::~LogSubscriptionData() { inline void LogSubscriptionData::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - log_level_.Destroy(); - message_.Destroy(); + _impl_.log_level_.Destroy(); + _impl_.message_.Destroy(); } void LogSubscriptionData::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void LogSubscriptionData::Clear() { @@ -3660,9 +3775,9 @@ void LogSubscriptionData::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - log_level_.ClearToEmpty(); - message_.ClearToEmpty(); - micros_ = int64_t{0}; + _impl_.log_level_.ClearToEmpty(); + _impl_.message_.ClearToEmpty(); + _impl_.micros_ = int64_t{0}; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -3675,7 +3790,7 @@ const char* LogSubscriptionData::_InternalParse(const char* ptr, ::_pbi::ParseCo // int64 micros = 1 [jstype = JS_STRING]; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - micros_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.micros_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -3790,38 +3905,34 @@ size_t LogSubscriptionData::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(this->_internal_micros()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData LogSubscriptionData::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, LogSubscriptionData::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*LogSubscriptionData::GetClassData() const { return &_class_data_; } -void LogSubscriptionData::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void LogSubscriptionData::MergeFrom(const LogSubscriptionData& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData) - GOOGLE_DCHECK_NE(&from, this); +void LogSubscriptionData::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_log_level().empty()) { - _internal_set_log_level(from._internal_log_level()); + _this->_internal_set_log_level(from._internal_log_level()); } if (!from._internal_message().empty()) { - _internal_set_message(from._internal_message()); + _this->_internal_set_message(from._internal_message()); } if (from._internal_micros() != 0) { - _internal_set_micros(from._internal_micros()); + _this->_internal_set_micros(from._internal_micros()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void LogSubscriptionData::CopyFrom(const LogSubscriptionData& from) { @@ -3841,14 +3952,14 @@ void LogSubscriptionData::InternalSwap(LogSubscriptionData* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &log_level_, lhs_arena, - &other->log_level_, rhs_arena + &_impl_.log_level_, lhs_arena, + &other->_impl_.log_level_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &message_, lhs_arena, - &other->message_, rhs_arena + &_impl_.message_, lhs_arena, + &other->_impl_.message_, rhs_arena ); - swap(micros_, other->micros_); + swap(_impl_.micros_, other->_impl_.micros_); } ::PROTOBUF_NAMESPACE_ID::Metadata LogSubscriptionData::GetMetadata() const { @@ -3866,45 +3977,56 @@ class ExecuteCommandRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& ExecuteCommandRequest::_Internal::console_id(const ExecuteCommandRequest* msg) { - return *msg->console_id_; + return *msg->_impl_.console_id_; } void ExecuteCommandRequest::clear_console_id() { - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; + _impl_.console_id_ = nullptr; } ExecuteCommandRequest::ExecuteCommandRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest) } ExecuteCommandRequest::ExecuteCommandRequest(const ExecuteCommandRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ExecuteCommandRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.code_){} + , decltype(_impl_.console_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - code_.InitDefault(); + _impl_.code_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - code_.Set("", GetArenaForAllocation()); + _impl_.code_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_code().empty()) { - code_.Set(from._internal_code(), - GetArenaForAllocation()); + _this->_impl_.code_.Set(from._internal_code(), + _this->GetArenaForAllocation()); } if (from._internal_has_console_id()) { - console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.console_id_); - } else { - console_id_ = nullptr; + _this->_impl_.console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.console_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest) } -inline void ExecuteCommandRequest::SharedCtor() { -code_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - code_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -console_id_ = nullptr; +inline void ExecuteCommandRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.code_){} + , decltype(_impl_.console_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.code_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.code_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ExecuteCommandRequest::~ExecuteCommandRequest() { @@ -3918,12 +4040,12 @@ ExecuteCommandRequest::~ExecuteCommandRequest() { inline void ExecuteCommandRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - code_.Destroy(); - if (this != internal_default_instance()) delete console_id_; + _impl_.code_.Destroy(); + if (this != internal_default_instance()) delete _impl_.console_id_; } void ExecuteCommandRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ExecuteCommandRequest::Clear() { @@ -3932,11 +4054,11 @@ void ExecuteCommandRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - code_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + _impl_.code_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; + _impl_.console_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -4037,38 +4159,35 @@ size_t ExecuteCommandRequest::ByteSizeLong() const { if (this->_internal_has_console_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *console_id_); + *_impl_.console_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ExecuteCommandRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ExecuteCommandRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ExecuteCommandRequest::GetClassData() const { return &_class_data_; } -void ExecuteCommandRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ExecuteCommandRequest::MergeFrom(const ExecuteCommandRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest) - GOOGLE_DCHECK_NE(&from, this); +void ExecuteCommandRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_code().empty()) { - _internal_set_code(from._internal_code()); + _this->_internal_set_code(from._internal_code()); } if (from._internal_has_console_id()) { - _internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_console_id()); + _this->_internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_console_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ExecuteCommandRequest::CopyFrom(const ExecuteCommandRequest& from) { @@ -4088,10 +4207,10 @@ void ExecuteCommandRequest::InternalSwap(ExecuteCommandRequest* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &code_, lhs_arena, - &other->code_, rhs_arena + &_impl_.code_, lhs_arena, + &other->_impl_.code_, rhs_arena ); - swap(console_id_, other->console_id_); + swap(_impl_.console_id_, other->_impl_.console_id_); } ::PROTOBUF_NAMESPACE_ID::Metadata ExecuteCommandRequest::GetMetadata() const { @@ -4109,45 +4228,56 @@ class ExecuteCommandResponse::_Internal { const ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate& ExecuteCommandResponse::_Internal::changes(const ExecuteCommandResponse* msg) { - return *msg->changes_; + return *msg->_impl_.changes_; } void ExecuteCommandResponse::clear_changes() { - if (GetArenaForAllocation() == nullptr && changes_ != nullptr) { - delete changes_; + if (GetArenaForAllocation() == nullptr && _impl_.changes_ != nullptr) { + delete _impl_.changes_; } - changes_ = nullptr; + _impl_.changes_ = nullptr; } ExecuteCommandResponse::ExecuteCommandResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.ExecuteCommandResponse) } ExecuteCommandResponse::ExecuteCommandResponse(const ExecuteCommandResponse& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ExecuteCommandResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.error_message_){} + , decltype(_impl_.changes_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - error_message_.InitDefault(); + _impl_.error_message_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - error_message_.Set("", GetArenaForAllocation()); + _impl_.error_message_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_error_message().empty()) { - error_message_.Set(from._internal_error_message(), - GetArenaForAllocation()); + _this->_impl_.error_message_.Set(from._internal_error_message(), + _this->GetArenaForAllocation()); } if (from._internal_has_changes()) { - changes_ = new ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate(*from.changes_); - } else { - changes_ = nullptr; + _this->_impl_.changes_ = new ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate(*from._impl_.changes_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.ExecuteCommandResponse) } -inline void ExecuteCommandResponse::SharedCtor() { -error_message_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - error_message_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -changes_ = nullptr; +inline void ExecuteCommandResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.error_message_){} + , decltype(_impl_.changes_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.error_message_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.error_message_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ExecuteCommandResponse::~ExecuteCommandResponse() { @@ -4161,12 +4291,12 @@ ExecuteCommandResponse::~ExecuteCommandResponse() { inline void ExecuteCommandResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - error_message_.Destroy(); - if (this != internal_default_instance()) delete changes_; + _impl_.error_message_.Destroy(); + if (this != internal_default_instance()) delete _impl_.changes_; } void ExecuteCommandResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ExecuteCommandResponse::Clear() { @@ -4175,11 +4305,11 @@ void ExecuteCommandResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - error_message_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && changes_ != nullptr) { - delete changes_; + _impl_.error_message_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.changes_ != nullptr) { + delete _impl_.changes_; } - changes_ = nullptr; + _impl_.changes_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -4280,38 +4410,35 @@ size_t ExecuteCommandResponse::ByteSizeLong() const { if (this->_internal_has_changes()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *changes_); + *_impl_.changes_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ExecuteCommandResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ExecuteCommandResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ExecuteCommandResponse::GetClassData() const { return &_class_data_; } -void ExecuteCommandResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ExecuteCommandResponse::MergeFrom(const ExecuteCommandResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.ExecuteCommandResponse) - GOOGLE_DCHECK_NE(&from, this); +void ExecuteCommandResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.ExecuteCommandResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_error_message().empty()) { - _internal_set_error_message(from._internal_error_message()); + _this->_internal_set_error_message(from._internal_error_message()); } if (from._internal_has_changes()) { - _internal_mutable_changes()->::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate::MergeFrom(from._internal_changes()); + _this->_internal_mutable_changes()->::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate::MergeFrom( + from._internal_changes()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ExecuteCommandResponse::CopyFrom(const ExecuteCommandResponse& from) { @@ -4331,10 +4458,10 @@ void ExecuteCommandResponse::InternalSwap(ExecuteCommandResponse* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &error_message_, lhs_arena, - &other->error_message_, rhs_arena + &_impl_.error_message_, lhs_arena, + &other->_impl_.error_message_, rhs_arena ); - swap(changes_, other->changes_); + swap(_impl_.changes_, other->_impl_.changes_); } ::PROTOBUF_NAMESPACE_ID::Metadata ExecuteCommandResponse::GetMetadata() const { @@ -4353,63 +4480,71 @@ class BindTableToVariableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& BindTableToVariableRequest::_Internal::console_id(const BindTableToVariableRequest* msg) { - return *msg->console_id_; + return *msg->_impl_.console_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& BindTableToVariableRequest::_Internal::table_id(const BindTableToVariableRequest* msg) { - return *msg->table_id_; + return *msg->_impl_.table_id_; } void BindTableToVariableRequest::clear_console_id() { - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; + _impl_.console_id_ = nullptr; } void BindTableToVariableRequest::clear_table_id() { - if (GetArenaForAllocation() == nullptr && table_id_ != nullptr) { - delete table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.table_id_ != nullptr) { + delete _impl_.table_id_; } - table_id_ = nullptr; + _impl_.table_id_ = nullptr; } BindTableToVariableRequest::BindTableToVariableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.BindTableToVariableRequest) } BindTableToVariableRequest::BindTableToVariableRequest(const BindTableToVariableRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + BindTableToVariableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.variable_name_){} + , decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.table_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - variable_name_.InitDefault(); + _impl_.variable_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - variable_name_.Set("", GetArenaForAllocation()); + _impl_.variable_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_variable_name().empty()) { - variable_name_.Set(from._internal_variable_name(), - GetArenaForAllocation()); + _this->_impl_.variable_name_.Set(from._internal_variable_name(), + _this->GetArenaForAllocation()); } if (from._internal_has_console_id()) { - console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.console_id_); - } else { - console_id_ = nullptr; + _this->_impl_.console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.console_id_); } if (from._internal_has_table_id()) { - table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.table_id_); - } else { - table_id_ = nullptr; + _this->_impl_.table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.table_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.BindTableToVariableRequest) } -inline void BindTableToVariableRequest::SharedCtor() { -variable_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - variable_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&console_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&table_id_) - - reinterpret_cast(&console_id_)) + sizeof(table_id_)); +inline void BindTableToVariableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.variable_name_){} + , decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.table_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.variable_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.variable_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } BindTableToVariableRequest::~BindTableToVariableRequest() { @@ -4423,13 +4558,13 @@ BindTableToVariableRequest::~BindTableToVariableRequest() { inline void BindTableToVariableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - variable_name_.Destroy(); - if (this != internal_default_instance()) delete console_id_; - if (this != internal_default_instance()) delete table_id_; + _impl_.variable_name_.Destroy(); + if (this != internal_default_instance()) delete _impl_.console_id_; + if (this != internal_default_instance()) delete _impl_.table_id_; } void BindTableToVariableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void BindTableToVariableRequest::Clear() { @@ -4438,15 +4573,15 @@ void BindTableToVariableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - variable_name_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + _impl_.variable_name_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && table_id_ != nullptr) { - delete table_id_; + _impl_.console_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.table_id_ != nullptr) { + delete _impl_.table_id_; } - table_id_ = nullptr; + _impl_.table_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -4562,48 +4697,46 @@ size_t BindTableToVariableRequest::ByteSizeLong() const { if (this->_internal_has_console_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *console_id_); + *_impl_.console_id_); } // .io.deephaven.proto.backplane.grpc.Ticket table_id = 4; if (this->_internal_has_table_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *table_id_); + *_impl_.table_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData BindTableToVariableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, BindTableToVariableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*BindTableToVariableRequest::GetClassData() const { return &_class_data_; } -void BindTableToVariableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void BindTableToVariableRequest::MergeFrom(const BindTableToVariableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.BindTableToVariableRequest) - GOOGLE_DCHECK_NE(&from, this); +void BindTableToVariableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.BindTableToVariableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_variable_name().empty()) { - _internal_set_variable_name(from._internal_variable_name()); + _this->_internal_set_variable_name(from._internal_variable_name()); } if (from._internal_has_console_id()) { - _internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_console_id()); + _this->_internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_console_id()); } if (from._internal_has_table_id()) { - _internal_mutable_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_table_id()); + _this->_internal_mutable_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_table_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void BindTableToVariableRequest::CopyFrom(const BindTableToVariableRequest& from) { @@ -4623,15 +4756,15 @@ void BindTableToVariableRequest::InternalSwap(BindTableToVariableRequest* other) auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &variable_name_, lhs_arena, - &other->variable_name_, rhs_arena + &_impl_.variable_name_, lhs_arena, + &other->_impl_.variable_name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(BindTableToVariableRequest, table_id_) - + sizeof(BindTableToVariableRequest::table_id_) - - PROTOBUF_FIELD_OFFSET(BindTableToVariableRequest, console_id_)>( - reinterpret_cast(&console_id_), - reinterpret_cast(&other->console_id_)); + PROTOBUF_FIELD_OFFSET(BindTableToVariableRequest, _impl_.table_id_) + + sizeof(BindTableToVariableRequest::_impl_.table_id_) + - PROTOBUF_FIELD_OFFSET(BindTableToVariableRequest, _impl_.console_id_)>( + reinterpret_cast(&_impl_.console_id_), + reinterpret_cast(&other->_impl_.console_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata BindTableToVariableRequest::GetMetadata() const { @@ -4653,6 +4786,7 @@ BindTableToVariableResponse::BindTableToVariableResponse(::PROTOBUF_NAMESPACE_ID } BindTableToVariableResponse::BindTableToVariableResponse(const BindTableToVariableResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + BindTableToVariableResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.BindTableToVariableResponse) } @@ -4689,51 +4823,57 @@ class CancelCommandRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& CancelCommandRequest::_Internal::console_id(const CancelCommandRequest* msg) { - return *msg->console_id_; + return *msg->_impl_.console_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& CancelCommandRequest::_Internal::command_id(const CancelCommandRequest* msg) { - return *msg->command_id_; + return *msg->_impl_.command_id_; } void CancelCommandRequest::clear_console_id() { - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; + _impl_.console_id_ = nullptr; } void CancelCommandRequest::clear_command_id() { - if (GetArenaForAllocation() == nullptr && command_id_ != nullptr) { - delete command_id_; + if (GetArenaForAllocation() == nullptr && _impl_.command_id_ != nullptr) { + delete _impl_.command_id_; } - command_id_ = nullptr; + _impl_.command_id_ = nullptr; } CancelCommandRequest::CancelCommandRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.CancelCommandRequest) } CancelCommandRequest::CancelCommandRequest(const CancelCommandRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + CancelCommandRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.command_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_console_id()) { - console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.console_id_); - } else { - console_id_ = nullptr; + _this->_impl_.console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.console_id_); } if (from._internal_has_command_id()) { - command_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.command_id_); - } else { - command_id_ = nullptr; + _this->_impl_.command_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.command_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.CancelCommandRequest) } -inline void CancelCommandRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&console_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&command_id_) - - reinterpret_cast(&console_id_)) + sizeof(command_id_)); +inline void CancelCommandRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.command_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } CancelCommandRequest::~CancelCommandRequest() { @@ -4747,12 +4887,12 @@ CancelCommandRequest::~CancelCommandRequest() { inline void CancelCommandRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete console_id_; - if (this != internal_default_instance()) delete command_id_; + if (this != internal_default_instance()) delete _impl_.console_id_; + if (this != internal_default_instance()) delete _impl_.command_id_; } void CancelCommandRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void CancelCommandRequest::Clear() { @@ -4761,14 +4901,14 @@ void CancelCommandRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && command_id_ != nullptr) { - delete command_id_; + _impl_.console_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.command_id_ != nullptr) { + delete _impl_.command_id_; } - command_id_ = nullptr; + _impl_.command_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -4857,45 +4997,43 @@ size_t CancelCommandRequest::ByteSizeLong() const { if (this->_internal_has_console_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *console_id_); + *_impl_.console_id_); } // .io.deephaven.proto.backplane.grpc.Ticket command_id = 2; if (this->_internal_has_command_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *command_id_); + *_impl_.command_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CancelCommandRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, CancelCommandRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CancelCommandRequest::GetClassData() const { return &_class_data_; } -void CancelCommandRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void CancelCommandRequest::MergeFrom(const CancelCommandRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.CancelCommandRequest) - GOOGLE_DCHECK_NE(&from, this); +void CancelCommandRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.CancelCommandRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_console_id()) { - _internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_console_id()); + _this->_internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_console_id()); } if (from._internal_has_command_id()) { - _internal_mutable_command_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_command_id()); + _this->_internal_mutable_command_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_command_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void CancelCommandRequest::CopyFrom(const CancelCommandRequest& from) { @@ -4913,11 +5051,11 @@ void CancelCommandRequest::InternalSwap(CancelCommandRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(CancelCommandRequest, command_id_) - + sizeof(CancelCommandRequest::command_id_) - - PROTOBUF_FIELD_OFFSET(CancelCommandRequest, console_id_)>( - reinterpret_cast(&console_id_), - reinterpret_cast(&other->console_id_)); + PROTOBUF_FIELD_OFFSET(CancelCommandRequest, _impl_.command_id_) + + sizeof(CancelCommandRequest::_impl_.command_id_) + - PROTOBUF_FIELD_OFFSET(CancelCommandRequest, _impl_.console_id_)>( + reinterpret_cast(&_impl_.console_id_), + reinterpret_cast(&other->_impl_.console_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata CancelCommandRequest::GetMetadata() const { @@ -4939,6 +5077,7 @@ CancelCommandResponse::CancelCommandResponse(::PROTOBUF_NAMESPACE_ID::Arena* are } CancelCommandResponse::CancelCommandResponse(const CancelCommandResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + CancelCommandResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.CancelCommandResponse) } @@ -4974,37 +5113,45 @@ class CancelAutoCompleteRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& CancelAutoCompleteRequest::_Internal::console_id(const CancelAutoCompleteRequest* msg) { - return *msg->console_id_; + return *msg->_impl_.console_id_; } void CancelAutoCompleteRequest::clear_console_id() { - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; + _impl_.console_id_ = nullptr; } CancelAutoCompleteRequest::CancelAutoCompleteRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.CancelAutoCompleteRequest) } CancelAutoCompleteRequest::CancelAutoCompleteRequest(const CancelAutoCompleteRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + CancelAutoCompleteRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.request_id_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_console_id()) { - console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.console_id_); - } else { - console_id_ = nullptr; + _this->_impl_.console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.console_id_); } - request_id_ = from.request_id_; + _this->_impl_.request_id_ = from._impl_.request_id_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.CancelAutoCompleteRequest) } -inline void CancelAutoCompleteRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&console_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&request_id_) - - reinterpret_cast(&console_id_)) + sizeof(request_id_)); +inline void CancelAutoCompleteRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.request_id_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; } CancelAutoCompleteRequest::~CancelAutoCompleteRequest() { @@ -5018,11 +5165,11 @@ CancelAutoCompleteRequest::~CancelAutoCompleteRequest() { inline void CancelAutoCompleteRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete console_id_; + if (this != internal_default_instance()) delete _impl_.console_id_; } void CancelAutoCompleteRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void CancelAutoCompleteRequest::Clear() { @@ -5031,11 +5178,11 @@ void CancelAutoCompleteRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; - request_id_ = 0; + _impl_.console_id_ = nullptr; + _impl_.request_id_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -5056,7 +5203,7 @@ const char* CancelAutoCompleteRequest::_InternalParse(const char* ptr, ::_pbi::P // int32 request_id = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - request_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.request_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -5123,7 +5270,7 @@ size_t CancelAutoCompleteRequest::ByteSizeLong() const { if (this->_internal_has_console_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *console_id_); + *_impl_.console_id_); } // int32 request_id = 2; @@ -5131,35 +5278,32 @@ size_t CancelAutoCompleteRequest::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_request_id()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CancelAutoCompleteRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, CancelAutoCompleteRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CancelAutoCompleteRequest::GetClassData() const { return &_class_data_; } -void CancelAutoCompleteRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void CancelAutoCompleteRequest::MergeFrom(const CancelAutoCompleteRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.CancelAutoCompleteRequest) - GOOGLE_DCHECK_NE(&from, this); +void CancelAutoCompleteRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.CancelAutoCompleteRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_console_id()) { - _internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_console_id()); + _this->_internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_console_id()); } if (from._internal_request_id() != 0) { - _internal_set_request_id(from._internal_request_id()); + _this->_internal_set_request_id(from._internal_request_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void CancelAutoCompleteRequest::CopyFrom(const CancelAutoCompleteRequest& from) { @@ -5177,11 +5321,11 @@ void CancelAutoCompleteRequest::InternalSwap(CancelAutoCompleteRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(CancelAutoCompleteRequest, request_id_) - + sizeof(CancelAutoCompleteRequest::request_id_) - - PROTOBUF_FIELD_OFFSET(CancelAutoCompleteRequest, console_id_)>( - reinterpret_cast(&console_id_), - reinterpret_cast(&other->console_id_)); + PROTOBUF_FIELD_OFFSET(CancelAutoCompleteRequest, _impl_.request_id_) + + sizeof(CancelAutoCompleteRequest::_impl_.request_id_) + - PROTOBUF_FIELD_OFFSET(CancelAutoCompleteRequest, _impl_.console_id_)>( + reinterpret_cast(&_impl_.console_id_), + reinterpret_cast(&other->_impl_.console_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata CancelAutoCompleteRequest::GetMetadata() const { @@ -5203,6 +5347,7 @@ CancelAutoCompleteResponse::CancelAutoCompleteResponse(::PROTOBUF_NAMESPACE_ID:: } CancelAutoCompleteResponse::CancelAutoCompleteResponse(const CancelAutoCompleteResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + CancelAutoCompleteResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.CancelAutoCompleteResponse) } @@ -5245,41 +5390,41 @@ class AutoCompleteRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& AutoCompleteRequest::_Internal::console_id(const AutoCompleteRequest* msg) { - return *msg->console_id_; + return *msg->_impl_.console_id_; } const ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest& AutoCompleteRequest::_Internal::open_document(const AutoCompleteRequest* msg) { - return *msg->request_.open_document_; + return *msg->_impl_.request_.open_document_; } const ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest& AutoCompleteRequest::_Internal::change_document(const AutoCompleteRequest* msg) { - return *msg->request_.change_document_; + return *msg->_impl_.request_.change_document_; } const ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest& AutoCompleteRequest::_Internal::get_completion_items(const AutoCompleteRequest* msg) { - return *msg->request_.get_completion_items_; + return *msg->_impl_.request_.get_completion_items_; } const ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest& AutoCompleteRequest::_Internal::get_signature_help(const AutoCompleteRequest* msg) { - return *msg->request_.get_signature_help_; + return *msg->_impl_.request_.get_signature_help_; } const ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest& AutoCompleteRequest::_Internal::get_hover(const AutoCompleteRequest* msg) { - return *msg->request_.get_hover_; + return *msg->_impl_.request_.get_hover_; } const ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest& AutoCompleteRequest::_Internal::get_diagnostic(const AutoCompleteRequest* msg) { - return *msg->request_.get_diagnostic_; + return *msg->_impl_.request_.get_diagnostic_; } const ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest& AutoCompleteRequest::_Internal::close_document(const AutoCompleteRequest* msg) { - return *msg->request_.close_document_; + return *msg->_impl_.request_.close_document_; } void AutoCompleteRequest::clear_console_id() { - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; + _impl_.console_id_ = nullptr; } void AutoCompleteRequest::set_allocated_open_document(::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* open_document) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -5292,7 +5437,7 @@ void AutoCompleteRequest::set_allocated_open_document(::io::deephaven::proto::ba message_arena, open_document, submessage_arena); } set_has_open_document(); - request_.open_document_ = open_document; + _impl_.request_.open_document_ = open_document; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.open_document) } @@ -5307,7 +5452,7 @@ void AutoCompleteRequest::set_allocated_change_document(::io::deephaven::proto:: message_arena, change_document, submessage_arena); } set_has_change_document(); - request_.change_document_ = change_document; + _impl_.request_.change_document_ = change_document; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.change_document) } @@ -5322,7 +5467,7 @@ void AutoCompleteRequest::set_allocated_get_completion_items(::io::deephaven::pr message_arena, get_completion_items, submessage_arena); } set_has_get_completion_items(); - request_.get_completion_items_ = get_completion_items; + _impl_.request_.get_completion_items_ = get_completion_items; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_completion_items) } @@ -5337,7 +5482,7 @@ void AutoCompleteRequest::set_allocated_get_signature_help(::io::deephaven::prot message_arena, get_signature_help, submessage_arena); } set_has_get_signature_help(); - request_.get_signature_help_ = get_signature_help; + _impl_.request_.get_signature_help_ = get_signature_help; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_signature_help) } @@ -5352,7 +5497,7 @@ void AutoCompleteRequest::set_allocated_get_hover(::io::deephaven::proto::backpl message_arena, get_hover, submessage_arena); } set_has_get_hover(); - request_.get_hover_ = get_hover; + _impl_.request_.get_hover_ = get_hover; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_hover) } @@ -5367,7 +5512,7 @@ void AutoCompleteRequest::set_allocated_get_diagnostic(::io::deephaven::proto::b message_arena, get_diagnostic, submessage_arena); } set_has_get_diagnostic(); - request_.get_diagnostic_ = get_diagnostic; + _impl_.request_.get_diagnostic_ = get_diagnostic; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_diagnostic) } @@ -5382,53 +5527,66 @@ void AutoCompleteRequest::set_allocated_close_document(::io::deephaven::proto::b message_arena, close_document, submessage_arena); } set_has_close_document(); - request_.close_document_ = close_document; + _impl_.request_.close_document_ = close_document; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.close_document) } AutoCompleteRequest::AutoCompleteRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest) } AutoCompleteRequest::AutoCompleteRequest(const AutoCompleteRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AutoCompleteRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.request_id_){} + , decltype(_impl_.request_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_console_id()) { - console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.console_id_); - } else { - console_id_ = nullptr; + _this->_impl_.console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.console_id_); } - request_id_ = from.request_id_; + _this->_impl_.request_id_ = from._impl_.request_id_; clear_has_request(); switch (from.request_case()) { case kOpenDocument: { - _internal_mutable_open_document()->::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest::MergeFrom(from._internal_open_document()); + _this->_internal_mutable_open_document()->::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest::MergeFrom( + from._internal_open_document()); break; } case kChangeDocument: { - _internal_mutable_change_document()->::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest::MergeFrom(from._internal_change_document()); + _this->_internal_mutable_change_document()->::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest::MergeFrom( + from._internal_change_document()); break; } case kGetCompletionItems: { - _internal_mutable_get_completion_items()->::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest::MergeFrom(from._internal_get_completion_items()); + _this->_internal_mutable_get_completion_items()->::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest::MergeFrom( + from._internal_get_completion_items()); break; } case kGetSignatureHelp: { - _internal_mutable_get_signature_help()->::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest::MergeFrom(from._internal_get_signature_help()); + _this->_internal_mutable_get_signature_help()->::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest::MergeFrom( + from._internal_get_signature_help()); break; } case kGetHover: { - _internal_mutable_get_hover()->::io::deephaven::proto::backplane::script::grpc::GetHoverRequest::MergeFrom(from._internal_get_hover()); + _this->_internal_mutable_get_hover()->::io::deephaven::proto::backplane::script::grpc::GetHoverRequest::MergeFrom( + from._internal_get_hover()); break; } case kGetDiagnostic: { - _internal_mutable_get_diagnostic()->::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest::MergeFrom(from._internal_get_diagnostic()); + _this->_internal_mutable_get_diagnostic()->::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest::MergeFrom( + from._internal_get_diagnostic()); break; } case kCloseDocument: { - _internal_mutable_close_document()->::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest::MergeFrom(from._internal_close_document()); + _this->_internal_mutable_close_document()->::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest::MergeFrom( + from._internal_close_document()); break; } case REQUEST_NOT_SET: { @@ -5438,12 +5596,18 @@ AutoCompleteRequest::AutoCompleteRequest(const AutoCompleteRequest& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest) } -inline void AutoCompleteRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&console_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&request_id_) - - reinterpret_cast(&console_id_)) + sizeof(request_id_)); -clear_has_request(); +inline void AutoCompleteRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.request_id_){0} + , decltype(_impl_.request_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_request(); } AutoCompleteRequest::~AutoCompleteRequest() { @@ -5457,14 +5621,14 @@ AutoCompleteRequest::~AutoCompleteRequest() { inline void AutoCompleteRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete console_id_; + if (this != internal_default_instance()) delete _impl_.console_id_; if (has_request()) { clear_request(); } } void AutoCompleteRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AutoCompleteRequest::clear_request() { @@ -5472,43 +5636,43 @@ void AutoCompleteRequest::clear_request() { switch (request_case()) { case kOpenDocument: { if (GetArenaForAllocation() == nullptr) { - delete request_.open_document_; + delete _impl_.request_.open_document_; } break; } case kChangeDocument: { if (GetArenaForAllocation() == nullptr) { - delete request_.change_document_; + delete _impl_.request_.change_document_; } break; } case kGetCompletionItems: { if (GetArenaForAllocation() == nullptr) { - delete request_.get_completion_items_; + delete _impl_.request_.get_completion_items_; } break; } case kGetSignatureHelp: { if (GetArenaForAllocation() == nullptr) { - delete request_.get_signature_help_; + delete _impl_.request_.get_signature_help_; } break; } case kGetHover: { if (GetArenaForAllocation() == nullptr) { - delete request_.get_hover_; + delete _impl_.request_.get_hover_; } break; } case kGetDiagnostic: { if (GetArenaForAllocation() == nullptr) { - delete request_.get_diagnostic_; + delete _impl_.request_.get_diagnostic_; } break; } case kCloseDocument: { if (GetArenaForAllocation() == nullptr) { - delete request_.close_document_; + delete _impl_.request_.close_document_; } break; } @@ -5516,7 +5680,7 @@ void AutoCompleteRequest::clear_request() { break; } } - _oneof_case_[0] = REQUEST_NOT_SET; + _impl_._oneof_case_[0] = REQUEST_NOT_SET; } @@ -5526,11 +5690,11 @@ void AutoCompleteRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; - request_id_ = 0; + _impl_.console_id_ = nullptr; + _impl_.request_id_ = 0; clear_request(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -5584,7 +5748,7 @@ const char* AutoCompleteRequest::_InternalParse(const char* ptr, ::_pbi::ParseCo // int32 request_id = 6; case 6: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 48)) { - request_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.request_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -5724,7 +5888,7 @@ size_t AutoCompleteRequest::ByteSizeLong() const { if (this->_internal_has_console_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *console_id_); + *_impl_.console_id_); } // int32 request_id = 6; @@ -5737,117 +5901,121 @@ size_t AutoCompleteRequest::ByteSizeLong() const { case kOpenDocument: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *request_.open_document_); + *_impl_.request_.open_document_); break; } // .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest change_document = 2; case kChangeDocument: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *request_.change_document_); + *_impl_.request_.change_document_); break; } // .io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest get_completion_items = 3; case kGetCompletionItems: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *request_.get_completion_items_); + *_impl_.request_.get_completion_items_); break; } // .io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest get_signature_help = 7; case kGetSignatureHelp: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *request_.get_signature_help_); + *_impl_.request_.get_signature_help_); break; } // .io.deephaven.proto.backplane.script.grpc.GetHoverRequest get_hover = 8; case kGetHover: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *request_.get_hover_); + *_impl_.request_.get_hover_); break; } // .io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest get_diagnostic = 9; case kGetDiagnostic: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *request_.get_diagnostic_); + *_impl_.request_.get_diagnostic_); break; } // .io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest close_document = 4; case kCloseDocument: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *request_.close_document_); + *_impl_.request_.close_document_); break; } case REQUEST_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AutoCompleteRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AutoCompleteRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AutoCompleteRequest::GetClassData() const { return &_class_data_; } -void AutoCompleteRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AutoCompleteRequest::MergeFrom(const AutoCompleteRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest) - GOOGLE_DCHECK_NE(&from, this); +void AutoCompleteRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_console_id()) { - _internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_console_id()); + _this->_internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_console_id()); } if (from._internal_request_id() != 0) { - _internal_set_request_id(from._internal_request_id()); + _this->_internal_set_request_id(from._internal_request_id()); } switch (from.request_case()) { case kOpenDocument: { - _internal_mutable_open_document()->::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest::MergeFrom(from._internal_open_document()); + _this->_internal_mutable_open_document()->::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest::MergeFrom( + from._internal_open_document()); break; } case kChangeDocument: { - _internal_mutable_change_document()->::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest::MergeFrom(from._internal_change_document()); + _this->_internal_mutable_change_document()->::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest::MergeFrom( + from._internal_change_document()); break; } case kGetCompletionItems: { - _internal_mutable_get_completion_items()->::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest::MergeFrom(from._internal_get_completion_items()); + _this->_internal_mutable_get_completion_items()->::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest::MergeFrom( + from._internal_get_completion_items()); break; } case kGetSignatureHelp: { - _internal_mutable_get_signature_help()->::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest::MergeFrom(from._internal_get_signature_help()); + _this->_internal_mutable_get_signature_help()->::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest::MergeFrom( + from._internal_get_signature_help()); break; } case kGetHover: { - _internal_mutable_get_hover()->::io::deephaven::proto::backplane::script::grpc::GetHoverRequest::MergeFrom(from._internal_get_hover()); + _this->_internal_mutable_get_hover()->::io::deephaven::proto::backplane::script::grpc::GetHoverRequest::MergeFrom( + from._internal_get_hover()); break; } case kGetDiagnostic: { - _internal_mutable_get_diagnostic()->::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest::MergeFrom(from._internal_get_diagnostic()); + _this->_internal_mutable_get_diagnostic()->::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest::MergeFrom( + from._internal_get_diagnostic()); break; } case kCloseDocument: { - _internal_mutable_close_document()->::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest::MergeFrom(from._internal_close_document()); + _this->_internal_mutable_close_document()->::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest::MergeFrom( + from._internal_close_document()); break; } case REQUEST_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AutoCompleteRequest::CopyFrom(const AutoCompleteRequest& from) { @@ -5865,13 +6033,13 @@ void AutoCompleteRequest::InternalSwap(AutoCompleteRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(AutoCompleteRequest, request_id_) - + sizeof(AutoCompleteRequest::request_id_) - - PROTOBUF_FIELD_OFFSET(AutoCompleteRequest, console_id_)>( - reinterpret_cast(&console_id_), - reinterpret_cast(&other->console_id_)); - swap(request_, other->request_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + PROTOBUF_FIELD_OFFSET(AutoCompleteRequest, _impl_.request_id_) + + sizeof(AutoCompleteRequest::_impl_.request_id_) + - PROTOBUF_FIELD_OFFSET(AutoCompleteRequest, _impl_.console_id_)>( + reinterpret_cast(&_impl_.console_id_), + reinterpret_cast(&other->_impl_.console_id_)); + swap(_impl_.request_, other->_impl_.request_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata AutoCompleteRequest::GetMetadata() const { @@ -5893,23 +6061,23 @@ class AutoCompleteResponse::_Internal { const ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse& AutoCompleteResponse::_Internal::completion_items(const AutoCompleteResponse* msg) { - return *msg->response_.completion_items_; + return *msg->_impl_.response_.completion_items_; } const ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse& AutoCompleteResponse::_Internal::signatures(const AutoCompleteResponse* msg) { - return *msg->response_.signatures_; + return *msg->_impl_.response_.signatures_; } const ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse& AutoCompleteResponse::_Internal::hover(const AutoCompleteResponse* msg) { - return *msg->response_.hover_; + return *msg->_impl_.response_.hover_; } const ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse& AutoCompleteResponse::_Internal::diagnostic(const AutoCompleteResponse* msg) { - return *msg->response_.diagnostic_; + return *msg->_impl_.response_.diagnostic_; } const ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse& AutoCompleteResponse::_Internal::diagnostic_publish(const AutoCompleteResponse* msg) { - return *msg->response_.diagnostic_publish_; + return *msg->_impl_.response_.diagnostic_publish_; } void AutoCompleteResponse::set_allocated_completion_items(::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse* completion_items) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -5922,7 +6090,7 @@ void AutoCompleteResponse::set_allocated_completion_items(::io::deephaven::proto message_arena, completion_items, submessage_arena); } set_has_completion_items(); - response_.completion_items_ = completion_items; + _impl_.response_.completion_items_ = completion_items; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.completion_items) } @@ -5937,7 +6105,7 @@ void AutoCompleteResponse::set_allocated_signatures(::io::deephaven::proto::back message_arena, signatures, submessage_arena); } set_has_signatures(); - response_.signatures_ = signatures; + _impl_.response_.signatures_ = signatures; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.signatures) } @@ -5952,7 +6120,7 @@ void AutoCompleteResponse::set_allocated_hover(::io::deephaven::proto::backplane message_arena, hover, submessage_arena); } set_has_hover(); - response_.hover_ = hover; + _impl_.response_.hover_ = hover; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.hover) } @@ -5967,7 +6135,7 @@ void AutoCompleteResponse::set_allocated_diagnostic(::io::deephaven::proto::back message_arena, diagnostic, submessage_arena); } set_has_diagnostic(); - response_.diagnostic_ = diagnostic; + _impl_.response_.diagnostic_ = diagnostic; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.diagnostic) } @@ -5982,42 +6150,55 @@ void AutoCompleteResponse::set_allocated_diagnostic_publish(::io::deephaven::pro message_arena, diagnostic_publish, submessage_arena); } set_has_diagnostic_publish(); - response_.diagnostic_publish_ = diagnostic_publish; + _impl_.response_.diagnostic_publish_ = diagnostic_publish; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.diagnostic_publish) } AutoCompleteResponse::AutoCompleteResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse) } AutoCompleteResponse::AutoCompleteResponse(const AutoCompleteResponse& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AutoCompleteResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.request_id_){} + , decltype(_impl_.success_){} + , decltype(_impl_.response_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - ::memcpy(&request_id_, &from.request_id_, - static_cast(reinterpret_cast(&success_) - - reinterpret_cast(&request_id_)) + sizeof(success_)); + ::memcpy(&_impl_.request_id_, &from._impl_.request_id_, + static_cast(reinterpret_cast(&_impl_.success_) - + reinterpret_cast(&_impl_.request_id_)) + sizeof(_impl_.success_)); clear_has_response(); switch (from.response_case()) { case kCompletionItems: { - _internal_mutable_completion_items()->::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse::MergeFrom(from._internal_completion_items()); + _this->_internal_mutable_completion_items()->::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse::MergeFrom( + from._internal_completion_items()); break; } case kSignatures: { - _internal_mutable_signatures()->::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse::MergeFrom(from._internal_signatures()); + _this->_internal_mutable_signatures()->::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse::MergeFrom( + from._internal_signatures()); break; } case kHover: { - _internal_mutable_hover()->::io::deephaven::proto::backplane::script::grpc::GetHoverResponse::MergeFrom(from._internal_hover()); + _this->_internal_mutable_hover()->::io::deephaven::proto::backplane::script::grpc::GetHoverResponse::MergeFrom( + from._internal_hover()); break; } case kDiagnostic: { - _internal_mutable_diagnostic()->::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse::MergeFrom(from._internal_diagnostic()); + _this->_internal_mutable_diagnostic()->::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse::MergeFrom( + from._internal_diagnostic()); break; } case kDiagnosticPublish: { - _internal_mutable_diagnostic_publish()->::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse::MergeFrom(from._internal_diagnostic_publish()); + _this->_internal_mutable_diagnostic_publish()->::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse::MergeFrom( + from._internal_diagnostic_publish()); break; } case RESPONSE_NOT_SET: { @@ -6027,12 +6208,18 @@ AutoCompleteResponse::AutoCompleteResponse(const AutoCompleteResponse& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse) } -inline void AutoCompleteResponse::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&request_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&success_) - - reinterpret_cast(&request_id_)) + sizeof(success_)); -clear_has_response(); +inline void AutoCompleteResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.request_id_){0} + , decltype(_impl_.success_){false} + , decltype(_impl_.response_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_response(); } AutoCompleteResponse::~AutoCompleteResponse() { @@ -6052,7 +6239,7 @@ inline void AutoCompleteResponse::SharedDtor() { } void AutoCompleteResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AutoCompleteResponse::clear_response() { @@ -6060,31 +6247,31 @@ void AutoCompleteResponse::clear_response() { switch (response_case()) { case kCompletionItems: { if (GetArenaForAllocation() == nullptr) { - delete response_.completion_items_; + delete _impl_.response_.completion_items_; } break; } case kSignatures: { if (GetArenaForAllocation() == nullptr) { - delete response_.signatures_; + delete _impl_.response_.signatures_; } break; } case kHover: { if (GetArenaForAllocation() == nullptr) { - delete response_.hover_; + delete _impl_.response_.hover_; } break; } case kDiagnostic: { if (GetArenaForAllocation() == nullptr) { - delete response_.diagnostic_; + delete _impl_.response_.diagnostic_; } break; } case kDiagnosticPublish: { if (GetArenaForAllocation() == nullptr) { - delete response_.diagnostic_publish_; + delete _impl_.response_.diagnostic_publish_; } break; } @@ -6092,7 +6279,7 @@ void AutoCompleteResponse::clear_response() { break; } } - _oneof_case_[0] = RESPONSE_NOT_SET; + _impl_._oneof_case_[0] = RESPONSE_NOT_SET; } @@ -6102,9 +6289,9 @@ void AutoCompleteResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - ::memset(&request_id_, 0, static_cast( - reinterpret_cast(&success_) - - reinterpret_cast(&request_id_)) + sizeof(success_)); + ::memset(&_impl_.request_id_, 0, static_cast( + reinterpret_cast(&_impl_.success_) - + reinterpret_cast(&_impl_.request_id_)) + sizeof(_impl_.success_)); clear_response(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -6126,7 +6313,7 @@ const char* AutoCompleteResponse::_InternalParse(const char* ptr, ::_pbi::ParseC // int32 request_id = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - request_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.request_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -6134,7 +6321,7 @@ const char* AutoCompleteResponse::_InternalParse(const char* ptr, ::_pbi::ParseC // bool success = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - success_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.success_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -6278,95 +6465,96 @@ size_t AutoCompleteResponse::ByteSizeLong() const { case kCompletionItems: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *response_.completion_items_); + *_impl_.response_.completion_items_); break; } // .io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse signatures = 4; case kSignatures: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *response_.signatures_); + *_impl_.response_.signatures_); break; } // .io.deephaven.proto.backplane.script.grpc.GetHoverResponse hover = 5; case kHover: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *response_.hover_); + *_impl_.response_.hover_); break; } // .io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse diagnostic = 6; case kDiagnostic: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *response_.diagnostic_); + *_impl_.response_.diagnostic_); break; } // .io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse diagnostic_publish = 7; case kDiagnosticPublish: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *response_.diagnostic_publish_); + *_impl_.response_.diagnostic_publish_); break; } case RESPONSE_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AutoCompleteResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AutoCompleteResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AutoCompleteResponse::GetClassData() const { return &_class_data_; } -void AutoCompleteResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AutoCompleteResponse::MergeFrom(const AutoCompleteResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse) - GOOGLE_DCHECK_NE(&from, this); +void AutoCompleteResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_request_id() != 0) { - _internal_set_request_id(from._internal_request_id()); + _this->_internal_set_request_id(from._internal_request_id()); } if (from._internal_success() != 0) { - _internal_set_success(from._internal_success()); + _this->_internal_set_success(from._internal_success()); } switch (from.response_case()) { case kCompletionItems: { - _internal_mutable_completion_items()->::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse::MergeFrom(from._internal_completion_items()); + _this->_internal_mutable_completion_items()->::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse::MergeFrom( + from._internal_completion_items()); break; } case kSignatures: { - _internal_mutable_signatures()->::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse::MergeFrom(from._internal_signatures()); + _this->_internal_mutable_signatures()->::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse::MergeFrom( + from._internal_signatures()); break; } case kHover: { - _internal_mutable_hover()->::io::deephaven::proto::backplane::script::grpc::GetHoverResponse::MergeFrom(from._internal_hover()); + _this->_internal_mutable_hover()->::io::deephaven::proto::backplane::script::grpc::GetHoverResponse::MergeFrom( + from._internal_hover()); break; } case kDiagnostic: { - _internal_mutable_diagnostic()->::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse::MergeFrom(from._internal_diagnostic()); + _this->_internal_mutable_diagnostic()->::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse::MergeFrom( + from._internal_diagnostic()); break; } case kDiagnosticPublish: { - _internal_mutable_diagnostic_publish()->::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse::MergeFrom(from._internal_diagnostic_publish()); + _this->_internal_mutable_diagnostic_publish()->::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse::MergeFrom( + from._internal_diagnostic_publish()); break; } case RESPONSE_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AutoCompleteResponse::CopyFrom(const AutoCompleteResponse& from) { @@ -6384,13 +6572,13 @@ void AutoCompleteResponse::InternalSwap(AutoCompleteResponse* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(AutoCompleteResponse, success_) - + sizeof(AutoCompleteResponse::success_) - - PROTOBUF_FIELD_OFFSET(AutoCompleteResponse, request_id_)>( - reinterpret_cast(&request_id_), - reinterpret_cast(&other->request_id_)); - swap(response_, other->response_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + PROTOBUF_FIELD_OFFSET(AutoCompleteResponse, _impl_.success_) + + sizeof(AutoCompleteResponse::_impl_.success_) + - PROTOBUF_FIELD_OFFSET(AutoCompleteResponse, _impl_.request_id_)>( + reinterpret_cast(&_impl_.request_id_), + reinterpret_cast(&other->_impl_.request_id_)); + swap(_impl_.response_, other->_impl_.response_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata AutoCompleteResponse::GetMetadata() const { @@ -6412,6 +6600,7 @@ BrowserNextResponse::BrowserNextResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, } BrowserNextResponse::BrowserNextResponse(const BrowserNextResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + BrowserNextResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.BrowserNextResponse) } @@ -6448,45 +6637,51 @@ class OpenDocumentRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& OpenDocumentRequest::_Internal::console_id(const OpenDocumentRequest* msg) { - return *msg->console_id_; + return *msg->_impl_.console_id_; } const ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem& OpenDocumentRequest::_Internal::text_document(const OpenDocumentRequest* msg) { - return *msg->text_document_; + return *msg->_impl_.text_document_; } void OpenDocumentRequest::clear_console_id() { - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; + _impl_.console_id_ = nullptr; } OpenDocumentRequest::OpenDocumentRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest) } OpenDocumentRequest::OpenDocumentRequest(const OpenDocumentRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + OpenDocumentRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.text_document_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_console_id()) { - console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.console_id_); - } else { - console_id_ = nullptr; + _this->_impl_.console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.console_id_); } if (from._internal_has_text_document()) { - text_document_ = new ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem(*from.text_document_); - } else { - text_document_ = nullptr; + _this->_impl_.text_document_ = new ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem(*from._impl_.text_document_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest) } -inline void OpenDocumentRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&console_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&text_document_) - - reinterpret_cast(&console_id_)) + sizeof(text_document_)); +inline void OpenDocumentRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.text_document_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } OpenDocumentRequest::~OpenDocumentRequest() { @@ -6500,12 +6695,12 @@ OpenDocumentRequest::~OpenDocumentRequest() { inline void OpenDocumentRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete console_id_; - if (this != internal_default_instance()) delete text_document_; + if (this != internal_default_instance()) delete _impl_.console_id_; + if (this != internal_default_instance()) delete _impl_.text_document_; } void OpenDocumentRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void OpenDocumentRequest::Clear() { @@ -6514,14 +6709,14 @@ void OpenDocumentRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + _impl_.console_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; + _impl_.text_document_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -6610,45 +6805,43 @@ size_t OpenDocumentRequest::ByteSizeLong() const { if (this->_internal_has_console_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *console_id_); + *_impl_.console_id_); } // .io.deephaven.proto.backplane.script.grpc.TextDocumentItem text_document = 2; if (this->_internal_has_text_document()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *text_document_); + *_impl_.text_document_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData OpenDocumentRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, OpenDocumentRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*OpenDocumentRequest::GetClassData() const { return &_class_data_; } -void OpenDocumentRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void OpenDocumentRequest::MergeFrom(const OpenDocumentRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest) - GOOGLE_DCHECK_NE(&from, this); +void OpenDocumentRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_console_id()) { - _internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_console_id()); + _this->_internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_console_id()); } if (from._internal_has_text_document()) { - _internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::TextDocumentItem::MergeFrom(from._internal_text_document()); + _this->_internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::TextDocumentItem::MergeFrom( + from._internal_text_document()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void OpenDocumentRequest::CopyFrom(const OpenDocumentRequest& from) { @@ -6666,11 +6859,11 @@ void OpenDocumentRequest::InternalSwap(OpenDocumentRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(OpenDocumentRequest, text_document_) - + sizeof(OpenDocumentRequest::text_document_) - - PROTOBUF_FIELD_OFFSET(OpenDocumentRequest, console_id_)>( - reinterpret_cast(&console_id_), - reinterpret_cast(&other->console_id_)); + PROTOBUF_FIELD_OFFSET(OpenDocumentRequest, _impl_.text_document_) + + sizeof(OpenDocumentRequest::_impl_.text_document_) + - PROTOBUF_FIELD_OFFSET(OpenDocumentRequest, _impl_.console_id_)>( + reinterpret_cast(&_impl_.console_id_), + reinterpret_cast(&other->_impl_.console_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata OpenDocumentRequest::GetMetadata() const { @@ -6688,54 +6881,71 @@ class TextDocumentItem::_Internal { TextDocumentItem::TextDocumentItem(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.TextDocumentItem) } TextDocumentItem::TextDocumentItem(const TextDocumentItem& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + TextDocumentItem* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.uri_){} + , decltype(_impl_.language_id_){} + , decltype(_impl_.text_){} + , decltype(_impl_.version_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - uri_.InitDefault(); + _impl_.uri_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - uri_.Set("", GetArenaForAllocation()); + _impl_.uri_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_uri().empty()) { - uri_.Set(from._internal_uri(), - GetArenaForAllocation()); + _this->_impl_.uri_.Set(from._internal_uri(), + _this->GetArenaForAllocation()); } - language_id_.InitDefault(); + _impl_.language_id_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - language_id_.Set("", GetArenaForAllocation()); + _impl_.language_id_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_language_id().empty()) { - language_id_.Set(from._internal_language_id(), - GetArenaForAllocation()); + _this->_impl_.language_id_.Set(from._internal_language_id(), + _this->GetArenaForAllocation()); } - text_.InitDefault(); + _impl_.text_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - text_.Set("", GetArenaForAllocation()); + _impl_.text_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_text().empty()) { - text_.Set(from._internal_text(), - GetArenaForAllocation()); + _this->_impl_.text_.Set(from._internal_text(), + _this->GetArenaForAllocation()); } - version_ = from.version_; + _this->_impl_.version_ = from._impl_.version_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.TextDocumentItem) } -inline void TextDocumentItem::SharedCtor() { -uri_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - uri_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -language_id_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - language_id_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -text_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - text_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -version_ = 0; +inline void TextDocumentItem::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.uri_){} + , decltype(_impl_.language_id_){} + , decltype(_impl_.text_){} + , decltype(_impl_.version_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.uri_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.uri_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.language_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.language_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.text_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.text_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } TextDocumentItem::~TextDocumentItem() { @@ -6749,13 +6959,13 @@ TextDocumentItem::~TextDocumentItem() { inline void TextDocumentItem::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - uri_.Destroy(); - language_id_.Destroy(); - text_.Destroy(); + _impl_.uri_.Destroy(); + _impl_.language_id_.Destroy(); + _impl_.text_.Destroy(); } void TextDocumentItem::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void TextDocumentItem::Clear() { @@ -6764,10 +6974,10 @@ void TextDocumentItem::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - uri_.ClearToEmpty(); - language_id_.ClearToEmpty(); - text_.ClearToEmpty(); - version_ = 0; + _impl_.uri_.ClearToEmpty(); + _impl_.language_id_.ClearToEmpty(); + _impl_.text_.ClearToEmpty(); + _impl_.version_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -6800,7 +7010,7 @@ const char* TextDocumentItem::_InternalParse(const char* ptr, ::_pbi::ParseConte // int32 version = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - version_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.version_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -6922,41 +7132,37 @@ size_t TextDocumentItem::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_version()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData TextDocumentItem::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, TextDocumentItem::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*TextDocumentItem::GetClassData() const { return &_class_data_; } -void TextDocumentItem::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void TextDocumentItem::MergeFrom(const TextDocumentItem& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.TextDocumentItem) - GOOGLE_DCHECK_NE(&from, this); +void TextDocumentItem::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.TextDocumentItem) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_uri().empty()) { - _internal_set_uri(from._internal_uri()); + _this->_internal_set_uri(from._internal_uri()); } if (!from._internal_language_id().empty()) { - _internal_set_language_id(from._internal_language_id()); + _this->_internal_set_language_id(from._internal_language_id()); } if (!from._internal_text().empty()) { - _internal_set_text(from._internal_text()); + _this->_internal_set_text(from._internal_text()); } if (from._internal_version() != 0) { - _internal_set_version(from._internal_version()); + _this->_internal_set_version(from._internal_version()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void TextDocumentItem::CopyFrom(const TextDocumentItem& from) { @@ -6976,18 +7182,18 @@ void TextDocumentItem::InternalSwap(TextDocumentItem* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &uri_, lhs_arena, - &other->uri_, rhs_arena + &_impl_.uri_, lhs_arena, + &other->_impl_.uri_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &language_id_, lhs_arena, - &other->language_id_, rhs_arena + &_impl_.language_id_, lhs_arena, + &other->_impl_.language_id_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &text_, lhs_arena, - &other->text_, rhs_arena + &_impl_.text_, lhs_arena, + &other->_impl_.text_, rhs_arena ); - swap(version_, other->version_); + swap(_impl_.version_, other->_impl_.version_); } ::PROTOBUF_NAMESPACE_ID::Metadata TextDocumentItem::GetMetadata() const { @@ -7006,45 +7212,51 @@ class CloseDocumentRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& CloseDocumentRequest::_Internal::console_id(const CloseDocumentRequest* msg) { - return *msg->console_id_; + return *msg->_impl_.console_id_; } const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& CloseDocumentRequest::_Internal::text_document(const CloseDocumentRequest* msg) { - return *msg->text_document_; + return *msg->_impl_.text_document_; } void CloseDocumentRequest::clear_console_id() { - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; + _impl_.console_id_ = nullptr; } CloseDocumentRequest::CloseDocumentRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest) } CloseDocumentRequest::CloseDocumentRequest(const CloseDocumentRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + CloseDocumentRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.text_document_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_console_id()) { - console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.console_id_); - } else { - console_id_ = nullptr; + _this->_impl_.console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.console_id_); } if (from._internal_has_text_document()) { - text_document_ = new ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier(*from.text_document_); - } else { - text_document_ = nullptr; + _this->_impl_.text_document_ = new ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier(*from._impl_.text_document_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest) } -inline void CloseDocumentRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&console_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&text_document_) - - reinterpret_cast(&console_id_)) + sizeof(text_document_)); +inline void CloseDocumentRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.text_document_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } CloseDocumentRequest::~CloseDocumentRequest() { @@ -7058,12 +7270,12 @@ CloseDocumentRequest::~CloseDocumentRequest() { inline void CloseDocumentRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete console_id_; - if (this != internal_default_instance()) delete text_document_; + if (this != internal_default_instance()) delete _impl_.console_id_; + if (this != internal_default_instance()) delete _impl_.text_document_; } void CloseDocumentRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void CloseDocumentRequest::Clear() { @@ -7072,14 +7284,14 @@ void CloseDocumentRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + _impl_.console_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; + _impl_.text_document_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -7168,45 +7380,43 @@ size_t CloseDocumentRequest::ByteSizeLong() const { if (this->_internal_has_console_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *console_id_); + *_impl_.console_id_); } // .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2; if (this->_internal_has_text_document()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *text_document_); + *_impl_.text_document_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CloseDocumentRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, CloseDocumentRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CloseDocumentRequest::GetClassData() const { return &_class_data_; } -void CloseDocumentRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void CloseDocumentRequest::MergeFrom(const CloseDocumentRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest) - GOOGLE_DCHECK_NE(&from, this); +void CloseDocumentRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_console_id()) { - _internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_console_id()); + _this->_internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_console_id()); } if (from._internal_has_text_document()) { - _internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier::MergeFrom(from._internal_text_document()); + _this->_internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier::MergeFrom( + from._internal_text_document()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void CloseDocumentRequest::CopyFrom(const CloseDocumentRequest& from) { @@ -7224,11 +7434,11 @@ void CloseDocumentRequest::InternalSwap(CloseDocumentRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(CloseDocumentRequest, text_document_) - + sizeof(CloseDocumentRequest::text_document_) - - PROTOBUF_FIELD_OFFSET(CloseDocumentRequest, console_id_)>( - reinterpret_cast(&console_id_), - reinterpret_cast(&other->console_id_)); + PROTOBUF_FIELD_OFFSET(CloseDocumentRequest, _impl_.text_document_) + + sizeof(CloseDocumentRequest::_impl_.text_document_) + - PROTOBUF_FIELD_OFFSET(CloseDocumentRequest, _impl_.console_id_)>( + reinterpret_cast(&_impl_.console_id_), + reinterpret_cast(&other->_impl_.console_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata CloseDocumentRequest::GetMetadata() const { @@ -7246,43 +7456,53 @@ class ChangeDocumentRequest_TextDocumentContentChangeEvent::_Internal { const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& ChangeDocumentRequest_TextDocumentContentChangeEvent::_Internal::range(const ChangeDocumentRequest_TextDocumentContentChangeEvent* msg) { - return *msg->range_; + return *msg->_impl_.range_; } ChangeDocumentRequest_TextDocumentContentChangeEvent::ChangeDocumentRequest_TextDocumentContentChangeEvent(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent) } ChangeDocumentRequest_TextDocumentContentChangeEvent::ChangeDocumentRequest_TextDocumentContentChangeEvent(const ChangeDocumentRequest_TextDocumentContentChangeEvent& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ChangeDocumentRequest_TextDocumentContentChangeEvent* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.text_){} + , decltype(_impl_.range_){nullptr} + , decltype(_impl_.range_length_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - text_.InitDefault(); + _impl_.text_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - text_.Set("", GetArenaForAllocation()); + _impl_.text_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_text().empty()) { - text_.Set(from._internal_text(), - GetArenaForAllocation()); + _this->_impl_.text_.Set(from._internal_text(), + _this->GetArenaForAllocation()); } if (from._internal_has_range()) { - range_ = new ::io::deephaven::proto::backplane::script::grpc::DocumentRange(*from.range_); - } else { - range_ = nullptr; + _this->_impl_.range_ = new ::io::deephaven::proto::backplane::script::grpc::DocumentRange(*from._impl_.range_); } - range_length_ = from.range_length_; + _this->_impl_.range_length_ = from._impl_.range_length_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent) } -inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::SharedCtor() { -text_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - text_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&range_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&range_length_) - - reinterpret_cast(&range_)) + sizeof(range_length_)); +inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.text_){} + , decltype(_impl_.range_){nullptr} + , decltype(_impl_.range_length_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.text_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.text_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ChangeDocumentRequest_TextDocumentContentChangeEvent::~ChangeDocumentRequest_TextDocumentContentChangeEvent() { @@ -7296,12 +7516,12 @@ ChangeDocumentRequest_TextDocumentContentChangeEvent::~ChangeDocumentRequest_Tex inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - text_.Destroy(); - if (this != internal_default_instance()) delete range_; + _impl_.text_.Destroy(); + if (this != internal_default_instance()) delete _impl_.range_; } void ChangeDocumentRequest_TextDocumentContentChangeEvent::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ChangeDocumentRequest_TextDocumentContentChangeEvent::Clear() { @@ -7310,12 +7530,12 @@ void ChangeDocumentRequest_TextDocumentContentChangeEvent::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - text_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && range_ != nullptr) { - delete range_; + _impl_.text_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.range_ != nullptr) { + delete _impl_.range_; } - range_ = nullptr; - range_length_ = 0; + _impl_.range_ = nullptr; + _impl_.range_length_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -7336,7 +7556,7 @@ const char* ChangeDocumentRequest_TextDocumentContentChangeEvent::_InternalParse // int32 range_length = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - range_length_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.range_length_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -7430,7 +7650,7 @@ size_t ChangeDocumentRequest_TextDocumentContentChangeEvent::ByteSizeLong() cons if (this->_internal_has_range()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *range_); + *_impl_.range_); } // int32 range_length = 2; @@ -7438,38 +7658,35 @@ size_t ChangeDocumentRequest_TextDocumentContentChangeEvent::ByteSizeLong() cons total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_range_length()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ChangeDocumentRequest_TextDocumentContentChangeEvent::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ChangeDocumentRequest_TextDocumentContentChangeEvent::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ChangeDocumentRequest_TextDocumentContentChangeEvent::GetClassData() const { return &_class_data_; } -void ChangeDocumentRequest_TextDocumentContentChangeEvent::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ChangeDocumentRequest_TextDocumentContentChangeEvent::MergeFrom(const ChangeDocumentRequest_TextDocumentContentChangeEvent& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent) - GOOGLE_DCHECK_NE(&from, this); +void ChangeDocumentRequest_TextDocumentContentChangeEvent::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_text().empty()) { - _internal_set_text(from._internal_text()); + _this->_internal_set_text(from._internal_text()); } if (from._internal_has_range()) { - _internal_mutable_range()->::io::deephaven::proto::backplane::script::grpc::DocumentRange::MergeFrom(from._internal_range()); + _this->_internal_mutable_range()->::io::deephaven::proto::backplane::script::grpc::DocumentRange::MergeFrom( + from._internal_range()); } if (from._internal_range_length() != 0) { - _internal_set_range_length(from._internal_range_length()); + _this->_internal_set_range_length(from._internal_range_length()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ChangeDocumentRequest_TextDocumentContentChangeEvent::CopyFrom(const ChangeDocumentRequest_TextDocumentContentChangeEvent& from) { @@ -7489,15 +7706,15 @@ void ChangeDocumentRequest_TextDocumentContentChangeEvent::InternalSwap(ChangeDo auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &text_, lhs_arena, - &other->text_, rhs_arena + &_impl_.text_, lhs_arena, + &other->_impl_.text_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ChangeDocumentRequest_TextDocumentContentChangeEvent, range_length_) - + sizeof(ChangeDocumentRequest_TextDocumentContentChangeEvent::range_length_) - - PROTOBUF_FIELD_OFFSET(ChangeDocumentRequest_TextDocumentContentChangeEvent, range_)>( - reinterpret_cast(&range_), - reinterpret_cast(&other->range_)); + PROTOBUF_FIELD_OFFSET(ChangeDocumentRequest_TextDocumentContentChangeEvent, _impl_.range_length_) + + sizeof(ChangeDocumentRequest_TextDocumentContentChangeEvent::_impl_.range_length_) + - PROTOBUF_FIELD_OFFSET(ChangeDocumentRequest_TextDocumentContentChangeEvent, _impl_.range_)>( + reinterpret_cast(&_impl_.range_), + reinterpret_cast(&other->_impl_.range_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ChangeDocumentRequest_TextDocumentContentChangeEvent::GetMetadata() const { @@ -7516,47 +7733,53 @@ class ChangeDocumentRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& ChangeDocumentRequest::_Internal::console_id(const ChangeDocumentRequest* msg) { - return *msg->console_id_; + return *msg->_impl_.console_id_; } const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& ChangeDocumentRequest::_Internal::text_document(const ChangeDocumentRequest* msg) { - return *msg->text_document_; + return *msg->_impl_.text_document_; } void ChangeDocumentRequest::clear_console_id() { - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; + _impl_.console_id_ = nullptr; } ChangeDocumentRequest::ChangeDocumentRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - content_changes_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest) } ChangeDocumentRequest::ChangeDocumentRequest(const ChangeDocumentRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - content_changes_(from.content_changes_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + ChangeDocumentRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.content_changes_){from._impl_.content_changes_} + , decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.text_document_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_console_id()) { - console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.console_id_); - } else { - console_id_ = nullptr; + _this->_impl_.console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.console_id_); } if (from._internal_has_text_document()) { - text_document_ = new ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier(*from.text_document_); - } else { - text_document_ = nullptr; + _this->_impl_.text_document_ = new ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier(*from._impl_.text_document_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest) } -inline void ChangeDocumentRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&console_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&text_document_) - - reinterpret_cast(&console_id_)) + sizeof(text_document_)); +inline void ChangeDocumentRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.content_changes_){arena} + , decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.text_document_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } ChangeDocumentRequest::~ChangeDocumentRequest() { @@ -7570,12 +7793,13 @@ ChangeDocumentRequest::~ChangeDocumentRequest() { inline void ChangeDocumentRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete console_id_; - if (this != internal_default_instance()) delete text_document_; + _impl_.content_changes_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.console_id_; + if (this != internal_default_instance()) delete _impl_.text_document_; } void ChangeDocumentRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ChangeDocumentRequest::Clear() { @@ -7584,15 +7808,15 @@ void ChangeDocumentRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - content_changes_.Clear(); - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + _impl_.content_changes_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + _impl_.console_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; + _impl_.text_document_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -7700,7 +7924,7 @@ size_t ChangeDocumentRequest::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent content_changes = 3; total_size += 1UL * this->_internal_content_changes_size(); - for (const auto& msg : this->content_changes_) { + for (const auto& msg : this->_impl_.content_changes_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -7709,46 +7933,44 @@ size_t ChangeDocumentRequest::ByteSizeLong() const { if (this->_internal_has_console_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *console_id_); + *_impl_.console_id_); } // .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2; if (this->_internal_has_text_document()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *text_document_); + *_impl_.text_document_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ChangeDocumentRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ChangeDocumentRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ChangeDocumentRequest::GetClassData() const { return &_class_data_; } -void ChangeDocumentRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ChangeDocumentRequest::MergeFrom(const ChangeDocumentRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest) - GOOGLE_DCHECK_NE(&from, this); +void ChangeDocumentRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - content_changes_.MergeFrom(from.content_changes_); + _this->_impl_.content_changes_.MergeFrom(from._impl_.content_changes_); if (from._internal_has_console_id()) { - _internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_console_id()); + _this->_internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_console_id()); } if (from._internal_has_text_document()) { - _internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier::MergeFrom(from._internal_text_document()); + _this->_internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier::MergeFrom( + from._internal_text_document()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ChangeDocumentRequest::CopyFrom(const ChangeDocumentRequest& from) { @@ -7765,13 +7987,13 @@ bool ChangeDocumentRequest::IsInitialized() const { void ChangeDocumentRequest::InternalSwap(ChangeDocumentRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - content_changes_.InternalSwap(&other->content_changes_); + _impl_.content_changes_.InternalSwap(&other->_impl_.content_changes_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ChangeDocumentRequest, text_document_) - + sizeof(ChangeDocumentRequest::text_document_) - - PROTOBUF_FIELD_OFFSET(ChangeDocumentRequest, console_id_)>( - reinterpret_cast(&console_id_), - reinterpret_cast(&other->console_id_)); + PROTOBUF_FIELD_OFFSET(ChangeDocumentRequest, _impl_.text_document_) + + sizeof(ChangeDocumentRequest::_impl_.text_document_) + - PROTOBUF_FIELD_OFFSET(ChangeDocumentRequest, _impl_.console_id_)>( + reinterpret_cast(&_impl_.console_id_), + reinterpret_cast(&other->_impl_.console_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ChangeDocumentRequest::GetMetadata() const { @@ -7790,39 +8012,45 @@ class DocumentRange::_Internal { const ::io::deephaven::proto::backplane::script::grpc::Position& DocumentRange::_Internal::start(const DocumentRange* msg) { - return *msg->start_; + return *msg->_impl_.start_; } const ::io::deephaven::proto::backplane::script::grpc::Position& DocumentRange::_Internal::end(const DocumentRange* msg) { - return *msg->end_; + return *msg->_impl_.end_; } DocumentRange::DocumentRange(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.DocumentRange) } DocumentRange::DocumentRange(const DocumentRange& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + DocumentRange* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.start_){nullptr} + , decltype(_impl_.end_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_start()) { - start_ = new ::io::deephaven::proto::backplane::script::grpc::Position(*from.start_); - } else { - start_ = nullptr; + _this->_impl_.start_ = new ::io::deephaven::proto::backplane::script::grpc::Position(*from._impl_.start_); } if (from._internal_has_end()) { - end_ = new ::io::deephaven::proto::backplane::script::grpc::Position(*from.end_); - } else { - end_ = nullptr; + _this->_impl_.end_ = new ::io::deephaven::proto::backplane::script::grpc::Position(*from._impl_.end_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.DocumentRange) } -inline void DocumentRange::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&start_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&end_) - - reinterpret_cast(&start_)) + sizeof(end_)); +inline void DocumentRange::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.start_){nullptr} + , decltype(_impl_.end_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } DocumentRange::~DocumentRange() { @@ -7836,12 +8064,12 @@ DocumentRange::~DocumentRange() { inline void DocumentRange::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete start_; - if (this != internal_default_instance()) delete end_; + if (this != internal_default_instance()) delete _impl_.start_; + if (this != internal_default_instance()) delete _impl_.end_; } void DocumentRange::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void DocumentRange::Clear() { @@ -7850,14 +8078,14 @@ void DocumentRange::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && start_ != nullptr) { - delete start_; + if (GetArenaForAllocation() == nullptr && _impl_.start_ != nullptr) { + delete _impl_.start_; } - start_ = nullptr; - if (GetArenaForAllocation() == nullptr && end_ != nullptr) { - delete end_; + _impl_.start_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.end_ != nullptr) { + delete _impl_.end_; } - end_ = nullptr; + _impl_.end_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -7946,45 +8174,43 @@ size_t DocumentRange::ByteSizeLong() const { if (this->_internal_has_start()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *start_); + *_impl_.start_); } // .io.deephaven.proto.backplane.script.grpc.Position end = 2; if (this->_internal_has_end()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *end_); + *_impl_.end_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData DocumentRange::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, DocumentRange::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DocumentRange::GetClassData() const { return &_class_data_; } -void DocumentRange::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void DocumentRange::MergeFrom(const DocumentRange& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.DocumentRange) - GOOGLE_DCHECK_NE(&from, this); +void DocumentRange::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.DocumentRange) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_start()) { - _internal_mutable_start()->::io::deephaven::proto::backplane::script::grpc::Position::MergeFrom(from._internal_start()); + _this->_internal_mutable_start()->::io::deephaven::proto::backplane::script::grpc::Position::MergeFrom( + from._internal_start()); } if (from._internal_has_end()) { - _internal_mutable_end()->::io::deephaven::proto::backplane::script::grpc::Position::MergeFrom(from._internal_end()); + _this->_internal_mutable_end()->::io::deephaven::proto::backplane::script::grpc::Position::MergeFrom( + from._internal_end()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void DocumentRange::CopyFrom(const DocumentRange& from) { @@ -8002,11 +8228,11 @@ void DocumentRange::InternalSwap(DocumentRange* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(DocumentRange, end_) - + sizeof(DocumentRange::end_) - - PROTOBUF_FIELD_OFFSET(DocumentRange, start_)>( - reinterpret_cast(&start_), - reinterpret_cast(&other->start_)); + PROTOBUF_FIELD_OFFSET(DocumentRange, _impl_.end_) + + sizeof(DocumentRange::_impl_.end_) + - PROTOBUF_FIELD_OFFSET(DocumentRange, _impl_.start_)>( + reinterpret_cast(&_impl_.start_), + reinterpret_cast(&other->_impl_.start_)); } ::PROTOBUF_NAMESPACE_ID::Metadata DocumentRange::GetMetadata() const { @@ -8024,30 +8250,43 @@ class VersionedTextDocumentIdentifier::_Internal { VersionedTextDocumentIdentifier::VersionedTextDocumentIdentifier(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier) } VersionedTextDocumentIdentifier::VersionedTextDocumentIdentifier(const VersionedTextDocumentIdentifier& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + VersionedTextDocumentIdentifier* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.uri_){} + , decltype(_impl_.version_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - uri_.InitDefault(); + _impl_.uri_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - uri_.Set("", GetArenaForAllocation()); + _impl_.uri_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_uri().empty()) { - uri_.Set(from._internal_uri(), - GetArenaForAllocation()); + _this->_impl_.uri_.Set(from._internal_uri(), + _this->GetArenaForAllocation()); } - version_ = from.version_; + _this->_impl_.version_ = from._impl_.version_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier) } -inline void VersionedTextDocumentIdentifier::SharedCtor() { -uri_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - uri_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -version_ = 0; +inline void VersionedTextDocumentIdentifier::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.uri_){} + , decltype(_impl_.version_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.uri_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.uri_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } VersionedTextDocumentIdentifier::~VersionedTextDocumentIdentifier() { @@ -8061,11 +8300,11 @@ VersionedTextDocumentIdentifier::~VersionedTextDocumentIdentifier() { inline void VersionedTextDocumentIdentifier::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - uri_.Destroy(); + _impl_.uri_.Destroy(); } void VersionedTextDocumentIdentifier::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void VersionedTextDocumentIdentifier::Clear() { @@ -8074,8 +8313,8 @@ void VersionedTextDocumentIdentifier::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - uri_.ClearToEmpty(); - version_ = 0; + _impl_.uri_.ClearToEmpty(); + _impl_.version_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -8098,7 +8337,7 @@ const char* VersionedTextDocumentIdentifier::_InternalParse(const char* ptr, ::_ // int32 version = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - version_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.version_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -8176,35 +8415,31 @@ size_t VersionedTextDocumentIdentifier::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_version()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData VersionedTextDocumentIdentifier::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, VersionedTextDocumentIdentifier::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*VersionedTextDocumentIdentifier::GetClassData() const { return &_class_data_; } -void VersionedTextDocumentIdentifier::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void VersionedTextDocumentIdentifier::MergeFrom(const VersionedTextDocumentIdentifier& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier) - GOOGLE_DCHECK_NE(&from, this); +void VersionedTextDocumentIdentifier::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_uri().empty()) { - _internal_set_uri(from._internal_uri()); + _this->_internal_set_uri(from._internal_uri()); } if (from._internal_version() != 0) { - _internal_set_version(from._internal_version()); + _this->_internal_set_version(from._internal_version()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void VersionedTextDocumentIdentifier::CopyFrom(const VersionedTextDocumentIdentifier& from) { @@ -8224,10 +8459,10 @@ void VersionedTextDocumentIdentifier::InternalSwap(VersionedTextDocumentIdentifi auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &uri_, lhs_arena, - &other->uri_, rhs_arena + &_impl_.uri_, lhs_arena, + &other->_impl_.uri_, rhs_arena ); - swap(version_, other->version_); + swap(_impl_.version_, other->_impl_.version_); } ::PROTOBUF_NAMESPACE_ID::Metadata VersionedTextDocumentIdentifier::GetMetadata() const { @@ -8245,23 +8480,33 @@ class Position::_Internal { Position::Position(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.Position) } Position::Position(const Position& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + Position* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.line_){} + , decltype(_impl_.character_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - ::memcpy(&line_, &from.line_, - static_cast(reinterpret_cast(&character_) - - reinterpret_cast(&line_)) + sizeof(character_)); + ::memcpy(&_impl_.line_, &from._impl_.line_, + static_cast(reinterpret_cast(&_impl_.character_) - + reinterpret_cast(&_impl_.line_)) + sizeof(_impl_.character_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.Position) } -inline void Position::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&line_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&character_) - - reinterpret_cast(&line_)) + sizeof(character_)); +inline void Position::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.line_){0} + , decltype(_impl_.character_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; } Position::~Position() { @@ -8278,7 +8523,7 @@ inline void Position::SharedDtor() { } void Position::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Position::Clear() { @@ -8287,9 +8532,9 @@ void Position::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - ::memset(&line_, 0, static_cast( - reinterpret_cast(&character_) - - reinterpret_cast(&line_)) + sizeof(character_)); + ::memset(&_impl_.line_, 0, static_cast( + reinterpret_cast(&_impl_.character_) - + reinterpret_cast(&_impl_.line_)) + sizeof(_impl_.character_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -8302,7 +8547,7 @@ const char* Position::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) // int32 line = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - line_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.line_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -8310,7 +8555,7 @@ const char* Position::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) // int32 character = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - character_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.character_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -8382,35 +8627,31 @@ size_t Position::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_character()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Position::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Position::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Position::GetClassData() const { return &_class_data_; } -void Position::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Position::MergeFrom(const Position& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.Position) - GOOGLE_DCHECK_NE(&from, this); +void Position::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.Position) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_line() != 0) { - _internal_set_line(from._internal_line()); + _this->_internal_set_line(from._internal_line()); } if (from._internal_character() != 0) { - _internal_set_character(from._internal_character()); + _this->_internal_set_character(from._internal_character()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Position::CopyFrom(const Position& from) { @@ -8428,11 +8669,11 @@ void Position::InternalSwap(Position* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(Position, character_) - + sizeof(Position::character_) - - PROTOBUF_FIELD_OFFSET(Position, line_)>( - reinterpret_cast(&line_), - reinterpret_cast(&other->line_)); + PROTOBUF_FIELD_OFFSET(Position, _impl_.character_) + + sizeof(Position::_impl_.character_) + - PROTOBUF_FIELD_OFFSET(Position, _impl_.line_)>( + reinterpret_cast(&_impl_.line_), + reinterpret_cast(&other->_impl_.line_)); } ::PROTOBUF_NAMESPACE_ID::Metadata Position::GetMetadata() const { @@ -8450,40 +8691,54 @@ class MarkupContent::_Internal { MarkupContent::MarkupContent(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.MarkupContent) } MarkupContent::MarkupContent(const MarkupContent& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + MarkupContent* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.kind_){} + , decltype(_impl_.value_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - kind_.InitDefault(); + _impl_.kind_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - kind_.Set("", GetArenaForAllocation()); + _impl_.kind_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_kind().empty()) { - kind_.Set(from._internal_kind(), - GetArenaForAllocation()); + _this->_impl_.kind_.Set(from._internal_kind(), + _this->GetArenaForAllocation()); } - value_.InitDefault(); + _impl_.value_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - value_.Set("", GetArenaForAllocation()); + _impl_.value_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_value().empty()) { - value_.Set(from._internal_value(), - GetArenaForAllocation()); + _this->_impl_.value_.Set(from._internal_value(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.MarkupContent) } -inline void MarkupContent::SharedCtor() { -kind_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - kind_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -value_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - value_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void MarkupContent::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.kind_){} + , decltype(_impl_.value_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.kind_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.kind_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.value_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.value_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } MarkupContent::~MarkupContent() { @@ -8497,12 +8752,12 @@ MarkupContent::~MarkupContent() { inline void MarkupContent::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - kind_.Destroy(); - value_.Destroy(); + _impl_.kind_.Destroy(); + _impl_.value_.Destroy(); } void MarkupContent::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void MarkupContent::Clear() { @@ -8511,8 +8766,8 @@ void MarkupContent::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - kind_.ClearToEmpty(); - value_.ClearToEmpty(); + _impl_.kind_.ClearToEmpty(); + _impl_.value_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -8621,35 +8876,31 @@ size_t MarkupContent::ByteSizeLong() const { this->_internal_value()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData MarkupContent::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, MarkupContent::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*MarkupContent::GetClassData() const { return &_class_data_; } -void MarkupContent::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void MarkupContent::MergeFrom(const MarkupContent& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.MarkupContent) - GOOGLE_DCHECK_NE(&from, this); +void MarkupContent::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.MarkupContent) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_kind().empty()) { - _internal_set_kind(from._internal_kind()); + _this->_internal_set_kind(from._internal_kind()); } if (!from._internal_value().empty()) { - _internal_set_value(from._internal_value()); + _this->_internal_set_value(from._internal_value()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void MarkupContent::CopyFrom(const MarkupContent& from) { @@ -8669,12 +8920,12 @@ void MarkupContent::InternalSwap(MarkupContent* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &kind_, lhs_arena, - &other->kind_, rhs_arena + &_impl_.kind_, lhs_arena, + &other->_impl_.kind_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &value_, lhs_arena, - &other->value_, rhs_arena + &_impl_.value_, lhs_arena, + &other->_impl_.value_, rhs_arena ); } @@ -8696,64 +8947,72 @@ class GetCompletionItemsRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& GetCompletionItemsRequest::_Internal::console_id(const GetCompletionItemsRequest* msg) { - return *msg->console_id_; + return *msg->_impl_.console_id_; } const ::io::deephaven::proto::backplane::script::grpc::CompletionContext& GetCompletionItemsRequest::_Internal::context(const GetCompletionItemsRequest* msg) { - return *msg->context_; + return *msg->_impl_.context_; } const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& GetCompletionItemsRequest::_Internal::text_document(const GetCompletionItemsRequest* msg) { - return *msg->text_document_; + return *msg->_impl_.text_document_; } const ::io::deephaven::proto::backplane::script::grpc::Position& GetCompletionItemsRequest::_Internal::position(const GetCompletionItemsRequest* msg) { - return *msg->position_; + return *msg->_impl_.position_; } void GetCompletionItemsRequest::clear_console_id() { - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; + _impl_.console_id_ = nullptr; } GetCompletionItemsRequest::GetCompletionItemsRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest) } GetCompletionItemsRequest::GetCompletionItemsRequest(const GetCompletionItemsRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + GetCompletionItemsRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.context_){nullptr} + , decltype(_impl_.text_document_){nullptr} + , decltype(_impl_.position_){nullptr} + , decltype(_impl_.request_id_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_console_id()) { - console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.console_id_); - } else { - console_id_ = nullptr; + _this->_impl_.console_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.console_id_); } if (from._internal_has_context()) { - context_ = new ::io::deephaven::proto::backplane::script::grpc::CompletionContext(*from.context_); - } else { - context_ = nullptr; + _this->_impl_.context_ = new ::io::deephaven::proto::backplane::script::grpc::CompletionContext(*from._impl_.context_); } if (from._internal_has_text_document()) { - text_document_ = new ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier(*from.text_document_); - } else { - text_document_ = nullptr; + _this->_impl_.text_document_ = new ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier(*from._impl_.text_document_); } if (from._internal_has_position()) { - position_ = new ::io::deephaven::proto::backplane::script::grpc::Position(*from.position_); - } else { - position_ = nullptr; + _this->_impl_.position_ = new ::io::deephaven::proto::backplane::script::grpc::Position(*from._impl_.position_); } - request_id_ = from.request_id_; + _this->_impl_.request_id_ = from._impl_.request_id_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest) } -inline void GetCompletionItemsRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&console_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&request_id_) - - reinterpret_cast(&console_id_)) + sizeof(request_id_)); +inline void GetCompletionItemsRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.console_id_){nullptr} + , decltype(_impl_.context_){nullptr} + , decltype(_impl_.text_document_){nullptr} + , decltype(_impl_.position_){nullptr} + , decltype(_impl_.request_id_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; } GetCompletionItemsRequest::~GetCompletionItemsRequest() { @@ -8767,14 +9026,14 @@ GetCompletionItemsRequest::~GetCompletionItemsRequest() { inline void GetCompletionItemsRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete console_id_; - if (this != internal_default_instance()) delete context_; - if (this != internal_default_instance()) delete text_document_; - if (this != internal_default_instance()) delete position_; + if (this != internal_default_instance()) delete _impl_.console_id_; + if (this != internal_default_instance()) delete _impl_.context_; + if (this != internal_default_instance()) delete _impl_.text_document_; + if (this != internal_default_instance()) delete _impl_.position_; } void GetCompletionItemsRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void GetCompletionItemsRequest::Clear() { @@ -8783,23 +9042,23 @@ void GetCompletionItemsRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && console_id_ != nullptr) { - delete console_id_; + if (GetArenaForAllocation() == nullptr && _impl_.console_id_ != nullptr) { + delete _impl_.console_id_; } - console_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && context_ != nullptr) { - delete context_; + _impl_.console_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.context_ != nullptr) { + delete _impl_.context_; } - context_ = nullptr; - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + _impl_.context_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; - if (GetArenaForAllocation() == nullptr && position_ != nullptr) { - delete position_; + _impl_.text_document_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.position_ != nullptr) { + delete _impl_.position_; } - position_ = nullptr; - request_id_ = 0; + _impl_.position_ = nullptr; + _impl_.request_id_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -8844,7 +9103,7 @@ const char* GetCompletionItemsRequest::_InternalParse(const char* ptr, ::_pbi::P // int32 request_id = 5 [deprecated = true]; case 5: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 40)) { - request_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.request_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -8932,28 +9191,28 @@ size_t GetCompletionItemsRequest::ByteSizeLong() const { if (this->_internal_has_console_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *console_id_); + *_impl_.console_id_); } // .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2; if (this->_internal_has_context()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *context_); + *_impl_.context_); } // .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3; if (this->_internal_has_text_document()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *text_document_); + *_impl_.text_document_); } // .io.deephaven.proto.backplane.script.grpc.Position position = 4; if (this->_internal_has_position()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *position_); + *_impl_.position_); } // int32 request_id = 5 [deprecated = true]; @@ -8961,44 +9220,44 @@ size_t GetCompletionItemsRequest::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_request_id()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetCompletionItemsRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, GetCompletionItemsRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetCompletionItemsRequest::GetClassData() const { return &_class_data_; } -void GetCompletionItemsRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void GetCompletionItemsRequest::MergeFrom(const GetCompletionItemsRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest) - GOOGLE_DCHECK_NE(&from, this); +void GetCompletionItemsRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_console_id()) { - _internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_console_id()); + _this->_internal_mutable_console_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_console_id()); } if (from._internal_has_context()) { - _internal_mutable_context()->::io::deephaven::proto::backplane::script::grpc::CompletionContext::MergeFrom(from._internal_context()); + _this->_internal_mutable_context()->::io::deephaven::proto::backplane::script::grpc::CompletionContext::MergeFrom( + from._internal_context()); } if (from._internal_has_text_document()) { - _internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier::MergeFrom(from._internal_text_document()); + _this->_internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier::MergeFrom( + from._internal_text_document()); } if (from._internal_has_position()) { - _internal_mutable_position()->::io::deephaven::proto::backplane::script::grpc::Position::MergeFrom(from._internal_position()); + _this->_internal_mutable_position()->::io::deephaven::proto::backplane::script::grpc::Position::MergeFrom( + from._internal_position()); } if (from._internal_request_id() != 0) { - _internal_set_request_id(from._internal_request_id()); + _this->_internal_set_request_id(from._internal_request_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void GetCompletionItemsRequest::CopyFrom(const GetCompletionItemsRequest& from) { @@ -9016,11 +9275,11 @@ void GetCompletionItemsRequest::InternalSwap(GetCompletionItemsRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(GetCompletionItemsRequest, request_id_) - + sizeof(GetCompletionItemsRequest::request_id_) - - PROTOBUF_FIELD_OFFSET(GetCompletionItemsRequest, console_id_)>( - reinterpret_cast(&console_id_), - reinterpret_cast(&other->console_id_)); + PROTOBUF_FIELD_OFFSET(GetCompletionItemsRequest, _impl_.request_id_) + + sizeof(GetCompletionItemsRequest::_impl_.request_id_) + - PROTOBUF_FIELD_OFFSET(GetCompletionItemsRequest, _impl_.console_id_)>( + reinterpret_cast(&_impl_.console_id_), + reinterpret_cast(&other->_impl_.console_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata GetCompletionItemsRequest::GetMetadata() const { @@ -9038,30 +9297,43 @@ class CompletionContext::_Internal { CompletionContext::CompletionContext(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.CompletionContext) } CompletionContext::CompletionContext(const CompletionContext& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + CompletionContext* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.trigger_character_){} + , decltype(_impl_.trigger_kind_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - trigger_character_.InitDefault(); + _impl_.trigger_character_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - trigger_character_.Set("", GetArenaForAllocation()); + _impl_.trigger_character_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_trigger_character().empty()) { - trigger_character_.Set(from._internal_trigger_character(), - GetArenaForAllocation()); + _this->_impl_.trigger_character_.Set(from._internal_trigger_character(), + _this->GetArenaForAllocation()); } - trigger_kind_ = from.trigger_kind_; + _this->_impl_.trigger_kind_ = from._impl_.trigger_kind_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.CompletionContext) } -inline void CompletionContext::SharedCtor() { -trigger_character_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - trigger_character_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -trigger_kind_ = 0; +inline void CompletionContext::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.trigger_character_){} + , decltype(_impl_.trigger_kind_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.trigger_character_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.trigger_character_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } CompletionContext::~CompletionContext() { @@ -9075,11 +9347,11 @@ CompletionContext::~CompletionContext() { inline void CompletionContext::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - trigger_character_.Destroy(); + _impl_.trigger_character_.Destroy(); } void CompletionContext::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void CompletionContext::Clear() { @@ -9088,8 +9360,8 @@ void CompletionContext::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - trigger_character_.ClearToEmpty(); - trigger_kind_ = 0; + _impl_.trigger_character_.ClearToEmpty(); + _impl_.trigger_kind_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -9102,7 +9374,7 @@ const char* CompletionContext::_InternalParse(const char* ptr, ::_pbi::ParseCont // int32 trigger_kind = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - trigger_kind_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.trigger_kind_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -9190,35 +9462,31 @@ size_t CompletionContext::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_trigger_kind()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CompletionContext::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, CompletionContext::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CompletionContext::GetClassData() const { return &_class_data_; } -void CompletionContext::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void CompletionContext::MergeFrom(const CompletionContext& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.CompletionContext) - GOOGLE_DCHECK_NE(&from, this); +void CompletionContext::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.CompletionContext) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_trigger_character().empty()) { - _internal_set_trigger_character(from._internal_trigger_character()); + _this->_internal_set_trigger_character(from._internal_trigger_character()); } if (from._internal_trigger_kind() != 0) { - _internal_set_trigger_kind(from._internal_trigger_kind()); + _this->_internal_set_trigger_kind(from._internal_trigger_kind()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void CompletionContext::CopyFrom(const CompletionContext& from) { @@ -9238,10 +9506,10 @@ void CompletionContext::InternalSwap(CompletionContext* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &trigger_character_, lhs_arena, - &other->trigger_character_, rhs_arena + &_impl_.trigger_character_, lhs_arena, + &other->_impl_.trigger_character_, rhs_arena ); - swap(trigger_kind_, other->trigger_kind_); + swap(_impl_.trigger_kind_, other->_impl_.trigger_kind_); } ::PROTOBUF_NAMESPACE_ID::Metadata CompletionContext::GetMetadata() const { @@ -9258,26 +9526,36 @@ class GetCompletionItemsResponse::_Internal { GetCompletionItemsResponse::GetCompletionItemsResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - items_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse) } GetCompletionItemsResponse::GetCompletionItemsResponse(const GetCompletionItemsResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - items_(from.items_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + GetCompletionItemsResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.items_){from._impl_.items_} + , decltype(_impl_.request_id_){} + , decltype(_impl_.success_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - ::memcpy(&request_id_, &from.request_id_, - static_cast(reinterpret_cast(&success_) - - reinterpret_cast(&request_id_)) + sizeof(success_)); + ::memcpy(&_impl_.request_id_, &from._impl_.request_id_, + static_cast(reinterpret_cast(&_impl_.success_) - + reinterpret_cast(&_impl_.request_id_)) + sizeof(_impl_.success_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse) } -inline void GetCompletionItemsResponse::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&request_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&success_) - - reinterpret_cast(&request_id_)) + sizeof(success_)); +inline void GetCompletionItemsResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.items_){arena} + , decltype(_impl_.request_id_){0} + , decltype(_impl_.success_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } GetCompletionItemsResponse::~GetCompletionItemsResponse() { @@ -9291,10 +9569,11 @@ GetCompletionItemsResponse::~GetCompletionItemsResponse() { inline void GetCompletionItemsResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.items_.~RepeatedPtrField(); } void GetCompletionItemsResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void GetCompletionItemsResponse::Clear() { @@ -9303,10 +9582,10 @@ void GetCompletionItemsResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - items_.Clear(); - ::memset(&request_id_, 0, static_cast( - reinterpret_cast(&success_) - - reinterpret_cast(&request_id_)) + sizeof(success_)); + _impl_.items_.Clear(); + ::memset(&_impl_.request_id_, 0, static_cast( + reinterpret_cast(&_impl_.success_) - + reinterpret_cast(&_impl_.request_id_)) + sizeof(_impl_.success_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -9332,7 +9611,7 @@ const char* GetCompletionItemsResponse::_InternalParse(const char* ptr, ::_pbi:: // int32 request_id = 2 [deprecated = true]; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - request_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.request_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -9340,7 +9619,7 @@ const char* GetCompletionItemsResponse::_InternalParse(const char* ptr, ::_pbi:: // bool success = 3 [deprecated = true]; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - success_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.success_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -9412,7 +9691,7 @@ size_t GetCompletionItemsResponse::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.script.grpc.CompletionItem items = 1; total_size += 1UL * this->_internal_items_size(); - for (const auto& msg : this->items_) { + for (const auto& msg : this->_impl_.items_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -9427,36 +9706,32 @@ size_t GetCompletionItemsResponse::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetCompletionItemsResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, GetCompletionItemsResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetCompletionItemsResponse::GetClassData() const { return &_class_data_; } -void GetCompletionItemsResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void GetCompletionItemsResponse::MergeFrom(const GetCompletionItemsResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse) - GOOGLE_DCHECK_NE(&from, this); +void GetCompletionItemsResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - items_.MergeFrom(from.items_); + _this->_impl_.items_.MergeFrom(from._impl_.items_); if (from._internal_request_id() != 0) { - _internal_set_request_id(from._internal_request_id()); + _this->_internal_set_request_id(from._internal_request_id()); } if (from._internal_success() != 0) { - _internal_set_success(from._internal_success()); + _this->_internal_set_success(from._internal_success()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void GetCompletionItemsResponse::CopyFrom(const GetCompletionItemsResponse& from) { @@ -9473,13 +9748,13 @@ bool GetCompletionItemsResponse::IsInitialized() const { void GetCompletionItemsResponse::InternalSwap(GetCompletionItemsResponse* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - items_.InternalSwap(&other->items_); + _impl_.items_.InternalSwap(&other->_impl_.items_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(GetCompletionItemsResponse, success_) - + sizeof(GetCompletionItemsResponse::success_) - - PROTOBUF_FIELD_OFFSET(GetCompletionItemsResponse, request_id_)>( - reinterpret_cast(&request_id_), - reinterpret_cast(&other->request_id_)); + PROTOBUF_FIELD_OFFSET(GetCompletionItemsResponse, _impl_.success_) + + sizeof(GetCompletionItemsResponse::_impl_.success_) + - PROTOBUF_FIELD_OFFSET(GetCompletionItemsResponse, _impl_.request_id_)>( + reinterpret_cast(&_impl_.request_id_), + reinterpret_cast(&other->_impl_.request_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata GetCompletionItemsResponse::GetMetadata() const { @@ -9498,94 +9773,120 @@ class CompletionItem::_Internal { const ::io::deephaven::proto::backplane::script::grpc::TextEdit& CompletionItem::_Internal::text_edit(const CompletionItem* msg) { - return *msg->text_edit_; + return *msg->_impl_.text_edit_; } const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& CompletionItem::_Internal::documentation(const CompletionItem* msg) { - return *msg->documentation_; + return *msg->_impl_.documentation_; } CompletionItem::CompletionItem(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - additional_text_edits_(arena), - commit_characters_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.CompletionItem) } CompletionItem::CompletionItem(const CompletionItem& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - additional_text_edits_(from.additional_text_edits_), - commit_characters_(from.commit_characters_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + CompletionItem* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.additional_text_edits_){from._impl_.additional_text_edits_} + , decltype(_impl_.commit_characters_){from._impl_.commit_characters_} + , decltype(_impl_.label_){} + , decltype(_impl_.detail_){} + , decltype(_impl_.sort_text_){} + , decltype(_impl_.filter_text_){} + , decltype(_impl_.text_edit_){nullptr} + , decltype(_impl_.documentation_){nullptr} + , decltype(_impl_.start_){} + , decltype(_impl_.length_){} + , decltype(_impl_.kind_){} + , decltype(_impl_.deprecated_){} + , decltype(_impl_.preselect_){} + , decltype(_impl_.insert_text_format_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - label_.InitDefault(); + _impl_.label_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - label_.Set("", GetArenaForAllocation()); + _impl_.label_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_label().empty()) { - label_.Set(from._internal_label(), - GetArenaForAllocation()); + _this->_impl_.label_.Set(from._internal_label(), + _this->GetArenaForAllocation()); } - detail_.InitDefault(); + _impl_.detail_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - detail_.Set("", GetArenaForAllocation()); + _impl_.detail_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_detail().empty()) { - detail_.Set(from._internal_detail(), - GetArenaForAllocation()); + _this->_impl_.detail_.Set(from._internal_detail(), + _this->GetArenaForAllocation()); } - sort_text_.InitDefault(); + _impl_.sort_text_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - sort_text_.Set("", GetArenaForAllocation()); + _impl_.sort_text_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_sort_text().empty()) { - sort_text_.Set(from._internal_sort_text(), - GetArenaForAllocation()); + _this->_impl_.sort_text_.Set(from._internal_sort_text(), + _this->GetArenaForAllocation()); } - filter_text_.InitDefault(); + _impl_.filter_text_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - filter_text_.Set("", GetArenaForAllocation()); + _impl_.filter_text_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_filter_text().empty()) { - filter_text_.Set(from._internal_filter_text(), - GetArenaForAllocation()); + _this->_impl_.filter_text_.Set(from._internal_filter_text(), + _this->GetArenaForAllocation()); } if (from._internal_has_text_edit()) { - text_edit_ = new ::io::deephaven::proto::backplane::script::grpc::TextEdit(*from.text_edit_); - } else { - text_edit_ = nullptr; + _this->_impl_.text_edit_ = new ::io::deephaven::proto::backplane::script::grpc::TextEdit(*from._impl_.text_edit_); } if (from._internal_has_documentation()) { - documentation_ = new ::io::deephaven::proto::backplane::script::grpc::MarkupContent(*from.documentation_); - } else { - documentation_ = nullptr; + _this->_impl_.documentation_ = new ::io::deephaven::proto::backplane::script::grpc::MarkupContent(*from._impl_.documentation_); } - ::memcpy(&start_, &from.start_, - static_cast(reinterpret_cast(&insert_text_format_) - - reinterpret_cast(&start_)) + sizeof(insert_text_format_)); + ::memcpy(&_impl_.start_, &from._impl_.start_, + static_cast(reinterpret_cast(&_impl_.insert_text_format_) - + reinterpret_cast(&_impl_.start_)) + sizeof(_impl_.insert_text_format_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.CompletionItem) } -inline void CompletionItem::SharedCtor() { -label_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - label_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -detail_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - detail_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -sort_text_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - sort_text_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -filter_text_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - filter_text_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&text_edit_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&insert_text_format_) - - reinterpret_cast(&text_edit_)) + sizeof(insert_text_format_)); +inline void CompletionItem::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.additional_text_edits_){arena} + , decltype(_impl_.commit_characters_){arena} + , decltype(_impl_.label_){} + , decltype(_impl_.detail_){} + , decltype(_impl_.sort_text_){} + , decltype(_impl_.filter_text_){} + , decltype(_impl_.text_edit_){nullptr} + , decltype(_impl_.documentation_){nullptr} + , decltype(_impl_.start_){0} + , decltype(_impl_.length_){0} + , decltype(_impl_.kind_){0} + , decltype(_impl_.deprecated_){false} + , decltype(_impl_.preselect_){false} + , decltype(_impl_.insert_text_format_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.label_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.label_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.detail_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.detail_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.sort_text_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.sort_text_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.filter_text_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.filter_text_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } CompletionItem::~CompletionItem() { @@ -9599,16 +9900,18 @@ CompletionItem::~CompletionItem() { inline void CompletionItem::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - label_.Destroy(); - detail_.Destroy(); - sort_text_.Destroy(); - filter_text_.Destroy(); - if (this != internal_default_instance()) delete text_edit_; - if (this != internal_default_instance()) delete documentation_; + _impl_.additional_text_edits_.~RepeatedPtrField(); + _impl_.commit_characters_.~RepeatedPtrField(); + _impl_.label_.Destroy(); + _impl_.detail_.Destroy(); + _impl_.sort_text_.Destroy(); + _impl_.filter_text_.Destroy(); + if (this != internal_default_instance()) delete _impl_.text_edit_; + if (this != internal_default_instance()) delete _impl_.documentation_; } void CompletionItem::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void CompletionItem::Clear() { @@ -9617,23 +9920,23 @@ void CompletionItem::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - additional_text_edits_.Clear(); - commit_characters_.Clear(); - label_.ClearToEmpty(); - detail_.ClearToEmpty(); - sort_text_.ClearToEmpty(); - filter_text_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && text_edit_ != nullptr) { - delete text_edit_; - } - text_edit_ = nullptr; - if (GetArenaForAllocation() == nullptr && documentation_ != nullptr) { - delete documentation_; - } - documentation_ = nullptr; - ::memset(&start_, 0, static_cast( - reinterpret_cast(&insert_text_format_) - - reinterpret_cast(&start_)) + sizeof(insert_text_format_)); + _impl_.additional_text_edits_.Clear(); + _impl_.commit_characters_.Clear(); + _impl_.label_.ClearToEmpty(); + _impl_.detail_.ClearToEmpty(); + _impl_.sort_text_.ClearToEmpty(); + _impl_.filter_text_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.text_edit_ != nullptr) { + delete _impl_.text_edit_; + } + _impl_.text_edit_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.documentation_ != nullptr) { + delete _impl_.documentation_; + } + _impl_.documentation_ = nullptr; + ::memset(&_impl_.start_, 0, static_cast( + reinterpret_cast(&_impl_.insert_text_format_) - + reinterpret_cast(&_impl_.start_)) + sizeof(_impl_.insert_text_format_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -9646,7 +9949,7 @@ const char* CompletionItem::_InternalParse(const char* ptr, ::_pbi::ParseContext // int32 start = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - start_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.start_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -9654,7 +9957,7 @@ const char* CompletionItem::_InternalParse(const char* ptr, ::_pbi::ParseContext // int32 length = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - length_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.length_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -9672,7 +9975,7 @@ const char* CompletionItem::_InternalParse(const char* ptr, ::_pbi::ParseContext // int32 kind = 4; case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { - kind_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.kind_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -9690,7 +9993,7 @@ const char* CompletionItem::_InternalParse(const char* ptr, ::_pbi::ParseContext // bool deprecated = 7; case 7: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 56)) { - deprecated_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.deprecated_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -9698,7 +10001,7 @@ const char* CompletionItem::_InternalParse(const char* ptr, ::_pbi::ParseContext // bool preselect = 8; case 8: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 64)) { - preselect_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.preselect_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -9734,7 +10037,7 @@ const char* CompletionItem::_InternalParse(const char* ptr, ::_pbi::ParseContext // int32 insert_text_format = 12; case 12: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 96)) { - insert_text_format_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.insert_text_format_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -9930,17 +10233,17 @@ size_t CompletionItem::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13; total_size += 1UL * this->_internal_additional_text_edits_size(); - for (const auto& msg : this->additional_text_edits_) { + for (const auto& msg : this->_impl_.additional_text_edits_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // repeated string commit_characters = 14; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(commit_characters_.size()); - for (int i = 0, n = commit_characters_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.commit_characters_.size()); + for (int i = 0, n = _impl_.commit_characters_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - commit_characters_.Get(i)); + _impl_.commit_characters_.Get(i)); } // string label = 3; @@ -9975,14 +10278,14 @@ size_t CompletionItem::ByteSizeLong() const { if (this->_internal_has_text_edit()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *text_edit_); + *_impl_.text_edit_); } // .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 15; if (this->_internal_has_documentation()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *documentation_); + *_impl_.documentation_); } // int32 start = 1; @@ -10015,67 +10318,65 @@ size_t CompletionItem::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_insert_text_format()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CompletionItem::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, CompletionItem::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CompletionItem::GetClassData() const { return &_class_data_; } -void CompletionItem::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void CompletionItem::MergeFrom(const CompletionItem& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.CompletionItem) - GOOGLE_DCHECK_NE(&from, this); +void CompletionItem::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.CompletionItem) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - additional_text_edits_.MergeFrom(from.additional_text_edits_); - commit_characters_.MergeFrom(from.commit_characters_); + _this->_impl_.additional_text_edits_.MergeFrom(from._impl_.additional_text_edits_); + _this->_impl_.commit_characters_.MergeFrom(from._impl_.commit_characters_); if (!from._internal_label().empty()) { - _internal_set_label(from._internal_label()); + _this->_internal_set_label(from._internal_label()); } if (!from._internal_detail().empty()) { - _internal_set_detail(from._internal_detail()); + _this->_internal_set_detail(from._internal_detail()); } if (!from._internal_sort_text().empty()) { - _internal_set_sort_text(from._internal_sort_text()); + _this->_internal_set_sort_text(from._internal_sort_text()); } if (!from._internal_filter_text().empty()) { - _internal_set_filter_text(from._internal_filter_text()); + _this->_internal_set_filter_text(from._internal_filter_text()); } if (from._internal_has_text_edit()) { - _internal_mutable_text_edit()->::io::deephaven::proto::backplane::script::grpc::TextEdit::MergeFrom(from._internal_text_edit()); + _this->_internal_mutable_text_edit()->::io::deephaven::proto::backplane::script::grpc::TextEdit::MergeFrom( + from._internal_text_edit()); } if (from._internal_has_documentation()) { - _internal_mutable_documentation()->::io::deephaven::proto::backplane::script::grpc::MarkupContent::MergeFrom(from._internal_documentation()); + _this->_internal_mutable_documentation()->::io::deephaven::proto::backplane::script::grpc::MarkupContent::MergeFrom( + from._internal_documentation()); } if (from._internal_start() != 0) { - _internal_set_start(from._internal_start()); + _this->_internal_set_start(from._internal_start()); } if (from._internal_length() != 0) { - _internal_set_length(from._internal_length()); + _this->_internal_set_length(from._internal_length()); } if (from._internal_kind() != 0) { - _internal_set_kind(from._internal_kind()); + _this->_internal_set_kind(from._internal_kind()); } if (from._internal_deprecated() != 0) { - _internal_set_deprecated(from._internal_deprecated()); + _this->_internal_set_deprecated(from._internal_deprecated()); } if (from._internal_preselect() != 0) { - _internal_set_preselect(from._internal_preselect()); + _this->_internal_set_preselect(from._internal_preselect()); } if (from._internal_insert_text_format() != 0) { - _internal_set_insert_text_format(from._internal_insert_text_format()); + _this->_internal_set_insert_text_format(from._internal_insert_text_format()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void CompletionItem::CopyFrom(const CompletionItem& from) { @@ -10094,30 +10395,30 @@ void CompletionItem::InternalSwap(CompletionItem* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - additional_text_edits_.InternalSwap(&other->additional_text_edits_); - commit_characters_.InternalSwap(&other->commit_characters_); + _impl_.additional_text_edits_.InternalSwap(&other->_impl_.additional_text_edits_); + _impl_.commit_characters_.InternalSwap(&other->_impl_.commit_characters_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &label_, lhs_arena, - &other->label_, rhs_arena + &_impl_.label_, lhs_arena, + &other->_impl_.label_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &detail_, lhs_arena, - &other->detail_, rhs_arena + &_impl_.detail_, lhs_arena, + &other->_impl_.detail_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &sort_text_, lhs_arena, - &other->sort_text_, rhs_arena + &_impl_.sort_text_, lhs_arena, + &other->_impl_.sort_text_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &filter_text_, lhs_arena, - &other->filter_text_, rhs_arena + &_impl_.filter_text_, lhs_arena, + &other->_impl_.filter_text_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(CompletionItem, insert_text_format_) - + sizeof(CompletionItem::insert_text_format_) - - PROTOBUF_FIELD_OFFSET(CompletionItem, text_edit_)>( - reinterpret_cast(&text_edit_), - reinterpret_cast(&other->text_edit_)); + PROTOBUF_FIELD_OFFSET(CompletionItem, _impl_.insert_text_format_) + + sizeof(CompletionItem::_impl_.insert_text_format_) + - PROTOBUF_FIELD_OFFSET(CompletionItem, _impl_.text_edit_)>( + reinterpret_cast(&_impl_.text_edit_), + reinterpret_cast(&other->_impl_.text_edit_)); } ::PROTOBUF_NAMESPACE_ID::Metadata CompletionItem::GetMetadata() const { @@ -10135,39 +10436,50 @@ class TextEdit::_Internal { const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& TextEdit::_Internal::range(const TextEdit* msg) { - return *msg->range_; + return *msg->_impl_.range_; } TextEdit::TextEdit(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.TextEdit) } TextEdit::TextEdit(const TextEdit& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + TextEdit* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.text_){} + , decltype(_impl_.range_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - text_.InitDefault(); + _impl_.text_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - text_.Set("", GetArenaForAllocation()); + _impl_.text_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_text().empty()) { - text_.Set(from._internal_text(), - GetArenaForAllocation()); + _this->_impl_.text_.Set(from._internal_text(), + _this->GetArenaForAllocation()); } if (from._internal_has_range()) { - range_ = new ::io::deephaven::proto::backplane::script::grpc::DocumentRange(*from.range_); - } else { - range_ = nullptr; + _this->_impl_.range_ = new ::io::deephaven::proto::backplane::script::grpc::DocumentRange(*from._impl_.range_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.TextEdit) } -inline void TextEdit::SharedCtor() { -text_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - text_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -range_ = nullptr; +inline void TextEdit::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.text_){} + , decltype(_impl_.range_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.text_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.text_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } TextEdit::~TextEdit() { @@ -10181,12 +10493,12 @@ TextEdit::~TextEdit() { inline void TextEdit::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - text_.Destroy(); - if (this != internal_default_instance()) delete range_; + _impl_.text_.Destroy(); + if (this != internal_default_instance()) delete _impl_.range_; } void TextEdit::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void TextEdit::Clear() { @@ -10195,11 +10507,11 @@ void TextEdit::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - text_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && range_ != nullptr) { - delete range_; + _impl_.text_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.range_ != nullptr) { + delete _impl_.range_; } - range_ = nullptr; + _impl_.range_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -10300,38 +10612,35 @@ size_t TextEdit::ByteSizeLong() const { if (this->_internal_has_range()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *range_); + *_impl_.range_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData TextEdit::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, TextEdit::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*TextEdit::GetClassData() const { return &_class_data_; } -void TextEdit::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void TextEdit::MergeFrom(const TextEdit& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.TextEdit) - GOOGLE_DCHECK_NE(&from, this); +void TextEdit::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.TextEdit) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_text().empty()) { - _internal_set_text(from._internal_text()); + _this->_internal_set_text(from._internal_text()); } if (from._internal_has_range()) { - _internal_mutable_range()->::io::deephaven::proto::backplane::script::grpc::DocumentRange::MergeFrom(from._internal_range()); + _this->_internal_mutable_range()->::io::deephaven::proto::backplane::script::grpc::DocumentRange::MergeFrom( + from._internal_range()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void TextEdit::CopyFrom(const TextEdit& from) { @@ -10351,10 +10660,10 @@ void TextEdit::InternalSwap(TextEdit* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &text_, lhs_arena, - &other->text_, rhs_arena + &_impl_.text_, lhs_arena, + &other->_impl_.text_, rhs_arena ); - swap(range_, other->range_); + swap(_impl_.range_, other->_impl_.range_); } ::PROTOBUF_NAMESPACE_ID::Metadata TextEdit::GetMetadata() const { @@ -10374,48 +10683,54 @@ class GetSignatureHelpRequest::_Internal { const ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext& GetSignatureHelpRequest::_Internal::context(const GetSignatureHelpRequest* msg) { - return *msg->context_; + return *msg->_impl_.context_; } const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& GetSignatureHelpRequest::_Internal::text_document(const GetSignatureHelpRequest* msg) { - return *msg->text_document_; + return *msg->_impl_.text_document_; } const ::io::deephaven::proto::backplane::script::grpc::Position& GetSignatureHelpRequest::_Internal::position(const GetSignatureHelpRequest* msg) { - return *msg->position_; + return *msg->_impl_.position_; } GetSignatureHelpRequest::GetSignatureHelpRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest) } GetSignatureHelpRequest::GetSignatureHelpRequest(const GetSignatureHelpRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + GetSignatureHelpRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.context_){nullptr} + , decltype(_impl_.text_document_){nullptr} + , decltype(_impl_.position_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_context()) { - context_ = new ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext(*from.context_); - } else { - context_ = nullptr; + _this->_impl_.context_ = new ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext(*from._impl_.context_); } if (from._internal_has_text_document()) { - text_document_ = new ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier(*from.text_document_); - } else { - text_document_ = nullptr; + _this->_impl_.text_document_ = new ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier(*from._impl_.text_document_); } if (from._internal_has_position()) { - position_ = new ::io::deephaven::proto::backplane::script::grpc::Position(*from.position_); - } else { - position_ = nullptr; + _this->_impl_.position_ = new ::io::deephaven::proto::backplane::script::grpc::Position(*from._impl_.position_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest) } -inline void GetSignatureHelpRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&context_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&position_) - - reinterpret_cast(&context_)) + sizeof(position_)); +inline void GetSignatureHelpRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.context_){nullptr} + , decltype(_impl_.text_document_){nullptr} + , decltype(_impl_.position_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } GetSignatureHelpRequest::~GetSignatureHelpRequest() { @@ -10429,13 +10744,13 @@ GetSignatureHelpRequest::~GetSignatureHelpRequest() { inline void GetSignatureHelpRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete context_; - if (this != internal_default_instance()) delete text_document_; - if (this != internal_default_instance()) delete position_; + if (this != internal_default_instance()) delete _impl_.context_; + if (this != internal_default_instance()) delete _impl_.text_document_; + if (this != internal_default_instance()) delete _impl_.position_; } void GetSignatureHelpRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void GetSignatureHelpRequest::Clear() { @@ -10444,18 +10759,18 @@ void GetSignatureHelpRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && context_ != nullptr) { - delete context_; + if (GetArenaForAllocation() == nullptr && _impl_.context_ != nullptr) { + delete _impl_.context_; } - context_ = nullptr; - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + _impl_.context_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; - if (GetArenaForAllocation() == nullptr && position_ != nullptr) { - delete position_; + _impl_.text_document_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.position_ != nullptr) { + delete _impl_.position_; } - position_ = nullptr; + _impl_.position_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -10559,55 +10874,54 @@ size_t GetSignatureHelpRequest::ByteSizeLong() const { if (this->_internal_has_context()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *context_); + *_impl_.context_); } // .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2; if (this->_internal_has_text_document()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *text_document_); + *_impl_.text_document_); } // .io.deephaven.proto.backplane.script.grpc.Position position = 3; if (this->_internal_has_position()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *position_); + *_impl_.position_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetSignatureHelpRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, GetSignatureHelpRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetSignatureHelpRequest::GetClassData() const { return &_class_data_; } -void GetSignatureHelpRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void GetSignatureHelpRequest::MergeFrom(const GetSignatureHelpRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest) - GOOGLE_DCHECK_NE(&from, this); +void GetSignatureHelpRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_context()) { - _internal_mutable_context()->::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext::MergeFrom(from._internal_context()); + _this->_internal_mutable_context()->::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext::MergeFrom( + from._internal_context()); } if (from._internal_has_text_document()) { - _internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier::MergeFrom(from._internal_text_document()); + _this->_internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier::MergeFrom( + from._internal_text_document()); } if (from._internal_has_position()) { - _internal_mutable_position()->::io::deephaven::proto::backplane::script::grpc::Position::MergeFrom(from._internal_position()); + _this->_internal_mutable_position()->::io::deephaven::proto::backplane::script::grpc::Position::MergeFrom( + from._internal_position()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void GetSignatureHelpRequest::CopyFrom(const GetSignatureHelpRequest& from) { @@ -10625,11 +10939,11 @@ void GetSignatureHelpRequest::InternalSwap(GetSignatureHelpRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(GetSignatureHelpRequest, position_) - + sizeof(GetSignatureHelpRequest::position_) - - PROTOBUF_FIELD_OFFSET(GetSignatureHelpRequest, context_)>( - reinterpret_cast(&context_), - reinterpret_cast(&other->context_)); + PROTOBUF_FIELD_OFFSET(GetSignatureHelpRequest, _impl_.position_) + + sizeof(GetSignatureHelpRequest::_impl_.position_) + - PROTOBUF_FIELD_OFFSET(GetSignatureHelpRequest, _impl_.context_)>( + reinterpret_cast(&_impl_.context_), + reinterpret_cast(&other->_impl_.context_)); } ::PROTOBUF_NAMESPACE_ID::Metadata GetSignatureHelpRequest::GetMetadata() const { @@ -10642,7 +10956,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata GetSignatureHelpRequest::GetMetadata() const { class SignatureHelpContext::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_trigger_character(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -10651,46 +10965,59 @@ class SignatureHelpContext::_Internal { const ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse& SignatureHelpContext::_Internal::active_signature_help(const SignatureHelpContext* msg) { - return *msg->active_signature_help_; + return *msg->_impl_.active_signature_help_; } SignatureHelpContext::SignatureHelpContext(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.SignatureHelpContext) } SignatureHelpContext::SignatureHelpContext(const SignatureHelpContext& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + SignatureHelpContext* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.trigger_character_){} + , decltype(_impl_.active_signature_help_){nullptr} + , decltype(_impl_.trigger_kind_){} + , decltype(_impl_.is_retrigger_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - trigger_character_.InitDefault(); + _impl_.trigger_character_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - trigger_character_.Set("", GetArenaForAllocation()); + _impl_.trigger_character_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_trigger_character()) { - trigger_character_.Set(from._internal_trigger_character(), - GetArenaForAllocation()); + _this->_impl_.trigger_character_.Set(from._internal_trigger_character(), + _this->GetArenaForAllocation()); } if (from._internal_has_active_signature_help()) { - active_signature_help_ = new ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse(*from.active_signature_help_); - } else { - active_signature_help_ = nullptr; + _this->_impl_.active_signature_help_ = new ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse(*from._impl_.active_signature_help_); } - ::memcpy(&trigger_kind_, &from.trigger_kind_, - static_cast(reinterpret_cast(&is_retrigger_) - - reinterpret_cast(&trigger_kind_)) + sizeof(is_retrigger_)); + ::memcpy(&_impl_.trigger_kind_, &from._impl_.trigger_kind_, + static_cast(reinterpret_cast(&_impl_.is_retrigger_) - + reinterpret_cast(&_impl_.trigger_kind_)) + sizeof(_impl_.is_retrigger_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.SignatureHelpContext) } -inline void SignatureHelpContext::SharedCtor() { -trigger_character_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - trigger_character_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&active_signature_help_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&is_retrigger_) - - reinterpret_cast(&active_signature_help_)) + sizeof(is_retrigger_)); +inline void SignatureHelpContext::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.trigger_character_){} + , decltype(_impl_.active_signature_help_){nullptr} + , decltype(_impl_.trigger_kind_){0} + , decltype(_impl_.is_retrigger_){false} + }; + _impl_.trigger_character_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.trigger_character_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } SignatureHelpContext::~SignatureHelpContext() { @@ -10704,12 +11031,12 @@ SignatureHelpContext::~SignatureHelpContext() { inline void SignatureHelpContext::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - trigger_character_.Destroy(); - if (this != internal_default_instance()) delete active_signature_help_; + _impl_.trigger_character_.Destroy(); + if (this != internal_default_instance()) delete _impl_.active_signature_help_; } void SignatureHelpContext::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SignatureHelpContext::Clear() { @@ -10718,18 +11045,18 @@ void SignatureHelpContext::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { - trigger_character_.ClearNonDefaultToEmpty(); + _impl_.trigger_character_.ClearNonDefaultToEmpty(); } - if (GetArenaForAllocation() == nullptr && active_signature_help_ != nullptr) { - delete active_signature_help_; + if (GetArenaForAllocation() == nullptr && _impl_.active_signature_help_ != nullptr) { + delete _impl_.active_signature_help_; } - active_signature_help_ = nullptr; - ::memset(&trigger_kind_, 0, static_cast( - reinterpret_cast(&is_retrigger_) - - reinterpret_cast(&trigger_kind_)) + sizeof(is_retrigger_)); - _has_bits_.Clear(); + _impl_.active_signature_help_ = nullptr; + ::memset(&_impl_.trigger_kind_, 0, static_cast( + reinterpret_cast(&_impl_.is_retrigger_) - + reinterpret_cast(&_impl_.trigger_kind_)) + sizeof(_impl_.is_retrigger_)); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -10743,7 +11070,7 @@ const char* SignatureHelpContext::_InternalParse(const char* ptr, ::_pbi::ParseC // int32 trigger_kind = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - trigger_kind_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.trigger_kind_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -10761,7 +11088,7 @@ const char* SignatureHelpContext::_InternalParse(const char* ptr, ::_pbi::ParseC // bool is_retrigger = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - is_retrigger_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.is_retrigger_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -10790,7 +11117,7 @@ const char* SignatureHelpContext::_InternalParse(const char* ptr, ::_pbi::ParseC CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -10850,7 +11177,7 @@ size_t SignatureHelpContext::ByteSizeLong() const { (void) cached_has_bits; // optional string trigger_character = 2; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( @@ -10861,7 +11188,7 @@ size_t SignatureHelpContext::ByteSizeLong() const { if (this->_internal_has_active_signature_help()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *active_signature_help_); + *_impl_.active_signature_help_); } // int32 trigger_kind = 1; @@ -10874,41 +11201,38 @@ size_t SignatureHelpContext::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SignatureHelpContext::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SignatureHelpContext::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SignatureHelpContext::GetClassData() const { return &_class_data_; } -void SignatureHelpContext::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SignatureHelpContext::MergeFrom(const SignatureHelpContext& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.SignatureHelpContext) - GOOGLE_DCHECK_NE(&from, this); +void SignatureHelpContext::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.SignatureHelpContext) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_trigger_character()) { - _internal_set_trigger_character(from._internal_trigger_character()); + _this->_internal_set_trigger_character(from._internal_trigger_character()); } if (from._internal_has_active_signature_help()) { - _internal_mutable_active_signature_help()->::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse::MergeFrom(from._internal_active_signature_help()); + _this->_internal_mutable_active_signature_help()->::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse::MergeFrom( + from._internal_active_signature_help()); } if (from._internal_trigger_kind() != 0) { - _internal_set_trigger_kind(from._internal_trigger_kind()); + _this->_internal_set_trigger_kind(from._internal_trigger_kind()); } if (from._internal_is_retrigger() != 0) { - _internal_set_is_retrigger(from._internal_is_retrigger()); + _this->_internal_set_is_retrigger(from._internal_is_retrigger()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SignatureHelpContext::CopyFrom(const SignatureHelpContext& from) { @@ -10927,17 +11251,17 @@ void SignatureHelpContext::InternalSwap(SignatureHelpContext* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &trigger_character_, lhs_arena, - &other->trigger_character_, rhs_arena + &_impl_.trigger_character_, lhs_arena, + &other->_impl_.trigger_character_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(SignatureHelpContext, is_retrigger_) - + sizeof(SignatureHelpContext::is_retrigger_) - - PROTOBUF_FIELD_OFFSET(SignatureHelpContext, active_signature_help_)>( - reinterpret_cast(&active_signature_help_), - reinterpret_cast(&other->active_signature_help_)); + PROTOBUF_FIELD_OFFSET(SignatureHelpContext, _impl_.is_retrigger_) + + sizeof(SignatureHelpContext::_impl_.is_retrigger_) + - PROTOBUF_FIELD_OFFSET(SignatureHelpContext, _impl_.active_signature_help_)>( + reinterpret_cast(&_impl_.active_signature_help_), + reinterpret_cast(&other->_impl_.active_signature_help_)); } ::PROTOBUF_NAMESPACE_ID::Metadata SignatureHelpContext::GetMetadata() const { @@ -10950,7 +11274,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata SignatureHelpContext::GetMetadata() const { class GetSignatureHelpResponse::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_active_signature(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -10961,27 +11285,38 @@ class GetSignatureHelpResponse::_Internal { GetSignatureHelpResponse::GetSignatureHelpResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - signatures_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse) } GetSignatureHelpResponse::GetSignatureHelpResponse(const GetSignatureHelpResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_), - signatures_(from.signatures_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + GetSignatureHelpResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.signatures_){from._impl_.signatures_} + , decltype(_impl_.active_signature_){} + , decltype(_impl_.active_parameter_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - ::memcpy(&active_signature_, &from.active_signature_, - static_cast(reinterpret_cast(&active_parameter_) - - reinterpret_cast(&active_signature_)) + sizeof(active_parameter_)); + ::memcpy(&_impl_.active_signature_, &from._impl_.active_signature_, + static_cast(reinterpret_cast(&_impl_.active_parameter_) - + reinterpret_cast(&_impl_.active_signature_)) + sizeof(_impl_.active_parameter_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse) } -inline void GetSignatureHelpResponse::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&active_signature_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&active_parameter_) - - reinterpret_cast(&active_signature_)) + sizeof(active_parameter_)); +inline void GetSignatureHelpResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.signatures_){arena} + , decltype(_impl_.active_signature_){0} + , decltype(_impl_.active_parameter_){0} + }; } GetSignatureHelpResponse::~GetSignatureHelpResponse() { @@ -10995,10 +11330,11 @@ GetSignatureHelpResponse::~GetSignatureHelpResponse() { inline void GetSignatureHelpResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.signatures_.~RepeatedPtrField(); } void GetSignatureHelpResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void GetSignatureHelpResponse::Clear() { @@ -11007,14 +11343,14 @@ void GetSignatureHelpResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - signatures_.Clear(); - cached_has_bits = _has_bits_[0]; + _impl_.signatures_.Clear(); + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000003u) { - ::memset(&active_signature_, 0, static_cast( - reinterpret_cast(&active_parameter_) - - reinterpret_cast(&active_signature_)) + sizeof(active_parameter_)); + ::memset(&_impl_.active_signature_, 0, static_cast( + reinterpret_cast(&_impl_.active_parameter_) - + reinterpret_cast(&_impl_.active_signature_)) + sizeof(_impl_.active_parameter_)); } - _has_bits_.Clear(); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -11042,7 +11378,7 @@ const char* GetSignatureHelpResponse::_InternalParse(const char* ptr, ::_pbi::Pa case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { _Internal::set_has_active_signature(&has_bits); - active_signature_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.active_signature_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -11051,7 +11387,7 @@ const char* GetSignatureHelpResponse::_InternalParse(const char* ptr, ::_pbi::Pa case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { _Internal::set_has_active_parameter(&has_bits); - active_parameter_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.active_parameter_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -11072,7 +11408,7 @@ const char* GetSignatureHelpResponse::_InternalParse(const char* ptr, ::_pbi::Pa CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -11124,12 +11460,12 @@ size_t GetSignatureHelpResponse::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.script.grpc.SignatureInformation signatures = 1; total_size += 1UL * this->_internal_signatures_size(); - for (const auto& msg : this->signatures_) { + for (const auto& msg : this->_impl_.signatures_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000003u) { // optional int32 active_signature = 2; if (cached_has_bits & 0x00000001u) { @@ -11142,40 +11478,36 @@ size_t GetSignatureHelpResponse::ByteSizeLong() const { } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetSignatureHelpResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, GetSignatureHelpResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetSignatureHelpResponse::GetClassData() const { return &_class_data_; } -void GetSignatureHelpResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void GetSignatureHelpResponse::MergeFrom(const GetSignatureHelpResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse) - GOOGLE_DCHECK_NE(&from, this); +void GetSignatureHelpResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - signatures_.MergeFrom(from.signatures_); - cached_has_bits = from._has_bits_[0]; + _this->_impl_.signatures_.MergeFrom(from._impl_.signatures_); + cached_has_bits = from._impl_._has_bits_[0]; if (cached_has_bits & 0x00000003u) { if (cached_has_bits & 0x00000001u) { - active_signature_ = from.active_signature_; + _this->_impl_.active_signature_ = from._impl_.active_signature_; } if (cached_has_bits & 0x00000002u) { - active_parameter_ = from.active_parameter_; + _this->_impl_.active_parameter_ = from._impl_.active_parameter_; } - _has_bits_[0] |= cached_has_bits; + _this->_impl_._has_bits_[0] |= cached_has_bits; } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void GetSignatureHelpResponse::CopyFrom(const GetSignatureHelpResponse& from) { @@ -11192,14 +11524,14 @@ bool GetSignatureHelpResponse::IsInitialized() const { void GetSignatureHelpResponse::InternalSwap(GetSignatureHelpResponse* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - signatures_.InternalSwap(&other->signatures_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.signatures_.InternalSwap(&other->_impl_.signatures_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(GetSignatureHelpResponse, active_parameter_) - + sizeof(GetSignatureHelpResponse::active_parameter_) - - PROTOBUF_FIELD_OFFSET(GetSignatureHelpResponse, active_signature_)>( - reinterpret_cast(&active_signature_), - reinterpret_cast(&other->active_signature_)); + PROTOBUF_FIELD_OFFSET(GetSignatureHelpResponse, _impl_.active_parameter_) + + sizeof(GetSignatureHelpResponse::_impl_.active_parameter_) + - PROTOBUF_FIELD_OFFSET(GetSignatureHelpResponse, _impl_.active_signature_)>( + reinterpret_cast(&_impl_.active_signature_), + reinterpret_cast(&other->_impl_.active_signature_)); } ::PROTOBUF_NAMESPACE_ID::Metadata GetSignatureHelpResponse::GetMetadata() const { @@ -11212,7 +11544,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata GetSignatureHelpResponse::GetMetadata() const class SignatureInformation::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& documentation(const SignatureInformation* msg); static void set_has_active_parameter(HasBits* has_bits) { (*has_bits)[0] |= 1u; @@ -11221,46 +11553,57 @@ class SignatureInformation::_Internal { const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& SignatureInformation::_Internal::documentation(const SignatureInformation* msg) { - return *msg->documentation_; + return *msg->_impl_.documentation_; } SignatureInformation::SignatureInformation(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - parameters_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.SignatureInformation) } SignatureInformation::SignatureInformation(const SignatureInformation& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_), - parameters_(from.parameters_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + SignatureInformation* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.parameters_){from._impl_.parameters_} + , decltype(_impl_.label_){} + , decltype(_impl_.documentation_){nullptr} + , decltype(_impl_.active_parameter_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - label_.InitDefault(); + _impl_.label_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - label_.Set("", GetArenaForAllocation()); + _impl_.label_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_label().empty()) { - label_.Set(from._internal_label(), - GetArenaForAllocation()); + _this->_impl_.label_.Set(from._internal_label(), + _this->GetArenaForAllocation()); } if (from._internal_has_documentation()) { - documentation_ = new ::io::deephaven::proto::backplane::script::grpc::MarkupContent(*from.documentation_); - } else { - documentation_ = nullptr; + _this->_impl_.documentation_ = new ::io::deephaven::proto::backplane::script::grpc::MarkupContent(*from._impl_.documentation_); } - active_parameter_ = from.active_parameter_; + _this->_impl_.active_parameter_ = from._impl_.active_parameter_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.SignatureInformation) } -inline void SignatureInformation::SharedCtor() { -label_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - label_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&documentation_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&active_parameter_) - - reinterpret_cast(&documentation_)) + sizeof(active_parameter_)); +inline void SignatureInformation::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.parameters_){arena} + , decltype(_impl_.label_){} + , decltype(_impl_.documentation_){nullptr} + , decltype(_impl_.active_parameter_){0} + }; + _impl_.label_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.label_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } SignatureInformation::~SignatureInformation() { @@ -11274,12 +11617,13 @@ SignatureInformation::~SignatureInformation() { inline void SignatureInformation::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - label_.Destroy(); - if (this != internal_default_instance()) delete documentation_; + _impl_.parameters_.~RepeatedPtrField(); + _impl_.label_.Destroy(); + if (this != internal_default_instance()) delete _impl_.documentation_; } void SignatureInformation::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SignatureInformation::Clear() { @@ -11288,14 +11632,14 @@ void SignatureInformation::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - parameters_.Clear(); - label_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && documentation_ != nullptr) { - delete documentation_; + _impl_.parameters_.Clear(); + _impl_.label_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.documentation_ != nullptr) { + delete _impl_.documentation_; } - documentation_ = nullptr; - active_parameter_ = 0; - _has_bits_.Clear(); + _impl_.documentation_ = nullptr; + _impl_.active_parameter_ = 0; + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -11341,7 +11685,7 @@ const char* SignatureInformation::_InternalParse(const char* ptr, ::_pbi::ParseC case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { _Internal::set_has_active_parameter(&has_bits); - active_parameter_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.active_parameter_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -11362,7 +11706,7 @@ const char* SignatureInformation::_InternalParse(const char* ptr, ::_pbi::ParseC CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -11425,7 +11769,7 @@ size_t SignatureInformation::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3; total_size += 1UL * this->_internal_parameters_size(); - for (const auto& msg : this->parameters_) { + for (const auto& msg : this->_impl_.parameters_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -11441,48 +11785,45 @@ size_t SignatureInformation::ByteSizeLong() const { if (this->_internal_has_documentation()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *documentation_); + *_impl_.documentation_); } // optional int32 active_parameter = 4; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_active_parameter()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SignatureInformation::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SignatureInformation::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SignatureInformation::GetClassData() const { return &_class_data_; } -void SignatureInformation::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SignatureInformation::MergeFrom(const SignatureInformation& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.SignatureInformation) - GOOGLE_DCHECK_NE(&from, this); +void SignatureInformation::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.SignatureInformation) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - parameters_.MergeFrom(from.parameters_); + _this->_impl_.parameters_.MergeFrom(from._impl_.parameters_); if (!from._internal_label().empty()) { - _internal_set_label(from._internal_label()); + _this->_internal_set_label(from._internal_label()); } if (from._internal_has_documentation()) { - _internal_mutable_documentation()->::io::deephaven::proto::backplane::script::grpc::MarkupContent::MergeFrom(from._internal_documentation()); + _this->_internal_mutable_documentation()->::io::deephaven::proto::backplane::script::grpc::MarkupContent::MergeFrom( + from._internal_documentation()); } if (from._internal_has_active_parameter()) { - _internal_set_active_parameter(from._internal_active_parameter()); + _this->_internal_set_active_parameter(from._internal_active_parameter()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SignatureInformation::CopyFrom(const SignatureInformation& from) { @@ -11501,18 +11842,18 @@ void SignatureInformation::InternalSwap(SignatureInformation* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - parameters_.InternalSwap(&other->parameters_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.parameters_.InternalSwap(&other->_impl_.parameters_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &label_, lhs_arena, - &other->label_, rhs_arena + &_impl_.label_, lhs_arena, + &other->_impl_.label_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(SignatureInformation, active_parameter_) - + sizeof(SignatureInformation::active_parameter_) - - PROTOBUF_FIELD_OFFSET(SignatureInformation, documentation_)>( - reinterpret_cast(&documentation_), - reinterpret_cast(&other->documentation_)); + PROTOBUF_FIELD_OFFSET(SignatureInformation, _impl_.active_parameter_) + + sizeof(SignatureInformation::_impl_.active_parameter_) + - PROTOBUF_FIELD_OFFSET(SignatureInformation, _impl_.documentation_)>( + reinterpret_cast(&_impl_.documentation_), + reinterpret_cast(&other->_impl_.documentation_)); } ::PROTOBUF_NAMESPACE_ID::Metadata SignatureInformation::GetMetadata() const { @@ -11530,39 +11871,50 @@ class ParameterInformation::_Internal { const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& ParameterInformation::_Internal::documentation(const ParameterInformation* msg) { - return *msg->documentation_; + return *msg->_impl_.documentation_; } ParameterInformation::ParameterInformation(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.ParameterInformation) } ParameterInformation::ParameterInformation(const ParameterInformation& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ParameterInformation* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.label_){} + , decltype(_impl_.documentation_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - label_.InitDefault(); + _impl_.label_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - label_.Set("", GetArenaForAllocation()); + _impl_.label_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_label().empty()) { - label_.Set(from._internal_label(), - GetArenaForAllocation()); + _this->_impl_.label_.Set(from._internal_label(), + _this->GetArenaForAllocation()); } if (from._internal_has_documentation()) { - documentation_ = new ::io::deephaven::proto::backplane::script::grpc::MarkupContent(*from.documentation_); - } else { - documentation_ = nullptr; + _this->_impl_.documentation_ = new ::io::deephaven::proto::backplane::script::grpc::MarkupContent(*from._impl_.documentation_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.ParameterInformation) } -inline void ParameterInformation::SharedCtor() { -label_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - label_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -documentation_ = nullptr; +inline void ParameterInformation::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.label_){} + , decltype(_impl_.documentation_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.label_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.label_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ParameterInformation::~ParameterInformation() { @@ -11576,12 +11928,12 @@ ParameterInformation::~ParameterInformation() { inline void ParameterInformation::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - label_.Destroy(); - if (this != internal_default_instance()) delete documentation_; + _impl_.label_.Destroy(); + if (this != internal_default_instance()) delete _impl_.documentation_; } void ParameterInformation::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ParameterInformation::Clear() { @@ -11590,11 +11942,11 @@ void ParameterInformation::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - label_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && documentation_ != nullptr) { - delete documentation_; + _impl_.label_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.documentation_ != nullptr) { + delete _impl_.documentation_; } - documentation_ = nullptr; + _impl_.documentation_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -11695,38 +12047,35 @@ size_t ParameterInformation::ByteSizeLong() const { if (this->_internal_has_documentation()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *documentation_); + *_impl_.documentation_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ParameterInformation::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ParameterInformation::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ParameterInformation::GetClassData() const { return &_class_data_; } -void ParameterInformation::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ParameterInformation::MergeFrom(const ParameterInformation& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.ParameterInformation) - GOOGLE_DCHECK_NE(&from, this); +void ParameterInformation::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.ParameterInformation) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_label().empty()) { - _internal_set_label(from._internal_label()); + _this->_internal_set_label(from._internal_label()); } if (from._internal_has_documentation()) { - _internal_mutable_documentation()->::io::deephaven::proto::backplane::script::grpc::MarkupContent::MergeFrom(from._internal_documentation()); + _this->_internal_mutable_documentation()->::io::deephaven::proto::backplane::script::grpc::MarkupContent::MergeFrom( + from._internal_documentation()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ParameterInformation::CopyFrom(const ParameterInformation& from) { @@ -11746,10 +12095,10 @@ void ParameterInformation::InternalSwap(ParameterInformation* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &label_, lhs_arena, - &other->label_, rhs_arena + &_impl_.label_, lhs_arena, + &other->_impl_.label_, rhs_arena ); - swap(documentation_, other->documentation_); + swap(_impl_.documentation_, other->_impl_.documentation_); } ::PROTOBUF_NAMESPACE_ID::Metadata ParameterInformation::GetMetadata() const { @@ -11768,39 +12117,45 @@ class GetHoverRequest::_Internal { const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& GetHoverRequest::_Internal::text_document(const GetHoverRequest* msg) { - return *msg->text_document_; + return *msg->_impl_.text_document_; } const ::io::deephaven::proto::backplane::script::grpc::Position& GetHoverRequest::_Internal::position(const GetHoverRequest* msg) { - return *msg->position_; + return *msg->_impl_.position_; } GetHoverRequest::GetHoverRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.GetHoverRequest) } GetHoverRequest::GetHoverRequest(const GetHoverRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + GetHoverRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.text_document_){nullptr} + , decltype(_impl_.position_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_text_document()) { - text_document_ = new ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier(*from.text_document_); - } else { - text_document_ = nullptr; + _this->_impl_.text_document_ = new ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier(*from._impl_.text_document_); } if (from._internal_has_position()) { - position_ = new ::io::deephaven::proto::backplane::script::grpc::Position(*from.position_); - } else { - position_ = nullptr; + _this->_impl_.position_ = new ::io::deephaven::proto::backplane::script::grpc::Position(*from._impl_.position_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetHoverRequest) } -inline void GetHoverRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&text_document_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&position_) - - reinterpret_cast(&text_document_)) + sizeof(position_)); +inline void GetHoverRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.text_document_){nullptr} + , decltype(_impl_.position_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } GetHoverRequest::~GetHoverRequest() { @@ -11814,12 +12169,12 @@ GetHoverRequest::~GetHoverRequest() { inline void GetHoverRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete text_document_; - if (this != internal_default_instance()) delete position_; + if (this != internal_default_instance()) delete _impl_.text_document_; + if (this != internal_default_instance()) delete _impl_.position_; } void GetHoverRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void GetHoverRequest::Clear() { @@ -11828,14 +12183,14 @@ void GetHoverRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; - if (GetArenaForAllocation() == nullptr && position_ != nullptr) { - delete position_; + _impl_.text_document_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.position_ != nullptr) { + delete _impl_.position_; } - position_ = nullptr; + _impl_.position_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -11924,45 +12279,43 @@ size_t GetHoverRequest::ByteSizeLong() const { if (this->_internal_has_text_document()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *text_document_); + *_impl_.text_document_); } // .io.deephaven.proto.backplane.script.grpc.Position position = 2; if (this->_internal_has_position()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *position_); + *_impl_.position_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetHoverRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, GetHoverRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetHoverRequest::GetClassData() const { return &_class_data_; } -void GetHoverRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void GetHoverRequest::MergeFrom(const GetHoverRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetHoverRequest) - GOOGLE_DCHECK_NE(&from, this); +void GetHoverRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetHoverRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_text_document()) { - _internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier::MergeFrom(from._internal_text_document()); + _this->_internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier::MergeFrom( + from._internal_text_document()); } if (from._internal_has_position()) { - _internal_mutable_position()->::io::deephaven::proto::backplane::script::grpc::Position::MergeFrom(from._internal_position()); + _this->_internal_mutable_position()->::io::deephaven::proto::backplane::script::grpc::Position::MergeFrom( + from._internal_position()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void GetHoverRequest::CopyFrom(const GetHoverRequest& from) { @@ -11980,11 +12333,11 @@ void GetHoverRequest::InternalSwap(GetHoverRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(GetHoverRequest, position_) - + sizeof(GetHoverRequest::position_) - - PROTOBUF_FIELD_OFFSET(GetHoverRequest, text_document_)>( - reinterpret_cast(&text_document_), - reinterpret_cast(&other->text_document_)); + PROTOBUF_FIELD_OFFSET(GetHoverRequest, _impl_.position_) + + sizeof(GetHoverRequest::_impl_.position_) + - PROTOBUF_FIELD_OFFSET(GetHoverRequest, _impl_.text_document_)>( + reinterpret_cast(&_impl_.text_document_), + reinterpret_cast(&other->_impl_.text_document_)); } ::PROTOBUF_NAMESPACE_ID::Metadata GetHoverRequest::GetMetadata() const { @@ -12003,39 +12356,45 @@ class GetHoverResponse::_Internal { const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& GetHoverResponse::_Internal::contents(const GetHoverResponse* msg) { - return *msg->contents_; + return *msg->_impl_.contents_; } const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& GetHoverResponse::_Internal::range(const GetHoverResponse* msg) { - return *msg->range_; + return *msg->_impl_.range_; } GetHoverResponse::GetHoverResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.GetHoverResponse) } GetHoverResponse::GetHoverResponse(const GetHoverResponse& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + GetHoverResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.contents_){nullptr} + , decltype(_impl_.range_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_contents()) { - contents_ = new ::io::deephaven::proto::backplane::script::grpc::MarkupContent(*from.contents_); - } else { - contents_ = nullptr; + _this->_impl_.contents_ = new ::io::deephaven::proto::backplane::script::grpc::MarkupContent(*from._impl_.contents_); } if (from._internal_has_range()) { - range_ = new ::io::deephaven::proto::backplane::script::grpc::DocumentRange(*from.range_); - } else { - range_ = nullptr; + _this->_impl_.range_ = new ::io::deephaven::proto::backplane::script::grpc::DocumentRange(*from._impl_.range_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetHoverResponse) } -inline void GetHoverResponse::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&contents_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&range_) - - reinterpret_cast(&contents_)) + sizeof(range_)); +inline void GetHoverResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.contents_){nullptr} + , decltype(_impl_.range_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } GetHoverResponse::~GetHoverResponse() { @@ -12049,12 +12408,12 @@ GetHoverResponse::~GetHoverResponse() { inline void GetHoverResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete contents_; - if (this != internal_default_instance()) delete range_; + if (this != internal_default_instance()) delete _impl_.contents_; + if (this != internal_default_instance()) delete _impl_.range_; } void GetHoverResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void GetHoverResponse::Clear() { @@ -12063,14 +12422,14 @@ void GetHoverResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && contents_ != nullptr) { - delete contents_; + if (GetArenaForAllocation() == nullptr && _impl_.contents_ != nullptr) { + delete _impl_.contents_; } - contents_ = nullptr; - if (GetArenaForAllocation() == nullptr && range_ != nullptr) { - delete range_; + _impl_.contents_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.range_ != nullptr) { + delete _impl_.range_; } - range_ = nullptr; + _impl_.range_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -12159,45 +12518,43 @@ size_t GetHoverResponse::ByteSizeLong() const { if (this->_internal_has_contents()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *contents_); + *_impl_.contents_); } // .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 2; if (this->_internal_has_range()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *range_); + *_impl_.range_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetHoverResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, GetHoverResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetHoverResponse::GetClassData() const { return &_class_data_; } -void GetHoverResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void GetHoverResponse::MergeFrom(const GetHoverResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetHoverResponse) - GOOGLE_DCHECK_NE(&from, this); +void GetHoverResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetHoverResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_contents()) { - _internal_mutable_contents()->::io::deephaven::proto::backplane::script::grpc::MarkupContent::MergeFrom(from._internal_contents()); + _this->_internal_mutable_contents()->::io::deephaven::proto::backplane::script::grpc::MarkupContent::MergeFrom( + from._internal_contents()); } if (from._internal_has_range()) { - _internal_mutable_range()->::io::deephaven::proto::backplane::script::grpc::DocumentRange::MergeFrom(from._internal_range()); + _this->_internal_mutable_range()->::io::deephaven::proto::backplane::script::grpc::DocumentRange::MergeFrom( + from._internal_range()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void GetHoverResponse::CopyFrom(const GetHoverResponse& from) { @@ -12215,11 +12572,11 @@ void GetHoverResponse::InternalSwap(GetHoverResponse* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(GetHoverResponse, range_) - + sizeof(GetHoverResponse::range_) - - PROTOBUF_FIELD_OFFSET(GetHoverResponse, contents_)>( - reinterpret_cast(&contents_), - reinterpret_cast(&other->contents_)); + PROTOBUF_FIELD_OFFSET(GetHoverResponse, _impl_.range_) + + sizeof(GetHoverResponse::_impl_.range_) + - PROTOBUF_FIELD_OFFSET(GetHoverResponse, _impl_.contents_)>( + reinterpret_cast(&_impl_.contents_), + reinterpret_cast(&other->_impl_.contents_)); } ::PROTOBUF_NAMESPACE_ID::Metadata GetHoverResponse::GetMetadata() const { @@ -12232,7 +12589,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata GetHoverResponse::GetMetadata() const { class GetDiagnosticRequest::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& text_document(const GetDiagnosticRequest* msg); static void set_has_identifier(HasBits* has_bits) { (*has_bits)[0] |= 1u; @@ -12244,52 +12601,66 @@ class GetDiagnosticRequest::_Internal { const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& GetDiagnosticRequest::_Internal::text_document(const GetDiagnosticRequest* msg) { - return *msg->text_document_; + return *msg->_impl_.text_document_; } GetDiagnosticRequest::GetDiagnosticRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest) } GetDiagnosticRequest::GetDiagnosticRequest(const GetDiagnosticRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + GetDiagnosticRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.identifier_){} + , decltype(_impl_.previous_result_id_){} + , decltype(_impl_.text_document_){nullptr}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - identifier_.InitDefault(); + _impl_.identifier_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - identifier_.Set("", GetArenaForAllocation()); + _impl_.identifier_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_identifier()) { - identifier_.Set(from._internal_identifier(), - GetArenaForAllocation()); + _this->_impl_.identifier_.Set(from._internal_identifier(), + _this->GetArenaForAllocation()); } - previous_result_id_.InitDefault(); + _impl_.previous_result_id_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - previous_result_id_.Set("", GetArenaForAllocation()); + _impl_.previous_result_id_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_previous_result_id()) { - previous_result_id_.Set(from._internal_previous_result_id(), - GetArenaForAllocation()); + _this->_impl_.previous_result_id_.Set(from._internal_previous_result_id(), + _this->GetArenaForAllocation()); } if (from._internal_has_text_document()) { - text_document_ = new ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier(*from.text_document_); - } else { - text_document_ = nullptr; + _this->_impl_.text_document_ = new ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier(*from._impl_.text_document_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest) } -inline void GetDiagnosticRequest::SharedCtor() { -identifier_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - identifier_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -previous_result_id_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - previous_result_id_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -text_document_ = nullptr; +inline void GetDiagnosticRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.identifier_){} + , decltype(_impl_.previous_result_id_){} + , decltype(_impl_.text_document_){nullptr} + }; + _impl_.identifier_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.identifier_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.previous_result_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.previous_result_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } GetDiagnosticRequest::~GetDiagnosticRequest() { @@ -12303,13 +12674,13 @@ GetDiagnosticRequest::~GetDiagnosticRequest() { inline void GetDiagnosticRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - identifier_.Destroy(); - previous_result_id_.Destroy(); - if (this != internal_default_instance()) delete text_document_; + _impl_.identifier_.Destroy(); + _impl_.previous_result_id_.Destroy(); + if (this != internal_default_instance()) delete _impl_.text_document_; } void GetDiagnosticRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void GetDiagnosticRequest::Clear() { @@ -12318,20 +12689,20 @@ void GetDiagnosticRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000003u) { if (cached_has_bits & 0x00000001u) { - identifier_.ClearNonDefaultToEmpty(); + _impl_.identifier_.ClearNonDefaultToEmpty(); } if (cached_has_bits & 0x00000002u) { - previous_result_id_.ClearNonDefaultToEmpty(); + _impl_.previous_result_id_.ClearNonDefaultToEmpty(); } } - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; - _has_bits_.Clear(); + _impl_.text_document_ = nullptr; + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -12386,7 +12757,7 @@ const char* GetDiagnosticRequest::_InternalParse(const char* ptr, ::_pbi::ParseC CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -12443,7 +12814,7 @@ size_t GetDiagnosticRequest::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000003u) { // optional string identifier = 2; if (cached_has_bits & 0x00000001u) { @@ -12464,44 +12835,41 @@ size_t GetDiagnosticRequest::ByteSizeLong() const { if (this->_internal_has_text_document()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *text_document_); + *_impl_.text_document_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetDiagnosticRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, GetDiagnosticRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetDiagnosticRequest::GetClassData() const { return &_class_data_; } -void GetDiagnosticRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void GetDiagnosticRequest::MergeFrom(const GetDiagnosticRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest) - GOOGLE_DCHECK_NE(&from, this); +void GetDiagnosticRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - cached_has_bits = from._has_bits_[0]; + cached_has_bits = from._impl_._has_bits_[0]; if (cached_has_bits & 0x00000003u) { if (cached_has_bits & 0x00000001u) { - _internal_set_identifier(from._internal_identifier()); + _this->_internal_set_identifier(from._internal_identifier()); } if (cached_has_bits & 0x00000002u) { - _internal_set_previous_result_id(from._internal_previous_result_id()); + _this->_internal_set_previous_result_id(from._internal_previous_result_id()); } } if (from._internal_has_text_document()) { - _internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier::MergeFrom(from._internal_text_document()); + _this->_internal_mutable_text_document()->::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier::MergeFrom( + from._internal_text_document()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void GetDiagnosticRequest::CopyFrom(const GetDiagnosticRequest& from) { @@ -12520,16 +12888,16 @@ void GetDiagnosticRequest::InternalSwap(GetDiagnosticRequest* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &identifier_, lhs_arena, - &other->identifier_, rhs_arena + &_impl_.identifier_, lhs_arena, + &other->_impl_.identifier_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &previous_result_id_, lhs_arena, - &other->previous_result_id_, rhs_arena + &_impl_.previous_result_id_, lhs_arena, + &other->_impl_.previous_result_id_, rhs_arena ); - swap(text_document_, other->text_document_); + swap(_impl_.text_document_, other->_impl_.text_document_); } ::PROTOBUF_NAMESPACE_ID::Metadata GetDiagnosticRequest::GetMetadata() const { @@ -12542,7 +12910,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata GetDiagnosticRequest::GetMetadata() const { class GetPullDiagnosticResponse::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_result_id(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -12550,44 +12918,59 @@ class GetPullDiagnosticResponse::_Internal { GetPullDiagnosticResponse::GetPullDiagnosticResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - items_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse) } GetPullDiagnosticResponse::GetPullDiagnosticResponse(const GetPullDiagnosticResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_), - items_(from.items_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + GetPullDiagnosticResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.items_){from._impl_.items_} + , decltype(_impl_.kind_){} + , decltype(_impl_.result_id_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - kind_.InitDefault(); + _impl_.kind_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - kind_.Set("", GetArenaForAllocation()); + _impl_.kind_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_kind().empty()) { - kind_.Set(from._internal_kind(), - GetArenaForAllocation()); + _this->_impl_.kind_.Set(from._internal_kind(), + _this->GetArenaForAllocation()); } - result_id_.InitDefault(); + _impl_.result_id_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - result_id_.Set("", GetArenaForAllocation()); + _impl_.result_id_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_result_id()) { - result_id_.Set(from._internal_result_id(), - GetArenaForAllocation()); + _this->_impl_.result_id_.Set(from._internal_result_id(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse) } -inline void GetPullDiagnosticResponse::SharedCtor() { -kind_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - kind_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -result_id_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - result_id_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void GetPullDiagnosticResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.items_){arena} + , decltype(_impl_.kind_){} + , decltype(_impl_.result_id_){} + }; + _impl_.kind_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.kind_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.result_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.result_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } GetPullDiagnosticResponse::~GetPullDiagnosticResponse() { @@ -12601,12 +12984,13 @@ GetPullDiagnosticResponse::~GetPullDiagnosticResponse() { inline void GetPullDiagnosticResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - kind_.Destroy(); - result_id_.Destroy(); + _impl_.items_.~RepeatedPtrField(); + _impl_.kind_.Destroy(); + _impl_.result_id_.Destroy(); } void GetPullDiagnosticResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void GetPullDiagnosticResponse::Clear() { @@ -12615,13 +12999,13 @@ void GetPullDiagnosticResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - items_.Clear(); - kind_.ClearToEmpty(); - cached_has_bits = _has_bits_[0]; + _impl_.items_.Clear(); + _impl_.kind_.ClearToEmpty(); + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { - result_id_.ClearNonDefaultToEmpty(); + _impl_.result_id_.ClearNonDefaultToEmpty(); } - _has_bits_.Clear(); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -12681,7 +13065,7 @@ const char* GetPullDiagnosticResponse::_InternalParse(const char* ptr, ::_pbi::P CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -12741,7 +13125,7 @@ size_t GetPullDiagnosticResponse::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3; total_size += 1UL * this->_internal_items_size(); - for (const auto& msg : this->items_) { + for (const auto& msg : this->_impl_.items_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -12754,43 +13138,39 @@ size_t GetPullDiagnosticResponse::ByteSizeLong() const { } // optional string result_id = 2; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( this->_internal_result_id()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetPullDiagnosticResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, GetPullDiagnosticResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetPullDiagnosticResponse::GetClassData() const { return &_class_data_; } -void GetPullDiagnosticResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void GetPullDiagnosticResponse::MergeFrom(const GetPullDiagnosticResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse) - GOOGLE_DCHECK_NE(&from, this); +void GetPullDiagnosticResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - items_.MergeFrom(from.items_); + _this->_impl_.items_.MergeFrom(from._impl_.items_); if (!from._internal_kind().empty()) { - _internal_set_kind(from._internal_kind()); + _this->_internal_set_kind(from._internal_kind()); } if (from._internal_has_result_id()) { - _internal_set_result_id(from._internal_result_id()); + _this->_internal_set_result_id(from._internal_result_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void GetPullDiagnosticResponse::CopyFrom(const GetPullDiagnosticResponse& from) { @@ -12809,15 +13189,15 @@ void GetPullDiagnosticResponse::InternalSwap(GetPullDiagnosticResponse* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - items_.InternalSwap(&other->items_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.items_.InternalSwap(&other->_impl_.items_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &kind_, lhs_arena, - &other->kind_, rhs_arena + &_impl_.kind_, lhs_arena, + &other->_impl_.kind_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &result_id_, lhs_arena, - &other->result_id_, rhs_arena + &_impl_.result_id_, lhs_arena, + &other->_impl_.result_id_, rhs_arena ); } @@ -12831,7 +13211,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata GetPullDiagnosticResponse::GetMetadata() const class GetPublishDiagnosticResponse::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_version(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -12839,34 +13219,48 @@ class GetPublishDiagnosticResponse::_Internal { GetPublishDiagnosticResponse::GetPublishDiagnosticResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - diagnostics_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse) } GetPublishDiagnosticResponse::GetPublishDiagnosticResponse(const GetPublishDiagnosticResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_), - diagnostics_(from.diagnostics_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + GetPublishDiagnosticResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.diagnostics_){from._impl_.diagnostics_} + , decltype(_impl_.uri_){} + , decltype(_impl_.version_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - uri_.InitDefault(); + _impl_.uri_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - uri_.Set("", GetArenaForAllocation()); + _impl_.uri_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_uri().empty()) { - uri_.Set(from._internal_uri(), - GetArenaForAllocation()); + _this->_impl_.uri_.Set(from._internal_uri(), + _this->GetArenaForAllocation()); } - version_ = from.version_; + _this->_impl_.version_ = from._impl_.version_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse) } -inline void GetPublishDiagnosticResponse::SharedCtor() { -uri_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - uri_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -version_ = 0; +inline void GetPublishDiagnosticResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.diagnostics_){arena} + , decltype(_impl_.uri_){} + , decltype(_impl_.version_){0} + }; + _impl_.uri_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.uri_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } GetPublishDiagnosticResponse::~GetPublishDiagnosticResponse() { @@ -12880,11 +13274,12 @@ GetPublishDiagnosticResponse::~GetPublishDiagnosticResponse() { inline void GetPublishDiagnosticResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - uri_.Destroy(); + _impl_.diagnostics_.~RepeatedPtrField(); + _impl_.uri_.Destroy(); } void GetPublishDiagnosticResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void GetPublishDiagnosticResponse::Clear() { @@ -12893,10 +13288,10 @@ void GetPublishDiagnosticResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - diagnostics_.Clear(); - uri_.ClearToEmpty(); - version_ = 0; - _has_bits_.Clear(); + _impl_.diagnostics_.Clear(); + _impl_.uri_.ClearToEmpty(); + _impl_.version_ = 0; + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -12921,7 +13316,7 @@ const char* GetPublishDiagnosticResponse::_InternalParse(const char* ptr, ::_pbi case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { _Internal::set_has_version(&has_bits); - version_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.version_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -12955,7 +13350,7 @@ const char* GetPublishDiagnosticResponse::_InternalParse(const char* ptr, ::_pbi CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -13011,7 +13406,7 @@ size_t GetPublishDiagnosticResponse::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic diagnostics = 3; total_size += 1UL * this->_internal_diagnostics_size(); - for (const auto& msg : this->diagnostics_) { + for (const auto& msg : this->_impl_.diagnostics_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -13024,41 +13419,37 @@ size_t GetPublishDiagnosticResponse::ByteSizeLong() const { } // optional int32 version = 2; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_version()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetPublishDiagnosticResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, GetPublishDiagnosticResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetPublishDiagnosticResponse::GetClassData() const { return &_class_data_; } -void GetPublishDiagnosticResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void GetPublishDiagnosticResponse::MergeFrom(const GetPublishDiagnosticResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse) - GOOGLE_DCHECK_NE(&from, this); +void GetPublishDiagnosticResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - diagnostics_.MergeFrom(from.diagnostics_); + _this->_impl_.diagnostics_.MergeFrom(from._impl_.diagnostics_); if (!from._internal_uri().empty()) { - _internal_set_uri(from._internal_uri()); + _this->_internal_set_uri(from._internal_uri()); } if (from._internal_has_version()) { - _internal_set_version(from._internal_version()); + _this->_internal_set_version(from._internal_version()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void GetPublishDiagnosticResponse::CopyFrom(const GetPublishDiagnosticResponse& from) { @@ -13077,13 +13468,13 @@ void GetPublishDiagnosticResponse::InternalSwap(GetPublishDiagnosticResponse* ot auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - diagnostics_.InternalSwap(&other->diagnostics_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.diagnostics_.InternalSwap(&other->_impl_.diagnostics_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &uri_, lhs_arena, - &other->uri_, rhs_arena + &_impl_.uri_, lhs_arena, + &other->_impl_.uri_, rhs_arena ); - swap(version_, other->version_); + swap(_impl_.version_, other->_impl_.version_); } ::PROTOBUF_NAMESPACE_ID::Metadata GetPublishDiagnosticResponse::GetMetadata() const { @@ -13101,28 +13492,40 @@ class Diagnostic_CodeDescription::_Internal { Diagnostic_CodeDescription::Diagnostic_CodeDescription(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription) } Diagnostic_CodeDescription::Diagnostic_CodeDescription(const Diagnostic_CodeDescription& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + Diagnostic_CodeDescription* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.href_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - href_.InitDefault(); + _impl_.href_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - href_.Set("", GetArenaForAllocation()); + _impl_.href_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_href().empty()) { - href_.Set(from._internal_href(), - GetArenaForAllocation()); + _this->_impl_.href_.Set(from._internal_href(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription) } -inline void Diagnostic_CodeDescription::SharedCtor() { -href_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - href_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void Diagnostic_CodeDescription::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.href_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.href_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.href_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } Diagnostic_CodeDescription::~Diagnostic_CodeDescription() { @@ -13136,11 +13539,11 @@ Diagnostic_CodeDescription::~Diagnostic_CodeDescription() { inline void Diagnostic_CodeDescription::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - href_.Destroy(); + _impl_.href_.Destroy(); } void Diagnostic_CodeDescription::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Diagnostic_CodeDescription::Clear() { @@ -13149,7 +13552,7 @@ void Diagnostic_CodeDescription::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - href_.ClearToEmpty(); + _impl_.href_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -13231,32 +13634,28 @@ size_t Diagnostic_CodeDescription::ByteSizeLong() const { this->_internal_href()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Diagnostic_CodeDescription::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Diagnostic_CodeDescription::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Diagnostic_CodeDescription::GetClassData() const { return &_class_data_; } -void Diagnostic_CodeDescription::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Diagnostic_CodeDescription::MergeFrom(const Diagnostic_CodeDescription& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription) - GOOGLE_DCHECK_NE(&from, this); +void Diagnostic_CodeDescription::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_href().empty()) { - _internal_set_href(from._internal_href()); + _this->_internal_set_href(from._internal_href()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Diagnostic_CodeDescription::CopyFrom(const Diagnostic_CodeDescription& from) { @@ -13276,8 +13675,8 @@ void Diagnostic_CodeDescription::InternalSwap(Diagnostic_CodeDescription* other) auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &href_, lhs_arena, - &other->href_, rhs_arena + &_impl_.href_, lhs_arena, + &other->_impl_.href_, rhs_arena ); } @@ -13291,7 +13690,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata Diagnostic_CodeDescription::GetMetadata() cons class Diagnostic::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& range(const Diagnostic* msg); static void set_has_code(HasBits* has_bits) { (*has_bits)[0] |= 1u; @@ -13310,91 +13709,110 @@ class Diagnostic::_Internal { const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& Diagnostic::_Internal::range(const Diagnostic* msg) { - return *msg->range_; + return *msg->_impl_.range_; } const ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription& Diagnostic::_Internal::code_description(const Diagnostic* msg) { - return *msg->code_description_; + return *msg->_impl_.code_description_; } Diagnostic::Diagnostic(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - tags_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.Diagnostic) } Diagnostic::Diagnostic(const Diagnostic& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_), - tags_(from.tags_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + Diagnostic* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.tags_){from._impl_.tags_} + , /*decltype(_impl_._tags_cached_byte_size_)*/{0} + , decltype(_impl_.code_){} + , decltype(_impl_.source_){} + , decltype(_impl_.message_){} + , decltype(_impl_.data_){} + , decltype(_impl_.range_){nullptr} + , decltype(_impl_.code_description_){nullptr} + , decltype(_impl_.severity_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - code_.InitDefault(); + _impl_.code_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - code_.Set("", GetArenaForAllocation()); + _impl_.code_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_code()) { - code_.Set(from._internal_code(), - GetArenaForAllocation()); + _this->_impl_.code_.Set(from._internal_code(), + _this->GetArenaForAllocation()); } - source_.InitDefault(); + _impl_.source_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - source_.Set("", GetArenaForAllocation()); + _impl_.source_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_source()) { - source_.Set(from._internal_source(), - GetArenaForAllocation()); + _this->_impl_.source_.Set(from._internal_source(), + _this->GetArenaForAllocation()); } - message_.InitDefault(); + _impl_.message_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - message_.Set("", GetArenaForAllocation()); + _impl_.message_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_message().empty()) { - message_.Set(from._internal_message(), - GetArenaForAllocation()); + _this->_impl_.message_.Set(from._internal_message(), + _this->GetArenaForAllocation()); } - data_.InitDefault(); + _impl_.data_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - data_.Set("", GetArenaForAllocation()); + _impl_.data_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_data()) { - data_.Set(from._internal_data(), - GetArenaForAllocation()); + _this->_impl_.data_.Set(from._internal_data(), + _this->GetArenaForAllocation()); } if (from._internal_has_range()) { - range_ = new ::io::deephaven::proto::backplane::script::grpc::DocumentRange(*from.range_); - } else { - range_ = nullptr; + _this->_impl_.range_ = new ::io::deephaven::proto::backplane::script::grpc::DocumentRange(*from._impl_.range_); } if (from._internal_has_code_description()) { - code_description_ = new ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription(*from.code_description_); - } else { - code_description_ = nullptr; + _this->_impl_.code_description_ = new ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription(*from._impl_.code_description_); } - severity_ = from.severity_; + _this->_impl_.severity_ = from._impl_.severity_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.Diagnostic) } -inline void Diagnostic::SharedCtor() { -code_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - code_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -source_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - source_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -message_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - message_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -data_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - data_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&range_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&severity_) - - reinterpret_cast(&range_)) + sizeof(severity_)); +inline void Diagnostic::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.tags_){arena} + , /*decltype(_impl_._tags_cached_byte_size_)*/{0} + , decltype(_impl_.code_){} + , decltype(_impl_.source_){} + , decltype(_impl_.message_){} + , decltype(_impl_.data_){} + , decltype(_impl_.range_){nullptr} + , decltype(_impl_.code_description_){nullptr} + , decltype(_impl_.severity_){0} + }; + _impl_.code_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.code_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.source_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.source_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.message_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.message_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.data_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.data_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } Diagnostic::~Diagnostic() { @@ -13408,16 +13826,17 @@ Diagnostic::~Diagnostic() { inline void Diagnostic::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - code_.Destroy(); - source_.Destroy(); - message_.Destroy(); - data_.Destroy(); - if (this != internal_default_instance()) delete range_; - if (this != internal_default_instance()) delete code_description_; + _impl_.tags_.~RepeatedField(); + _impl_.code_.Destroy(); + _impl_.source_.Destroy(); + _impl_.message_.Destroy(); + _impl_.data_.Destroy(); + if (this != internal_default_instance()) delete _impl_.range_; + if (this != internal_default_instance()) delete _impl_.code_description_; } void Diagnostic::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Diagnostic::Clear() { @@ -13426,30 +13845,30 @@ void Diagnostic::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - tags_.Clear(); - cached_has_bits = _has_bits_[0]; + _impl_.tags_.Clear(); + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000003u) { if (cached_has_bits & 0x00000001u) { - code_.ClearNonDefaultToEmpty(); + _impl_.code_.ClearNonDefaultToEmpty(); } if (cached_has_bits & 0x00000002u) { - source_.ClearNonDefaultToEmpty(); + _impl_.source_.ClearNonDefaultToEmpty(); } } - message_.ClearToEmpty(); + _impl_.message_.ClearToEmpty(); if (cached_has_bits & 0x00000004u) { - data_.ClearNonDefaultToEmpty(); + _impl_.data_.ClearNonDefaultToEmpty(); } - if (GetArenaForAllocation() == nullptr && range_ != nullptr) { - delete range_; + if (GetArenaForAllocation() == nullptr && _impl_.range_ != nullptr) { + delete _impl_.range_; } - range_ = nullptr; + _impl_.range_ = nullptr; if (cached_has_bits & 0x00000008u) { - GOOGLE_DCHECK(code_description_ != nullptr); - code_description_->Clear(); + GOOGLE_DCHECK(_impl_.code_description_ != nullptr); + _impl_.code_description_->Clear(); } - severity_ = 0; - _has_bits_.Clear(); + _impl_.severity_ = 0; + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -13552,7 +13971,7 @@ const char* Diagnostic::_InternalParse(const char* ptr, ::_pbi::ParseContext* ct CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -13619,10 +14038,10 @@ uint8_t* Diagnostic::_InternalSerialize( // repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7; { - int byte_size = _tags_cached_byte_size_.load(std::memory_order_relaxed); + int byte_size = _impl_._tags_cached_byte_size_.load(std::memory_order_relaxed); if (byte_size > 0) { target = stream->WriteEnumPacked( - 7, tags_, byte_size, target); + 7, _impl_.tags_, byte_size, target); } } @@ -13660,12 +14079,12 @@ size_t Diagnostic::ByteSizeLong() const { ::_pbi::WireFormatLite::Int32Size(static_cast(data_size)); } int cached_size = ::_pbi::ToCachedSize(data_size); - _tags_cached_byte_size_.store(cached_size, + _impl_._tags_cached_byte_size_.store(cached_size, std::memory_order_relaxed); total_size += data_size; } - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000003u) { // optional string code = 3; if (cached_has_bits & 0x00000001u) { @@ -13700,14 +14119,14 @@ size_t Diagnostic::ByteSizeLong() const { if (this->_internal_has_range()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *range_); + *_impl_.range_); } // optional .io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription code_description = 4; if (cached_has_bits & 0x00000008u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *code_description_); + *_impl_.code_description_); } // .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticSeverity severity = 2; @@ -13716,54 +14135,52 @@ size_t Diagnostic::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_severity()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Diagnostic::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Diagnostic::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Diagnostic::GetClassData() const { return &_class_data_; } -void Diagnostic::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Diagnostic::MergeFrom(const Diagnostic& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.Diagnostic) - GOOGLE_DCHECK_NE(&from, this); +void Diagnostic::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.Diagnostic) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - tags_.MergeFrom(from.tags_); - cached_has_bits = from._has_bits_[0]; + _this->_impl_.tags_.MergeFrom(from._impl_.tags_); + cached_has_bits = from._impl_._has_bits_[0]; if (cached_has_bits & 0x00000003u) { if (cached_has_bits & 0x00000001u) { - _internal_set_code(from._internal_code()); + _this->_internal_set_code(from._internal_code()); } if (cached_has_bits & 0x00000002u) { - _internal_set_source(from._internal_source()); + _this->_internal_set_source(from._internal_source()); } } if (!from._internal_message().empty()) { - _internal_set_message(from._internal_message()); + _this->_internal_set_message(from._internal_message()); } if (cached_has_bits & 0x00000004u) { - _internal_set_data(from._internal_data()); + _this->_internal_set_data(from._internal_data()); } if (from._internal_has_range()) { - _internal_mutable_range()->::io::deephaven::proto::backplane::script::grpc::DocumentRange::MergeFrom(from._internal_range()); + _this->_internal_mutable_range()->::io::deephaven::proto::backplane::script::grpc::DocumentRange::MergeFrom( + from._internal_range()); } if (cached_has_bits & 0x00000008u) { - _internal_mutable_code_description()->::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription::MergeFrom(from._internal_code_description()); + _this->_internal_mutable_code_description()->::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription::MergeFrom( + from._internal_code_description()); } if (from._internal_severity() != 0) { - _internal_set_severity(from._internal_severity()); + _this->_internal_set_severity(from._internal_severity()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Diagnostic::CopyFrom(const Diagnostic& from) { @@ -13782,30 +14199,30 @@ void Diagnostic::InternalSwap(Diagnostic* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - tags_.InternalSwap(&other->tags_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.tags_.InternalSwap(&other->_impl_.tags_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &code_, lhs_arena, - &other->code_, rhs_arena + &_impl_.code_, lhs_arena, + &other->_impl_.code_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &source_, lhs_arena, - &other->source_, rhs_arena + &_impl_.source_, lhs_arena, + &other->_impl_.source_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &message_, lhs_arena, - &other->message_, rhs_arena + &_impl_.message_, lhs_arena, + &other->_impl_.message_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &data_, lhs_arena, - &other->data_, rhs_arena + &_impl_.data_, lhs_arena, + &other->_impl_.data_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(Diagnostic, severity_) - + sizeof(Diagnostic::severity_) - - PROTOBUF_FIELD_OFFSET(Diagnostic, range_)>( - reinterpret_cast(&range_), - reinterpret_cast(&other->range_)); + PROTOBUF_FIELD_OFFSET(Diagnostic, _impl_.severity_) + + sizeof(Diagnostic::_impl_.severity_) + - PROTOBUF_FIELD_OFFSET(Diagnostic, _impl_.range_)>( + reinterpret_cast(&_impl_.range_), + reinterpret_cast(&other->_impl_.range_)); } ::PROTOBUF_NAMESPACE_ID::Metadata Diagnostic::GetMetadata() const { @@ -13818,7 +14235,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata Diagnostic::GetMetadata() const { class FigureDescriptor_ChartDescriptor::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_title(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -13826,91 +14243,122 @@ class FigureDescriptor_ChartDescriptor::_Internal { FigureDescriptor_ChartDescriptor::FigureDescriptor_ChartDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - series_(arena), - multi_series_(arena), - axes_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor) } FigureDescriptor_ChartDescriptor::FigureDescriptor_ChartDescriptor(const FigureDescriptor_ChartDescriptor& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_), - series_(from.series_), - multi_series_(from.multi_series_), - axes_(from.axes_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_ChartDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.series_){from._impl_.series_} + , decltype(_impl_.multi_series_){from._impl_.multi_series_} + , decltype(_impl_.axes_){from._impl_.axes_} + , decltype(_impl_.title_){} + , decltype(_impl_.title_font_){} + , decltype(_impl_.title_color_){} + , decltype(_impl_.legend_font_){} + , decltype(_impl_.legend_color_){} + , decltype(_impl_.colspan_){} + , decltype(_impl_.rowspan_){} + , decltype(_impl_.chart_type_){} + , decltype(_impl_.show_legend_){} + , decltype(_impl_.is3d_){} + , decltype(_impl_.column_){} + , decltype(_impl_.row_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - title_.InitDefault(); + _impl_.title_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - title_.Set("", GetArenaForAllocation()); + _impl_.title_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_title()) { - title_.Set(from._internal_title(), - GetArenaForAllocation()); + _this->_impl_.title_.Set(from._internal_title(), + _this->GetArenaForAllocation()); } - title_font_.InitDefault(); + _impl_.title_font_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - title_font_.Set("", GetArenaForAllocation()); + _impl_.title_font_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_title_font().empty()) { - title_font_.Set(from._internal_title_font(), - GetArenaForAllocation()); + _this->_impl_.title_font_.Set(from._internal_title_font(), + _this->GetArenaForAllocation()); } - title_color_.InitDefault(); + _impl_.title_color_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - title_color_.Set("", GetArenaForAllocation()); + _impl_.title_color_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_title_color().empty()) { - title_color_.Set(from._internal_title_color(), - GetArenaForAllocation()); + _this->_impl_.title_color_.Set(from._internal_title_color(), + _this->GetArenaForAllocation()); } - legend_font_.InitDefault(); + _impl_.legend_font_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - legend_font_.Set("", GetArenaForAllocation()); + _impl_.legend_font_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_legend_font().empty()) { - legend_font_.Set(from._internal_legend_font(), - GetArenaForAllocation()); + _this->_impl_.legend_font_.Set(from._internal_legend_font(), + _this->GetArenaForAllocation()); } - legend_color_.InitDefault(); + _impl_.legend_color_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - legend_color_.Set("", GetArenaForAllocation()); + _impl_.legend_color_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_legend_color().empty()) { - legend_color_.Set(from._internal_legend_color(), - GetArenaForAllocation()); + _this->_impl_.legend_color_.Set(from._internal_legend_color(), + _this->GetArenaForAllocation()); } - ::memcpy(&colspan_, &from.colspan_, - static_cast(reinterpret_cast(&row_) - - reinterpret_cast(&colspan_)) + sizeof(row_)); + ::memcpy(&_impl_.colspan_, &from._impl_.colspan_, + static_cast(reinterpret_cast(&_impl_.row_) - + reinterpret_cast(&_impl_.colspan_)) + sizeof(_impl_.row_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor) } -inline void FigureDescriptor_ChartDescriptor::SharedCtor() { -title_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - title_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -title_font_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - title_font_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -title_color_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - title_color_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -legend_font_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - legend_font_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -legend_color_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - legend_color_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&colspan_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&row_) - - reinterpret_cast(&colspan_)) + sizeof(row_)); +inline void FigureDescriptor_ChartDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.series_){arena} + , decltype(_impl_.multi_series_){arena} + , decltype(_impl_.axes_){arena} + , decltype(_impl_.title_){} + , decltype(_impl_.title_font_){} + , decltype(_impl_.title_color_){} + , decltype(_impl_.legend_font_){} + , decltype(_impl_.legend_color_){} + , decltype(_impl_.colspan_){0} + , decltype(_impl_.rowspan_){0} + , decltype(_impl_.chart_type_){0} + , decltype(_impl_.show_legend_){false} + , decltype(_impl_.is3d_){false} + , decltype(_impl_.column_){0} + , decltype(_impl_.row_){0} + }; + _impl_.title_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.title_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.title_font_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.title_font_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.title_color_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.title_color_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.legend_font_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.legend_font_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.legend_color_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.legend_color_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FigureDescriptor_ChartDescriptor::~FigureDescriptor_ChartDescriptor() { @@ -13924,15 +14372,18 @@ FigureDescriptor_ChartDescriptor::~FigureDescriptor_ChartDescriptor() { inline void FigureDescriptor_ChartDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - title_.Destroy(); - title_font_.Destroy(); - title_color_.Destroy(); - legend_font_.Destroy(); - legend_color_.Destroy(); + _impl_.series_.~RepeatedPtrField(); + _impl_.multi_series_.~RepeatedPtrField(); + _impl_.axes_.~RepeatedPtrField(); + _impl_.title_.Destroy(); + _impl_.title_font_.Destroy(); + _impl_.title_color_.Destroy(); + _impl_.legend_font_.Destroy(); + _impl_.legend_color_.Destroy(); } void FigureDescriptor_ChartDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_ChartDescriptor::Clear() { @@ -13941,21 +14392,21 @@ void FigureDescriptor_ChartDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - series_.Clear(); - multi_series_.Clear(); - axes_.Clear(); - cached_has_bits = _has_bits_[0]; + _impl_.series_.Clear(); + _impl_.multi_series_.Clear(); + _impl_.axes_.Clear(); + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { - title_.ClearNonDefaultToEmpty(); - } - title_font_.ClearToEmpty(); - title_color_.ClearToEmpty(); - legend_font_.ClearToEmpty(); - legend_color_.ClearToEmpty(); - ::memset(&colspan_, 0, static_cast( - reinterpret_cast(&row_) - - reinterpret_cast(&colspan_)) + sizeof(row_)); - _has_bits_.Clear(); + _impl_.title_.ClearNonDefaultToEmpty(); + } + _impl_.title_font_.ClearToEmpty(); + _impl_.title_color_.ClearToEmpty(); + _impl_.legend_font_.ClearToEmpty(); + _impl_.legend_color_.ClearToEmpty(); + ::memset(&_impl_.colspan_, 0, static_cast( + reinterpret_cast(&_impl_.row_) - + reinterpret_cast(&_impl_.colspan_)) + sizeof(_impl_.row_)); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -13969,7 +14420,7 @@ const char* FigureDescriptor_ChartDescriptor::_InternalParse(const char* ptr, :: // int32 colspan = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - colspan_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.colspan_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -13977,7 +14428,7 @@ const char* FigureDescriptor_ChartDescriptor::_InternalParse(const char* ptr, :: // int32 rowspan = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - rowspan_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.rowspan_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -14063,7 +14514,7 @@ const char* FigureDescriptor_ChartDescriptor::_InternalParse(const char* ptr, :: // bool show_legend = 10; case 10: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 80)) { - show_legend_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.show_legend_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -14091,7 +14542,7 @@ const char* FigureDescriptor_ChartDescriptor::_InternalParse(const char* ptr, :: // bool is3d = 13; case 13: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 104)) { - is3d_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.is3d_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -14099,7 +14550,7 @@ const char* FigureDescriptor_ChartDescriptor::_InternalParse(const char* ptr, :: // int32 column = 14; case 14: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 112)) { - column_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.column_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -14107,7 +14558,7 @@ const char* FigureDescriptor_ChartDescriptor::_InternalParse(const char* ptr, :: // int32 row = 15; case 15: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 120)) { - row_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.row_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -14128,7 +14579,7 @@ const char* FigureDescriptor_ChartDescriptor::_InternalParse(const char* ptr, :: CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -14277,27 +14728,27 @@ size_t FigureDescriptor_ChartDescriptor::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor series = 3; total_size += 1UL * this->_internal_series_size(); - for (const auto& msg : this->series_) { + for (const auto& msg : this->_impl_.series_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor multi_series = 4; total_size += 1UL * this->_internal_multi_series_size(); - for (const auto& msg : this->multi_series_) { + for (const auto& msg : this->_impl_.multi_series_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor axes = 5; total_size += 1UL * this->_internal_axes_size(); - for (const auto& msg : this->axes_) { + for (const auto& msg : this->_impl_.axes_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // optional string title = 7; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( @@ -14368,68 +14819,64 @@ size_t FigureDescriptor_ChartDescriptor::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_row()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_ChartDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_ChartDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_ChartDescriptor::GetClassData() const { return &_class_data_; } -void FigureDescriptor_ChartDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_ChartDescriptor::MergeFrom(const FigureDescriptor_ChartDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_ChartDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - series_.MergeFrom(from.series_); - multi_series_.MergeFrom(from.multi_series_); - axes_.MergeFrom(from.axes_); + _this->_impl_.series_.MergeFrom(from._impl_.series_); + _this->_impl_.multi_series_.MergeFrom(from._impl_.multi_series_); + _this->_impl_.axes_.MergeFrom(from._impl_.axes_); if (from._internal_has_title()) { - _internal_set_title(from._internal_title()); + _this->_internal_set_title(from._internal_title()); } if (!from._internal_title_font().empty()) { - _internal_set_title_font(from._internal_title_font()); + _this->_internal_set_title_font(from._internal_title_font()); } if (!from._internal_title_color().empty()) { - _internal_set_title_color(from._internal_title_color()); + _this->_internal_set_title_color(from._internal_title_color()); } if (!from._internal_legend_font().empty()) { - _internal_set_legend_font(from._internal_legend_font()); + _this->_internal_set_legend_font(from._internal_legend_font()); } if (!from._internal_legend_color().empty()) { - _internal_set_legend_color(from._internal_legend_color()); + _this->_internal_set_legend_color(from._internal_legend_color()); } if (from._internal_colspan() != 0) { - _internal_set_colspan(from._internal_colspan()); + _this->_internal_set_colspan(from._internal_colspan()); } if (from._internal_rowspan() != 0) { - _internal_set_rowspan(from._internal_rowspan()); + _this->_internal_set_rowspan(from._internal_rowspan()); } if (from._internal_chart_type() != 0) { - _internal_set_chart_type(from._internal_chart_type()); + _this->_internal_set_chart_type(from._internal_chart_type()); } if (from._internal_show_legend() != 0) { - _internal_set_show_legend(from._internal_show_legend()); + _this->_internal_set_show_legend(from._internal_show_legend()); } if (from._internal_is3d() != 0) { - _internal_set_is3d(from._internal_is3d()); + _this->_internal_set_is3d(from._internal_is3d()); } if (from._internal_column() != 0) { - _internal_set_column(from._internal_column()); + _this->_internal_set_column(from._internal_column()); } if (from._internal_row() != 0) { - _internal_set_row(from._internal_row()); + _this->_internal_set_row(from._internal_row()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_ChartDescriptor::CopyFrom(const FigureDescriptor_ChartDescriptor& from) { @@ -14448,36 +14895,36 @@ void FigureDescriptor_ChartDescriptor::InternalSwap(FigureDescriptor_ChartDescri auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - series_.InternalSwap(&other->series_); - multi_series_.InternalSwap(&other->multi_series_); - axes_.InternalSwap(&other->axes_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.series_.InternalSwap(&other->_impl_.series_); + _impl_.multi_series_.InternalSwap(&other->_impl_.multi_series_); + _impl_.axes_.InternalSwap(&other->_impl_.axes_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &title_, lhs_arena, - &other->title_, rhs_arena + &_impl_.title_, lhs_arena, + &other->_impl_.title_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &title_font_, lhs_arena, - &other->title_font_, rhs_arena + &_impl_.title_font_, lhs_arena, + &other->_impl_.title_font_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &title_color_, lhs_arena, - &other->title_color_, rhs_arena + &_impl_.title_color_, lhs_arena, + &other->_impl_.title_color_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &legend_font_, lhs_arena, - &other->legend_font_, rhs_arena + &_impl_.legend_font_, lhs_arena, + &other->_impl_.legend_font_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &legend_color_, lhs_arena, - &other->legend_color_, rhs_arena + &_impl_.legend_color_, lhs_arena, + &other->_impl_.legend_color_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(FigureDescriptor_ChartDescriptor, row_) - + sizeof(FigureDescriptor_ChartDescriptor::row_) - - PROTOBUF_FIELD_OFFSET(FigureDescriptor_ChartDescriptor, colspan_)>( - reinterpret_cast(&colspan_), - reinterpret_cast(&other->colspan_)); + PROTOBUF_FIELD_OFFSET(FigureDescriptor_ChartDescriptor, _impl_.row_) + + sizeof(FigureDescriptor_ChartDescriptor::_impl_.row_) + - PROTOBUF_FIELD_OFFSET(FigureDescriptor_ChartDescriptor, _impl_.colspan_)>( + reinterpret_cast(&_impl_.colspan_), + reinterpret_cast(&other->_impl_.colspan_)); } ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_ChartDescriptor::GetMetadata() const { @@ -14490,7 +14937,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_ChartDescriptor::GetMetadata( class FigureDescriptor_SeriesDescriptor::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_lines_visible(HasBits* has_bits) { (*has_bits)[0] |= 8u; } @@ -14513,123 +14960,156 @@ class FigureDescriptor_SeriesDescriptor::_Internal { FigureDescriptor_SeriesDescriptor::FigureDescriptor_SeriesDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - data_sources_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor) } FigureDescriptor_SeriesDescriptor::FigureDescriptor_SeriesDescriptor(const FigureDescriptor_SeriesDescriptor& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_), - data_sources_(from.data_sources_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_SeriesDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.data_sources_){from._impl_.data_sources_} + , decltype(_impl_.name_){} + , decltype(_impl_.line_color_){} + , decltype(_impl_.point_label_format_){} + , decltype(_impl_.x_tool_tip_pattern_){} + , decltype(_impl_.y_tool_tip_pattern_){} + , decltype(_impl_.shape_label_){} + , decltype(_impl_.shape_color_){} + , decltype(_impl_.shape_){} + , decltype(_impl_.plot_style_){} + , decltype(_impl_.lines_visible_){} + , decltype(_impl_.shapes_visible_){} + , decltype(_impl_.gradient_visible_){} + , decltype(_impl_.shape_size_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - name_.InitDefault(); + _impl_.name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - name_.Set("", GetArenaForAllocation()); + _impl_.name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_name().empty()) { - name_.Set(from._internal_name(), - GetArenaForAllocation()); + _this->_impl_.name_.Set(from._internal_name(), + _this->GetArenaForAllocation()); } - line_color_.InitDefault(); + _impl_.line_color_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - line_color_.Set("", GetArenaForAllocation()); + _impl_.line_color_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_line_color().empty()) { - line_color_.Set(from._internal_line_color(), - GetArenaForAllocation()); + _this->_impl_.line_color_.Set(from._internal_line_color(), + _this->GetArenaForAllocation()); } - point_label_format_.InitDefault(); + _impl_.point_label_format_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - point_label_format_.Set("", GetArenaForAllocation()); + _impl_.point_label_format_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_point_label_format()) { - point_label_format_.Set(from._internal_point_label_format(), - GetArenaForAllocation()); + _this->_impl_.point_label_format_.Set(from._internal_point_label_format(), + _this->GetArenaForAllocation()); } - x_tool_tip_pattern_.InitDefault(); + _impl_.x_tool_tip_pattern_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - x_tool_tip_pattern_.Set("", GetArenaForAllocation()); + _impl_.x_tool_tip_pattern_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_x_tool_tip_pattern()) { - x_tool_tip_pattern_.Set(from._internal_x_tool_tip_pattern(), - GetArenaForAllocation()); + _this->_impl_.x_tool_tip_pattern_.Set(from._internal_x_tool_tip_pattern(), + _this->GetArenaForAllocation()); } - y_tool_tip_pattern_.InitDefault(); + _impl_.y_tool_tip_pattern_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - y_tool_tip_pattern_.Set("", GetArenaForAllocation()); + _impl_.y_tool_tip_pattern_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_y_tool_tip_pattern()) { - y_tool_tip_pattern_.Set(from._internal_y_tool_tip_pattern(), - GetArenaForAllocation()); + _this->_impl_.y_tool_tip_pattern_.Set(from._internal_y_tool_tip_pattern(), + _this->GetArenaForAllocation()); } - shape_label_.InitDefault(); + _impl_.shape_label_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - shape_label_.Set("", GetArenaForAllocation()); + _impl_.shape_label_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_shape_label().empty()) { - shape_label_.Set(from._internal_shape_label(), - GetArenaForAllocation()); + _this->_impl_.shape_label_.Set(from._internal_shape_label(), + _this->GetArenaForAllocation()); } - shape_color_.InitDefault(); + _impl_.shape_color_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - shape_color_.Set("", GetArenaForAllocation()); + _impl_.shape_color_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_shape_color().empty()) { - shape_color_.Set(from._internal_shape_color(), - GetArenaForAllocation()); + _this->_impl_.shape_color_.Set(from._internal_shape_color(), + _this->GetArenaForAllocation()); } - shape_.InitDefault(); + _impl_.shape_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - shape_.Set("", GetArenaForAllocation()); + _impl_.shape_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_shape().empty()) { - shape_.Set(from._internal_shape(), - GetArenaForAllocation()); + _this->_impl_.shape_.Set(from._internal_shape(), + _this->GetArenaForAllocation()); } - ::memcpy(&plot_style_, &from.plot_style_, - static_cast(reinterpret_cast(&shape_size_) - - reinterpret_cast(&plot_style_)) + sizeof(shape_size_)); + ::memcpy(&_impl_.plot_style_, &from._impl_.plot_style_, + static_cast(reinterpret_cast(&_impl_.shape_size_) - + reinterpret_cast(&_impl_.plot_style_)) + sizeof(_impl_.shape_size_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor) } -inline void FigureDescriptor_SeriesDescriptor::SharedCtor() { -name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -line_color_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - line_color_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -point_label_format_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - point_label_format_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -x_tool_tip_pattern_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - x_tool_tip_pattern_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -y_tool_tip_pattern_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - y_tool_tip_pattern_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -shape_label_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - shape_label_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -shape_color_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - shape_color_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -shape_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - shape_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&plot_style_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&shape_size_) - - reinterpret_cast(&plot_style_)) + sizeof(shape_size_)); +inline void FigureDescriptor_SeriesDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.data_sources_){arena} + , decltype(_impl_.name_){} + , decltype(_impl_.line_color_){} + , decltype(_impl_.point_label_format_){} + , decltype(_impl_.x_tool_tip_pattern_){} + , decltype(_impl_.y_tool_tip_pattern_){} + , decltype(_impl_.shape_label_){} + , decltype(_impl_.shape_color_){} + , decltype(_impl_.shape_){} + , decltype(_impl_.plot_style_){0} + , decltype(_impl_.lines_visible_){false} + , decltype(_impl_.shapes_visible_){false} + , decltype(_impl_.gradient_visible_){false} + , decltype(_impl_.shape_size_){0} + }; + _impl_.name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.line_color_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.line_color_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.point_label_format_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.point_label_format_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.x_tool_tip_pattern_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.x_tool_tip_pattern_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.y_tool_tip_pattern_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.y_tool_tip_pattern_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.shape_label_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.shape_label_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.shape_color_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.shape_color_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.shape_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.shape_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FigureDescriptor_SeriesDescriptor::~FigureDescriptor_SeriesDescriptor() { @@ -14643,18 +15123,19 @@ FigureDescriptor_SeriesDescriptor::~FigureDescriptor_SeriesDescriptor() { inline void FigureDescriptor_SeriesDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - name_.Destroy(); - line_color_.Destroy(); - point_label_format_.Destroy(); - x_tool_tip_pattern_.Destroy(); - y_tool_tip_pattern_.Destroy(); - shape_label_.Destroy(); - shape_color_.Destroy(); - shape_.Destroy(); + _impl_.data_sources_.~RepeatedPtrField(); + _impl_.name_.Destroy(); + _impl_.line_color_.Destroy(); + _impl_.point_label_format_.Destroy(); + _impl_.x_tool_tip_pattern_.Destroy(); + _impl_.y_tool_tip_pattern_.Destroy(); + _impl_.shape_label_.Destroy(); + _impl_.shape_color_.Destroy(); + _impl_.shape_.Destroy(); } void FigureDescriptor_SeriesDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_SeriesDescriptor::Clear() { @@ -14663,33 +15144,33 @@ void FigureDescriptor_SeriesDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - data_sources_.Clear(); - name_.ClearToEmpty(); - line_color_.ClearToEmpty(); - cached_has_bits = _has_bits_[0]; + _impl_.data_sources_.Clear(); + _impl_.name_.ClearToEmpty(); + _impl_.line_color_.ClearToEmpty(); + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000007u) { if (cached_has_bits & 0x00000001u) { - point_label_format_.ClearNonDefaultToEmpty(); + _impl_.point_label_format_.ClearNonDefaultToEmpty(); } if (cached_has_bits & 0x00000002u) { - x_tool_tip_pattern_.ClearNonDefaultToEmpty(); + _impl_.x_tool_tip_pattern_.ClearNonDefaultToEmpty(); } if (cached_has_bits & 0x00000004u) { - y_tool_tip_pattern_.ClearNonDefaultToEmpty(); + _impl_.y_tool_tip_pattern_.ClearNonDefaultToEmpty(); } } - shape_label_.ClearToEmpty(); - shape_color_.ClearToEmpty(); - shape_.ClearToEmpty(); - plot_style_ = 0; + _impl_.shape_label_.ClearToEmpty(); + _impl_.shape_color_.ClearToEmpty(); + _impl_.shape_.ClearToEmpty(); + _impl_.plot_style_ = 0; if (cached_has_bits & 0x00000018u) { - ::memset(&lines_visible_, 0, static_cast( - reinterpret_cast(&shapes_visible_) - - reinterpret_cast(&lines_visible_)) + sizeof(shapes_visible_)); + ::memset(&_impl_.lines_visible_, 0, static_cast( + reinterpret_cast(&_impl_.shapes_visible_) - + reinterpret_cast(&_impl_.lines_visible_)) + sizeof(_impl_.shapes_visible_)); } - gradient_visible_ = false; - shape_size_ = 0; - _has_bits_.Clear(); + _impl_.gradient_visible_ = false; + _impl_.shape_size_ = 0; + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -14723,7 +15204,7 @@ const char* FigureDescriptor_SeriesDescriptor::_InternalParse(const char* ptr, : case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { _Internal::set_has_lines_visible(&has_bits); - lines_visible_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.lines_visible_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -14732,7 +15213,7 @@ const char* FigureDescriptor_SeriesDescriptor::_InternalParse(const char* ptr, : case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { _Internal::set_has_shapes_visible(&has_bits); - shapes_visible_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.shapes_visible_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -14740,7 +15221,7 @@ const char* FigureDescriptor_SeriesDescriptor::_InternalParse(const char* ptr, : // bool gradient_visible = 5; case 5: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 40)) { - gradient_visible_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.gradient_visible_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -14799,7 +15280,7 @@ const char* FigureDescriptor_SeriesDescriptor::_InternalParse(const char* ptr, : case 12: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 97)) { _Internal::set_has_shape_size(&has_bits); - shape_size_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.shape_size_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -14853,7 +15334,7 @@ const char* FigureDescriptor_SeriesDescriptor::_InternalParse(const char* ptr, : CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -15004,7 +15485,7 @@ size_t FigureDescriptor_SeriesDescriptor::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15; total_size += 1UL * this->_internal_data_sources_size(); - for (const auto& msg : this->data_sources_) { + for (const auto& msg : this->_impl_.data_sources_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -15023,7 +15504,7 @@ size_t FigureDescriptor_SeriesDescriptor::ByteSizeLong() const { this->_internal_line_color()); } - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000007u) { // optional string point_label_format = 8; if (cached_has_bits & 0x00000001u) { @@ -15096,75 +15577,71 @@ size_t FigureDescriptor_SeriesDescriptor::ByteSizeLong() const { total_size += 1 + 8; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_SeriesDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_SeriesDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_SeriesDescriptor::GetClassData() const { return &_class_data_; } -void FigureDescriptor_SeriesDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_SeriesDescriptor::MergeFrom(const FigureDescriptor_SeriesDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_SeriesDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - data_sources_.MergeFrom(from.data_sources_); + _this->_impl_.data_sources_.MergeFrom(from._impl_.data_sources_); if (!from._internal_name().empty()) { - _internal_set_name(from._internal_name()); + _this->_internal_set_name(from._internal_name()); } if (!from._internal_line_color().empty()) { - _internal_set_line_color(from._internal_line_color()); + _this->_internal_set_line_color(from._internal_line_color()); } - cached_has_bits = from._has_bits_[0]; + cached_has_bits = from._impl_._has_bits_[0]; if (cached_has_bits & 0x00000007u) { if (cached_has_bits & 0x00000001u) { - _internal_set_point_label_format(from._internal_point_label_format()); + _this->_internal_set_point_label_format(from._internal_point_label_format()); } if (cached_has_bits & 0x00000002u) { - _internal_set_x_tool_tip_pattern(from._internal_x_tool_tip_pattern()); + _this->_internal_set_x_tool_tip_pattern(from._internal_x_tool_tip_pattern()); } if (cached_has_bits & 0x00000004u) { - _internal_set_y_tool_tip_pattern(from._internal_y_tool_tip_pattern()); + _this->_internal_set_y_tool_tip_pattern(from._internal_y_tool_tip_pattern()); } } if (!from._internal_shape_label().empty()) { - _internal_set_shape_label(from._internal_shape_label()); + _this->_internal_set_shape_label(from._internal_shape_label()); } if (!from._internal_shape_color().empty()) { - _internal_set_shape_color(from._internal_shape_color()); + _this->_internal_set_shape_color(from._internal_shape_color()); } if (!from._internal_shape().empty()) { - _internal_set_shape(from._internal_shape()); + _this->_internal_set_shape(from._internal_shape()); } if (from._internal_plot_style() != 0) { - _internal_set_plot_style(from._internal_plot_style()); + _this->_internal_set_plot_style(from._internal_plot_style()); } if (cached_has_bits & 0x00000018u) { if (cached_has_bits & 0x00000008u) { - lines_visible_ = from.lines_visible_; + _this->_impl_.lines_visible_ = from._impl_.lines_visible_; } if (cached_has_bits & 0x00000010u) { - shapes_visible_ = from.shapes_visible_; + _this->_impl_.shapes_visible_ = from._impl_.shapes_visible_; } - _has_bits_[0] |= cached_has_bits; + _this->_impl_._has_bits_[0] |= cached_has_bits; } if (from._internal_gradient_visible() != 0) { - _internal_set_gradient_visible(from._internal_gradient_visible()); + _this->_internal_set_gradient_visible(from._internal_gradient_visible()); } if (cached_has_bits & 0x00000020u) { - _internal_set_shape_size(from._internal_shape_size()); + _this->_internal_set_shape_size(from._internal_shape_size()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_SeriesDescriptor::CopyFrom(const FigureDescriptor_SeriesDescriptor& from) { @@ -15183,46 +15660,46 @@ void FigureDescriptor_SeriesDescriptor::InternalSwap(FigureDescriptor_SeriesDesc auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - data_sources_.InternalSwap(&other->data_sources_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.data_sources_.InternalSwap(&other->_impl_.data_sources_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &name_, lhs_arena, - &other->name_, rhs_arena + &_impl_.name_, lhs_arena, + &other->_impl_.name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &line_color_, lhs_arena, - &other->line_color_, rhs_arena + &_impl_.line_color_, lhs_arena, + &other->_impl_.line_color_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &point_label_format_, lhs_arena, - &other->point_label_format_, rhs_arena + &_impl_.point_label_format_, lhs_arena, + &other->_impl_.point_label_format_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &x_tool_tip_pattern_, lhs_arena, - &other->x_tool_tip_pattern_, rhs_arena + &_impl_.x_tool_tip_pattern_, lhs_arena, + &other->_impl_.x_tool_tip_pattern_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &y_tool_tip_pattern_, lhs_arena, - &other->y_tool_tip_pattern_, rhs_arena + &_impl_.y_tool_tip_pattern_, lhs_arena, + &other->_impl_.y_tool_tip_pattern_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &shape_label_, lhs_arena, - &other->shape_label_, rhs_arena + &_impl_.shape_label_, lhs_arena, + &other->_impl_.shape_label_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &shape_color_, lhs_arena, - &other->shape_color_, rhs_arena + &_impl_.shape_color_, lhs_arena, + &other->_impl_.shape_color_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &shape_, lhs_arena, - &other->shape_, rhs_arena + &_impl_.shape_, lhs_arena, + &other->_impl_.shape_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(FigureDescriptor_SeriesDescriptor, shape_size_) - + sizeof(FigureDescriptor_SeriesDescriptor::shape_size_) - - PROTOBUF_FIELD_OFFSET(FigureDescriptor_SeriesDescriptor, plot_style_)>( - reinterpret_cast(&plot_style_), - reinterpret_cast(&other->plot_style_)); + PROTOBUF_FIELD_OFFSET(FigureDescriptor_SeriesDescriptor, _impl_.shape_size_) + + sizeof(FigureDescriptor_SeriesDescriptor::_impl_.shape_size_) + - PROTOBUF_FIELD_OFFSET(FigureDescriptor_SeriesDescriptor, _impl_.plot_style_)>( + reinterpret_cast(&_impl_.plot_style_), + reinterpret_cast(&other->_impl_.plot_style_)); } ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_SeriesDescriptor::GetMetadata() const { @@ -15250,135 +15727,145 @@ class FigureDescriptor_MultiSeriesDescriptor::_Internal { const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_Internal::line_color(const FigureDescriptor_MultiSeriesDescriptor* msg) { - return *msg->line_color_; + return *msg->_impl_.line_color_; } const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_Internal::point_color(const FigureDescriptor_MultiSeriesDescriptor* msg) { - return *msg->point_color_; + return *msg->_impl_.point_color_; } const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_Internal::lines_visible(const FigureDescriptor_MultiSeriesDescriptor* msg) { - return *msg->lines_visible_; + return *msg->_impl_.lines_visible_; } const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_Internal::points_visible(const FigureDescriptor_MultiSeriesDescriptor* msg) { - return *msg->points_visible_; + return *msg->_impl_.points_visible_; } const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_Internal::gradient_visible(const FigureDescriptor_MultiSeriesDescriptor* msg) { - return *msg->gradient_visible_; + return *msg->_impl_.gradient_visible_; } const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_Internal::point_label_format(const FigureDescriptor_MultiSeriesDescriptor* msg) { - return *msg->point_label_format_; + return *msg->_impl_.point_label_format_; } const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_Internal::x_tool_tip_pattern(const FigureDescriptor_MultiSeriesDescriptor* msg) { - return *msg->x_tool_tip_pattern_; + return *msg->_impl_.x_tool_tip_pattern_; } const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_Internal::y_tool_tip_pattern(const FigureDescriptor_MultiSeriesDescriptor* msg) { - return *msg->y_tool_tip_pattern_; + return *msg->_impl_.y_tool_tip_pattern_; } const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_Internal::point_label(const FigureDescriptor_MultiSeriesDescriptor* msg) { - return *msg->point_label_; + return *msg->_impl_.point_label_; } const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_Internal::point_size(const FigureDescriptor_MultiSeriesDescriptor* msg) { - return *msg->point_size_; + return *msg->_impl_.point_size_; } const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_Internal::point_shape(const FigureDescriptor_MultiSeriesDescriptor* msg) { - return *msg->point_shape_; + return *msg->_impl_.point_shape_; } FigureDescriptor_MultiSeriesDescriptor::FigureDescriptor_MultiSeriesDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - data_sources_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor) } FigureDescriptor_MultiSeriesDescriptor::FigureDescriptor_MultiSeriesDescriptor(const FigureDescriptor_MultiSeriesDescriptor& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - data_sources_(from.data_sources_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_MultiSeriesDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.data_sources_){from._impl_.data_sources_} + , decltype(_impl_.name_){} + , decltype(_impl_.line_color_){nullptr} + , decltype(_impl_.point_color_){nullptr} + , decltype(_impl_.lines_visible_){nullptr} + , decltype(_impl_.points_visible_){nullptr} + , decltype(_impl_.gradient_visible_){nullptr} + , decltype(_impl_.point_label_format_){nullptr} + , decltype(_impl_.x_tool_tip_pattern_){nullptr} + , decltype(_impl_.y_tool_tip_pattern_){nullptr} + , decltype(_impl_.point_label_){nullptr} + , decltype(_impl_.point_size_){nullptr} + , decltype(_impl_.point_shape_){nullptr} + , decltype(_impl_.plot_style_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - name_.InitDefault(); + _impl_.name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - name_.Set("", GetArenaForAllocation()); + _impl_.name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_name().empty()) { - name_.Set(from._internal_name(), - GetArenaForAllocation()); + _this->_impl_.name_.Set(from._internal_name(), + _this->GetArenaForAllocation()); } if (from._internal_has_line_color()) { - line_color_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from.line_color_); - } else { - line_color_ = nullptr; + _this->_impl_.line_color_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from._impl_.line_color_); } if (from._internal_has_point_color()) { - point_color_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from.point_color_); - } else { - point_color_ = nullptr; + _this->_impl_.point_color_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from._impl_.point_color_); } if (from._internal_has_lines_visible()) { - lines_visible_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault(*from.lines_visible_); - } else { - lines_visible_ = nullptr; + _this->_impl_.lines_visible_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault(*from._impl_.lines_visible_); } if (from._internal_has_points_visible()) { - points_visible_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault(*from.points_visible_); - } else { - points_visible_ = nullptr; + _this->_impl_.points_visible_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault(*from._impl_.points_visible_); } if (from._internal_has_gradient_visible()) { - gradient_visible_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault(*from.gradient_visible_); - } else { - gradient_visible_ = nullptr; + _this->_impl_.gradient_visible_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault(*from._impl_.gradient_visible_); } if (from._internal_has_point_label_format()) { - point_label_format_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from.point_label_format_); - } else { - point_label_format_ = nullptr; + _this->_impl_.point_label_format_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from._impl_.point_label_format_); } if (from._internal_has_x_tool_tip_pattern()) { - x_tool_tip_pattern_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from.x_tool_tip_pattern_); - } else { - x_tool_tip_pattern_ = nullptr; + _this->_impl_.x_tool_tip_pattern_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from._impl_.x_tool_tip_pattern_); } if (from._internal_has_y_tool_tip_pattern()) { - y_tool_tip_pattern_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from.y_tool_tip_pattern_); - } else { - y_tool_tip_pattern_ = nullptr; + _this->_impl_.y_tool_tip_pattern_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from._impl_.y_tool_tip_pattern_); } if (from._internal_has_point_label()) { - point_label_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from.point_label_); - } else { - point_label_ = nullptr; + _this->_impl_.point_label_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from._impl_.point_label_); } if (from._internal_has_point_size()) { - point_size_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault(*from.point_size_); - } else { - point_size_ = nullptr; + _this->_impl_.point_size_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault(*from._impl_.point_size_); } if (from._internal_has_point_shape()) { - point_shape_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from.point_shape_); - } else { - point_shape_ = nullptr; + _this->_impl_.point_shape_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault(*from._impl_.point_shape_); } - plot_style_ = from.plot_style_; + _this->_impl_.plot_style_ = from._impl_.plot_style_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor) } -inline void FigureDescriptor_MultiSeriesDescriptor::SharedCtor() { -name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&line_color_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&plot_style_) - - reinterpret_cast(&line_color_)) + sizeof(plot_style_)); +inline void FigureDescriptor_MultiSeriesDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.data_sources_){arena} + , decltype(_impl_.name_){} + , decltype(_impl_.line_color_){nullptr} + , decltype(_impl_.point_color_){nullptr} + , decltype(_impl_.lines_visible_){nullptr} + , decltype(_impl_.points_visible_){nullptr} + , decltype(_impl_.gradient_visible_){nullptr} + , decltype(_impl_.point_label_format_){nullptr} + , decltype(_impl_.x_tool_tip_pattern_){nullptr} + , decltype(_impl_.y_tool_tip_pattern_){nullptr} + , decltype(_impl_.point_label_){nullptr} + , decltype(_impl_.point_size_){nullptr} + , decltype(_impl_.point_shape_){nullptr} + , decltype(_impl_.plot_style_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FigureDescriptor_MultiSeriesDescriptor::~FigureDescriptor_MultiSeriesDescriptor() { @@ -15392,22 +15879,23 @@ FigureDescriptor_MultiSeriesDescriptor::~FigureDescriptor_MultiSeriesDescriptor( inline void FigureDescriptor_MultiSeriesDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - name_.Destroy(); - if (this != internal_default_instance()) delete line_color_; - if (this != internal_default_instance()) delete point_color_; - if (this != internal_default_instance()) delete lines_visible_; - if (this != internal_default_instance()) delete points_visible_; - if (this != internal_default_instance()) delete gradient_visible_; - if (this != internal_default_instance()) delete point_label_format_; - if (this != internal_default_instance()) delete x_tool_tip_pattern_; - if (this != internal_default_instance()) delete y_tool_tip_pattern_; - if (this != internal_default_instance()) delete point_label_; - if (this != internal_default_instance()) delete point_size_; - if (this != internal_default_instance()) delete point_shape_; + _impl_.data_sources_.~RepeatedPtrField(); + _impl_.name_.Destroy(); + if (this != internal_default_instance()) delete _impl_.line_color_; + if (this != internal_default_instance()) delete _impl_.point_color_; + if (this != internal_default_instance()) delete _impl_.lines_visible_; + if (this != internal_default_instance()) delete _impl_.points_visible_; + if (this != internal_default_instance()) delete _impl_.gradient_visible_; + if (this != internal_default_instance()) delete _impl_.point_label_format_; + if (this != internal_default_instance()) delete _impl_.x_tool_tip_pattern_; + if (this != internal_default_instance()) delete _impl_.y_tool_tip_pattern_; + if (this != internal_default_instance()) delete _impl_.point_label_; + if (this != internal_default_instance()) delete _impl_.point_size_; + if (this != internal_default_instance()) delete _impl_.point_shape_; } void FigureDescriptor_MultiSeriesDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_MultiSeriesDescriptor::Clear() { @@ -15416,53 +15904,53 @@ void FigureDescriptor_MultiSeriesDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - data_sources_.Clear(); - name_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && line_color_ != nullptr) { - delete line_color_; + _impl_.data_sources_.Clear(); + _impl_.name_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.line_color_ != nullptr) { + delete _impl_.line_color_; } - line_color_ = nullptr; - if (GetArenaForAllocation() == nullptr && point_color_ != nullptr) { - delete point_color_; + _impl_.line_color_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.point_color_ != nullptr) { + delete _impl_.point_color_; } - point_color_ = nullptr; - if (GetArenaForAllocation() == nullptr && lines_visible_ != nullptr) { - delete lines_visible_; + _impl_.point_color_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.lines_visible_ != nullptr) { + delete _impl_.lines_visible_; } - lines_visible_ = nullptr; - if (GetArenaForAllocation() == nullptr && points_visible_ != nullptr) { - delete points_visible_; + _impl_.lines_visible_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.points_visible_ != nullptr) { + delete _impl_.points_visible_; } - points_visible_ = nullptr; - if (GetArenaForAllocation() == nullptr && gradient_visible_ != nullptr) { - delete gradient_visible_; + _impl_.points_visible_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.gradient_visible_ != nullptr) { + delete _impl_.gradient_visible_; } - gradient_visible_ = nullptr; - if (GetArenaForAllocation() == nullptr && point_label_format_ != nullptr) { - delete point_label_format_; + _impl_.gradient_visible_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.point_label_format_ != nullptr) { + delete _impl_.point_label_format_; } - point_label_format_ = nullptr; - if (GetArenaForAllocation() == nullptr && x_tool_tip_pattern_ != nullptr) { - delete x_tool_tip_pattern_; + _impl_.point_label_format_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.x_tool_tip_pattern_ != nullptr) { + delete _impl_.x_tool_tip_pattern_; } - x_tool_tip_pattern_ = nullptr; - if (GetArenaForAllocation() == nullptr && y_tool_tip_pattern_ != nullptr) { - delete y_tool_tip_pattern_; + _impl_.x_tool_tip_pattern_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.y_tool_tip_pattern_ != nullptr) { + delete _impl_.y_tool_tip_pattern_; } - y_tool_tip_pattern_ = nullptr; - if (GetArenaForAllocation() == nullptr && point_label_ != nullptr) { - delete point_label_; + _impl_.y_tool_tip_pattern_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.point_label_ != nullptr) { + delete _impl_.point_label_; } - point_label_ = nullptr; - if (GetArenaForAllocation() == nullptr && point_size_ != nullptr) { - delete point_size_; + _impl_.point_label_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.point_size_ != nullptr) { + delete _impl_.point_size_; } - point_size_ = nullptr; - if (GetArenaForAllocation() == nullptr && point_shape_ != nullptr) { - delete point_shape_; + _impl_.point_size_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.point_shape_ != nullptr) { + delete _impl_.point_shape_; } - point_shape_ = nullptr; - plot_style_ = 0; + _impl_.point_shape_ = nullptr; + _impl_.plot_style_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -15741,7 +16229,7 @@ size_t FigureDescriptor_MultiSeriesDescriptor::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor data_sources = 14; total_size += 1UL * this->_internal_data_sources_size(); - for (const auto& msg : this->data_sources_) { + for (const auto& msg : this->_impl_.data_sources_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -15757,77 +16245,77 @@ size_t FigureDescriptor_MultiSeriesDescriptor::ByteSizeLong() const { if (this->_internal_has_line_color()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *line_color_); + *_impl_.line_color_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault point_color = 4; if (this->_internal_has_point_color()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *point_color_); + *_impl_.point_color_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault lines_visible = 5; if (this->_internal_has_lines_visible()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *lines_visible_); + *_impl_.lines_visible_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault points_visible = 6; if (this->_internal_has_points_visible()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *points_visible_); + *_impl_.points_visible_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault gradient_visible = 7; if (this->_internal_has_gradient_visible()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *gradient_visible_); + *_impl_.gradient_visible_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault point_label_format = 8; if (this->_internal_has_point_label_format()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *point_label_format_); + *_impl_.point_label_format_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault x_tool_tip_pattern = 9; if (this->_internal_has_x_tool_tip_pattern()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *x_tool_tip_pattern_); + *_impl_.x_tool_tip_pattern_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault y_tool_tip_pattern = 10; if (this->_internal_has_y_tool_tip_pattern()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *y_tool_tip_pattern_); + *_impl_.y_tool_tip_pattern_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault point_label = 11; if (this->_internal_has_point_label()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *point_label_); + *_impl_.point_label_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault point_size = 12; if (this->_internal_has_point_size()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *point_size_); + *_impl_.point_size_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault point_shape = 13; if (this->_internal_has_point_shape()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *point_shape_); + *_impl_.point_shape_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesPlotStyle plot_style = 1; @@ -15836,69 +16324,76 @@ size_t FigureDescriptor_MultiSeriesDescriptor::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_plot_style()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_MultiSeriesDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_MultiSeriesDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_MultiSeriesDescriptor::GetClassData() const { return &_class_data_; } -void FigureDescriptor_MultiSeriesDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_MultiSeriesDescriptor::MergeFrom(const FigureDescriptor_MultiSeriesDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_MultiSeriesDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - data_sources_.MergeFrom(from.data_sources_); + _this->_impl_.data_sources_.MergeFrom(from._impl_.data_sources_); if (!from._internal_name().empty()) { - _internal_set_name(from._internal_name()); + _this->_internal_set_name(from._internal_name()); } if (from._internal_has_line_color()) { - _internal_mutable_line_color()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom(from._internal_line_color()); + _this->_internal_mutable_line_color()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom( + from._internal_line_color()); } if (from._internal_has_point_color()) { - _internal_mutable_point_color()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom(from._internal_point_color()); + _this->_internal_mutable_point_color()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom( + from._internal_point_color()); } if (from._internal_has_lines_visible()) { - _internal_mutable_lines_visible()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault::MergeFrom(from._internal_lines_visible()); + _this->_internal_mutable_lines_visible()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault::MergeFrom( + from._internal_lines_visible()); } if (from._internal_has_points_visible()) { - _internal_mutable_points_visible()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault::MergeFrom(from._internal_points_visible()); + _this->_internal_mutable_points_visible()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault::MergeFrom( + from._internal_points_visible()); } if (from._internal_has_gradient_visible()) { - _internal_mutable_gradient_visible()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault::MergeFrom(from._internal_gradient_visible()); + _this->_internal_mutable_gradient_visible()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault::MergeFrom( + from._internal_gradient_visible()); } if (from._internal_has_point_label_format()) { - _internal_mutable_point_label_format()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom(from._internal_point_label_format()); + _this->_internal_mutable_point_label_format()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom( + from._internal_point_label_format()); } if (from._internal_has_x_tool_tip_pattern()) { - _internal_mutable_x_tool_tip_pattern()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom(from._internal_x_tool_tip_pattern()); + _this->_internal_mutable_x_tool_tip_pattern()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom( + from._internal_x_tool_tip_pattern()); } if (from._internal_has_y_tool_tip_pattern()) { - _internal_mutable_y_tool_tip_pattern()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom(from._internal_y_tool_tip_pattern()); + _this->_internal_mutable_y_tool_tip_pattern()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom( + from._internal_y_tool_tip_pattern()); } if (from._internal_has_point_label()) { - _internal_mutable_point_label()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom(from._internal_point_label()); + _this->_internal_mutable_point_label()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom( + from._internal_point_label()); } if (from._internal_has_point_size()) { - _internal_mutable_point_size()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault::MergeFrom(from._internal_point_size()); + _this->_internal_mutable_point_size()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault::MergeFrom( + from._internal_point_size()); } if (from._internal_has_point_shape()) { - _internal_mutable_point_shape()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom(from._internal_point_shape()); + _this->_internal_mutable_point_shape()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault::MergeFrom( + from._internal_point_shape()); } if (from._internal_plot_style() != 0) { - _internal_set_plot_style(from._internal_plot_style()); + _this->_internal_set_plot_style(from._internal_plot_style()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_MultiSeriesDescriptor::CopyFrom(const FigureDescriptor_MultiSeriesDescriptor& from) { @@ -15917,17 +16412,17 @@ void FigureDescriptor_MultiSeriesDescriptor::InternalSwap(FigureDescriptor_Multi auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - data_sources_.InternalSwap(&other->data_sources_); + _impl_.data_sources_.InternalSwap(&other->_impl_.data_sources_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &name_, lhs_arena, - &other->name_, rhs_arena + &_impl_.name_, lhs_arena, + &other->_impl_.name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(FigureDescriptor_MultiSeriesDescriptor, plot_style_) - + sizeof(FigureDescriptor_MultiSeriesDescriptor::plot_style_) - - PROTOBUF_FIELD_OFFSET(FigureDescriptor_MultiSeriesDescriptor, line_color_)>( - reinterpret_cast(&line_color_), - reinterpret_cast(&other->line_color_)); + PROTOBUF_FIELD_OFFSET(FigureDescriptor_MultiSeriesDescriptor, _impl_.plot_style_) + + sizeof(FigureDescriptor_MultiSeriesDescriptor::_impl_.plot_style_) + - PROTOBUF_FIELD_OFFSET(FigureDescriptor_MultiSeriesDescriptor, _impl_.line_color_)>( + reinterpret_cast(&_impl_.line_color_), + reinterpret_cast(&other->_impl_.line_color_)); } ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_MultiSeriesDescriptor::GetMetadata() const { @@ -15940,7 +16435,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_MultiSeriesDescriptor::GetMet class FigureDescriptor_StringMapWithDefault::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_default_string(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -15948,34 +16443,47 @@ class FigureDescriptor_StringMapWithDefault::_Internal { FigureDescriptor_StringMapWithDefault::FigureDescriptor_StringMapWithDefault(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - keys_(arena), - values_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault) } FigureDescriptor_StringMapWithDefault::FigureDescriptor_StringMapWithDefault(const FigureDescriptor_StringMapWithDefault& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_), - keys_(from.keys_), - values_(from.values_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_StringMapWithDefault* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.keys_){from._impl_.keys_} + , decltype(_impl_.values_){from._impl_.values_} + , decltype(_impl_.default_string_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - default_string_.InitDefault(); + _impl_.default_string_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - default_string_.Set("", GetArenaForAllocation()); + _impl_.default_string_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_default_string()) { - default_string_.Set(from._internal_default_string(), - GetArenaForAllocation()); + _this->_impl_.default_string_.Set(from._internal_default_string(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault) } -inline void FigureDescriptor_StringMapWithDefault::SharedCtor() { -default_string_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - default_string_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void FigureDescriptor_StringMapWithDefault::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.keys_){arena} + , decltype(_impl_.values_){arena} + , decltype(_impl_.default_string_){} + }; + _impl_.default_string_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.default_string_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FigureDescriptor_StringMapWithDefault::~FigureDescriptor_StringMapWithDefault() { @@ -15989,11 +16497,13 @@ FigureDescriptor_StringMapWithDefault::~FigureDescriptor_StringMapWithDefault() inline void FigureDescriptor_StringMapWithDefault::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - default_string_.Destroy(); + _impl_.keys_.~RepeatedPtrField(); + _impl_.values_.~RepeatedPtrField(); + _impl_.default_string_.Destroy(); } void FigureDescriptor_StringMapWithDefault::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_StringMapWithDefault::Clear() { @@ -16002,13 +16512,13 @@ void FigureDescriptor_StringMapWithDefault::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - keys_.Clear(); - values_.Clear(); - cached_has_bits = _has_bits_[0]; + _impl_.keys_.Clear(); + _impl_.values_.Clear(); + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { - default_string_.ClearNonDefaultToEmpty(); + _impl_.default_string_.ClearNonDefaultToEmpty(); } - _has_bits_.Clear(); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -16075,7 +16585,7 @@ const char* FigureDescriptor_StringMapWithDefault::_InternalParse(const char* pt CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -16137,56 +16647,52 @@ size_t FigureDescriptor_StringMapWithDefault::ByteSizeLong() const { // repeated string keys = 2; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(keys_.size()); - for (int i = 0, n = keys_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.keys_.size()); + for (int i = 0, n = _impl_.keys_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - keys_.Get(i)); + _impl_.keys_.Get(i)); } // repeated string values = 3; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(values_.size()); - for (int i = 0, n = values_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.values_.size()); + for (int i = 0, n = _impl_.values_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - values_.Get(i)); + _impl_.values_.Get(i)); } // optional string default_string = 1; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( this->_internal_default_string()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_StringMapWithDefault::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_StringMapWithDefault::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_StringMapWithDefault::GetClassData() const { return &_class_data_; } -void FigureDescriptor_StringMapWithDefault::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_StringMapWithDefault::MergeFrom(const FigureDescriptor_StringMapWithDefault& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_StringMapWithDefault::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - keys_.MergeFrom(from.keys_); - values_.MergeFrom(from.values_); + _this->_impl_.keys_.MergeFrom(from._impl_.keys_); + _this->_impl_.values_.MergeFrom(from._impl_.values_); if (from._internal_has_default_string()) { - _internal_set_default_string(from._internal_default_string()); + _this->_internal_set_default_string(from._internal_default_string()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_StringMapWithDefault::CopyFrom(const FigureDescriptor_StringMapWithDefault& from) { @@ -16205,12 +16711,12 @@ void FigureDescriptor_StringMapWithDefault::InternalSwap(FigureDescriptor_String auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - keys_.InternalSwap(&other->keys_); - values_.InternalSwap(&other->values_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.keys_.InternalSwap(&other->_impl_.keys_); + _impl_.values_.InternalSwap(&other->_impl_.values_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &default_string_, lhs_arena, - &other->default_string_, rhs_arena + &_impl_.default_string_, lhs_arena, + &other->_impl_.default_string_, rhs_arena ); } @@ -16224,7 +16730,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_StringMapWithDefault::GetMeta class FigureDescriptor_DoubleMapWithDefault::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_default_double(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -16232,24 +16738,36 @@ class FigureDescriptor_DoubleMapWithDefault::_Internal { FigureDescriptor_DoubleMapWithDefault::FigureDescriptor_DoubleMapWithDefault(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - keys_(arena), - values_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault) } FigureDescriptor_DoubleMapWithDefault::FigureDescriptor_DoubleMapWithDefault(const FigureDescriptor_DoubleMapWithDefault& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_), - keys_(from.keys_), - values_(from.values_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_DoubleMapWithDefault* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.keys_){from._impl_.keys_} + , decltype(_impl_.values_){from._impl_.values_} + , decltype(_impl_.default_double_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - default_double_ = from.default_double_; + _this->_impl_.default_double_ = from._impl_.default_double_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault) } -inline void FigureDescriptor_DoubleMapWithDefault::SharedCtor() { -default_double_ = 0; +inline void FigureDescriptor_DoubleMapWithDefault::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.keys_){arena} + , decltype(_impl_.values_){arena} + , decltype(_impl_.default_double_){0} + }; } FigureDescriptor_DoubleMapWithDefault::~FigureDescriptor_DoubleMapWithDefault() { @@ -16263,10 +16781,12 @@ FigureDescriptor_DoubleMapWithDefault::~FigureDescriptor_DoubleMapWithDefault() inline void FigureDescriptor_DoubleMapWithDefault::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.keys_.~RepeatedPtrField(); + _impl_.values_.~RepeatedField(); } void FigureDescriptor_DoubleMapWithDefault::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_DoubleMapWithDefault::Clear() { @@ -16275,10 +16795,10 @@ void FigureDescriptor_DoubleMapWithDefault::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - keys_.Clear(); - values_.Clear(); - default_double_ = 0; - _has_bits_.Clear(); + _impl_.keys_.Clear(); + _impl_.values_.Clear(); + _impl_.default_double_ = 0; + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -16293,7 +16813,7 @@ const char* FigureDescriptor_DoubleMapWithDefault::_InternalParse(const char* pt case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 9)) { _Internal::set_has_default_double(&has_bits); - default_double_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.default_double_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -16340,7 +16860,7 @@ const char* FigureDescriptor_DoubleMapWithDefault::_InternalParse(const char* pt CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -16393,10 +16913,10 @@ size_t FigureDescriptor_DoubleMapWithDefault::ByteSizeLong() const { // repeated string keys = 2; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(keys_.size()); - for (int i = 0, n = keys_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.keys_.size()); + for (int i = 0, n = _impl_.keys_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - keys_.Get(i)); + _impl_.keys_.Get(i)); } // repeated double values = 3; @@ -16411,39 +16931,35 @@ size_t FigureDescriptor_DoubleMapWithDefault::ByteSizeLong() const { } // optional double default_double = 1; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + 8; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_DoubleMapWithDefault::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_DoubleMapWithDefault::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_DoubleMapWithDefault::GetClassData() const { return &_class_data_; } -void FigureDescriptor_DoubleMapWithDefault::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_DoubleMapWithDefault::MergeFrom(const FigureDescriptor_DoubleMapWithDefault& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_DoubleMapWithDefault::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - keys_.MergeFrom(from.keys_); - values_.MergeFrom(from.values_); + _this->_impl_.keys_.MergeFrom(from._impl_.keys_); + _this->_impl_.values_.MergeFrom(from._impl_.values_); if (from._internal_has_default_double()) { - _internal_set_default_double(from._internal_default_double()); + _this->_internal_set_default_double(from._internal_default_double()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_DoubleMapWithDefault::CopyFrom(const FigureDescriptor_DoubleMapWithDefault& from) { @@ -16460,10 +16976,10 @@ bool FigureDescriptor_DoubleMapWithDefault::IsInitialized() const { void FigureDescriptor_DoubleMapWithDefault::InternalSwap(FigureDescriptor_DoubleMapWithDefault* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - keys_.InternalSwap(&other->keys_); - values_.InternalSwap(&other->values_); - swap(default_double_, other->default_double_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.keys_.InternalSwap(&other->_impl_.keys_); + _impl_.values_.InternalSwap(&other->_impl_.values_); + swap(_impl_.default_double_, other->_impl_.default_double_); } ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_DoubleMapWithDefault::GetMetadata() const { @@ -16476,7 +16992,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_DoubleMapWithDefault::GetMeta class FigureDescriptor_BoolMapWithDefault::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_default_bool(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -16484,24 +17000,36 @@ class FigureDescriptor_BoolMapWithDefault::_Internal { FigureDescriptor_BoolMapWithDefault::FigureDescriptor_BoolMapWithDefault(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - keys_(arena), - values_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault) } FigureDescriptor_BoolMapWithDefault::FigureDescriptor_BoolMapWithDefault(const FigureDescriptor_BoolMapWithDefault& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_), - keys_(from.keys_), - values_(from.values_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_BoolMapWithDefault* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.keys_){from._impl_.keys_} + , decltype(_impl_.values_){from._impl_.values_} + , decltype(_impl_.default_bool_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - default_bool_ = from.default_bool_; + _this->_impl_.default_bool_ = from._impl_.default_bool_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault) } -inline void FigureDescriptor_BoolMapWithDefault::SharedCtor() { -default_bool_ = false; +inline void FigureDescriptor_BoolMapWithDefault::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.keys_){arena} + , decltype(_impl_.values_){arena} + , decltype(_impl_.default_bool_){false} + }; } FigureDescriptor_BoolMapWithDefault::~FigureDescriptor_BoolMapWithDefault() { @@ -16515,10 +17043,12 @@ FigureDescriptor_BoolMapWithDefault::~FigureDescriptor_BoolMapWithDefault() { inline void FigureDescriptor_BoolMapWithDefault::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.keys_.~RepeatedPtrField(); + _impl_.values_.~RepeatedField(); } void FigureDescriptor_BoolMapWithDefault::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_BoolMapWithDefault::Clear() { @@ -16527,10 +17057,10 @@ void FigureDescriptor_BoolMapWithDefault::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - keys_.Clear(); - values_.Clear(); - default_bool_ = false; - _has_bits_.Clear(); + _impl_.keys_.Clear(); + _impl_.values_.Clear(); + _impl_.default_bool_ = false; + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -16545,7 +17075,7 @@ const char* FigureDescriptor_BoolMapWithDefault::_InternalParse(const char* ptr, case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { _Internal::set_has_default_bool(&has_bits); - default_bool_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.default_bool_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -16592,7 +17122,7 @@ const char* FigureDescriptor_BoolMapWithDefault::_InternalParse(const char* ptr, CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -16645,10 +17175,10 @@ size_t FigureDescriptor_BoolMapWithDefault::ByteSizeLong() const { // repeated string keys = 2; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(keys_.size()); - for (int i = 0, n = keys_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.keys_.size()); + for (int i = 0, n = _impl_.keys_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - keys_.Get(i)); + _impl_.keys_.Get(i)); } // repeated bool values = 3; @@ -16663,39 +17193,35 @@ size_t FigureDescriptor_BoolMapWithDefault::ByteSizeLong() const { } // optional bool default_bool = 1; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_BoolMapWithDefault::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_BoolMapWithDefault::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_BoolMapWithDefault::GetClassData() const { return &_class_data_; } -void FigureDescriptor_BoolMapWithDefault::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_BoolMapWithDefault::MergeFrom(const FigureDescriptor_BoolMapWithDefault& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_BoolMapWithDefault::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - keys_.MergeFrom(from.keys_); - values_.MergeFrom(from.values_); + _this->_impl_.keys_.MergeFrom(from._impl_.keys_); + _this->_impl_.values_.MergeFrom(from._impl_.values_); if (from._internal_has_default_bool()) { - _internal_set_default_bool(from._internal_default_bool()); + _this->_internal_set_default_bool(from._internal_default_bool()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_BoolMapWithDefault::CopyFrom(const FigureDescriptor_BoolMapWithDefault& from) { @@ -16712,10 +17238,10 @@ bool FigureDescriptor_BoolMapWithDefault::IsInitialized() const { void FigureDescriptor_BoolMapWithDefault::InternalSwap(FigureDescriptor_BoolMapWithDefault* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - keys_.InternalSwap(&other->keys_); - values_.InternalSwap(&other->values_); - swap(default_bool_, other->default_bool_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.keys_.InternalSwap(&other->_impl_.keys_); + _impl_.values_.InternalSwap(&other->_impl_.values_); + swap(_impl_.default_bool_, other->_impl_.default_bool_); } ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_BoolMapWithDefault::GetMetadata() const { @@ -16728,7 +17254,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_BoolMapWithDefault::GetMetada class FigureDescriptor_AxisDescriptor::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_format_pattern(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -16740,108 +17266,153 @@ class FigureDescriptor_AxisDescriptor::_Internal { const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor& FigureDescriptor_AxisDescriptor::_Internal::business_calendar_descriptor(const FigureDescriptor_AxisDescriptor* msg) { - return *msg->business_calendar_descriptor_; + return *msg->_impl_.business_calendar_descriptor_; } FigureDescriptor_AxisDescriptor::FigureDescriptor_AxisDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - major_tick_locations_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor) } FigureDescriptor_AxisDescriptor::FigureDescriptor_AxisDescriptor(const FigureDescriptor_AxisDescriptor& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_), - major_tick_locations_(from.major_tick_locations_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_AxisDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.major_tick_locations_){from._impl_.major_tick_locations_} + , decltype(_impl_.id_){} + , decltype(_impl_.label_){} + , decltype(_impl_.label_font_){} + , decltype(_impl_.ticks_font_){} + , decltype(_impl_.format_pattern_){} + , decltype(_impl_.color_){} + , decltype(_impl_.business_calendar_descriptor_){nullptr} + , decltype(_impl_.format_type_){} + , decltype(_impl_.type_){} + , decltype(_impl_.min_range_){} + , decltype(_impl_.position_){} + , decltype(_impl_.log_){} + , decltype(_impl_.minor_ticks_visible_){} + , decltype(_impl_.major_ticks_visible_){} + , decltype(_impl_.invert_){} + , decltype(_impl_.max_range_){} + , decltype(_impl_.gap_between_major_ticks_){} + , decltype(_impl_.minor_tick_count_){} + , decltype(_impl_.is_time_axis_){} + , decltype(_impl_.tick_label_angle_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - id_.InitDefault(); + _impl_.id_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - id_.Set("", GetArenaForAllocation()); + _impl_.id_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_id().empty()) { - id_.Set(from._internal_id(), - GetArenaForAllocation()); + _this->_impl_.id_.Set(from._internal_id(), + _this->GetArenaForAllocation()); } - label_.InitDefault(); + _impl_.label_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - label_.Set("", GetArenaForAllocation()); + _impl_.label_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_label().empty()) { - label_.Set(from._internal_label(), - GetArenaForAllocation()); + _this->_impl_.label_.Set(from._internal_label(), + _this->GetArenaForAllocation()); } - label_font_.InitDefault(); + _impl_.label_font_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - label_font_.Set("", GetArenaForAllocation()); + _impl_.label_font_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_label_font().empty()) { - label_font_.Set(from._internal_label_font(), - GetArenaForAllocation()); + _this->_impl_.label_font_.Set(from._internal_label_font(), + _this->GetArenaForAllocation()); } - ticks_font_.InitDefault(); + _impl_.ticks_font_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - ticks_font_.Set("", GetArenaForAllocation()); + _impl_.ticks_font_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_ticks_font().empty()) { - ticks_font_.Set(from._internal_ticks_font(), - GetArenaForAllocation()); + _this->_impl_.ticks_font_.Set(from._internal_ticks_font(), + _this->GetArenaForAllocation()); } - format_pattern_.InitDefault(); + _impl_.format_pattern_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - format_pattern_.Set("", GetArenaForAllocation()); + _impl_.format_pattern_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_format_pattern()) { - format_pattern_.Set(from._internal_format_pattern(), - GetArenaForAllocation()); + _this->_impl_.format_pattern_.Set(from._internal_format_pattern(), + _this->GetArenaForAllocation()); } - color_.InitDefault(); + _impl_.color_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - color_.Set("", GetArenaForAllocation()); + _impl_.color_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_color().empty()) { - color_.Set(from._internal_color(), - GetArenaForAllocation()); + _this->_impl_.color_.Set(from._internal_color(), + _this->GetArenaForAllocation()); } if (from._internal_has_business_calendar_descriptor()) { - business_calendar_descriptor_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor(*from.business_calendar_descriptor_); - } else { - business_calendar_descriptor_ = nullptr; + _this->_impl_.business_calendar_descriptor_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor(*from._impl_.business_calendar_descriptor_); } - ::memcpy(&format_type_, &from.format_type_, - static_cast(reinterpret_cast(&tick_label_angle_) - - reinterpret_cast(&format_type_)) + sizeof(tick_label_angle_)); + ::memcpy(&_impl_.format_type_, &from._impl_.format_type_, + static_cast(reinterpret_cast(&_impl_.tick_label_angle_) - + reinterpret_cast(&_impl_.format_type_)) + sizeof(_impl_.tick_label_angle_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor) } -inline void FigureDescriptor_AxisDescriptor::SharedCtor() { -id_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - id_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -label_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - label_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -label_font_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - label_font_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -ticks_font_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - ticks_font_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -format_pattern_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - format_pattern_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -color_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - color_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&business_calendar_descriptor_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&tick_label_angle_) - - reinterpret_cast(&business_calendar_descriptor_)) + sizeof(tick_label_angle_)); +inline void FigureDescriptor_AxisDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.major_tick_locations_){arena} + , decltype(_impl_.id_){} + , decltype(_impl_.label_){} + , decltype(_impl_.label_font_){} + , decltype(_impl_.ticks_font_){} + , decltype(_impl_.format_pattern_){} + , decltype(_impl_.color_){} + , decltype(_impl_.business_calendar_descriptor_){nullptr} + , decltype(_impl_.format_type_){0} + , decltype(_impl_.type_){0} + , decltype(_impl_.min_range_){0} + , decltype(_impl_.position_){0} + , decltype(_impl_.log_){false} + , decltype(_impl_.minor_ticks_visible_){false} + , decltype(_impl_.major_ticks_visible_){false} + , decltype(_impl_.invert_){false} + , decltype(_impl_.max_range_){0} + , decltype(_impl_.gap_between_major_ticks_){0} + , decltype(_impl_.minor_tick_count_){0} + , decltype(_impl_.is_time_axis_){false} + , decltype(_impl_.tick_label_angle_){0} + }; + _impl_.id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.label_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.label_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.label_font_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.label_font_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.ticks_font_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.ticks_font_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.format_pattern_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.format_pattern_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.color_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.color_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FigureDescriptor_AxisDescriptor::~FigureDescriptor_AxisDescriptor() { @@ -16855,17 +17426,18 @@ FigureDescriptor_AxisDescriptor::~FigureDescriptor_AxisDescriptor() { inline void FigureDescriptor_AxisDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - id_.Destroy(); - label_.Destroy(); - label_font_.Destroy(); - ticks_font_.Destroy(); - format_pattern_.Destroy(); - color_.Destroy(); - if (this != internal_default_instance()) delete business_calendar_descriptor_; + _impl_.major_tick_locations_.~RepeatedField(); + _impl_.id_.Destroy(); + _impl_.label_.Destroy(); + _impl_.label_font_.Destroy(); + _impl_.ticks_font_.Destroy(); + _impl_.format_pattern_.Destroy(); + _impl_.color_.Destroy(); + if (this != internal_default_instance()) delete _impl_.business_calendar_descriptor_; } void FigureDescriptor_AxisDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_AxisDescriptor::Clear() { @@ -16874,28 +17446,28 @@ void FigureDescriptor_AxisDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - major_tick_locations_.Clear(); - id_.ClearToEmpty(); - label_.ClearToEmpty(); - label_font_.ClearToEmpty(); - ticks_font_.ClearToEmpty(); - cached_has_bits = _has_bits_[0]; + _impl_.major_tick_locations_.Clear(); + _impl_.id_.ClearToEmpty(); + _impl_.label_.ClearToEmpty(); + _impl_.label_font_.ClearToEmpty(); + _impl_.ticks_font_.ClearToEmpty(); + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { - format_pattern_.ClearNonDefaultToEmpty(); - } - color_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && business_calendar_descriptor_ != nullptr) { - delete business_calendar_descriptor_; - } - business_calendar_descriptor_ = nullptr; - ::memset(&format_type_, 0, static_cast( - reinterpret_cast(&max_range_) - - reinterpret_cast(&format_type_)) + sizeof(max_range_)); - gap_between_major_ticks_ = 0; - ::memset(&minor_tick_count_, 0, static_cast( - reinterpret_cast(&tick_label_angle_) - - reinterpret_cast(&minor_tick_count_)) + sizeof(tick_label_angle_)); - _has_bits_.Clear(); + _impl_.format_pattern_.ClearNonDefaultToEmpty(); + } + _impl_.color_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.business_calendar_descriptor_ != nullptr) { + delete _impl_.business_calendar_descriptor_; + } + _impl_.business_calendar_descriptor_ = nullptr; + ::memset(&_impl_.format_type_, 0, static_cast( + reinterpret_cast(&_impl_.max_range_) - + reinterpret_cast(&_impl_.format_type_)) + sizeof(_impl_.max_range_)); + _impl_.gap_between_major_ticks_ = 0; + ::memset(&_impl_.minor_tick_count_, 0, static_cast( + reinterpret_cast(&_impl_.tick_label_angle_) - + reinterpret_cast(&_impl_.minor_tick_count_)) + sizeof(_impl_.tick_label_angle_)); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -16946,7 +17518,7 @@ const char* FigureDescriptor_AxisDescriptor::_InternalParse(const char* ptr, ::_ // bool log = 5; case 5: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 40)) { - log_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.log_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -17004,7 +17576,7 @@ const char* FigureDescriptor_AxisDescriptor::_InternalParse(const char* ptr, ::_ // double min_range = 11; case 11: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 89)) { - min_range_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.min_range_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -17012,7 +17584,7 @@ const char* FigureDescriptor_AxisDescriptor::_InternalParse(const char* ptr, ::_ // double max_range = 12; case 12: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 97)) { - max_range_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.max_range_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -17020,7 +17592,7 @@ const char* FigureDescriptor_AxisDescriptor::_InternalParse(const char* ptr, ::_ // bool minor_ticks_visible = 13; case 13: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 104)) { - minor_ticks_visible_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.minor_ticks_visible_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -17028,7 +17600,7 @@ const char* FigureDescriptor_AxisDescriptor::_InternalParse(const char* ptr, ::_ // bool major_ticks_visible = 14; case 14: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 112)) { - major_ticks_visible_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.major_ticks_visible_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -17036,7 +17608,7 @@ const char* FigureDescriptor_AxisDescriptor::_InternalParse(const char* ptr, ::_ // int32 minor_tick_count = 15; case 15: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 120)) { - minor_tick_count_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.minor_tick_count_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -17045,7 +17617,7 @@ const char* FigureDescriptor_AxisDescriptor::_InternalParse(const char* ptr, ::_ case 16: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 129)) { _Internal::set_has_gap_between_major_ticks(&has_bits); - gap_between_major_ticks_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.gap_between_major_ticks_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -17064,7 +17636,7 @@ const char* FigureDescriptor_AxisDescriptor::_InternalParse(const char* ptr, ::_ // double tick_label_angle = 18; case 18: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 145)) { - tick_label_angle_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.tick_label_angle_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -17072,7 +17644,7 @@ const char* FigureDescriptor_AxisDescriptor::_InternalParse(const char* ptr, ::_ // bool invert = 19; case 19: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 152)) { - invert_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.invert_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -17080,7 +17652,7 @@ const char* FigureDescriptor_AxisDescriptor::_InternalParse(const char* ptr, ::_ // bool is_time_axis = 20; case 20: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 160)) { - is_time_axis_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.is_time_axis_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -17109,7 +17681,7 @@ const char* FigureDescriptor_AxisDescriptor::_InternalParse(const char* ptr, ::_ CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -17344,7 +17916,7 @@ size_t FigureDescriptor_AxisDescriptor::ByteSizeLong() const { } // optional string format_pattern = 9; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( @@ -17362,7 +17934,7 @@ size_t FigureDescriptor_AxisDescriptor::ByteSizeLong() const { if (this->_internal_has_business_calendar_descriptor()) { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *business_calendar_descriptor_); + *_impl_.business_calendar_descriptor_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisFormatType format_type = 2; @@ -17445,102 +18017,99 @@ size_t FigureDescriptor_AxisDescriptor::ByteSizeLong() const { total_size += 2 + 8; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_AxisDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_AxisDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_AxisDescriptor::GetClassData() const { return &_class_data_; } -void FigureDescriptor_AxisDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_AxisDescriptor::MergeFrom(const FigureDescriptor_AxisDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_AxisDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - major_tick_locations_.MergeFrom(from.major_tick_locations_); + _this->_impl_.major_tick_locations_.MergeFrom(from._impl_.major_tick_locations_); if (!from._internal_id().empty()) { - _internal_set_id(from._internal_id()); + _this->_internal_set_id(from._internal_id()); } if (!from._internal_label().empty()) { - _internal_set_label(from._internal_label()); + _this->_internal_set_label(from._internal_label()); } if (!from._internal_label_font().empty()) { - _internal_set_label_font(from._internal_label_font()); + _this->_internal_set_label_font(from._internal_label_font()); } if (!from._internal_ticks_font().empty()) { - _internal_set_ticks_font(from._internal_ticks_font()); + _this->_internal_set_ticks_font(from._internal_ticks_font()); } if (from._internal_has_format_pattern()) { - _internal_set_format_pattern(from._internal_format_pattern()); + _this->_internal_set_format_pattern(from._internal_format_pattern()); } if (!from._internal_color().empty()) { - _internal_set_color(from._internal_color()); + _this->_internal_set_color(from._internal_color()); } if (from._internal_has_business_calendar_descriptor()) { - _internal_mutable_business_calendar_descriptor()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor::MergeFrom(from._internal_business_calendar_descriptor()); + _this->_internal_mutable_business_calendar_descriptor()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor::MergeFrom( + from._internal_business_calendar_descriptor()); } if (from._internal_format_type() != 0) { - _internal_set_format_type(from._internal_format_type()); + _this->_internal_set_format_type(from._internal_format_type()); } if (from._internal_type() != 0) { - _internal_set_type(from._internal_type()); + _this->_internal_set_type(from._internal_type()); } static_assert(sizeof(uint64_t) == sizeof(double), "Code assumes uint64_t and double are the same size."); double tmp_min_range = from._internal_min_range(); uint64_t raw_min_range; memcpy(&raw_min_range, &tmp_min_range, sizeof(tmp_min_range)); if (raw_min_range != 0) { - _internal_set_min_range(from._internal_min_range()); + _this->_internal_set_min_range(from._internal_min_range()); } if (from._internal_position() != 0) { - _internal_set_position(from._internal_position()); + _this->_internal_set_position(from._internal_position()); } if (from._internal_log() != 0) { - _internal_set_log(from._internal_log()); + _this->_internal_set_log(from._internal_log()); } if (from._internal_minor_ticks_visible() != 0) { - _internal_set_minor_ticks_visible(from._internal_minor_ticks_visible()); + _this->_internal_set_minor_ticks_visible(from._internal_minor_ticks_visible()); } if (from._internal_major_ticks_visible() != 0) { - _internal_set_major_ticks_visible(from._internal_major_ticks_visible()); + _this->_internal_set_major_ticks_visible(from._internal_major_ticks_visible()); } if (from._internal_invert() != 0) { - _internal_set_invert(from._internal_invert()); + _this->_internal_set_invert(from._internal_invert()); } static_assert(sizeof(uint64_t) == sizeof(double), "Code assumes uint64_t and double are the same size."); double tmp_max_range = from._internal_max_range(); uint64_t raw_max_range; memcpy(&raw_max_range, &tmp_max_range, sizeof(tmp_max_range)); if (raw_max_range != 0) { - _internal_set_max_range(from._internal_max_range()); + _this->_internal_set_max_range(from._internal_max_range()); } if (from._internal_has_gap_between_major_ticks()) { - _internal_set_gap_between_major_ticks(from._internal_gap_between_major_ticks()); + _this->_internal_set_gap_between_major_ticks(from._internal_gap_between_major_ticks()); } if (from._internal_minor_tick_count() != 0) { - _internal_set_minor_tick_count(from._internal_minor_tick_count()); + _this->_internal_set_minor_tick_count(from._internal_minor_tick_count()); } if (from._internal_is_time_axis() != 0) { - _internal_set_is_time_axis(from._internal_is_time_axis()); + _this->_internal_set_is_time_axis(from._internal_is_time_axis()); } static_assert(sizeof(uint64_t) == sizeof(double), "Code assumes uint64_t and double are the same size."); double tmp_tick_label_angle = from._internal_tick_label_angle(); uint64_t raw_tick_label_angle; memcpy(&raw_tick_label_angle, &tmp_tick_label_angle, sizeof(tmp_tick_label_angle)); if (raw_tick_label_angle != 0) { - _internal_set_tick_label_angle(from._internal_tick_label_angle()); + _this->_internal_set_tick_label_angle(from._internal_tick_label_angle()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_AxisDescriptor::CopyFrom(const FigureDescriptor_AxisDescriptor& from) { @@ -17559,38 +18128,38 @@ void FigureDescriptor_AxisDescriptor::InternalSwap(FigureDescriptor_AxisDescript auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - major_tick_locations_.InternalSwap(&other->major_tick_locations_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.major_tick_locations_.InternalSwap(&other->_impl_.major_tick_locations_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &id_, lhs_arena, - &other->id_, rhs_arena + &_impl_.id_, lhs_arena, + &other->_impl_.id_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &label_, lhs_arena, - &other->label_, rhs_arena + &_impl_.label_, lhs_arena, + &other->_impl_.label_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &label_font_, lhs_arena, - &other->label_font_, rhs_arena + &_impl_.label_font_, lhs_arena, + &other->_impl_.label_font_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &ticks_font_, lhs_arena, - &other->ticks_font_, rhs_arena + &_impl_.ticks_font_, lhs_arena, + &other->_impl_.ticks_font_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &format_pattern_, lhs_arena, - &other->format_pattern_, rhs_arena + &_impl_.format_pattern_, lhs_arena, + &other->_impl_.format_pattern_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &color_, lhs_arena, - &other->color_, rhs_arena + &_impl_.color_, lhs_arena, + &other->_impl_.color_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(FigureDescriptor_AxisDescriptor, tick_label_angle_) - + sizeof(FigureDescriptor_AxisDescriptor::tick_label_angle_) - - PROTOBUF_FIELD_OFFSET(FigureDescriptor_AxisDescriptor, business_calendar_descriptor_)>( - reinterpret_cast(&business_calendar_descriptor_), - reinterpret_cast(&other->business_calendar_descriptor_)); + PROTOBUF_FIELD_OFFSET(FigureDescriptor_AxisDescriptor, _impl_.tick_label_angle_) + + sizeof(FigureDescriptor_AxisDescriptor::_impl_.tick_label_angle_) + - PROTOBUF_FIELD_OFFSET(FigureDescriptor_AxisDescriptor, _impl_.business_calendar_descriptor_)>( + reinterpret_cast(&_impl_.business_calendar_descriptor_), + reinterpret_cast(&other->_impl_.business_calendar_descriptor_)); } ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_AxisDescriptor::GetMetadata() const { @@ -17608,40 +18177,54 @@ class FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::_Internal { FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod) } FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod(const FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.open_){} + , decltype(_impl_.close_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - open_.InitDefault(); + _impl_.open_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - open_.Set("", GetArenaForAllocation()); + _impl_.open_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_open().empty()) { - open_.Set(from._internal_open(), - GetArenaForAllocation()); + _this->_impl_.open_.Set(from._internal_open(), + _this->GetArenaForAllocation()); } - close_.InitDefault(); + _impl_.close_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - close_.Set("", GetArenaForAllocation()); + _impl_.close_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_close().empty()) { - close_.Set(from._internal_close(), - GetArenaForAllocation()); + _this->_impl_.close_.Set(from._internal_close(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod) } -inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::SharedCtor() { -open_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - open_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -close_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - close_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.open_){} + , decltype(_impl_.close_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.open_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.open_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.close_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.close_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::~FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod() { @@ -17655,12 +18238,12 @@ FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::~FigureDescriptor_Bu inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - open_.Destroy(); - close_.Destroy(); + _impl_.open_.Destroy(); + _impl_.close_.Destroy(); } void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::Clear() { @@ -17669,8 +18252,8 @@ void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - open_.ClearToEmpty(); - close_.ClearToEmpty(); + _impl_.open_.ClearToEmpty(); + _impl_.close_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -17779,35 +18362,31 @@ size_t FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::ByteSizeLong( this->_internal_close()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::GetClassData() const { return &_class_data_; } -void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::MergeFrom(const FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_open().empty()) { - _internal_set_open(from._internal_open()); + _this->_internal_set_open(from._internal_open()); } if (!from._internal_close().empty()) { - _internal_set_close(from._internal_close()); + _this->_internal_set_close(from._internal_close()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::CopyFrom(const FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod& from) { @@ -17827,12 +18406,12 @@ void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::InternalSwap(Fi auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &open_, lhs_arena, - &other->open_, rhs_arena + &_impl_.open_, lhs_arena, + &other->_impl_.open_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &close_, lhs_arena, - &other->close_, rhs_arena + &_impl_.close_, lhs_arena, + &other->_impl_.close_, rhs_arena ); } @@ -17851,29 +18430,38 @@ class FigureDescriptor_BusinessCalendarDescriptor_Holiday::_Internal { const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate& FigureDescriptor_BusinessCalendarDescriptor_Holiday::_Internal::date(const FigureDescriptor_BusinessCalendarDescriptor_Holiday* msg) { - return *msg->date_; + return *msg->_impl_.date_; } FigureDescriptor_BusinessCalendarDescriptor_Holiday::FigureDescriptor_BusinessCalendarDescriptor_Holiday(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - business_periods_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday) } FigureDescriptor_BusinessCalendarDescriptor_Holiday::FigureDescriptor_BusinessCalendarDescriptor_Holiday(const FigureDescriptor_BusinessCalendarDescriptor_Holiday& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - business_periods_(from.business_periods_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_BusinessCalendarDescriptor_Holiday* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.business_periods_){from._impl_.business_periods_} + , decltype(_impl_.date_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_date()) { - date_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate(*from.date_); - } else { - date_ = nullptr; + _this->_impl_.date_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate(*from._impl_.date_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday) } -inline void FigureDescriptor_BusinessCalendarDescriptor_Holiday::SharedCtor() { -date_ = nullptr; +inline void FigureDescriptor_BusinessCalendarDescriptor_Holiday::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.business_periods_){arena} + , decltype(_impl_.date_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } FigureDescriptor_BusinessCalendarDescriptor_Holiday::~FigureDescriptor_BusinessCalendarDescriptor_Holiday() { @@ -17887,11 +18475,12 @@ FigureDescriptor_BusinessCalendarDescriptor_Holiday::~FigureDescriptor_BusinessC inline void FigureDescriptor_BusinessCalendarDescriptor_Holiday::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete date_; + _impl_.business_periods_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.date_; } void FigureDescriptor_BusinessCalendarDescriptor_Holiday::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_BusinessCalendarDescriptor_Holiday::Clear() { @@ -17900,11 +18489,11 @@ void FigureDescriptor_BusinessCalendarDescriptor_Holiday::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - business_periods_.Clear(); - if (GetArenaForAllocation() == nullptr && date_ != nullptr) { - delete date_; + _impl_.business_periods_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.date_ != nullptr) { + delete _impl_.date_; } - date_ = nullptr; + _impl_.date_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -17997,7 +18586,7 @@ size_t FigureDescriptor_BusinessCalendarDescriptor_Holiday::ByteSizeLong() const // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod business_periods = 2; total_size += 1UL * this->_internal_business_periods_size(); - for (const auto& msg : this->business_periods_) { + for (const auto& msg : this->_impl_.business_periods_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -18006,36 +18595,33 @@ size_t FigureDescriptor_BusinessCalendarDescriptor_Holiday::ByteSizeLong() const if (this->_internal_has_date()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *date_); + *_impl_.date_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_BusinessCalendarDescriptor_Holiday::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_BusinessCalendarDescriptor_Holiday::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_BusinessCalendarDescriptor_Holiday::GetClassData() const { return &_class_data_; } -void FigureDescriptor_BusinessCalendarDescriptor_Holiday::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_BusinessCalendarDescriptor_Holiday::MergeFrom(const FigureDescriptor_BusinessCalendarDescriptor_Holiday& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_BusinessCalendarDescriptor_Holiday::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - business_periods_.MergeFrom(from.business_periods_); + _this->_impl_.business_periods_.MergeFrom(from._impl_.business_periods_); if (from._internal_has_date()) { - _internal_mutable_date()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate::MergeFrom(from._internal_date()); + _this->_internal_mutable_date()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate::MergeFrom( + from._internal_date()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_BusinessCalendarDescriptor_Holiday::CopyFrom(const FigureDescriptor_BusinessCalendarDescriptor_Holiday& from) { @@ -18052,8 +18638,8 @@ bool FigureDescriptor_BusinessCalendarDescriptor_Holiday::IsInitialized() const void FigureDescriptor_BusinessCalendarDescriptor_Holiday::InternalSwap(FigureDescriptor_BusinessCalendarDescriptor_Holiday* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - business_periods_.InternalSwap(&other->business_periods_); - swap(date_, other->date_); + _impl_.business_periods_.InternalSwap(&other->_impl_.business_periods_); + swap(_impl_.date_, other->_impl_.date_); } ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_BusinessCalendarDescriptor_Holiday::GetMetadata() const { @@ -18071,23 +18657,35 @@ class FigureDescriptor_BusinessCalendarDescriptor_LocalDate::_Internal { FigureDescriptor_BusinessCalendarDescriptor_LocalDate::FigureDescriptor_BusinessCalendarDescriptor_LocalDate(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.LocalDate) } FigureDescriptor_BusinessCalendarDescriptor_LocalDate::FigureDescriptor_BusinessCalendarDescriptor_LocalDate(const FigureDescriptor_BusinessCalendarDescriptor_LocalDate& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_BusinessCalendarDescriptor_LocalDate* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.year_){} + , decltype(_impl_.month_){} + , decltype(_impl_.day_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - ::memcpy(&year_, &from.year_, - static_cast(reinterpret_cast(&day_) - - reinterpret_cast(&year_)) + sizeof(day_)); + ::memcpy(&_impl_.year_, &from._impl_.year_, + static_cast(reinterpret_cast(&_impl_.day_) - + reinterpret_cast(&_impl_.year_)) + sizeof(_impl_.day_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.LocalDate) } -inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&year_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&day_) - - reinterpret_cast(&year_)) + sizeof(day_)); +inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.year_){0} + , decltype(_impl_.month_){0} + , decltype(_impl_.day_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; } FigureDescriptor_BusinessCalendarDescriptor_LocalDate::~FigureDescriptor_BusinessCalendarDescriptor_LocalDate() { @@ -18104,7 +18702,7 @@ inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::SharedDtor() } void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::Clear() { @@ -18113,9 +18711,9 @@ void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - ::memset(&year_, 0, static_cast( - reinterpret_cast(&day_) - - reinterpret_cast(&year_)) + sizeof(day_)); + ::memset(&_impl_.year_, 0, static_cast( + reinterpret_cast(&_impl_.day_) - + reinterpret_cast(&_impl_.year_)) + sizeof(_impl_.day_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -18128,7 +18726,7 @@ const char* FigureDescriptor_BusinessCalendarDescriptor_LocalDate::_InternalPars // int32 year = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - year_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.year_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -18136,7 +18734,7 @@ const char* FigureDescriptor_BusinessCalendarDescriptor_LocalDate::_InternalPars // int32 month = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - month_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.month_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -18144,7 +18742,7 @@ const char* FigureDescriptor_BusinessCalendarDescriptor_LocalDate::_InternalPars // int32 day = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - day_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.day_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -18227,38 +18825,34 @@ size_t FigureDescriptor_BusinessCalendarDescriptor_LocalDate::ByteSizeLong() con total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_day()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_BusinessCalendarDescriptor_LocalDate::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_BusinessCalendarDescriptor_LocalDate::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_BusinessCalendarDescriptor_LocalDate::GetClassData() const { return &_class_data_; } -void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::MergeFrom(const FigureDescriptor_BusinessCalendarDescriptor_LocalDate& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.LocalDate) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.LocalDate) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_year() != 0) { - _internal_set_year(from._internal_year()); + _this->_internal_set_year(from._internal_year()); } if (from._internal_month() != 0) { - _internal_set_month(from._internal_month()); + _this->_internal_set_month(from._internal_month()); } if (from._internal_day() != 0) { - _internal_set_day(from._internal_day()); + _this->_internal_set_day(from._internal_day()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::CopyFrom(const FigureDescriptor_BusinessCalendarDescriptor_LocalDate& from) { @@ -18276,11 +18870,11 @@ void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::InternalSwap(FigureD using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(FigureDescriptor_BusinessCalendarDescriptor_LocalDate, day_) - + sizeof(FigureDescriptor_BusinessCalendarDescriptor_LocalDate::day_) - - PROTOBUF_FIELD_OFFSET(FigureDescriptor_BusinessCalendarDescriptor_LocalDate, year_)>( - reinterpret_cast(&year_), - reinterpret_cast(&other->year_)); + PROTOBUF_FIELD_OFFSET(FigureDescriptor_BusinessCalendarDescriptor_LocalDate, _impl_.day_) + + sizeof(FigureDescriptor_BusinessCalendarDescriptor_LocalDate::_impl_.day_) + - PROTOBUF_FIELD_OFFSET(FigureDescriptor_BusinessCalendarDescriptor_LocalDate, _impl_.year_)>( + reinterpret_cast(&_impl_.year_), + reinterpret_cast(&other->_impl_.year_)); } ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_BusinessCalendarDescriptor_LocalDate::GetMetadata() const { @@ -18297,47 +18891,63 @@ class FigureDescriptor_BusinessCalendarDescriptor::_Internal { FigureDescriptor_BusinessCalendarDescriptor::FigureDescriptor_BusinessCalendarDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - business_days_(arena), - business_periods_(arena), - holidays_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor) } FigureDescriptor_BusinessCalendarDescriptor::FigureDescriptor_BusinessCalendarDescriptor(const FigureDescriptor_BusinessCalendarDescriptor& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - business_days_(from.business_days_), - business_periods_(from.business_periods_), - holidays_(from.holidays_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_BusinessCalendarDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.business_days_){from._impl_.business_days_} + , /*decltype(_impl_._business_days_cached_byte_size_)*/{0} + , decltype(_impl_.business_periods_){from._impl_.business_periods_} + , decltype(_impl_.holidays_){from._impl_.holidays_} + , decltype(_impl_.name_){} + , decltype(_impl_.time_zone_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - name_.InitDefault(); + _impl_.name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - name_.Set("", GetArenaForAllocation()); + _impl_.name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_name().empty()) { - name_.Set(from._internal_name(), - GetArenaForAllocation()); + _this->_impl_.name_.Set(from._internal_name(), + _this->GetArenaForAllocation()); } - time_zone_.InitDefault(); + _impl_.time_zone_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - time_zone_.Set("", GetArenaForAllocation()); + _impl_.time_zone_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_time_zone().empty()) { - time_zone_.Set(from._internal_time_zone(), - GetArenaForAllocation()); + _this->_impl_.time_zone_.Set(from._internal_time_zone(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor) } -inline void FigureDescriptor_BusinessCalendarDescriptor::SharedCtor() { -name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -time_zone_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - time_zone_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void FigureDescriptor_BusinessCalendarDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.business_days_){arena} + , /*decltype(_impl_._business_days_cached_byte_size_)*/{0} + , decltype(_impl_.business_periods_){arena} + , decltype(_impl_.holidays_){arena} + , decltype(_impl_.name_){} + , decltype(_impl_.time_zone_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.time_zone_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.time_zone_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FigureDescriptor_BusinessCalendarDescriptor::~FigureDescriptor_BusinessCalendarDescriptor() { @@ -18351,12 +18961,15 @@ FigureDescriptor_BusinessCalendarDescriptor::~FigureDescriptor_BusinessCalendarD inline void FigureDescriptor_BusinessCalendarDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - name_.Destroy(); - time_zone_.Destroy(); + _impl_.business_days_.~RepeatedField(); + _impl_.business_periods_.~RepeatedPtrField(); + _impl_.holidays_.~RepeatedPtrField(); + _impl_.name_.Destroy(); + _impl_.time_zone_.Destroy(); } void FigureDescriptor_BusinessCalendarDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_BusinessCalendarDescriptor::Clear() { @@ -18365,11 +18978,11 @@ void FigureDescriptor_BusinessCalendarDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - business_days_.Clear(); - business_periods_.Clear(); - holidays_.Clear(); - name_.ClearToEmpty(); - time_zone_.ClearToEmpty(); + _impl_.business_days_.Clear(); + _impl_.business_periods_.Clear(); + _impl_.holidays_.Clear(); + _impl_.name_.ClearToEmpty(); + _impl_.time_zone_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -18488,10 +19101,10 @@ uint8_t* FigureDescriptor_BusinessCalendarDescriptor::_InternalSerialize( // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.DayOfWeek business_days = 3; { - int byte_size = _business_days_cached_byte_size_.load(std::memory_order_relaxed); + int byte_size = _impl_._business_days_cached_byte_size_.load(std::memory_order_relaxed); if (byte_size > 0) { target = stream->WriteEnumPacked( - 3, business_days_, byte_size, target); + 3, _impl_.business_days_, byte_size, target); } } @@ -18539,21 +19152,21 @@ size_t FigureDescriptor_BusinessCalendarDescriptor::ByteSizeLong() const { ::_pbi::WireFormatLite::Int32Size(static_cast(data_size)); } int cached_size = ::_pbi::ToCachedSize(data_size); - _business_days_cached_byte_size_.store(cached_size, + _impl_._business_days_cached_byte_size_.store(cached_size, std::memory_order_relaxed); total_size += data_size; } // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod business_periods = 4; total_size += 1UL * this->_internal_business_periods_size(); - for (const auto& msg : this->business_periods_) { + for (const auto& msg : this->_impl_.business_periods_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday holidays = 5; total_size += 1UL * this->_internal_holidays_size(); - for (const auto& msg : this->holidays_) { + for (const auto& msg : this->_impl_.holidays_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -18572,38 +19185,34 @@ size_t FigureDescriptor_BusinessCalendarDescriptor::ByteSizeLong() const { this->_internal_time_zone()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_BusinessCalendarDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_BusinessCalendarDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_BusinessCalendarDescriptor::GetClassData() const { return &_class_data_; } -void FigureDescriptor_BusinessCalendarDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_BusinessCalendarDescriptor::MergeFrom(const FigureDescriptor_BusinessCalendarDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_BusinessCalendarDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - business_days_.MergeFrom(from.business_days_); - business_periods_.MergeFrom(from.business_periods_); - holidays_.MergeFrom(from.holidays_); + _this->_impl_.business_days_.MergeFrom(from._impl_.business_days_); + _this->_impl_.business_periods_.MergeFrom(from._impl_.business_periods_); + _this->_impl_.holidays_.MergeFrom(from._impl_.holidays_); if (!from._internal_name().empty()) { - _internal_set_name(from._internal_name()); + _this->_internal_set_name(from._internal_name()); } if (!from._internal_time_zone().empty()) { - _internal_set_time_zone(from._internal_time_zone()); + _this->_internal_set_time_zone(from._internal_time_zone()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_BusinessCalendarDescriptor::CopyFrom(const FigureDescriptor_BusinessCalendarDescriptor& from) { @@ -18622,16 +19231,16 @@ void FigureDescriptor_BusinessCalendarDescriptor::InternalSwap(FigureDescriptor_ auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - business_days_.InternalSwap(&other->business_days_); - business_periods_.InternalSwap(&other->business_periods_); - holidays_.InternalSwap(&other->holidays_); + _impl_.business_days_.InternalSwap(&other->_impl_.business_days_); + _impl_.business_periods_.InternalSwap(&other->_impl_.business_periods_); + _impl_.holidays_.InternalSwap(&other->_impl_.holidays_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &name_, lhs_arena, - &other->name_, rhs_arena + &_impl_.name_, lhs_arena, + &other->_impl_.name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &time_zone_, lhs_arena, - &other->time_zone_, rhs_arena + &_impl_.time_zone_, lhs_arena, + &other->_impl_.time_zone_, rhs_arena ); } @@ -18650,47 +19259,61 @@ class FigureDescriptor_MultiSeriesSourceDescriptor::_Internal { FigureDescriptor_MultiSeriesSourceDescriptor::FigureDescriptor_MultiSeriesSourceDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor) } FigureDescriptor_MultiSeriesSourceDescriptor::FigureDescriptor_MultiSeriesSourceDescriptor(const FigureDescriptor_MultiSeriesSourceDescriptor& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_MultiSeriesSourceDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.axis_id_){} + , decltype(_impl_.column_name_){} + , decltype(_impl_.type_){} + , decltype(_impl_.partitioned_table_id_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - axis_id_.InitDefault(); + _impl_.axis_id_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - axis_id_.Set("", GetArenaForAllocation()); + _impl_.axis_id_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_axis_id().empty()) { - axis_id_.Set(from._internal_axis_id(), - GetArenaForAllocation()); + _this->_impl_.axis_id_.Set(from._internal_axis_id(), + _this->GetArenaForAllocation()); } - column_name_.InitDefault(); + _impl_.column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); + _impl_.column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column_name().empty()) { - column_name_.Set(from._internal_column_name(), - GetArenaForAllocation()); + _this->_impl_.column_name_.Set(from._internal_column_name(), + _this->GetArenaForAllocation()); } - ::memcpy(&type_, &from.type_, - static_cast(reinterpret_cast(&partitioned_table_id_) - - reinterpret_cast(&type_)) + sizeof(partitioned_table_id_)); + ::memcpy(&_impl_.type_, &from._impl_.type_, + static_cast(reinterpret_cast(&_impl_.partitioned_table_id_) - + reinterpret_cast(&_impl_.type_)) + sizeof(_impl_.partitioned_table_id_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor) } -inline void FigureDescriptor_MultiSeriesSourceDescriptor::SharedCtor() { -axis_id_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - axis_id_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&type_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&partitioned_table_id_) - - reinterpret_cast(&type_)) + sizeof(partitioned_table_id_)); +inline void FigureDescriptor_MultiSeriesSourceDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.axis_id_){} + , decltype(_impl_.column_name_){} + , decltype(_impl_.type_){0} + , decltype(_impl_.partitioned_table_id_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.axis_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.axis_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FigureDescriptor_MultiSeriesSourceDescriptor::~FigureDescriptor_MultiSeriesSourceDescriptor() { @@ -18704,12 +19327,12 @@ FigureDescriptor_MultiSeriesSourceDescriptor::~FigureDescriptor_MultiSeriesSourc inline void FigureDescriptor_MultiSeriesSourceDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - axis_id_.Destroy(); - column_name_.Destroy(); + _impl_.axis_id_.Destroy(); + _impl_.column_name_.Destroy(); } void FigureDescriptor_MultiSeriesSourceDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_MultiSeriesSourceDescriptor::Clear() { @@ -18718,11 +19341,11 @@ void FigureDescriptor_MultiSeriesSourceDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - axis_id_.ClearToEmpty(); - column_name_.ClearToEmpty(); - ::memset(&type_, 0, static_cast( - reinterpret_cast(&partitioned_table_id_) - - reinterpret_cast(&type_)) + sizeof(partitioned_table_id_)); + _impl_.axis_id_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); + ::memset(&_impl_.type_, 0, static_cast( + reinterpret_cast(&_impl_.partitioned_table_id_) - + reinterpret_cast(&_impl_.type_)) + sizeof(_impl_.partitioned_table_id_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -18754,7 +19377,7 @@ const char* FigureDescriptor_MultiSeriesSourceDescriptor::_InternalParse(const c // int32 partitioned_table_id = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - partitioned_table_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.partitioned_table_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -18872,41 +19495,37 @@ size_t FigureDescriptor_MultiSeriesSourceDescriptor::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_partitioned_table_id()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_MultiSeriesSourceDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_MultiSeriesSourceDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_MultiSeriesSourceDescriptor::GetClassData() const { return &_class_data_; } -void FigureDescriptor_MultiSeriesSourceDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_MultiSeriesSourceDescriptor::MergeFrom(const FigureDescriptor_MultiSeriesSourceDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_MultiSeriesSourceDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_axis_id().empty()) { - _internal_set_axis_id(from._internal_axis_id()); + _this->_internal_set_axis_id(from._internal_axis_id()); } if (!from._internal_column_name().empty()) { - _internal_set_column_name(from._internal_column_name()); + _this->_internal_set_column_name(from._internal_column_name()); } if (from._internal_type() != 0) { - _internal_set_type(from._internal_type()); + _this->_internal_set_type(from._internal_type()); } if (from._internal_partitioned_table_id() != 0) { - _internal_set_partitioned_table_id(from._internal_partitioned_table_id()); + _this->_internal_set_partitioned_table_id(from._internal_partitioned_table_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_MultiSeriesSourceDescriptor::CopyFrom(const FigureDescriptor_MultiSeriesSourceDescriptor& from) { @@ -18926,19 +19545,19 @@ void FigureDescriptor_MultiSeriesSourceDescriptor::InternalSwap(FigureDescriptor auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &axis_id_, lhs_arena, - &other->axis_id_, rhs_arena + &_impl_.axis_id_, lhs_arena, + &other->_impl_.axis_id_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_name_, lhs_arena, - &other->column_name_, rhs_arena + &_impl_.column_name_, lhs_arena, + &other->_impl_.column_name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(FigureDescriptor_MultiSeriesSourceDescriptor, partitioned_table_id_) - + sizeof(FigureDescriptor_MultiSeriesSourceDescriptor::partitioned_table_id_) - - PROTOBUF_FIELD_OFFSET(FigureDescriptor_MultiSeriesSourceDescriptor, type_)>( - reinterpret_cast(&type_), - reinterpret_cast(&other->type_)); + PROTOBUF_FIELD_OFFSET(FigureDescriptor_MultiSeriesSourceDescriptor, _impl_.partitioned_table_id_) + + sizeof(FigureDescriptor_MultiSeriesSourceDescriptor::_impl_.partitioned_table_id_) + - PROTOBUF_FIELD_OFFSET(FigureDescriptor_MultiSeriesSourceDescriptor, _impl_.type_)>( + reinterpret_cast(&_impl_.type_), + reinterpret_cast(&other->_impl_.type_)); } ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_MultiSeriesSourceDescriptor::GetMetadata() const { @@ -18956,69 +19575,87 @@ class FigureDescriptor_SourceDescriptor::_Internal { const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor& FigureDescriptor_SourceDescriptor::_Internal::one_click(const FigureDescriptor_SourceDescriptor* msg) { - return *msg->one_click_; + return *msg->_impl_.one_click_; } FigureDescriptor_SourceDescriptor::FigureDescriptor_SourceDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor) } FigureDescriptor_SourceDescriptor::FigureDescriptor_SourceDescriptor(const FigureDescriptor_SourceDescriptor& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_SourceDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.axis_id_){} + , decltype(_impl_.column_name_){} + , decltype(_impl_.column_type_){} + , decltype(_impl_.one_click_){nullptr} + , decltype(_impl_.type_){} + , decltype(_impl_.table_id_){} + , decltype(_impl_.partitioned_table_id_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - axis_id_.InitDefault(); + _impl_.axis_id_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - axis_id_.Set("", GetArenaForAllocation()); + _impl_.axis_id_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_axis_id().empty()) { - axis_id_.Set(from._internal_axis_id(), - GetArenaForAllocation()); + _this->_impl_.axis_id_.Set(from._internal_axis_id(), + _this->GetArenaForAllocation()); } - column_name_.InitDefault(); + _impl_.column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); + _impl_.column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column_name().empty()) { - column_name_.Set(from._internal_column_name(), - GetArenaForAllocation()); + _this->_impl_.column_name_.Set(from._internal_column_name(), + _this->GetArenaForAllocation()); } - column_type_.InitDefault(); + _impl_.column_type_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_type_.Set("", GetArenaForAllocation()); + _impl_.column_type_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column_type().empty()) { - column_type_.Set(from._internal_column_type(), - GetArenaForAllocation()); + _this->_impl_.column_type_.Set(from._internal_column_type(), + _this->GetArenaForAllocation()); } if (from._internal_has_one_click()) { - one_click_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor(*from.one_click_); - } else { - one_click_ = nullptr; + _this->_impl_.one_click_ = new ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor(*from._impl_.one_click_); } - ::memcpy(&type_, &from.type_, - static_cast(reinterpret_cast(&partitioned_table_id_) - - reinterpret_cast(&type_)) + sizeof(partitioned_table_id_)); + ::memcpy(&_impl_.type_, &from._impl_.type_, + static_cast(reinterpret_cast(&_impl_.partitioned_table_id_) - + reinterpret_cast(&_impl_.type_)) + sizeof(_impl_.partitioned_table_id_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor) } -inline void FigureDescriptor_SourceDescriptor::SharedCtor() { -axis_id_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - axis_id_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -column_type_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_type_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&one_click_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&partitioned_table_id_) - - reinterpret_cast(&one_click_)) + sizeof(partitioned_table_id_)); +inline void FigureDescriptor_SourceDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.axis_id_){} + , decltype(_impl_.column_name_){} + , decltype(_impl_.column_type_){} + , decltype(_impl_.one_click_){nullptr} + , decltype(_impl_.type_){0} + , decltype(_impl_.table_id_){0} + , decltype(_impl_.partitioned_table_id_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.axis_id_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.axis_id_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_type_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_type_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FigureDescriptor_SourceDescriptor::~FigureDescriptor_SourceDescriptor() { @@ -19032,14 +19669,14 @@ FigureDescriptor_SourceDescriptor::~FigureDescriptor_SourceDescriptor() { inline void FigureDescriptor_SourceDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - axis_id_.Destroy(); - column_name_.Destroy(); - column_type_.Destroy(); - if (this != internal_default_instance()) delete one_click_; + _impl_.axis_id_.Destroy(); + _impl_.column_name_.Destroy(); + _impl_.column_type_.Destroy(); + if (this != internal_default_instance()) delete _impl_.one_click_; } void FigureDescriptor_SourceDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_SourceDescriptor::Clear() { @@ -19048,16 +19685,16 @@ void FigureDescriptor_SourceDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - axis_id_.ClearToEmpty(); - column_name_.ClearToEmpty(); - column_type_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && one_click_ != nullptr) { - delete one_click_; + _impl_.axis_id_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); + _impl_.column_type_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.one_click_ != nullptr) { + delete _impl_.one_click_; } - one_click_ = nullptr; - ::memset(&type_, 0, static_cast( - reinterpret_cast(&partitioned_table_id_) - - reinterpret_cast(&type_)) + sizeof(partitioned_table_id_)); + _impl_.one_click_ = nullptr; + ::memset(&_impl_.type_, 0, static_cast( + reinterpret_cast(&_impl_.partitioned_table_id_) - + reinterpret_cast(&_impl_.type_)) + sizeof(_impl_.partitioned_table_id_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -19089,7 +19726,7 @@ const char* FigureDescriptor_SourceDescriptor::_InternalParse(const char* ptr, : // int32 table_id = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - table_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.table_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -19097,7 +19734,7 @@ const char* FigureDescriptor_SourceDescriptor::_InternalParse(const char* ptr, : // int32 partitioned_table_id = 4; case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { - partitioned_table_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.partitioned_table_id_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -19256,7 +19893,7 @@ size_t FigureDescriptor_SourceDescriptor::ByteSizeLong() const { if (this->_internal_has_one_click()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *one_click_); + *_impl_.one_click_); } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceType type = 2; @@ -19275,50 +19912,47 @@ size_t FigureDescriptor_SourceDescriptor::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_partitioned_table_id()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_SourceDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_SourceDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_SourceDescriptor::GetClassData() const { return &_class_data_; } -void FigureDescriptor_SourceDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_SourceDescriptor::MergeFrom(const FigureDescriptor_SourceDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_SourceDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_axis_id().empty()) { - _internal_set_axis_id(from._internal_axis_id()); + _this->_internal_set_axis_id(from._internal_axis_id()); } if (!from._internal_column_name().empty()) { - _internal_set_column_name(from._internal_column_name()); + _this->_internal_set_column_name(from._internal_column_name()); } if (!from._internal_column_type().empty()) { - _internal_set_column_type(from._internal_column_type()); + _this->_internal_set_column_type(from._internal_column_type()); } if (from._internal_has_one_click()) { - _internal_mutable_one_click()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor::MergeFrom(from._internal_one_click()); + _this->_internal_mutable_one_click()->::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor::MergeFrom( + from._internal_one_click()); } if (from._internal_type() != 0) { - _internal_set_type(from._internal_type()); + _this->_internal_set_type(from._internal_type()); } if (from._internal_table_id() != 0) { - _internal_set_table_id(from._internal_table_id()); + _this->_internal_set_table_id(from._internal_table_id()); } if (from._internal_partitioned_table_id() != 0) { - _internal_set_partitioned_table_id(from._internal_partitioned_table_id()); + _this->_internal_set_partitioned_table_id(from._internal_partitioned_table_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_SourceDescriptor::CopyFrom(const FigureDescriptor_SourceDescriptor& from) { @@ -19338,23 +19972,23 @@ void FigureDescriptor_SourceDescriptor::InternalSwap(FigureDescriptor_SourceDesc auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &axis_id_, lhs_arena, - &other->axis_id_, rhs_arena + &_impl_.axis_id_, lhs_arena, + &other->_impl_.axis_id_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_name_, lhs_arena, - &other->column_name_, rhs_arena + &_impl_.column_name_, lhs_arena, + &other->_impl_.column_name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_type_, lhs_arena, - &other->column_type_, rhs_arena + &_impl_.column_type_, lhs_arena, + &other->_impl_.column_type_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(FigureDescriptor_SourceDescriptor, partitioned_table_id_) - + sizeof(FigureDescriptor_SourceDescriptor::partitioned_table_id_) - - PROTOBUF_FIELD_OFFSET(FigureDescriptor_SourceDescriptor, one_click_)>( - reinterpret_cast(&one_click_), - reinterpret_cast(&other->one_click_)); + PROTOBUF_FIELD_OFFSET(FigureDescriptor_SourceDescriptor, _impl_.partitioned_table_id_) + + sizeof(FigureDescriptor_SourceDescriptor::_impl_.partitioned_table_id_) + - PROTOBUF_FIELD_OFFSET(FigureDescriptor_SourceDescriptor, _impl_.one_click_)>( + reinterpret_cast(&_impl_.one_click_), + reinterpret_cast(&other->_impl_.one_click_)); } ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_SourceDescriptor::GetMetadata() const { @@ -19371,23 +20005,34 @@ class FigureDescriptor_OneClickDescriptor::_Internal { FigureDescriptor_OneClickDescriptor::FigureDescriptor_OneClickDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - columns_(arena), - column_types_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor) } FigureDescriptor_OneClickDescriptor::FigureDescriptor_OneClickDescriptor(const FigureDescriptor_OneClickDescriptor& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - columns_(from.columns_), - column_types_(from.column_types_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor_OneClickDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.columns_){from._impl_.columns_} + , decltype(_impl_.column_types_){from._impl_.column_types_} + , decltype(_impl_.require_all_filters_to_display_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - require_all_filters_to_display_ = from.require_all_filters_to_display_; + _this->_impl_.require_all_filters_to_display_ = from._impl_.require_all_filters_to_display_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor) } -inline void FigureDescriptor_OneClickDescriptor::SharedCtor() { -require_all_filters_to_display_ = false; +inline void FigureDescriptor_OneClickDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.columns_){arena} + , decltype(_impl_.column_types_){arena} + , decltype(_impl_.require_all_filters_to_display_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } FigureDescriptor_OneClickDescriptor::~FigureDescriptor_OneClickDescriptor() { @@ -19401,10 +20046,12 @@ FigureDescriptor_OneClickDescriptor::~FigureDescriptor_OneClickDescriptor() { inline void FigureDescriptor_OneClickDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.columns_.~RepeatedPtrField(); + _impl_.column_types_.~RepeatedPtrField(); } void FigureDescriptor_OneClickDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor_OneClickDescriptor::Clear() { @@ -19413,9 +20060,9 @@ void FigureDescriptor_OneClickDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - columns_.Clear(); - column_types_.Clear(); - require_all_filters_to_display_ = false; + _impl_.columns_.Clear(); + _impl_.column_types_.Clear(); + _impl_.require_all_filters_to_display_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -19458,7 +20105,7 @@ const char* FigureDescriptor_OneClickDescriptor::_InternalParse(const char* ptr, // bool require_all_filters_to_display = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - require_all_filters_to_display_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.require_all_filters_to_display_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -19536,18 +20183,18 @@ size_t FigureDescriptor_OneClickDescriptor::ByteSizeLong() const { // repeated string columns = 1; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_.size()); - for (int i = 0, n = columns_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_.size()); + for (int i = 0, n = _impl_.columns_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_.Get(i)); + _impl_.columns_.Get(i)); } // repeated string column_types = 2; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(column_types_.size()); - for (int i = 0, n = column_types_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.column_types_.size()); + for (int i = 0, n = _impl_.column_types_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - column_types_.Get(i)); + _impl_.column_types_.Get(i)); } // bool require_all_filters_to_display = 3; @@ -19555,34 +20202,30 @@ size_t FigureDescriptor_OneClickDescriptor::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor_OneClickDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor_OneClickDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor_OneClickDescriptor::GetClassData() const { return &_class_data_; } -void FigureDescriptor_OneClickDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor_OneClickDescriptor::MergeFrom(const FigureDescriptor_OneClickDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor_OneClickDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - columns_.MergeFrom(from.columns_); - column_types_.MergeFrom(from.column_types_); + _this->_impl_.columns_.MergeFrom(from._impl_.columns_); + _this->_impl_.column_types_.MergeFrom(from._impl_.column_types_); if (from._internal_require_all_filters_to_display() != 0) { - _internal_set_require_all_filters_to_display(from._internal_require_all_filters_to_display()); + _this->_internal_set_require_all_filters_to_display(from._internal_require_all_filters_to_display()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor_OneClickDescriptor::CopyFrom(const FigureDescriptor_OneClickDescriptor& from) { @@ -19599,9 +20242,9 @@ bool FigureDescriptor_OneClickDescriptor::IsInitialized() const { void FigureDescriptor_OneClickDescriptor::InternalSwap(FigureDescriptor_OneClickDescriptor* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - columns_.InternalSwap(&other->columns_); - column_types_.InternalSwap(&other->column_types_); - swap(require_all_filters_to_display_, other->require_all_filters_to_display_); + _impl_.columns_.InternalSwap(&other->_impl_.columns_); + _impl_.column_types_.InternalSwap(&other->_impl_.column_types_); + swap(_impl_.require_all_filters_to_display_, other->_impl_.require_all_filters_to_display_); } ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_OneClickDescriptor::GetMetadata() const { @@ -19614,7 +20257,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor_OneClickDescriptor::GetMetada class FigureDescriptor::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_title(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -19622,65 +20265,84 @@ class FigureDescriptor::_Internal { FigureDescriptor::FigureDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - charts_(arena), - errors_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor) } FigureDescriptor::FigureDescriptor(const FigureDescriptor& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_), - charts_(from.charts_), - errors_(from.errors_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FigureDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.charts_){from._impl_.charts_} + , decltype(_impl_.errors_){from._impl_.errors_} + , decltype(_impl_.title_){} + , decltype(_impl_.title_font_){} + , decltype(_impl_.title_color_){} + , decltype(_impl_.update_interval_){} + , decltype(_impl_.cols_){} + , decltype(_impl_.rows_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - title_.InitDefault(); + _impl_.title_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - title_.Set("", GetArenaForAllocation()); + _impl_.title_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_title()) { - title_.Set(from._internal_title(), - GetArenaForAllocation()); + _this->_impl_.title_.Set(from._internal_title(), + _this->GetArenaForAllocation()); } - title_font_.InitDefault(); + _impl_.title_font_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - title_font_.Set("", GetArenaForAllocation()); + _impl_.title_font_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_title_font().empty()) { - title_font_.Set(from._internal_title_font(), - GetArenaForAllocation()); + _this->_impl_.title_font_.Set(from._internal_title_font(), + _this->GetArenaForAllocation()); } - title_color_.InitDefault(); + _impl_.title_color_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - title_color_.Set("", GetArenaForAllocation()); + _impl_.title_color_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_title_color().empty()) { - title_color_.Set(from._internal_title_color(), - GetArenaForAllocation()); + _this->_impl_.title_color_.Set(from._internal_title_color(), + _this->GetArenaForAllocation()); } - ::memcpy(&update_interval_, &from.update_interval_, - static_cast(reinterpret_cast(&rows_) - - reinterpret_cast(&update_interval_)) + sizeof(rows_)); + ::memcpy(&_impl_.update_interval_, &from._impl_.update_interval_, + static_cast(reinterpret_cast(&_impl_.rows_) - + reinterpret_cast(&_impl_.update_interval_)) + sizeof(_impl_.rows_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.script.grpc.FigureDescriptor) } -inline void FigureDescriptor::SharedCtor() { -title_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - title_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -title_font_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - title_font_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -title_color_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - title_color_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&update_interval_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&rows_) - - reinterpret_cast(&update_interval_)) + sizeof(rows_)); +inline void FigureDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.charts_){arena} + , decltype(_impl_.errors_){arena} + , decltype(_impl_.title_){} + , decltype(_impl_.title_font_){} + , decltype(_impl_.title_color_){} + , decltype(_impl_.update_interval_){int64_t{0}} + , decltype(_impl_.cols_){0} + , decltype(_impl_.rows_){0} + }; + _impl_.title_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.title_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.title_font_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.title_font_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.title_color_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.title_color_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FigureDescriptor::~FigureDescriptor() { @@ -19694,13 +20356,15 @@ FigureDescriptor::~FigureDescriptor() { inline void FigureDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - title_.Destroy(); - title_font_.Destroy(); - title_color_.Destroy(); + _impl_.charts_.~RepeatedPtrField(); + _impl_.errors_.~RepeatedPtrField(); + _impl_.title_.Destroy(); + _impl_.title_font_.Destroy(); + _impl_.title_color_.Destroy(); } void FigureDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FigureDescriptor::Clear() { @@ -19709,18 +20373,18 @@ void FigureDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - charts_.Clear(); - errors_.Clear(); - cached_has_bits = _has_bits_[0]; + _impl_.charts_.Clear(); + _impl_.errors_.Clear(); + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { - title_.ClearNonDefaultToEmpty(); - } - title_font_.ClearToEmpty(); - title_color_.ClearToEmpty(); - ::memset(&update_interval_, 0, static_cast( - reinterpret_cast(&rows_) - - reinterpret_cast(&update_interval_)) + sizeof(rows_)); - _has_bits_.Clear(); + _impl_.title_.ClearNonDefaultToEmpty(); + } + _impl_.title_font_.ClearToEmpty(); + _impl_.title_color_.ClearToEmpty(); + ::memset(&_impl_.update_interval_, 0, static_cast( + reinterpret_cast(&_impl_.rows_) - + reinterpret_cast(&_impl_.update_interval_)) + sizeof(_impl_.rows_)); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -19764,7 +20428,7 @@ const char* FigureDescriptor::_InternalParse(const char* ptr, ::_pbi::ParseConte // int64 update_interval = 7 [jstype = JS_STRING]; case 7: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 56)) { - update_interval_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.update_interval_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -19772,7 +20436,7 @@ const char* FigureDescriptor::_InternalParse(const char* ptr, ::_pbi::ParseConte // int32 cols = 8; case 8: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 64)) { - cols_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.cols_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -19780,7 +20444,7 @@ const char* FigureDescriptor::_InternalParse(const char* ptr, ::_pbi::ParseConte // int32 rows = 9; case 9: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 72)) { - rows_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.rows_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -19829,7 +20493,7 @@ const char* FigureDescriptor::_InternalParse(const char* ptr, ::_pbi::ParseConte CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -19927,21 +20591,21 @@ size_t FigureDescriptor::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10; total_size += 1UL * this->_internal_charts_size(); - for (const auto& msg : this->charts_) { + for (const auto& msg : this->_impl_.charts_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // repeated string errors = 13; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(errors_.size()); - for (int i = 0, n = errors_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.errors_.size()); + for (int i = 0, n = _impl_.errors_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - errors_.Get(i)); + _impl_.errors_.Get(i)); } // optional string title = 1; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( @@ -19977,49 +20641,45 @@ size_t FigureDescriptor::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_rows()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FigureDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FigureDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FigureDescriptor::GetClassData() const { return &_class_data_; } -void FigureDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FigureDescriptor::MergeFrom(const FigureDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void FigureDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.script.grpc.FigureDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - charts_.MergeFrom(from.charts_); - errors_.MergeFrom(from.errors_); + _this->_impl_.charts_.MergeFrom(from._impl_.charts_); + _this->_impl_.errors_.MergeFrom(from._impl_.errors_); if (from._internal_has_title()) { - _internal_set_title(from._internal_title()); + _this->_internal_set_title(from._internal_title()); } if (!from._internal_title_font().empty()) { - _internal_set_title_font(from._internal_title_font()); + _this->_internal_set_title_font(from._internal_title_font()); } if (!from._internal_title_color().empty()) { - _internal_set_title_color(from._internal_title_color()); + _this->_internal_set_title_color(from._internal_title_color()); } if (from._internal_update_interval() != 0) { - _internal_set_update_interval(from._internal_update_interval()); + _this->_internal_set_update_interval(from._internal_update_interval()); } if (from._internal_cols() != 0) { - _internal_set_cols(from._internal_cols()); + _this->_internal_set_cols(from._internal_cols()); } if (from._internal_rows() != 0) { - _internal_set_rows(from._internal_rows()); + _this->_internal_set_rows(from._internal_rows()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FigureDescriptor::CopyFrom(const FigureDescriptor& from) { @@ -20038,27 +20698,27 @@ void FigureDescriptor::InternalSwap(FigureDescriptor* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - charts_.InternalSwap(&other->charts_); - errors_.InternalSwap(&other->errors_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + _impl_.charts_.InternalSwap(&other->_impl_.charts_); + _impl_.errors_.InternalSwap(&other->_impl_.errors_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &title_, lhs_arena, - &other->title_, rhs_arena + &_impl_.title_, lhs_arena, + &other->_impl_.title_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &title_font_, lhs_arena, - &other->title_font_, rhs_arena + &_impl_.title_font_, lhs_arena, + &other->_impl_.title_font_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &title_color_, lhs_arena, - &other->title_color_, rhs_arena + &_impl_.title_color_, lhs_arena, + &other->_impl_.title_color_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(FigureDescriptor, rows_) - + sizeof(FigureDescriptor::rows_) - - PROTOBUF_FIELD_OFFSET(FigureDescriptor, update_interval_)>( - reinterpret_cast(&update_interval_), - reinterpret_cast(&other->update_interval_)); + PROTOBUF_FIELD_OFFSET(FigureDescriptor, _impl_.rows_) + + sizeof(FigureDescriptor::_impl_.rows_) + - PROTOBUF_FIELD_OFFSET(FigureDescriptor, _impl_.update_interval_)>( + reinterpret_cast(&_impl_.update_interval_), + reinterpret_cast(&other->_impl_.update_interval_)); } ::PROTOBUF_NAMESPACE_ID::Metadata FigureDescriptor::GetMetadata() const { diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/console.pb.h b/cpp-client/deephaven/dhclient/proto/deephaven/proto/console.pb.h index e6adefac760..e07389070d8 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/console.pb.h +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/console.pb.h @@ -8,12 +8,12 @@ #include #include -#if PROTOBUF_VERSION < 3020000 +#if PROTOBUF_VERSION < 3021000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3020003 < PROTOBUF_MIN_PROTOC_VERSION +#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. @@ -662,11 +662,11 @@ class GetConsoleTypesRequest final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const GetConsoleTypesRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const GetConsoleTypesRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -696,6 +696,8 @@ class GetConsoleTypesRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -780,9 +782,11 @@ class GetConsoleTypesResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const GetConsoleTypesResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetConsoleTypesResponse& from); + void MergeFrom( const GetConsoleTypesResponse& from) { + GetConsoleTypesResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -791,10 +795,10 @@ class GetConsoleTypesResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(GetConsoleTypesResponse* other); @@ -852,8 +856,11 @@ class GetConsoleTypesResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField console_types_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField console_types_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -938,9 +945,11 @@ class StartConsoleRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const StartConsoleRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const StartConsoleRequest& from); + void MergeFrom( const StartConsoleRequest& from) { + StartConsoleRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -949,10 +958,10 @@ class StartConsoleRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(StartConsoleRequest* other); @@ -1019,9 +1028,12 @@ class StartConsoleRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr session_type_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr session_type_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -1106,9 +1118,11 @@ class StartConsoleResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const StartConsoleResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const StartConsoleResponse& from); + void MergeFrom( const StartConsoleResponse& from) { + StartConsoleResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1117,10 +1131,10 @@ class StartConsoleResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(StartConsoleResponse* other); @@ -1172,8 +1186,11 @@ class StartConsoleResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -1256,11 +1273,11 @@ class GetHeapInfoRequest final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const GetHeapInfoRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const GetHeapInfoRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -1290,6 +1307,8 @@ class GetHeapInfoRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -1374,9 +1393,11 @@ class GetHeapInfoResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const GetHeapInfoResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetHeapInfoResponse& from); + void MergeFrom( const GetHeapInfoResponse& from) { + GetHeapInfoResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1385,10 +1406,10 @@ class GetHeapInfoResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(GetHeapInfoResponse* other); @@ -1451,10 +1472,13 @@ class GetHeapInfoResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - int64_t max_memory_; - int64_t total_memory_; - int64_t free_memory_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + int64_t max_memory_; + int64_t total_memory_; + int64_t free_memory_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -1539,9 +1563,11 @@ class LogSubscriptionRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const LogSubscriptionRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const LogSubscriptionRequest& from); + void MergeFrom( const LogSubscriptionRequest& from) { + LogSubscriptionRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1550,10 +1576,10 @@ class LogSubscriptionRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(LogSubscriptionRequest* other); @@ -1621,9 +1647,12 @@ class LogSubscriptionRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField levels_; - int64_t last_seen_log_timestamp_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField levels_; + int64_t last_seen_log_timestamp_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -1708,9 +1737,11 @@ class LogSubscriptionData final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const LogSubscriptionData& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const LogSubscriptionData& from); + void MergeFrom( const LogSubscriptionData& from) { + LogSubscriptionData::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1719,10 +1750,10 @@ class LogSubscriptionData final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(LogSubscriptionData* other); @@ -1795,10 +1826,13 @@ class LogSubscriptionData final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr log_level_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; - int64_t micros_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr log_level_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; + int64_t micros_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -1883,9 +1917,11 @@ class ExecuteCommandRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ExecuteCommandRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ExecuteCommandRequest& from); + void MergeFrom( const ExecuteCommandRequest& from) { + ExecuteCommandRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1894,10 +1930,10 @@ class ExecuteCommandRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ExecuteCommandRequest* other); @@ -1964,9 +2000,12 @@ class ExecuteCommandRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr code_; - ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr code_; + ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -2051,9 +2090,11 @@ class ExecuteCommandResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ExecuteCommandResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ExecuteCommandResponse& from); + void MergeFrom( const ExecuteCommandResponse& from) { + ExecuteCommandResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -2062,10 +2103,10 @@ class ExecuteCommandResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ExecuteCommandResponse* other); @@ -2132,9 +2173,12 @@ class ExecuteCommandResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr error_message_; - ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* changes_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr error_message_; + ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* changes_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -2219,9 +2263,11 @@ class BindTableToVariableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const BindTableToVariableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const BindTableToVariableRequest& from); + void MergeFrom( const BindTableToVariableRequest& from) { + BindTableToVariableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -2230,10 +2276,10 @@ class BindTableToVariableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(BindTableToVariableRequest* other); @@ -2319,10 +2365,13 @@ class BindTableToVariableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr variable_name_; - ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; - ::io::deephaven::proto::backplane::grpc::Ticket* table_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr variable_name_; + ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* table_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -2405,11 +2454,11 @@ class BindTableToVariableResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const BindTableToVariableResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const BindTableToVariableResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -2439,6 +2488,8 @@ class BindTableToVariableResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -2523,9 +2574,11 @@ class CancelCommandRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const CancelCommandRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CancelCommandRequest& from); + void MergeFrom( const CancelCommandRequest& from) { + CancelCommandRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -2534,10 +2587,10 @@ class CancelCommandRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(CancelCommandRequest* other); @@ -2608,9 +2661,12 @@ class CancelCommandRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; - ::io::deephaven::proto::backplane::grpc::Ticket* command_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* command_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -2693,11 +2749,11 @@ class CancelCommandResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const CancelCommandResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const CancelCommandResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -2727,6 +2783,8 @@ class CancelCommandResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -2811,9 +2869,11 @@ class CancelAutoCompleteRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const CancelAutoCompleteRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CancelAutoCompleteRequest& from); + void MergeFrom( const CancelAutoCompleteRequest& from) { + CancelAutoCompleteRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -2822,10 +2882,10 @@ class CancelAutoCompleteRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(CancelAutoCompleteRequest* other); @@ -2887,9 +2947,12 @@ class CancelAutoCompleteRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; - int32_t request_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; + int32_t request_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -2972,11 +3035,11 @@ class CancelAutoCompleteResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const CancelAutoCompleteResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const CancelAutoCompleteResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -3006,6 +3069,8 @@ class CancelAutoCompleteResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -3101,9 +3166,11 @@ class AutoCompleteRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AutoCompleteRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AutoCompleteRequest& from); + void MergeFrom( const AutoCompleteRequest& from) { + AutoCompleteRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -3112,10 +3179,10 @@ class AutoCompleteRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AutoCompleteRequest* other); @@ -3322,22 +3389,25 @@ class AutoCompleteRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; - int32_t request_id_; - union RequestUnion { - constexpr RequestUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* open_document_; - ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest* change_document_; - ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest* get_completion_items_; - ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest* get_signature_help_; - ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest* get_hover_; - ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest* get_diagnostic_; - ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest* close_document_; - } request_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; + int32_t request_id_; + union RequestUnion { + constexpr RequestUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* open_document_; + ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest* change_document_; + ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest* get_completion_items_; + ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest* get_signature_help_; + ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest* get_hover_; + ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest* get_diagnostic_; + ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest* close_document_; + } request_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -3431,9 +3501,11 @@ class AutoCompleteResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AutoCompleteResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AutoCompleteResponse& from); + void MergeFrom( const AutoCompleteResponse& from) { + AutoCompleteResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -3442,10 +3514,10 @@ class AutoCompleteResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AutoCompleteResponse* other); @@ -3603,20 +3675,23 @@ class AutoCompleteResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - int32_t request_id_; - bool success_; - union ResponseUnion { - constexpr ResponseUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse* completion_items_; - ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* signatures_; - ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse* hover_; - ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse* diagnostic_; - ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse* diagnostic_publish_; - } response_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + int32_t request_id_; + bool success_; + union ResponseUnion { + constexpr ResponseUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse* completion_items_; + ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* signatures_; + ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse* hover_; + ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse* diagnostic_; + ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse* diagnostic_publish_; + } response_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -3699,11 +3774,11 @@ class BrowserNextResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const BrowserNextResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const BrowserNextResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -3733,6 +3808,8 @@ class BrowserNextResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -3817,9 +3894,11 @@ class OpenDocumentRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const OpenDocumentRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const OpenDocumentRequest& from); + void MergeFrom( const OpenDocumentRequest& from) { + OpenDocumentRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -3828,10 +3907,10 @@ class OpenDocumentRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(OpenDocumentRequest* other); @@ -3902,9 +3981,12 @@ class OpenDocumentRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; - ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* text_document_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; + ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* text_document_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -3989,9 +4071,11 @@ class TextDocumentItem final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const TextDocumentItem& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const TextDocumentItem& from); + void MergeFrom( const TextDocumentItem& from) { + TextDocumentItem::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -4000,10 +4084,10 @@ class TextDocumentItem final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(TextDocumentItem* other); @@ -4091,11 +4175,14 @@ class TextDocumentItem final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr uri_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr language_id_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr text_; - int32_t version_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr uri_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr language_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr text_; + int32_t version_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -4180,9 +4267,11 @@ class CloseDocumentRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const CloseDocumentRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CloseDocumentRequest& from); + void MergeFrom( const CloseDocumentRequest& from) { + CloseDocumentRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -4191,10 +4280,10 @@ class CloseDocumentRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(CloseDocumentRequest* other); @@ -4265,9 +4354,12 @@ class CloseDocumentRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -4352,9 +4444,11 @@ class ChangeDocumentRequest_TextDocumentContentChangeEvent final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ChangeDocumentRequest_TextDocumentContentChangeEvent& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ChangeDocumentRequest_TextDocumentContentChangeEvent& from); + void MergeFrom( const ChangeDocumentRequest_TextDocumentContentChangeEvent& from) { + ChangeDocumentRequest_TextDocumentContentChangeEvent::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -4363,10 +4457,10 @@ class ChangeDocumentRequest_TextDocumentContentChangeEvent final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ChangeDocumentRequest_TextDocumentContentChangeEvent* other); @@ -4443,10 +4537,13 @@ class ChangeDocumentRequest_TextDocumentContentChangeEvent final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr text_; - ::io::deephaven::proto::backplane::script::grpc::DocumentRange* range_; - int32_t range_length_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr text_; + ::io::deephaven::proto::backplane::script::grpc::DocumentRange* range_; + int32_t range_length_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -4531,9 +4628,11 @@ class ChangeDocumentRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ChangeDocumentRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ChangeDocumentRequest& from); + void MergeFrom( const ChangeDocumentRequest& from) { + ChangeDocumentRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -4542,10 +4641,10 @@ class ChangeDocumentRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ChangeDocumentRequest* other); @@ -4637,10 +4736,13 @@ class ChangeDocumentRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent > content_changes_; - ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent > content_changes_; + ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -4725,9 +4827,11 @@ class DocumentRange final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const DocumentRange& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const DocumentRange& from); + void MergeFrom( const DocumentRange& from) { + DocumentRange::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -4736,10 +4840,10 @@ class DocumentRange final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(DocumentRange* other); @@ -4810,9 +4914,12 @@ class DocumentRange final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::script::grpc::Position* start_; - ::io::deephaven::proto::backplane::script::grpc::Position* end_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::script::grpc::Position* start_; + ::io::deephaven::proto::backplane::script::grpc::Position* end_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -4897,9 +5004,11 @@ class VersionedTextDocumentIdentifier final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const VersionedTextDocumentIdentifier& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const VersionedTextDocumentIdentifier& from); + void MergeFrom( const VersionedTextDocumentIdentifier& from) { + VersionedTextDocumentIdentifier::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -4908,10 +5017,10 @@ class VersionedTextDocumentIdentifier final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(VersionedTextDocumentIdentifier* other); @@ -4969,9 +5078,12 @@ class VersionedTextDocumentIdentifier final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr uri_; - int32_t version_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr uri_; + int32_t version_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -5056,9 +5168,11 @@ class Position final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Position& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Position& from); + void MergeFrom( const Position& from) { + Position::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -5067,10 +5181,10 @@ class Position final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Position* other); @@ -5123,9 +5237,12 @@ class Position final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - int32_t line_; - int32_t character_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + int32_t line_; + int32_t character_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -5210,9 +5327,11 @@ class MarkupContent final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const MarkupContent& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const MarkupContent& from); + void MergeFrom( const MarkupContent& from) { + MarkupContent::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -5221,10 +5340,10 @@ class MarkupContent final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(MarkupContent* other); @@ -5287,9 +5406,12 @@ class MarkupContent final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr kind_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr value_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr kind_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr value_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -5374,9 +5496,11 @@ class GetCompletionItemsRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const GetCompletionItemsRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetCompletionItemsRequest& from); + void MergeFrom( const GetCompletionItemsRequest& from) { + GetCompletionItemsRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -5385,10 +5509,10 @@ class GetCompletionItemsRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(GetCompletionItemsRequest* other); @@ -5507,12 +5631,15 @@ class GetCompletionItemsRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; - ::io::deephaven::proto::backplane::script::grpc::CompletionContext* context_; - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document_; - ::io::deephaven::proto::backplane::script::grpc::Position* position_; - int32_t request_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* console_id_; + ::io::deephaven::proto::backplane::script::grpc::CompletionContext* context_; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document_; + ::io::deephaven::proto::backplane::script::grpc::Position* position_; + int32_t request_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -5597,9 +5724,11 @@ class CompletionContext final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const CompletionContext& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CompletionContext& from); + void MergeFrom( const CompletionContext& from) { + CompletionContext::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -5608,10 +5737,10 @@ class CompletionContext final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(CompletionContext* other); @@ -5669,9 +5798,12 @@ class CompletionContext final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr trigger_character_; - int32_t trigger_kind_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr trigger_character_; + int32_t trigger_kind_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -5756,9 +5888,11 @@ class GetCompletionItemsResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const GetCompletionItemsResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetCompletionItemsResponse& from); + void MergeFrom( const GetCompletionItemsResponse& from) { + GetCompletionItemsResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -5767,10 +5901,10 @@ class GetCompletionItemsResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(GetCompletionItemsResponse* other); @@ -5842,10 +5976,13 @@ class GetCompletionItemsResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::CompletionItem > items_; - int32_t request_id_; - bool success_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::CompletionItem > items_; + int32_t request_id_; + bool success_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -5930,9 +6067,11 @@ class CompletionItem final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const CompletionItem& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CompletionItem& from); + void MergeFrom( const CompletionItem& from) { + CompletionItem::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -5941,10 +6080,10 @@ class CompletionItem final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(CompletionItem* other); @@ -6179,21 +6318,24 @@ class CompletionItem final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::TextEdit > additional_text_edits_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField commit_characters_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr label_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr detail_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr sort_text_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filter_text_; - ::io::deephaven::proto::backplane::script::grpc::TextEdit* text_edit_; - ::io::deephaven::proto::backplane::script::grpc::MarkupContent* documentation_; - int32_t start_; - int32_t length_; - int32_t kind_; - bool deprecated_; - bool preselect_; - int32_t insert_text_format_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::TextEdit > additional_text_edits_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField commit_characters_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr label_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr detail_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr sort_text_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filter_text_; + ::io::deephaven::proto::backplane::script::grpc::TextEdit* text_edit_; + ::io::deephaven::proto::backplane::script::grpc::MarkupContent* documentation_; + int32_t start_; + int32_t length_; + int32_t kind_; + bool deprecated_; + bool preselect_; + int32_t insert_text_format_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -6278,9 +6420,11 @@ class TextEdit final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const TextEdit& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const TextEdit& from); + void MergeFrom( const TextEdit& from) { + TextEdit::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -6289,10 +6433,10 @@ class TextEdit final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(TextEdit* other); @@ -6359,9 +6503,12 @@ class TextEdit final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr text_; - ::io::deephaven::proto::backplane::script::grpc::DocumentRange* range_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr text_; + ::io::deephaven::proto::backplane::script::grpc::DocumentRange* range_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -6446,9 +6593,11 @@ class GetSignatureHelpRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const GetSignatureHelpRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetSignatureHelpRequest& from); + void MergeFrom( const GetSignatureHelpRequest& from) { + GetSignatureHelpRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -6457,10 +6606,10 @@ class GetSignatureHelpRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(GetSignatureHelpRequest* other); @@ -6550,10 +6699,13 @@ class GetSignatureHelpRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* context_; - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document_; - ::io::deephaven::proto::backplane::script::grpc::Position* position_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* context_; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document_; + ::io::deephaven::proto::backplane::script::grpc::Position* position_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -6638,9 +6790,11 @@ class SignatureHelpContext final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SignatureHelpContext& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SignatureHelpContext& from); + void MergeFrom( const SignatureHelpContext& from) { + SignatureHelpContext::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -6649,10 +6803,10 @@ class SignatureHelpContext final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SignatureHelpContext* other); @@ -6743,12 +6897,15 @@ class SignatureHelpContext final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr trigger_character_; - ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* active_signature_help_; - int32_t trigger_kind_; - bool is_retrigger_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr trigger_character_; + ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* active_signature_help_; + int32_t trigger_kind_; + bool is_retrigger_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -6833,9 +6990,11 @@ class GetSignatureHelpResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const GetSignatureHelpResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetSignatureHelpResponse& from); + void MergeFrom( const GetSignatureHelpResponse& from) { + GetSignatureHelpResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -6844,10 +7003,10 @@ class GetSignatureHelpResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(GetSignatureHelpResponse* other); @@ -6927,11 +7086,14 @@ class GetSignatureHelpResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::SignatureInformation > signatures_; - int32_t active_signature_; - int32_t active_parameter_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::SignatureInformation > signatures_; + int32_t active_signature_; + int32_t active_parameter_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -7016,9 +7178,11 @@ class SignatureInformation final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SignatureInformation& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SignatureInformation& from); + void MergeFrom( const SignatureInformation& from) { + SignatureInformation::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -7027,10 +7191,10 @@ class SignatureInformation final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SignatureInformation* other); @@ -7130,12 +7294,15 @@ class SignatureInformation final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::ParameterInformation > parameters_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr label_; - ::io::deephaven::proto::backplane::script::grpc::MarkupContent* documentation_; - int32_t active_parameter_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::ParameterInformation > parameters_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr label_; + ::io::deephaven::proto::backplane::script::grpc::MarkupContent* documentation_; + int32_t active_parameter_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -7220,9 +7387,11 @@ class ParameterInformation final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ParameterInformation& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ParameterInformation& from); + void MergeFrom( const ParameterInformation& from) { + ParameterInformation::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -7231,10 +7400,10 @@ class ParameterInformation final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ParameterInformation* other); @@ -7301,9 +7470,12 @@ class ParameterInformation final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr label_; - ::io::deephaven::proto::backplane::script::grpc::MarkupContent* documentation_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr label_; + ::io::deephaven::proto::backplane::script::grpc::MarkupContent* documentation_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -7388,9 +7560,11 @@ class GetHoverRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const GetHoverRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetHoverRequest& from); + void MergeFrom( const GetHoverRequest& from) { + GetHoverRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -7399,10 +7573,10 @@ class GetHoverRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(GetHoverRequest* other); @@ -7473,9 +7647,12 @@ class GetHoverRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document_; - ::io::deephaven::proto::backplane::script::grpc::Position* position_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document_; + ::io::deephaven::proto::backplane::script::grpc::Position* position_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -7560,9 +7737,11 @@ class GetHoverResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const GetHoverResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetHoverResponse& from); + void MergeFrom( const GetHoverResponse& from) { + GetHoverResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -7571,10 +7750,10 @@ class GetHoverResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(GetHoverResponse* other); @@ -7645,9 +7824,12 @@ class GetHoverResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::script::grpc::MarkupContent* contents_; - ::io::deephaven::proto::backplane::script::grpc::DocumentRange* range_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::script::grpc::MarkupContent* contents_; + ::io::deephaven::proto::backplane::script::grpc::DocumentRange* range_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -7732,9 +7914,11 @@ class GetDiagnosticRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const GetDiagnosticRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetDiagnosticRequest& from); + void MergeFrom( const GetDiagnosticRequest& from) { + GetDiagnosticRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -7743,10 +7927,10 @@ class GetDiagnosticRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(GetDiagnosticRequest* other); @@ -7836,11 +8020,14 @@ class GetDiagnosticRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr identifier_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr previous_result_id_; - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr identifier_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr previous_result_id_; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -7925,9 +8112,11 @@ class GetPullDiagnosticResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const GetPullDiagnosticResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetPullDiagnosticResponse& from); + void MergeFrom( const GetPullDiagnosticResponse& from) { + GetPullDiagnosticResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -7936,10 +8125,10 @@ class GetPullDiagnosticResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(GetPullDiagnosticResponse* other); @@ -8025,11 +8214,14 @@ class GetPullDiagnosticResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::Diagnostic > items_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr kind_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr result_id_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::Diagnostic > items_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr kind_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr result_id_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -8114,9 +8306,11 @@ class GetPublishDiagnosticResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const GetPublishDiagnosticResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetPublishDiagnosticResponse& from); + void MergeFrom( const GetPublishDiagnosticResponse& from) { + GetPublishDiagnosticResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -8125,10 +8319,10 @@ class GetPublishDiagnosticResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(GetPublishDiagnosticResponse* other); @@ -8209,11 +8403,14 @@ class GetPublishDiagnosticResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::Diagnostic > diagnostics_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr uri_; - int32_t version_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::Diagnostic > diagnostics_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr uri_; + int32_t version_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -8298,9 +8495,11 @@ class Diagnostic_CodeDescription final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Diagnostic_CodeDescription& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Diagnostic_CodeDescription& from); + void MergeFrom( const Diagnostic_CodeDescription& from) { + Diagnostic_CodeDescription::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -8309,10 +8508,10 @@ class Diagnostic_CodeDescription final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Diagnostic_CodeDescription* other); @@ -8360,8 +8559,11 @@ class Diagnostic_CodeDescription final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr href_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr href_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -8446,9 +8648,11 @@ class Diagnostic final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Diagnostic& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Diagnostic& from); + void MergeFrom( const Diagnostic& from) { + Diagnostic::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -8457,10 +8661,10 @@ class Diagnostic final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Diagnostic* other); @@ -8701,17 +8905,20 @@ class Diagnostic final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedField tags_; - mutable std::atomic _tags_cached_byte_size_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr code_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr source_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr data_; - ::io::deephaven::proto::backplane::script::grpc::DocumentRange* range_; - ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* code_description_; - int severity_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedField tags_; + mutable std::atomic _tags_cached_byte_size_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr code_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr source_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr data_; + ::io::deephaven::proto::backplane::script::grpc::DocumentRange* range_; + ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* code_description_; + int severity_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -8796,9 +9003,11 @@ class FigureDescriptor_ChartDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_ChartDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_ChartDescriptor& from); + void MergeFrom( const FigureDescriptor_ChartDescriptor& from) { + FigureDescriptor_ChartDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -8807,10 +9016,10 @@ class FigureDescriptor_ChartDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_ChartDescriptor* other); @@ -9089,23 +9298,26 @@ class FigureDescriptor_ChartDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor > series_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor > multi_series_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor > axes_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_font_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_color_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr legend_font_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr legend_color_; - int32_t colspan_; - int32_t rowspan_; - int chart_type_; - bool show_legend_; - bool is3d_; - int32_t column_; - int32_t row_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor > series_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor > multi_series_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor > axes_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_font_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_color_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr legend_font_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr legend_color_; + int32_t colspan_; + int32_t rowspan_; + int chart_type_; + bool show_legend_; + bool is3d_; + int32_t column_; + int32_t row_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -9190,9 +9402,11 @@ class FigureDescriptor_SeriesDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_SeriesDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_SeriesDescriptor& from); + void MergeFrom( const FigureDescriptor_SeriesDescriptor& from) { + FigureDescriptor_SeriesDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -9201,10 +9415,10 @@ class FigureDescriptor_SeriesDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_SeriesDescriptor* other); @@ -9450,22 +9664,25 @@ class FigureDescriptor_SeriesDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor > data_sources_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr line_color_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr point_label_format_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr x_tool_tip_pattern_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr y_tool_tip_pattern_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr shape_label_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr shape_color_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr shape_; - int plot_style_; - bool lines_visible_; - bool shapes_visible_; - bool gradient_visible_; - double shape_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor > data_sources_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr line_color_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr point_label_format_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr x_tool_tip_pattern_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr y_tool_tip_pattern_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr shape_label_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr shape_color_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr shape_; + int plot_style_; + bool lines_visible_; + bool shapes_visible_; + bool gradient_visible_; + double shape_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -9550,9 +9767,11 @@ class FigureDescriptor_MultiSeriesDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_MultiSeriesDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_MultiSeriesDescriptor& from); + void MergeFrom( const FigureDescriptor_MultiSeriesDescriptor& from) { + FigureDescriptor_MultiSeriesDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -9561,10 +9780,10 @@ class FigureDescriptor_MultiSeriesDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_MultiSeriesDescriptor* other); @@ -9850,21 +10069,24 @@ class FigureDescriptor_MultiSeriesDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor > data_sources_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* line_color_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_color_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* lines_visible_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* points_visible_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* gradient_visible_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_label_format_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* x_tool_tip_pattern_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* y_tool_tip_pattern_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_label_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* point_size_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_shape_; - int plot_style_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor > data_sources_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* line_color_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_color_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* lines_visible_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* points_visible_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* gradient_visible_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_label_format_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* x_tool_tip_pattern_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* y_tool_tip_pattern_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_label_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* point_size_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_shape_; + int plot_style_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -9949,9 +10171,11 @@ class FigureDescriptor_StringMapWithDefault final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_StringMapWithDefault& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_StringMapWithDefault& from); + void MergeFrom( const FigureDescriptor_StringMapWithDefault& from) { + FigureDescriptor_StringMapWithDefault::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -9960,10 +10184,10 @@ class FigureDescriptor_StringMapWithDefault final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_StringMapWithDefault* other); @@ -10065,11 +10289,14 @@ class FigureDescriptor_StringMapWithDefault final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField keys_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField values_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr default_string_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField keys_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField values_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr default_string_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -10154,9 +10381,11 @@ class FigureDescriptor_DoubleMapWithDefault final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_DoubleMapWithDefault& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_DoubleMapWithDefault& from); + void MergeFrom( const FigureDescriptor_DoubleMapWithDefault& from) { + FigureDescriptor_DoubleMapWithDefault::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -10165,10 +10394,10 @@ class FigureDescriptor_DoubleMapWithDefault final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_DoubleMapWithDefault* other); @@ -10263,11 +10492,14 @@ class FigureDescriptor_DoubleMapWithDefault final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField keys_; - ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > values_; - double default_double_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField keys_; + ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > values_; + double default_double_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -10352,9 +10584,11 @@ class FigureDescriptor_BoolMapWithDefault final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_BoolMapWithDefault& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_BoolMapWithDefault& from); + void MergeFrom( const FigureDescriptor_BoolMapWithDefault& from) { + FigureDescriptor_BoolMapWithDefault::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -10363,10 +10597,10 @@ class FigureDescriptor_BoolMapWithDefault final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_BoolMapWithDefault* other); @@ -10461,11 +10695,14 @@ class FigureDescriptor_BoolMapWithDefault final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField keys_; - ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool > values_; - bool default_bool_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField keys_; + ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool > values_; + bool default_bool_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -10550,9 +10787,11 @@ class FigureDescriptor_AxisDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_AxisDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_AxisDescriptor& from); + void MergeFrom( const FigureDescriptor_AxisDescriptor& from) { + FigureDescriptor_AxisDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -10561,10 +10800,10 @@ class FigureDescriptor_AxisDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_AxisDescriptor* other); @@ -10971,29 +11210,32 @@ class FigureDescriptor_AxisDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > major_tick_locations_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr id_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr label_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr label_font_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr ticks_font_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr format_pattern_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr color_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* business_calendar_descriptor_; - int format_type_; - int type_; - double min_range_; - int position_; - bool log_; - bool minor_ticks_visible_; - bool major_ticks_visible_; - bool invert_; - double max_range_; - double gap_between_major_ticks_; - int32_t minor_tick_count_; - bool is_time_axis_; - double tick_label_angle_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > major_tick_locations_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr label_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr label_font_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr ticks_font_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr format_pattern_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr color_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* business_calendar_descriptor_; + int format_type_; + int type_; + double min_range_; + int position_; + bool log_; + bool minor_ticks_visible_; + bool major_ticks_visible_; + bool invert_; + double max_range_; + double gap_between_major_ticks_; + int32_t minor_tick_count_; + bool is_time_axis_; + double tick_label_angle_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -11078,9 +11320,11 @@ class FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod& from); + void MergeFrom( const FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod& from) { + FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -11089,10 +11333,10 @@ class FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod* other); @@ -11155,9 +11399,12 @@ class FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr open_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr close_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr open_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr close_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -11242,9 +11489,11 @@ class FigureDescriptor_BusinessCalendarDescriptor_Holiday final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_BusinessCalendarDescriptor_Holiday& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_BusinessCalendarDescriptor_Holiday& from); + void MergeFrom( const FigureDescriptor_BusinessCalendarDescriptor_Holiday& from) { + FigureDescriptor_BusinessCalendarDescriptor_Holiday::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -11253,10 +11502,10 @@ class FigureDescriptor_BusinessCalendarDescriptor_Holiday final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_BusinessCalendarDescriptor_Holiday* other); @@ -11327,9 +11576,12 @@ class FigureDescriptor_BusinessCalendarDescriptor_Holiday final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod > business_periods_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* date_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod > business_periods_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* date_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -11414,9 +11666,11 @@ class FigureDescriptor_BusinessCalendarDescriptor_LocalDate final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_BusinessCalendarDescriptor_LocalDate& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_BusinessCalendarDescriptor_LocalDate& from); + void MergeFrom( const FigureDescriptor_BusinessCalendarDescriptor_LocalDate& from) { + FigureDescriptor_BusinessCalendarDescriptor_LocalDate::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -11425,10 +11679,10 @@ class FigureDescriptor_BusinessCalendarDescriptor_LocalDate final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_BusinessCalendarDescriptor_LocalDate* other); @@ -11491,10 +11745,13 @@ class FigureDescriptor_BusinessCalendarDescriptor_LocalDate final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - int32_t year_; - int32_t month_; - int32_t day_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + int32_t year_; + int32_t month_; + int32_t day_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -11579,9 +11836,11 @@ class FigureDescriptor_BusinessCalendarDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_BusinessCalendarDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_BusinessCalendarDescriptor& from); + void MergeFrom( const FigureDescriptor_BusinessCalendarDescriptor& from) { + FigureDescriptor_BusinessCalendarDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -11590,10 +11849,10 @@ class FigureDescriptor_BusinessCalendarDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_BusinessCalendarDescriptor* other); @@ -11756,13 +12015,16 @@ class FigureDescriptor_BusinessCalendarDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedField business_days_; - mutable std::atomic _business_days_cached_byte_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod > business_periods_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday > holidays_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr time_zone_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedField business_days_; + mutable std::atomic _business_days_cached_byte_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod > business_periods_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday > holidays_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr time_zone_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -11847,9 +12109,11 @@ class FigureDescriptor_MultiSeriesSourceDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_MultiSeriesSourceDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_MultiSeriesSourceDescriptor& from); + void MergeFrom( const FigureDescriptor_MultiSeriesSourceDescriptor& from) { + FigureDescriptor_MultiSeriesSourceDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -11858,10 +12122,10 @@ class FigureDescriptor_MultiSeriesSourceDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_MultiSeriesSourceDescriptor* other); @@ -11944,11 +12208,14 @@ class FigureDescriptor_MultiSeriesSourceDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr axis_id_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; - int type_; - int32_t partitioned_table_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr axis_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; + int type_; + int32_t partitioned_table_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -12033,9 +12300,11 @@ class FigureDescriptor_SourceDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_SourceDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_SourceDescriptor& from); + void MergeFrom( const FigureDescriptor_SourceDescriptor& from) { + FigureDescriptor_SourceDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -12044,10 +12313,10 @@ class FigureDescriptor_SourceDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_SourceDescriptor* other); @@ -12174,14 +12443,17 @@ class FigureDescriptor_SourceDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr axis_id_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_type_; - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* one_click_; - int type_; - int32_t table_id_; - int32_t partitioned_table_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr axis_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_type_; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* one_click_; + int type_; + int32_t table_id_; + int32_t partitioned_table_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -12266,9 +12538,11 @@ class FigureDescriptor_OneClickDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor_OneClickDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor_OneClickDescriptor& from); + void MergeFrom( const FigureDescriptor_OneClickDescriptor& from) { + FigureDescriptor_OneClickDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -12277,10 +12551,10 @@ class FigureDescriptor_OneClickDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor_OneClickDescriptor* other); @@ -12373,10 +12647,13 @@ class FigureDescriptor_OneClickDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField column_types_; - bool require_all_filters_to_display_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField column_types_; + bool require_all_filters_to_display_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // ------------------------------------------------------------------- @@ -12461,9 +12738,11 @@ class FigureDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FigureDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FigureDescriptor& from); + void MergeFrom( const FigureDescriptor& from) { + FigureDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -12472,10 +12751,10 @@ class FigureDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FigureDescriptor* other); @@ -12757,16 +13036,19 @@ class FigureDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor > charts_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField errors_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_font_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_color_; - int64_t update_interval_; - int32_t cols_; - int32_t rows_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor > charts_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField errors_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_font_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr title_color_; + int64_t update_interval_; + int32_t cols_; + int32_t rows_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fconsole_2eproto; }; // =================================================================== @@ -12786,13 +13068,13 @@ class FigureDescriptor final : // repeated string console_types = 1; inline int GetConsoleTypesResponse::_internal_console_types_size() const { - return console_types_.size(); + return _impl_.console_types_.size(); } inline int GetConsoleTypesResponse::console_types_size() const { return _internal_console_types_size(); } inline void GetConsoleTypesResponse::clear_console_types() { - console_types_.Clear(); + _impl_.console_types_.Clear(); } inline std::string* GetConsoleTypesResponse::add_console_types() { std::string* _s = _internal_add_console_types(); @@ -12800,7 +13082,7 @@ inline std::string* GetConsoleTypesResponse::add_console_types() { return _s; } inline const std::string& GetConsoleTypesResponse::_internal_console_types(int index) const { - return console_types_.Get(index); + return _impl_.console_types_.Get(index); } inline const std::string& GetConsoleTypesResponse::console_types(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse.console_types) @@ -12808,55 +13090,55 @@ inline const std::string& GetConsoleTypesResponse::console_types(int index) cons } inline std::string* GetConsoleTypesResponse::mutable_console_types(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse.console_types) - return console_types_.Mutable(index); + return _impl_.console_types_.Mutable(index); } inline void GetConsoleTypesResponse::set_console_types(int index, const std::string& value) { - console_types_.Mutable(index)->assign(value); + _impl_.console_types_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse.console_types) } inline void GetConsoleTypesResponse::set_console_types(int index, std::string&& value) { - console_types_.Mutable(index)->assign(std::move(value)); + _impl_.console_types_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse.console_types) } inline void GetConsoleTypesResponse::set_console_types(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - console_types_.Mutable(index)->assign(value); + _impl_.console_types_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse.console_types) } inline void GetConsoleTypesResponse::set_console_types(int index, const char* value, size_t size) { - console_types_.Mutable(index)->assign( + _impl_.console_types_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse.console_types) } inline std::string* GetConsoleTypesResponse::_internal_add_console_types() { - return console_types_.Add(); + return _impl_.console_types_.Add(); } inline void GetConsoleTypesResponse::add_console_types(const std::string& value) { - console_types_.Add()->assign(value); + _impl_.console_types_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse.console_types) } inline void GetConsoleTypesResponse::add_console_types(std::string&& value) { - console_types_.Add(std::move(value)); + _impl_.console_types_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse.console_types) } inline void GetConsoleTypesResponse::add_console_types(const char* value) { GOOGLE_DCHECK(value != nullptr); - console_types_.Add()->assign(value); + _impl_.console_types_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse.console_types) } inline void GetConsoleTypesResponse::add_console_types(const char* value, size_t size) { - console_types_.Add()->assign(reinterpret_cast(value), size); + _impl_.console_types_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse.console_types) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& GetConsoleTypesResponse::console_types() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse.console_types) - return console_types_; + return _impl_.console_types_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* GetConsoleTypesResponse::mutable_console_types() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.GetConsoleTypesResponse.console_types) - return &console_types_; + return &_impl_.console_types_; } // ------------------------------------------------------------------- @@ -12865,13 +13147,13 @@ GetConsoleTypesResponse::mutable_console_types() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool StartConsoleRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool StartConsoleRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& StartConsoleRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -12882,9 +13164,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& StartConsoleReques inline void StartConsoleRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -12894,8 +13176,8 @@ inline void StartConsoleRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* StartConsoleRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -12910,17 +13192,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* StartConsoleRequest::rel inline ::io::deephaven::proto::backplane::grpc::Ticket* StartConsoleRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.StartConsoleRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* StartConsoleRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* StartConsoleRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -12930,7 +13212,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* StartConsoleRequest::mut inline void StartConsoleRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -12944,13 +13226,13 @@ inline void StartConsoleRequest::set_allocated_result_id(::io::deephaven::proto: } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.StartConsoleRequest.result_id) } // string session_type = 2; inline void StartConsoleRequest::clear_session_type() { - session_type_.ClearToEmpty(); + _impl_.session_type_.ClearToEmpty(); } inline const std::string& StartConsoleRequest::session_type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.StartConsoleRequest.session_type) @@ -12960,7 +13242,7 @@ template inline PROTOBUF_ALWAYS_INLINE void StartConsoleRequest::set_session_type(ArgT0&& arg0, ArgT... args) { - session_type_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.session_type_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.StartConsoleRequest.session_type) } inline std::string* StartConsoleRequest::mutable_session_type() { @@ -12969,19 +13251,19 @@ inline std::string* StartConsoleRequest::mutable_session_type() { return _s; } inline const std::string& StartConsoleRequest::_internal_session_type() const { - return session_type_.Get(); + return _impl_.session_type_.Get(); } inline void StartConsoleRequest::_internal_set_session_type(const std::string& value) { - session_type_.Set(value, GetArenaForAllocation()); + _impl_.session_type_.Set(value, GetArenaForAllocation()); } inline std::string* StartConsoleRequest::_internal_mutable_session_type() { - return session_type_.Mutable(GetArenaForAllocation()); + return _impl_.session_type_.Mutable(GetArenaForAllocation()); } inline std::string* StartConsoleRequest::release_session_type() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.StartConsoleRequest.session_type) - return session_type_.Release(); + return _impl_.session_type_.Release(); } inline void StartConsoleRequest::set_allocated_session_type(std::string* session_type) { if (session_type != nullptr) { @@ -12989,10 +13271,10 @@ inline void StartConsoleRequest::set_allocated_session_type(std::string* session } else { } - session_type_.SetAllocated(session_type, GetArenaForAllocation()); + _impl_.session_type_.SetAllocated(session_type, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (session_type_.IsDefault()) { - session_type_.Set("", GetArenaForAllocation()); + if (_impl_.session_type_.IsDefault()) { + _impl_.session_type_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.StartConsoleRequest.session_type) @@ -13004,13 +13286,13 @@ inline void StartConsoleRequest::set_allocated_session_type(std::string* session // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool StartConsoleResponse::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool StartConsoleResponse::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& StartConsoleResponse::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -13021,9 +13303,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& StartConsoleRespon inline void StartConsoleResponse::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -13033,8 +13315,8 @@ inline void StartConsoleResponse::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* StartConsoleResponse::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -13049,17 +13331,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* StartConsoleResponse::re inline ::io::deephaven::proto::backplane::grpc::Ticket* StartConsoleResponse::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.StartConsoleResponse.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* StartConsoleResponse::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* StartConsoleResponse::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -13069,7 +13351,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* StartConsoleResponse::mu inline void StartConsoleResponse::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -13083,7 +13365,7 @@ inline void StartConsoleResponse::set_allocated_result_id(::io::deephaven::proto } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.StartConsoleResponse.result_id) } @@ -13097,10 +13379,10 @@ inline void StartConsoleResponse::set_allocated_result_id(::io::deephaven::proto // int64 max_memory = 1 [jstype = JS_STRING]; inline void GetHeapInfoResponse::clear_max_memory() { - max_memory_ = int64_t{0}; + _impl_.max_memory_ = int64_t{0}; } inline int64_t GetHeapInfoResponse::_internal_max_memory() const { - return max_memory_; + return _impl_.max_memory_; } inline int64_t GetHeapInfoResponse::max_memory() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetHeapInfoResponse.max_memory) @@ -13108,7 +13390,7 @@ inline int64_t GetHeapInfoResponse::max_memory() const { } inline void GetHeapInfoResponse::_internal_set_max_memory(int64_t value) { - max_memory_ = value; + _impl_.max_memory_ = value; } inline void GetHeapInfoResponse::set_max_memory(int64_t value) { _internal_set_max_memory(value); @@ -13117,10 +13399,10 @@ inline void GetHeapInfoResponse::set_max_memory(int64_t value) { // int64 total_memory = 2 [jstype = JS_STRING]; inline void GetHeapInfoResponse::clear_total_memory() { - total_memory_ = int64_t{0}; + _impl_.total_memory_ = int64_t{0}; } inline int64_t GetHeapInfoResponse::_internal_total_memory() const { - return total_memory_; + return _impl_.total_memory_; } inline int64_t GetHeapInfoResponse::total_memory() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetHeapInfoResponse.total_memory) @@ -13128,7 +13410,7 @@ inline int64_t GetHeapInfoResponse::total_memory() const { } inline void GetHeapInfoResponse::_internal_set_total_memory(int64_t value) { - total_memory_ = value; + _impl_.total_memory_ = value; } inline void GetHeapInfoResponse::set_total_memory(int64_t value) { _internal_set_total_memory(value); @@ -13137,10 +13419,10 @@ inline void GetHeapInfoResponse::set_total_memory(int64_t value) { // int64 free_memory = 3 [jstype = JS_STRING]; inline void GetHeapInfoResponse::clear_free_memory() { - free_memory_ = int64_t{0}; + _impl_.free_memory_ = int64_t{0}; } inline int64_t GetHeapInfoResponse::_internal_free_memory() const { - return free_memory_; + return _impl_.free_memory_; } inline int64_t GetHeapInfoResponse::free_memory() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetHeapInfoResponse.free_memory) @@ -13148,7 +13430,7 @@ inline int64_t GetHeapInfoResponse::free_memory() const { } inline void GetHeapInfoResponse::_internal_set_free_memory(int64_t value) { - free_memory_ = value; + _impl_.free_memory_ = value; } inline void GetHeapInfoResponse::set_free_memory(int64_t value) { _internal_set_free_memory(value); @@ -13161,10 +13443,10 @@ inline void GetHeapInfoResponse::set_free_memory(int64_t value) { // int64 last_seen_log_timestamp = 1 [jstype = JS_STRING]; inline void LogSubscriptionRequest::clear_last_seen_log_timestamp() { - last_seen_log_timestamp_ = int64_t{0}; + _impl_.last_seen_log_timestamp_ = int64_t{0}; } inline int64_t LogSubscriptionRequest::_internal_last_seen_log_timestamp() const { - return last_seen_log_timestamp_; + return _impl_.last_seen_log_timestamp_; } inline int64_t LogSubscriptionRequest::last_seen_log_timestamp() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.last_seen_log_timestamp) @@ -13172,7 +13454,7 @@ inline int64_t LogSubscriptionRequest::last_seen_log_timestamp() const { } inline void LogSubscriptionRequest::_internal_set_last_seen_log_timestamp(int64_t value) { - last_seen_log_timestamp_ = value; + _impl_.last_seen_log_timestamp_ = value; } inline void LogSubscriptionRequest::set_last_seen_log_timestamp(int64_t value) { _internal_set_last_seen_log_timestamp(value); @@ -13181,13 +13463,13 @@ inline void LogSubscriptionRequest::set_last_seen_log_timestamp(int64_t value) { // repeated string levels = 2; inline int LogSubscriptionRequest::_internal_levels_size() const { - return levels_.size(); + return _impl_.levels_.size(); } inline int LogSubscriptionRequest::levels_size() const { return _internal_levels_size(); } inline void LogSubscriptionRequest::clear_levels() { - levels_.Clear(); + _impl_.levels_.Clear(); } inline std::string* LogSubscriptionRequest::add_levels() { std::string* _s = _internal_add_levels(); @@ -13195,7 +13477,7 @@ inline std::string* LogSubscriptionRequest::add_levels() { return _s; } inline const std::string& LogSubscriptionRequest::_internal_levels(int index) const { - return levels_.Get(index); + return _impl_.levels_.Get(index); } inline const std::string& LogSubscriptionRequest::levels(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.levels) @@ -13203,55 +13485,55 @@ inline const std::string& LogSubscriptionRequest::levels(int index) const { } inline std::string* LogSubscriptionRequest::mutable_levels(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.levels) - return levels_.Mutable(index); + return _impl_.levels_.Mutable(index); } inline void LogSubscriptionRequest::set_levels(int index, const std::string& value) { - levels_.Mutable(index)->assign(value); + _impl_.levels_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.levels) } inline void LogSubscriptionRequest::set_levels(int index, std::string&& value) { - levels_.Mutable(index)->assign(std::move(value)); + _impl_.levels_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.levels) } inline void LogSubscriptionRequest::set_levels(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - levels_.Mutable(index)->assign(value); + _impl_.levels_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.levels) } inline void LogSubscriptionRequest::set_levels(int index, const char* value, size_t size) { - levels_.Mutable(index)->assign( + _impl_.levels_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.levels) } inline std::string* LogSubscriptionRequest::_internal_add_levels() { - return levels_.Add(); + return _impl_.levels_.Add(); } inline void LogSubscriptionRequest::add_levels(const std::string& value) { - levels_.Add()->assign(value); + _impl_.levels_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.levels) } inline void LogSubscriptionRequest::add_levels(std::string&& value) { - levels_.Add(std::move(value)); + _impl_.levels_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.levels) } inline void LogSubscriptionRequest::add_levels(const char* value) { GOOGLE_DCHECK(value != nullptr); - levels_.Add()->assign(value); + _impl_.levels_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.levels) } inline void LogSubscriptionRequest::add_levels(const char* value, size_t size) { - levels_.Add()->assign(reinterpret_cast(value), size); + _impl_.levels_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.levels) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& LogSubscriptionRequest::levels() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.levels) - return levels_; + return _impl_.levels_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* LogSubscriptionRequest::mutable_levels() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.LogSubscriptionRequest.levels) - return &levels_; + return &_impl_.levels_; } // ------------------------------------------------------------------- @@ -13260,10 +13542,10 @@ LogSubscriptionRequest::mutable_levels() { // int64 micros = 1 [jstype = JS_STRING]; inline void LogSubscriptionData::clear_micros() { - micros_ = int64_t{0}; + _impl_.micros_ = int64_t{0}; } inline int64_t LogSubscriptionData::_internal_micros() const { - return micros_; + return _impl_.micros_; } inline int64_t LogSubscriptionData::micros() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData.micros) @@ -13271,7 +13553,7 @@ inline int64_t LogSubscriptionData::micros() const { } inline void LogSubscriptionData::_internal_set_micros(int64_t value) { - micros_ = value; + _impl_.micros_ = value; } inline void LogSubscriptionData::set_micros(int64_t value) { _internal_set_micros(value); @@ -13280,7 +13562,7 @@ inline void LogSubscriptionData::set_micros(int64_t value) { // string log_level = 2; inline void LogSubscriptionData::clear_log_level() { - log_level_.ClearToEmpty(); + _impl_.log_level_.ClearToEmpty(); } inline const std::string& LogSubscriptionData::log_level() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData.log_level) @@ -13290,7 +13572,7 @@ template inline PROTOBUF_ALWAYS_INLINE void LogSubscriptionData::set_log_level(ArgT0&& arg0, ArgT... args) { - log_level_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.log_level_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData.log_level) } inline std::string* LogSubscriptionData::mutable_log_level() { @@ -13299,19 +13581,19 @@ inline std::string* LogSubscriptionData::mutable_log_level() { return _s; } inline const std::string& LogSubscriptionData::_internal_log_level() const { - return log_level_.Get(); + return _impl_.log_level_.Get(); } inline void LogSubscriptionData::_internal_set_log_level(const std::string& value) { - log_level_.Set(value, GetArenaForAllocation()); + _impl_.log_level_.Set(value, GetArenaForAllocation()); } inline std::string* LogSubscriptionData::_internal_mutable_log_level() { - return log_level_.Mutable(GetArenaForAllocation()); + return _impl_.log_level_.Mutable(GetArenaForAllocation()); } inline std::string* LogSubscriptionData::release_log_level() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData.log_level) - return log_level_.Release(); + return _impl_.log_level_.Release(); } inline void LogSubscriptionData::set_allocated_log_level(std::string* log_level) { if (log_level != nullptr) { @@ -13319,10 +13601,10 @@ inline void LogSubscriptionData::set_allocated_log_level(std::string* log_level) } else { } - log_level_.SetAllocated(log_level, GetArenaForAllocation()); + _impl_.log_level_.SetAllocated(log_level, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (log_level_.IsDefault()) { - log_level_.Set("", GetArenaForAllocation()); + if (_impl_.log_level_.IsDefault()) { + _impl_.log_level_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData.log_level) @@ -13330,7 +13612,7 @@ inline void LogSubscriptionData::set_allocated_log_level(std::string* log_level) // string message = 3; inline void LogSubscriptionData::clear_message() { - message_.ClearToEmpty(); + _impl_.message_.ClearToEmpty(); } inline const std::string& LogSubscriptionData::message() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData.message) @@ -13340,7 +13622,7 @@ template inline PROTOBUF_ALWAYS_INLINE void LogSubscriptionData::set_message(ArgT0&& arg0, ArgT... args) { - message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData.message) } inline std::string* LogSubscriptionData::mutable_message() { @@ -13349,19 +13631,19 @@ inline std::string* LogSubscriptionData::mutable_message() { return _s; } inline const std::string& LogSubscriptionData::_internal_message() const { - return message_.Get(); + return _impl_.message_.Get(); } inline void LogSubscriptionData::_internal_set_message(const std::string& value) { - message_.Set(value, GetArenaForAllocation()); + _impl_.message_.Set(value, GetArenaForAllocation()); } inline std::string* LogSubscriptionData::_internal_mutable_message() { - return message_.Mutable(GetArenaForAllocation()); + return _impl_.message_.Mutable(GetArenaForAllocation()); } inline std::string* LogSubscriptionData::release_message() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData.message) - return message_.Release(); + return _impl_.message_.Release(); } inline void LogSubscriptionData::set_allocated_message(std::string* message) { if (message != nullptr) { @@ -13369,10 +13651,10 @@ inline void LogSubscriptionData::set_allocated_message(std::string* message) { } else { } - message_.SetAllocated(message, GetArenaForAllocation()); + _impl_.message_.SetAllocated(message, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (message_.IsDefault()) { - message_.Set("", GetArenaForAllocation()); + if (_impl_.message_.IsDefault()) { + _impl_.message_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.LogSubscriptionData.message) @@ -13384,13 +13666,13 @@ inline void LogSubscriptionData::set_allocated_message(std::string* message) { // .io.deephaven.proto.backplane.grpc.Ticket console_id = 1; inline bool ExecuteCommandRequest::_internal_has_console_id() const { - return this != internal_default_instance() && console_id_ != nullptr; + return this != internal_default_instance() && _impl_.console_id_ != nullptr; } inline bool ExecuteCommandRequest::has_console_id() const { return _internal_has_console_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExecuteCommandRequest::_internal_console_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = console_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.console_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -13401,9 +13683,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExecuteCommandRequ inline void ExecuteCommandRequest::unsafe_arena_set_allocated_console_id( ::io::deephaven::proto::backplane::grpc::Ticket* console_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } - console_id_ = console_id; + _impl_.console_id_ = console_id; if (console_id) { } else { @@ -13413,8 +13695,8 @@ inline void ExecuteCommandRequest::unsafe_arena_set_allocated_console_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExecuteCommandRequest::release_console_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -13429,17 +13711,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ExecuteCommandRequest::r inline ::io::deephaven::proto::backplane::grpc::Ticket* ExecuteCommandRequest::unsafe_arena_release_console_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest.console_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExecuteCommandRequest::_internal_mutable_console_id() { - if (console_id_ == nullptr) { + if (_impl_.console_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - console_id_ = p; + _impl_.console_id_ = p; } - return console_id_; + return _impl_.console_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExecuteCommandRequest::mutable_console_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_console_id(); @@ -13449,7 +13731,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ExecuteCommandRequest::m inline void ExecuteCommandRequest::set_allocated_console_id(::io::deephaven::proto::backplane::grpc::Ticket* console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } if (console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -13463,13 +13745,13 @@ inline void ExecuteCommandRequest::set_allocated_console_id(::io::deephaven::pro } else { } - console_id_ = console_id; + _impl_.console_id_ = console_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest.console_id) } // string code = 3; inline void ExecuteCommandRequest::clear_code() { - code_.ClearToEmpty(); + _impl_.code_.ClearToEmpty(); } inline const std::string& ExecuteCommandRequest::code() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest.code) @@ -13479,7 +13761,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ExecuteCommandRequest::set_code(ArgT0&& arg0, ArgT... args) { - code_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.code_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest.code) } inline std::string* ExecuteCommandRequest::mutable_code() { @@ -13488,19 +13770,19 @@ inline std::string* ExecuteCommandRequest::mutable_code() { return _s; } inline const std::string& ExecuteCommandRequest::_internal_code() const { - return code_.Get(); + return _impl_.code_.Get(); } inline void ExecuteCommandRequest::_internal_set_code(const std::string& value) { - code_.Set(value, GetArenaForAllocation()); + _impl_.code_.Set(value, GetArenaForAllocation()); } inline std::string* ExecuteCommandRequest::_internal_mutable_code() { - return code_.Mutable(GetArenaForAllocation()); + return _impl_.code_.Mutable(GetArenaForAllocation()); } inline std::string* ExecuteCommandRequest::release_code() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest.code) - return code_.Release(); + return _impl_.code_.Release(); } inline void ExecuteCommandRequest::set_allocated_code(std::string* code) { if (code != nullptr) { @@ -13508,10 +13790,10 @@ inline void ExecuteCommandRequest::set_allocated_code(std::string* code) { } else { } - code_.SetAllocated(code, GetArenaForAllocation()); + _impl_.code_.SetAllocated(code, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (code_.IsDefault()) { - code_.Set("", GetArenaForAllocation()); + if (_impl_.code_.IsDefault()) { + _impl_.code_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.ExecuteCommandRequest.code) @@ -13523,7 +13805,7 @@ inline void ExecuteCommandRequest::set_allocated_code(std::string* code) { // string error_message = 1; inline void ExecuteCommandResponse::clear_error_message() { - error_message_.ClearToEmpty(); + _impl_.error_message_.ClearToEmpty(); } inline const std::string& ExecuteCommandResponse::error_message() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.ExecuteCommandResponse.error_message) @@ -13533,7 +13815,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ExecuteCommandResponse::set_error_message(ArgT0&& arg0, ArgT... args) { - error_message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.error_message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.ExecuteCommandResponse.error_message) } inline std::string* ExecuteCommandResponse::mutable_error_message() { @@ -13542,19 +13824,19 @@ inline std::string* ExecuteCommandResponse::mutable_error_message() { return _s; } inline const std::string& ExecuteCommandResponse::_internal_error_message() const { - return error_message_.Get(); + return _impl_.error_message_.Get(); } inline void ExecuteCommandResponse::_internal_set_error_message(const std::string& value) { - error_message_.Set(value, GetArenaForAllocation()); + _impl_.error_message_.Set(value, GetArenaForAllocation()); } inline std::string* ExecuteCommandResponse::_internal_mutable_error_message() { - return error_message_.Mutable(GetArenaForAllocation()); + return _impl_.error_message_.Mutable(GetArenaForAllocation()); } inline std::string* ExecuteCommandResponse::release_error_message() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.ExecuteCommandResponse.error_message) - return error_message_.Release(); + return _impl_.error_message_.Release(); } inline void ExecuteCommandResponse::set_allocated_error_message(std::string* error_message) { if (error_message != nullptr) { @@ -13562,10 +13844,10 @@ inline void ExecuteCommandResponse::set_allocated_error_message(std::string* err } else { } - error_message_.SetAllocated(error_message, GetArenaForAllocation()); + _impl_.error_message_.SetAllocated(error_message, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (error_message_.IsDefault()) { - error_message_.Set("", GetArenaForAllocation()); + if (_impl_.error_message_.IsDefault()) { + _impl_.error_message_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.ExecuteCommandResponse.error_message) @@ -13573,13 +13855,13 @@ inline void ExecuteCommandResponse::set_allocated_error_message(std::string* err // .io.deephaven.proto.backplane.grpc.FieldsChangeUpdate changes = 2; inline bool ExecuteCommandResponse::_internal_has_changes() const { - return this != internal_default_instance() && changes_ != nullptr; + return this != internal_default_instance() && _impl_.changes_ != nullptr; } inline bool ExecuteCommandResponse::has_changes() const { return _internal_has_changes(); } inline const ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate& ExecuteCommandResponse::_internal_changes() const { - const ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* p = changes_; + const ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* p = _impl_.changes_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_FieldsChangeUpdate_default_instance_); } @@ -13590,9 +13872,9 @@ inline const ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate& Execut inline void ExecuteCommandResponse::unsafe_arena_set_allocated_changes( ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* changes) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(changes_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.changes_); } - changes_ = changes; + _impl_.changes_ = changes; if (changes) { } else { @@ -13602,8 +13884,8 @@ inline void ExecuteCommandResponse::unsafe_arena_set_allocated_changes( } inline ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* ExecuteCommandResponse::release_changes() { - ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* temp = changes_; - changes_ = nullptr; + ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* temp = _impl_.changes_; + _impl_.changes_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -13618,17 +13900,17 @@ inline ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* ExecuteComma inline ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* ExecuteCommandResponse::unsafe_arena_release_changes() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.ExecuteCommandResponse.changes) - ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* temp = changes_; - changes_ = nullptr; + ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* temp = _impl_.changes_; + _impl_.changes_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* ExecuteCommandResponse::_internal_mutable_changes() { - if (changes_ == nullptr) { + if (_impl_.changes_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate>(GetArenaForAllocation()); - changes_ = p; + _impl_.changes_ = p; } - return changes_; + return _impl_.changes_; } inline ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* ExecuteCommandResponse::mutable_changes() { ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* _msg = _internal_mutable_changes(); @@ -13638,7 +13920,7 @@ inline ::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* ExecuteComma inline void ExecuteCommandResponse::set_allocated_changes(::io::deephaven::proto::backplane::grpc::FieldsChangeUpdate* changes) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(changes_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.changes_); } if (changes) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -13652,7 +13934,7 @@ inline void ExecuteCommandResponse::set_allocated_changes(::io::deephaven::proto } else { } - changes_ = changes; + _impl_.changes_ = changes; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.ExecuteCommandResponse.changes) } @@ -13662,13 +13944,13 @@ inline void ExecuteCommandResponse::set_allocated_changes(::io::deephaven::proto // .io.deephaven.proto.backplane.grpc.Ticket console_id = 1; inline bool BindTableToVariableRequest::_internal_has_console_id() const { - return this != internal_default_instance() && console_id_ != nullptr; + return this != internal_default_instance() && _impl_.console_id_ != nullptr; } inline bool BindTableToVariableRequest::has_console_id() const { return _internal_has_console_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& BindTableToVariableRequest::_internal_console_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = console_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.console_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -13679,9 +13961,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& BindTableToVariabl inline void BindTableToVariableRequest::unsafe_arena_set_allocated_console_id( ::io::deephaven::proto::backplane::grpc::Ticket* console_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } - console_id_ = console_id; + _impl_.console_id_ = console_id; if (console_id) { } else { @@ -13691,8 +13973,8 @@ inline void BindTableToVariableRequest::unsafe_arena_set_allocated_console_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* BindTableToVariableRequest::release_console_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -13707,17 +13989,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* BindTableToVariableReque inline ::io::deephaven::proto::backplane::grpc::Ticket* BindTableToVariableRequest::unsafe_arena_release_console_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.BindTableToVariableRequest.console_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* BindTableToVariableRequest::_internal_mutable_console_id() { - if (console_id_ == nullptr) { + if (_impl_.console_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - console_id_ = p; + _impl_.console_id_ = p; } - return console_id_; + return _impl_.console_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* BindTableToVariableRequest::mutable_console_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_console_id(); @@ -13727,7 +14009,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* BindTableToVariableReque inline void BindTableToVariableRequest::set_allocated_console_id(::io::deephaven::proto::backplane::grpc::Ticket* console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } if (console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -13741,13 +14023,13 @@ inline void BindTableToVariableRequest::set_allocated_console_id(::io::deephaven } else { } - console_id_ = console_id; + _impl_.console_id_ = console_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.BindTableToVariableRequest.console_id) } // string variable_name = 3; inline void BindTableToVariableRequest::clear_variable_name() { - variable_name_.ClearToEmpty(); + _impl_.variable_name_.ClearToEmpty(); } inline const std::string& BindTableToVariableRequest::variable_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.BindTableToVariableRequest.variable_name) @@ -13757,7 +14039,7 @@ template inline PROTOBUF_ALWAYS_INLINE void BindTableToVariableRequest::set_variable_name(ArgT0&& arg0, ArgT... args) { - variable_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.variable_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.BindTableToVariableRequest.variable_name) } inline std::string* BindTableToVariableRequest::mutable_variable_name() { @@ -13766,19 +14048,19 @@ inline std::string* BindTableToVariableRequest::mutable_variable_name() { return _s; } inline const std::string& BindTableToVariableRequest::_internal_variable_name() const { - return variable_name_.Get(); + return _impl_.variable_name_.Get(); } inline void BindTableToVariableRequest::_internal_set_variable_name(const std::string& value) { - variable_name_.Set(value, GetArenaForAllocation()); + _impl_.variable_name_.Set(value, GetArenaForAllocation()); } inline std::string* BindTableToVariableRequest::_internal_mutable_variable_name() { - return variable_name_.Mutable(GetArenaForAllocation()); + return _impl_.variable_name_.Mutable(GetArenaForAllocation()); } inline std::string* BindTableToVariableRequest::release_variable_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.BindTableToVariableRequest.variable_name) - return variable_name_.Release(); + return _impl_.variable_name_.Release(); } inline void BindTableToVariableRequest::set_allocated_variable_name(std::string* variable_name) { if (variable_name != nullptr) { @@ -13786,10 +14068,10 @@ inline void BindTableToVariableRequest::set_allocated_variable_name(std::string* } else { } - variable_name_.SetAllocated(variable_name, GetArenaForAllocation()); + _impl_.variable_name_.SetAllocated(variable_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (variable_name_.IsDefault()) { - variable_name_.Set("", GetArenaForAllocation()); + if (_impl_.variable_name_.IsDefault()) { + _impl_.variable_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.BindTableToVariableRequest.variable_name) @@ -13797,13 +14079,13 @@ inline void BindTableToVariableRequest::set_allocated_variable_name(std::string* // .io.deephaven.proto.backplane.grpc.Ticket table_id = 4; inline bool BindTableToVariableRequest::_internal_has_table_id() const { - return this != internal_default_instance() && table_id_ != nullptr; + return this != internal_default_instance() && _impl_.table_id_ != nullptr; } inline bool BindTableToVariableRequest::has_table_id() const { return _internal_has_table_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& BindTableToVariableRequest::_internal_table_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = table_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.table_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -13814,9 +14096,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& BindTableToVariabl inline void BindTableToVariableRequest::unsafe_arena_set_allocated_table_id( ::io::deephaven::proto::backplane::grpc::Ticket* table_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(table_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.table_id_); } - table_id_ = table_id; + _impl_.table_id_ = table_id; if (table_id) { } else { @@ -13826,8 +14108,8 @@ inline void BindTableToVariableRequest::unsafe_arena_set_allocated_table_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* BindTableToVariableRequest::release_table_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = table_id_; - table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.table_id_; + _impl_.table_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -13842,17 +14124,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* BindTableToVariableReque inline ::io::deephaven::proto::backplane::grpc::Ticket* BindTableToVariableRequest::unsafe_arena_release_table_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.BindTableToVariableRequest.table_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = table_id_; - table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.table_id_; + _impl_.table_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* BindTableToVariableRequest::_internal_mutable_table_id() { - if (table_id_ == nullptr) { + if (_impl_.table_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - table_id_ = p; + _impl_.table_id_ = p; } - return table_id_; + return _impl_.table_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* BindTableToVariableRequest::mutable_table_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_table_id(); @@ -13862,7 +14144,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* BindTableToVariableReque inline void BindTableToVariableRequest::set_allocated_table_id(::io::deephaven::proto::backplane::grpc::Ticket* table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(table_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.table_id_); } if (table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -13876,7 +14158,7 @@ inline void BindTableToVariableRequest::set_allocated_table_id(::io::deephaven:: } else { } - table_id_ = table_id; + _impl_.table_id_ = table_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.BindTableToVariableRequest.table_id) } @@ -13890,13 +14172,13 @@ inline void BindTableToVariableRequest::set_allocated_table_id(::io::deephaven:: // .io.deephaven.proto.backplane.grpc.Ticket console_id = 1; inline bool CancelCommandRequest::_internal_has_console_id() const { - return this != internal_default_instance() && console_id_ != nullptr; + return this != internal_default_instance() && _impl_.console_id_ != nullptr; } inline bool CancelCommandRequest::has_console_id() const { return _internal_has_console_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& CancelCommandRequest::_internal_console_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = console_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.console_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -13907,9 +14189,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& CancelCommandReque inline void CancelCommandRequest::unsafe_arena_set_allocated_console_id( ::io::deephaven::proto::backplane::grpc::Ticket* console_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } - console_id_ = console_id; + _impl_.console_id_ = console_id; if (console_id) { } else { @@ -13919,8 +14201,8 @@ inline void CancelCommandRequest::unsafe_arena_set_allocated_console_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelCommandRequest::release_console_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -13935,17 +14217,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelCommandRequest::re inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelCommandRequest::unsafe_arena_release_console_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.CancelCommandRequest.console_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelCommandRequest::_internal_mutable_console_id() { - if (console_id_ == nullptr) { + if (_impl_.console_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - console_id_ = p; + _impl_.console_id_ = p; } - return console_id_; + return _impl_.console_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelCommandRequest::mutable_console_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_console_id(); @@ -13955,7 +14237,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelCommandRequest::mu inline void CancelCommandRequest::set_allocated_console_id(::io::deephaven::proto::backplane::grpc::Ticket* console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } if (console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -13969,19 +14251,19 @@ inline void CancelCommandRequest::set_allocated_console_id(::io::deephaven::prot } else { } - console_id_ = console_id; + _impl_.console_id_ = console_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.CancelCommandRequest.console_id) } // .io.deephaven.proto.backplane.grpc.Ticket command_id = 2; inline bool CancelCommandRequest::_internal_has_command_id() const { - return this != internal_default_instance() && command_id_ != nullptr; + return this != internal_default_instance() && _impl_.command_id_ != nullptr; } inline bool CancelCommandRequest::has_command_id() const { return _internal_has_command_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& CancelCommandRequest::_internal_command_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = command_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.command_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -13992,9 +14274,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& CancelCommandReque inline void CancelCommandRequest::unsafe_arena_set_allocated_command_id( ::io::deephaven::proto::backplane::grpc::Ticket* command_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(command_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.command_id_); } - command_id_ = command_id; + _impl_.command_id_ = command_id; if (command_id) { } else { @@ -14004,8 +14286,8 @@ inline void CancelCommandRequest::unsafe_arena_set_allocated_command_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelCommandRequest::release_command_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = command_id_; - command_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.command_id_; + _impl_.command_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -14020,17 +14302,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelCommandRequest::re inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelCommandRequest::unsafe_arena_release_command_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.CancelCommandRequest.command_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = command_id_; - command_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.command_id_; + _impl_.command_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelCommandRequest::_internal_mutable_command_id() { - if (command_id_ == nullptr) { + if (_impl_.command_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - command_id_ = p; + _impl_.command_id_ = p; } - return command_id_; + return _impl_.command_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelCommandRequest::mutable_command_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_command_id(); @@ -14040,7 +14322,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelCommandRequest::mu inline void CancelCommandRequest::set_allocated_command_id(::io::deephaven::proto::backplane::grpc::Ticket* command_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(command_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.command_id_); } if (command_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -14054,7 +14336,7 @@ inline void CancelCommandRequest::set_allocated_command_id(::io::deephaven::prot } else { } - command_id_ = command_id; + _impl_.command_id_ = command_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.CancelCommandRequest.command_id) } @@ -14068,13 +14350,13 @@ inline void CancelCommandRequest::set_allocated_command_id(::io::deephaven::prot // .io.deephaven.proto.backplane.grpc.Ticket console_id = 1; inline bool CancelAutoCompleteRequest::_internal_has_console_id() const { - return this != internal_default_instance() && console_id_ != nullptr; + return this != internal_default_instance() && _impl_.console_id_ != nullptr; } inline bool CancelAutoCompleteRequest::has_console_id() const { return _internal_has_console_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& CancelAutoCompleteRequest::_internal_console_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = console_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.console_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -14085,9 +14367,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& CancelAutoComplete inline void CancelAutoCompleteRequest::unsafe_arena_set_allocated_console_id( ::io::deephaven::proto::backplane::grpc::Ticket* console_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } - console_id_ = console_id; + _impl_.console_id_ = console_id; if (console_id) { } else { @@ -14097,8 +14379,8 @@ inline void CancelAutoCompleteRequest::unsafe_arena_set_allocated_console_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelAutoCompleteRequest::release_console_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -14113,17 +14395,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelAutoCompleteReques inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelAutoCompleteRequest::unsafe_arena_release_console_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.CancelAutoCompleteRequest.console_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelAutoCompleteRequest::_internal_mutable_console_id() { - if (console_id_ == nullptr) { + if (_impl_.console_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - console_id_ = p; + _impl_.console_id_ = p; } - return console_id_; + return _impl_.console_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelAutoCompleteRequest::mutable_console_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_console_id(); @@ -14133,7 +14415,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* CancelAutoCompleteReques inline void CancelAutoCompleteRequest::set_allocated_console_id(::io::deephaven::proto::backplane::grpc::Ticket* console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } if (console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -14147,16 +14429,16 @@ inline void CancelAutoCompleteRequest::set_allocated_console_id(::io::deephaven: } else { } - console_id_ = console_id; + _impl_.console_id_ = console_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.CancelAutoCompleteRequest.console_id) } // int32 request_id = 2; inline void CancelAutoCompleteRequest::clear_request_id() { - request_id_ = 0; + _impl_.request_id_ = 0; } inline int32_t CancelAutoCompleteRequest::_internal_request_id() const { - return request_id_; + return _impl_.request_id_; } inline int32_t CancelAutoCompleteRequest::request_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CancelAutoCompleteRequest.request_id) @@ -14164,7 +14446,7 @@ inline int32_t CancelAutoCompleteRequest::request_id() const { } inline void CancelAutoCompleteRequest::_internal_set_request_id(int32_t value) { - request_id_ = value; + _impl_.request_id_ = value; } inline void CancelAutoCompleteRequest::set_request_id(int32_t value) { _internal_set_request_id(value); @@ -14181,13 +14463,13 @@ inline void CancelAutoCompleteRequest::set_request_id(int32_t value) { // .io.deephaven.proto.backplane.grpc.Ticket console_id = 5; inline bool AutoCompleteRequest::_internal_has_console_id() const { - return this != internal_default_instance() && console_id_ != nullptr; + return this != internal_default_instance() && _impl_.console_id_ != nullptr; } inline bool AutoCompleteRequest::has_console_id() const { return _internal_has_console_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& AutoCompleteRequest::_internal_console_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = console_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.console_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -14198,9 +14480,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& AutoCompleteReques inline void AutoCompleteRequest::unsafe_arena_set_allocated_console_id( ::io::deephaven::proto::backplane::grpc::Ticket* console_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } - console_id_ = console_id; + _impl_.console_id_ = console_id; if (console_id) { } else { @@ -14210,8 +14492,8 @@ inline void AutoCompleteRequest::unsafe_arena_set_allocated_console_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* AutoCompleteRequest::release_console_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -14226,17 +14508,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AutoCompleteRequest::rel inline ::io::deephaven::proto::backplane::grpc::Ticket* AutoCompleteRequest::unsafe_arena_release_console_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.console_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AutoCompleteRequest::_internal_mutable_console_id() { - if (console_id_ == nullptr) { + if (_impl_.console_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - console_id_ = p; + _impl_.console_id_ = p; } - return console_id_; + return _impl_.console_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AutoCompleteRequest::mutable_console_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_console_id(); @@ -14246,7 +14528,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AutoCompleteRequest::mut inline void AutoCompleteRequest::set_allocated_console_id(::io::deephaven::proto::backplane::grpc::Ticket* console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } if (console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -14260,16 +14542,16 @@ inline void AutoCompleteRequest::set_allocated_console_id(::io::deephaven::proto } else { } - console_id_ = console_id; + _impl_.console_id_ = console_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.console_id) } // int32 request_id = 6; inline void AutoCompleteRequest::clear_request_id() { - request_id_ = 0; + _impl_.request_id_ = 0; } inline int32_t AutoCompleteRequest::_internal_request_id() const { - return request_id_; + return _impl_.request_id_; } inline int32_t AutoCompleteRequest::request_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.request_id) @@ -14277,7 +14559,7 @@ inline int32_t AutoCompleteRequest::request_id() const { } inline void AutoCompleteRequest::_internal_set_request_id(int32_t value) { - request_id_ = value; + _impl_.request_id_ = value; } inline void AutoCompleteRequest::set_request_id(int32_t value) { _internal_set_request_id(value); @@ -14292,12 +14574,12 @@ inline bool AutoCompleteRequest::has_open_document() const { return _internal_has_open_document(); } inline void AutoCompleteRequest::set_has_open_document() { - _oneof_case_[0] = kOpenDocument; + _impl_._oneof_case_[0] = kOpenDocument; } inline void AutoCompleteRequest::clear_open_document() { if (_internal_has_open_document()) { if (GetArenaForAllocation() == nullptr) { - delete request_.open_document_; + delete _impl_.request_.open_document_; } clear_has_request(); } @@ -14306,11 +14588,11 @@ inline ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* Aut // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.open_document) if (_internal_has_open_document()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* temp = request_.open_document_; + ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* temp = _impl_.request_.open_document_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - request_.open_document_ = nullptr; + _impl_.request_.open_document_ = nullptr; return temp; } else { return nullptr; @@ -14318,7 +14600,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* Aut } inline const ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest& AutoCompleteRequest::_internal_open_document() const { return _internal_has_open_document() - ? *request_.open_document_ + ? *_impl_.request_.open_document_ : reinterpret_cast< ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest&>(::io::deephaven::proto::backplane::script::grpc::_OpenDocumentRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest& AutoCompleteRequest::open_document() const { @@ -14329,8 +14611,8 @@ inline ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* Aut // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.open_document) if (_internal_has_open_document()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* temp = request_.open_document_; - request_.open_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* temp = _impl_.request_.open_document_; + _impl_.request_.open_document_ = nullptr; return temp; } else { return nullptr; @@ -14340,7 +14622,7 @@ inline void AutoCompleteRequest::unsafe_arena_set_allocated_open_document(::io:: clear_request(); if (open_document) { set_has_open_document(); - request_.open_document_ = open_document; + _impl_.request_.open_document_ = open_document; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.open_document) } @@ -14348,9 +14630,9 @@ inline ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* Aut if (!_internal_has_open_document()) { clear_request(); set_has_open_document(); - request_.open_document_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest >(GetArenaForAllocation()); + _impl_.request_.open_document_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest >(GetArenaForAllocation()); } - return request_.open_document_; + return _impl_.request_.open_document_; } inline ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* AutoCompleteRequest::mutable_open_document() { ::io::deephaven::proto::backplane::script::grpc::OpenDocumentRequest* _msg = _internal_mutable_open_document(); @@ -14366,12 +14648,12 @@ inline bool AutoCompleteRequest::has_change_document() const { return _internal_has_change_document(); } inline void AutoCompleteRequest::set_has_change_document() { - _oneof_case_[0] = kChangeDocument; + _impl_._oneof_case_[0] = kChangeDocument; } inline void AutoCompleteRequest::clear_change_document() { if (_internal_has_change_document()) { if (GetArenaForAllocation() == nullptr) { - delete request_.change_document_; + delete _impl_.request_.change_document_; } clear_has_request(); } @@ -14380,11 +14662,11 @@ inline ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest* A // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.change_document) if (_internal_has_change_document()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest* temp = request_.change_document_; + ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest* temp = _impl_.request_.change_document_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - request_.change_document_ = nullptr; + _impl_.request_.change_document_ = nullptr; return temp; } else { return nullptr; @@ -14392,7 +14674,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest* A } inline const ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest& AutoCompleteRequest::_internal_change_document() const { return _internal_has_change_document() - ? *request_.change_document_ + ? *_impl_.request_.change_document_ : reinterpret_cast< ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest&>(::io::deephaven::proto::backplane::script::grpc::_ChangeDocumentRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest& AutoCompleteRequest::change_document() const { @@ -14403,8 +14685,8 @@ inline ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest* A // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.change_document) if (_internal_has_change_document()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest* temp = request_.change_document_; - request_.change_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest* temp = _impl_.request_.change_document_; + _impl_.request_.change_document_ = nullptr; return temp; } else { return nullptr; @@ -14414,7 +14696,7 @@ inline void AutoCompleteRequest::unsafe_arena_set_allocated_change_document(::io clear_request(); if (change_document) { set_has_change_document(); - request_.change_document_ = change_document; + _impl_.request_.change_document_ = change_document; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.change_document) } @@ -14422,9 +14704,9 @@ inline ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest* A if (!_internal_has_change_document()) { clear_request(); set_has_change_document(); - request_.change_document_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest >(GetArenaForAllocation()); + _impl_.request_.change_document_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest >(GetArenaForAllocation()); } - return request_.change_document_; + return _impl_.request_.change_document_; } inline ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest* AutoCompleteRequest::mutable_change_document() { ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest* _msg = _internal_mutable_change_document(); @@ -14440,12 +14722,12 @@ inline bool AutoCompleteRequest::has_get_completion_items() const { return _internal_has_get_completion_items(); } inline void AutoCompleteRequest::set_has_get_completion_items() { - _oneof_case_[0] = kGetCompletionItems; + _impl_._oneof_case_[0] = kGetCompletionItems; } inline void AutoCompleteRequest::clear_get_completion_items() { if (_internal_has_get_completion_items()) { if (GetArenaForAllocation() == nullptr) { - delete request_.get_completion_items_; + delete _impl_.request_.get_completion_items_; } clear_has_request(); } @@ -14454,11 +14736,11 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsReques // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_completion_items) if (_internal_has_get_completion_items()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest* temp = request_.get_completion_items_; + ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest* temp = _impl_.request_.get_completion_items_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - request_.get_completion_items_ = nullptr; + _impl_.request_.get_completion_items_ = nullptr; return temp; } else { return nullptr; @@ -14466,7 +14748,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsReques } inline const ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest& AutoCompleteRequest::_internal_get_completion_items() const { return _internal_has_get_completion_items() - ? *request_.get_completion_items_ + ? *_impl_.request_.get_completion_items_ : reinterpret_cast< ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest&>(::io::deephaven::proto::backplane::script::grpc::_GetCompletionItemsRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest& AutoCompleteRequest::get_completion_items() const { @@ -14477,8 +14759,8 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsReques // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_completion_items) if (_internal_has_get_completion_items()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest* temp = request_.get_completion_items_; - request_.get_completion_items_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest* temp = _impl_.request_.get_completion_items_; + _impl_.request_.get_completion_items_ = nullptr; return temp; } else { return nullptr; @@ -14488,7 +14770,7 @@ inline void AutoCompleteRequest::unsafe_arena_set_allocated_get_completion_items clear_request(); if (get_completion_items) { set_has_get_completion_items(); - request_.get_completion_items_ = get_completion_items; + _impl_.request_.get_completion_items_ = get_completion_items; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_completion_items) } @@ -14496,9 +14778,9 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsReques if (!_internal_has_get_completion_items()) { clear_request(); set_has_get_completion_items(); - request_.get_completion_items_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest >(GetArenaForAllocation()); + _impl_.request_.get_completion_items_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest >(GetArenaForAllocation()); } - return request_.get_completion_items_; + return _impl_.request_.get_completion_items_; } inline ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest* AutoCompleteRequest::mutable_get_completion_items() { ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRequest* _msg = _internal_mutable_get_completion_items(); @@ -14514,12 +14796,12 @@ inline bool AutoCompleteRequest::has_get_signature_help() const { return _internal_has_get_signature_help(); } inline void AutoCompleteRequest::set_has_get_signature_help() { - _oneof_case_[0] = kGetSignatureHelp; + _impl_._oneof_case_[0] = kGetSignatureHelp; } inline void AutoCompleteRequest::clear_get_signature_help() { if (_internal_has_get_signature_help()) { if (GetArenaForAllocation() == nullptr) { - delete request_.get_signature_help_; + delete _impl_.request_.get_signature_help_; } clear_has_request(); } @@ -14528,11 +14810,11 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest* // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_signature_help) if (_internal_has_get_signature_help()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest* temp = request_.get_signature_help_; + ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest* temp = _impl_.request_.get_signature_help_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - request_.get_signature_help_ = nullptr; + _impl_.request_.get_signature_help_ = nullptr; return temp; } else { return nullptr; @@ -14540,7 +14822,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest* } inline const ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest& AutoCompleteRequest::_internal_get_signature_help() const { return _internal_has_get_signature_help() - ? *request_.get_signature_help_ + ? *_impl_.request_.get_signature_help_ : reinterpret_cast< ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest&>(::io::deephaven::proto::backplane::script::grpc::_GetSignatureHelpRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest& AutoCompleteRequest::get_signature_help() const { @@ -14551,8 +14833,8 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest* // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_signature_help) if (_internal_has_get_signature_help()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest* temp = request_.get_signature_help_; - request_.get_signature_help_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest* temp = _impl_.request_.get_signature_help_; + _impl_.request_.get_signature_help_ = nullptr; return temp; } else { return nullptr; @@ -14562,7 +14844,7 @@ inline void AutoCompleteRequest::unsafe_arena_set_allocated_get_signature_help(: clear_request(); if (get_signature_help) { set_has_get_signature_help(); - request_.get_signature_help_ = get_signature_help; + _impl_.request_.get_signature_help_ = get_signature_help; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_signature_help) } @@ -14570,9 +14852,9 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest* if (!_internal_has_get_signature_help()) { clear_request(); set_has_get_signature_help(); - request_.get_signature_help_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest >(GetArenaForAllocation()); + _impl_.request_.get_signature_help_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest >(GetArenaForAllocation()); } - return request_.get_signature_help_; + return _impl_.request_.get_signature_help_; } inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest* AutoCompleteRequest::mutable_get_signature_help() { ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRequest* _msg = _internal_mutable_get_signature_help(); @@ -14588,12 +14870,12 @@ inline bool AutoCompleteRequest::has_get_hover() const { return _internal_has_get_hover(); } inline void AutoCompleteRequest::set_has_get_hover() { - _oneof_case_[0] = kGetHover; + _impl_._oneof_case_[0] = kGetHover; } inline void AutoCompleteRequest::clear_get_hover() { if (_internal_has_get_hover()) { if (GetArenaForAllocation() == nullptr) { - delete request_.get_hover_; + delete _impl_.request_.get_hover_; } clear_has_request(); } @@ -14602,11 +14884,11 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest* AutoCom // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_hover) if (_internal_has_get_hover()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest* temp = request_.get_hover_; + ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest* temp = _impl_.request_.get_hover_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - request_.get_hover_ = nullptr; + _impl_.request_.get_hover_ = nullptr; return temp; } else { return nullptr; @@ -14614,7 +14896,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest* AutoCom } inline const ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest& AutoCompleteRequest::_internal_get_hover() const { return _internal_has_get_hover() - ? *request_.get_hover_ + ? *_impl_.request_.get_hover_ : reinterpret_cast< ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest&>(::io::deephaven::proto::backplane::script::grpc::_GetHoverRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest& AutoCompleteRequest::get_hover() const { @@ -14625,8 +14907,8 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest* AutoCom // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_hover) if (_internal_has_get_hover()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest* temp = request_.get_hover_; - request_.get_hover_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest* temp = _impl_.request_.get_hover_; + _impl_.request_.get_hover_ = nullptr; return temp; } else { return nullptr; @@ -14636,7 +14918,7 @@ inline void AutoCompleteRequest::unsafe_arena_set_allocated_get_hover(::io::deep clear_request(); if (get_hover) { set_has_get_hover(); - request_.get_hover_ = get_hover; + _impl_.request_.get_hover_ = get_hover; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_hover) } @@ -14644,9 +14926,9 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest* AutoCom if (!_internal_has_get_hover()) { clear_request(); set_has_get_hover(); - request_.get_hover_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest >(GetArenaForAllocation()); + _impl_.request_.get_hover_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest >(GetArenaForAllocation()); } - return request_.get_hover_; + return _impl_.request_.get_hover_; } inline ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest* AutoCompleteRequest::mutable_get_hover() { ::io::deephaven::proto::backplane::script::grpc::GetHoverRequest* _msg = _internal_mutable_get_hover(); @@ -14662,12 +14944,12 @@ inline bool AutoCompleteRequest::has_get_diagnostic() const { return _internal_has_get_diagnostic(); } inline void AutoCompleteRequest::set_has_get_diagnostic() { - _oneof_case_[0] = kGetDiagnostic; + _impl_._oneof_case_[0] = kGetDiagnostic; } inline void AutoCompleteRequest::clear_get_diagnostic() { if (_internal_has_get_diagnostic()) { if (GetArenaForAllocation() == nullptr) { - delete request_.get_diagnostic_; + delete _impl_.request_.get_diagnostic_; } clear_has_request(); } @@ -14676,11 +14958,11 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest* Au // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_diagnostic) if (_internal_has_get_diagnostic()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest* temp = request_.get_diagnostic_; + ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest* temp = _impl_.request_.get_diagnostic_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - request_.get_diagnostic_ = nullptr; + _impl_.request_.get_diagnostic_ = nullptr; return temp; } else { return nullptr; @@ -14688,7 +14970,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest* Au } inline const ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest& AutoCompleteRequest::_internal_get_diagnostic() const { return _internal_has_get_diagnostic() - ? *request_.get_diagnostic_ + ? *_impl_.request_.get_diagnostic_ : reinterpret_cast< ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest&>(::io::deephaven::proto::backplane::script::grpc::_GetDiagnosticRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest& AutoCompleteRequest::get_diagnostic() const { @@ -14699,8 +14981,8 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest* Au // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_diagnostic) if (_internal_has_get_diagnostic()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest* temp = request_.get_diagnostic_; - request_.get_diagnostic_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest* temp = _impl_.request_.get_diagnostic_; + _impl_.request_.get_diagnostic_ = nullptr; return temp; } else { return nullptr; @@ -14710,7 +14992,7 @@ inline void AutoCompleteRequest::unsafe_arena_set_allocated_get_diagnostic(::io: clear_request(); if (get_diagnostic) { set_has_get_diagnostic(); - request_.get_diagnostic_ = get_diagnostic; + _impl_.request_.get_diagnostic_ = get_diagnostic; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.get_diagnostic) } @@ -14718,9 +15000,9 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest* Au if (!_internal_has_get_diagnostic()) { clear_request(); set_has_get_diagnostic(); - request_.get_diagnostic_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest >(GetArenaForAllocation()); + _impl_.request_.get_diagnostic_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest >(GetArenaForAllocation()); } - return request_.get_diagnostic_; + return _impl_.request_.get_diagnostic_; } inline ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest* AutoCompleteRequest::mutable_get_diagnostic() { ::io::deephaven::proto::backplane::script::grpc::GetDiagnosticRequest* _msg = _internal_mutable_get_diagnostic(); @@ -14736,12 +15018,12 @@ inline bool AutoCompleteRequest::has_close_document() const { return _internal_has_close_document(); } inline void AutoCompleteRequest::set_has_close_document() { - _oneof_case_[0] = kCloseDocument; + _impl_._oneof_case_[0] = kCloseDocument; } inline void AutoCompleteRequest::clear_close_document() { if (_internal_has_close_document()) { if (GetArenaForAllocation() == nullptr) { - delete request_.close_document_; + delete _impl_.request_.close_document_; } clear_has_request(); } @@ -14750,11 +15032,11 @@ inline ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest* Au // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.close_document) if (_internal_has_close_document()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest* temp = request_.close_document_; + ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest* temp = _impl_.request_.close_document_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - request_.close_document_ = nullptr; + _impl_.request_.close_document_ = nullptr; return temp; } else { return nullptr; @@ -14762,7 +15044,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest* Au } inline const ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest& AutoCompleteRequest::_internal_close_document() const { return _internal_has_close_document() - ? *request_.close_document_ + ? *_impl_.request_.close_document_ : reinterpret_cast< ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest&>(::io::deephaven::proto::backplane::script::grpc::_CloseDocumentRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest& AutoCompleteRequest::close_document() const { @@ -14773,8 +15055,8 @@ inline ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest* Au // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.close_document) if (_internal_has_close_document()) { clear_has_request(); - ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest* temp = request_.close_document_; - request_.close_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest* temp = _impl_.request_.close_document_; + _impl_.request_.close_document_ = nullptr; return temp; } else { return nullptr; @@ -14784,7 +15066,7 @@ inline void AutoCompleteRequest::unsafe_arena_set_allocated_close_document(::io: clear_request(); if (close_document) { set_has_close_document(); - request_.close_document_ = close_document; + _impl_.request_.close_document_ = close_document; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteRequest.close_document) } @@ -14792,9 +15074,9 @@ inline ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest* Au if (!_internal_has_close_document()) { clear_request(); set_has_close_document(); - request_.close_document_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest >(GetArenaForAllocation()); + _impl_.request_.close_document_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest >(GetArenaForAllocation()); } - return request_.close_document_; + return _impl_.request_.close_document_; } inline ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest* AutoCompleteRequest::mutable_close_document() { ::io::deephaven::proto::backplane::script::grpc::CloseDocumentRequest* _msg = _internal_mutable_close_document(); @@ -14806,10 +15088,10 @@ inline bool AutoCompleteRequest::has_request() const { return request_case() != REQUEST_NOT_SET; } inline void AutoCompleteRequest::clear_has_request() { - _oneof_case_[0] = REQUEST_NOT_SET; + _impl_._oneof_case_[0] = REQUEST_NOT_SET; } inline AutoCompleteRequest::RequestCase AutoCompleteRequest::request_case() const { - return AutoCompleteRequest::RequestCase(_oneof_case_[0]); + return AutoCompleteRequest::RequestCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -14817,10 +15099,10 @@ inline AutoCompleteRequest::RequestCase AutoCompleteRequest::request_case() cons // int32 request_id = 2; inline void AutoCompleteResponse::clear_request_id() { - request_id_ = 0; + _impl_.request_id_ = 0; } inline int32_t AutoCompleteResponse::_internal_request_id() const { - return request_id_; + return _impl_.request_id_; } inline int32_t AutoCompleteResponse::request_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.request_id) @@ -14828,7 +15110,7 @@ inline int32_t AutoCompleteResponse::request_id() const { } inline void AutoCompleteResponse::_internal_set_request_id(int32_t value) { - request_id_ = value; + _impl_.request_id_ = value; } inline void AutoCompleteResponse::set_request_id(int32_t value) { _internal_set_request_id(value); @@ -14837,10 +15119,10 @@ inline void AutoCompleteResponse::set_request_id(int32_t value) { // bool success = 3; inline void AutoCompleteResponse::clear_success() { - success_ = false; + _impl_.success_ = false; } inline bool AutoCompleteResponse::_internal_success() const { - return success_; + return _impl_.success_; } inline bool AutoCompleteResponse::success() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.success) @@ -14848,7 +15130,7 @@ inline bool AutoCompleteResponse::success() const { } inline void AutoCompleteResponse::_internal_set_success(bool value) { - success_ = value; + _impl_.success_ = value; } inline void AutoCompleteResponse::set_success(bool value) { _internal_set_success(value); @@ -14863,12 +15145,12 @@ inline bool AutoCompleteResponse::has_completion_items() const { return _internal_has_completion_items(); } inline void AutoCompleteResponse::set_has_completion_items() { - _oneof_case_[0] = kCompletionItems; + _impl_._oneof_case_[0] = kCompletionItems; } inline void AutoCompleteResponse::clear_completion_items() { if (_internal_has_completion_items()) { if (GetArenaForAllocation() == nullptr) { - delete response_.completion_items_; + delete _impl_.response_.completion_items_; } clear_has_response(); } @@ -14877,11 +15159,11 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRespon // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.completion_items) if (_internal_has_completion_items()) { clear_has_response(); - ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse* temp = response_.completion_items_; + ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse* temp = _impl_.response_.completion_items_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - response_.completion_items_ = nullptr; + _impl_.response_.completion_items_ = nullptr; return temp; } else { return nullptr; @@ -14889,7 +15171,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRespon } inline const ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse& AutoCompleteResponse::_internal_completion_items() const { return _internal_has_completion_items() - ? *response_.completion_items_ + ? *_impl_.response_.completion_items_ : reinterpret_cast< ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse&>(::io::deephaven::proto::backplane::script::grpc::_GetCompletionItemsResponse_default_instance_); } inline const ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse& AutoCompleteResponse::completion_items() const { @@ -14900,8 +15182,8 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRespon // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.completion_items) if (_internal_has_completion_items()) { clear_has_response(); - ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse* temp = response_.completion_items_; - response_.completion_items_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse* temp = _impl_.response_.completion_items_; + _impl_.response_.completion_items_ = nullptr; return temp; } else { return nullptr; @@ -14911,7 +15193,7 @@ inline void AutoCompleteResponse::unsafe_arena_set_allocated_completion_items(:: clear_response(); if (completion_items) { set_has_completion_items(); - response_.completion_items_ = completion_items; + _impl_.response_.completion_items_ = completion_items; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.completion_items) } @@ -14919,9 +15201,9 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsRespon if (!_internal_has_completion_items()) { clear_response(); set_has_completion_items(); - response_.completion_items_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse >(GetArenaForAllocation()); + _impl_.response_.completion_items_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse >(GetArenaForAllocation()); } - return response_.completion_items_; + return _impl_.response_.completion_items_; } inline ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse* AutoCompleteResponse::mutable_completion_items() { ::io::deephaven::proto::backplane::script::grpc::GetCompletionItemsResponse* _msg = _internal_mutable_completion_items(); @@ -14937,12 +15219,12 @@ inline bool AutoCompleteResponse::has_signatures() const { return _internal_has_signatures(); } inline void AutoCompleteResponse::set_has_signatures() { - _oneof_case_[0] = kSignatures; + _impl_._oneof_case_[0] = kSignatures; } inline void AutoCompleteResponse::clear_signatures() { if (_internal_has_signatures()) { if (GetArenaForAllocation() == nullptr) { - delete response_.signatures_; + delete _impl_.response_.signatures_; } clear_has_response(); } @@ -14951,11 +15233,11 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.signatures) if (_internal_has_signatures()) { clear_has_response(); - ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* temp = response_.signatures_; + ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* temp = _impl_.response_.signatures_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - response_.signatures_ = nullptr; + _impl_.response_.signatures_ = nullptr; return temp; } else { return nullptr; @@ -14963,7 +15245,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse } inline const ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse& AutoCompleteResponse::_internal_signatures() const { return _internal_has_signatures() - ? *response_.signatures_ + ? *_impl_.response_.signatures_ : reinterpret_cast< ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse&>(::io::deephaven::proto::backplane::script::grpc::_GetSignatureHelpResponse_default_instance_); } inline const ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse& AutoCompleteResponse::signatures() const { @@ -14974,8 +15256,8 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.signatures) if (_internal_has_signatures()) { clear_has_response(); - ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* temp = response_.signatures_; - response_.signatures_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* temp = _impl_.response_.signatures_; + _impl_.response_.signatures_ = nullptr; return temp; } else { return nullptr; @@ -14985,7 +15267,7 @@ inline void AutoCompleteResponse::unsafe_arena_set_allocated_signatures(::io::de clear_response(); if (signatures) { set_has_signatures(); - response_.signatures_ = signatures; + _impl_.response_.signatures_ = signatures; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.signatures) } @@ -14993,9 +15275,9 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse if (!_internal_has_signatures()) { clear_response(); set_has_signatures(); - response_.signatures_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse >(GetArenaForAllocation()); + _impl_.response_.signatures_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse >(GetArenaForAllocation()); } - return response_.signatures_; + return _impl_.response_.signatures_; } inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* AutoCompleteResponse::mutable_signatures() { ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* _msg = _internal_mutable_signatures(); @@ -15011,12 +15293,12 @@ inline bool AutoCompleteResponse::has_hover() const { return _internal_has_hover(); } inline void AutoCompleteResponse::set_has_hover() { - _oneof_case_[0] = kHover; + _impl_._oneof_case_[0] = kHover; } inline void AutoCompleteResponse::clear_hover() { if (_internal_has_hover()) { if (GetArenaForAllocation() == nullptr) { - delete response_.hover_; + delete _impl_.response_.hover_; } clear_has_response(); } @@ -15025,11 +15307,11 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse* AutoCo // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.hover) if (_internal_has_hover()) { clear_has_response(); - ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse* temp = response_.hover_; + ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse* temp = _impl_.response_.hover_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - response_.hover_ = nullptr; + _impl_.response_.hover_ = nullptr; return temp; } else { return nullptr; @@ -15037,7 +15319,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse* AutoCo } inline const ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse& AutoCompleteResponse::_internal_hover() const { return _internal_has_hover() - ? *response_.hover_ + ? *_impl_.response_.hover_ : reinterpret_cast< ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse&>(::io::deephaven::proto::backplane::script::grpc::_GetHoverResponse_default_instance_); } inline const ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse& AutoCompleteResponse::hover() const { @@ -15048,8 +15330,8 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse* AutoCo // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.hover) if (_internal_has_hover()) { clear_has_response(); - ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse* temp = response_.hover_; - response_.hover_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse* temp = _impl_.response_.hover_; + _impl_.response_.hover_ = nullptr; return temp; } else { return nullptr; @@ -15059,7 +15341,7 @@ inline void AutoCompleteResponse::unsafe_arena_set_allocated_hover(::io::deephav clear_response(); if (hover) { set_has_hover(); - response_.hover_ = hover; + _impl_.response_.hover_ = hover; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.hover) } @@ -15067,9 +15349,9 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse* AutoCo if (!_internal_has_hover()) { clear_response(); set_has_hover(); - response_.hover_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse >(GetArenaForAllocation()); + _impl_.response_.hover_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse >(GetArenaForAllocation()); } - return response_.hover_; + return _impl_.response_.hover_; } inline ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse* AutoCompleteResponse::mutable_hover() { ::io::deephaven::proto::backplane::script::grpc::GetHoverResponse* _msg = _internal_mutable_hover(); @@ -15085,12 +15367,12 @@ inline bool AutoCompleteResponse::has_diagnostic() const { return _internal_has_diagnostic(); } inline void AutoCompleteResponse::set_has_diagnostic() { - _oneof_case_[0] = kDiagnostic; + _impl_._oneof_case_[0] = kDiagnostic; } inline void AutoCompleteResponse::clear_diagnostic() { if (_internal_has_diagnostic()) { if (GetArenaForAllocation() == nullptr) { - delete response_.diagnostic_; + delete _impl_.response_.diagnostic_; } clear_has_response(); } @@ -15099,11 +15381,11 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticRespons // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.diagnostic) if (_internal_has_diagnostic()) { clear_has_response(); - ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse* temp = response_.diagnostic_; + ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse* temp = _impl_.response_.diagnostic_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - response_.diagnostic_ = nullptr; + _impl_.response_.diagnostic_ = nullptr; return temp; } else { return nullptr; @@ -15111,7 +15393,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticRespons } inline const ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse& AutoCompleteResponse::_internal_diagnostic() const { return _internal_has_diagnostic() - ? *response_.diagnostic_ + ? *_impl_.response_.diagnostic_ : reinterpret_cast< ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse&>(::io::deephaven::proto::backplane::script::grpc::_GetPullDiagnosticResponse_default_instance_); } inline const ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse& AutoCompleteResponse::diagnostic() const { @@ -15122,8 +15404,8 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticRespons // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.diagnostic) if (_internal_has_diagnostic()) { clear_has_response(); - ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse* temp = response_.diagnostic_; - response_.diagnostic_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse* temp = _impl_.response_.diagnostic_; + _impl_.response_.diagnostic_ = nullptr; return temp; } else { return nullptr; @@ -15133,7 +15415,7 @@ inline void AutoCompleteResponse::unsafe_arena_set_allocated_diagnostic(::io::de clear_response(); if (diagnostic) { set_has_diagnostic(); - response_.diagnostic_ = diagnostic; + _impl_.response_.diagnostic_ = diagnostic; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.diagnostic) } @@ -15141,9 +15423,9 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticRespons if (!_internal_has_diagnostic()) { clear_response(); set_has_diagnostic(); - response_.diagnostic_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse >(GetArenaForAllocation()); + _impl_.response_.diagnostic_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse >(GetArenaForAllocation()); } - return response_.diagnostic_; + return _impl_.response_.diagnostic_; } inline ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse* AutoCompleteResponse::mutable_diagnostic() { ::io::deephaven::proto::backplane::script::grpc::GetPullDiagnosticResponse* _msg = _internal_mutable_diagnostic(); @@ -15159,12 +15441,12 @@ inline bool AutoCompleteResponse::has_diagnostic_publish() const { return _internal_has_diagnostic_publish(); } inline void AutoCompleteResponse::set_has_diagnostic_publish() { - _oneof_case_[0] = kDiagnosticPublish; + _impl_._oneof_case_[0] = kDiagnosticPublish; } inline void AutoCompleteResponse::clear_diagnostic_publish() { if (_internal_has_diagnostic_publish()) { if (GetArenaForAllocation() == nullptr) { - delete response_.diagnostic_publish_; + delete _impl_.response_.diagnostic_publish_; } clear_has_response(); } @@ -15173,11 +15455,11 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResp // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.diagnostic_publish) if (_internal_has_diagnostic_publish()) { clear_has_response(); - ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse* temp = response_.diagnostic_publish_; + ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse* temp = _impl_.response_.diagnostic_publish_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - response_.diagnostic_publish_ = nullptr; + _impl_.response_.diagnostic_publish_ = nullptr; return temp; } else { return nullptr; @@ -15185,7 +15467,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResp } inline const ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse& AutoCompleteResponse::_internal_diagnostic_publish() const { return _internal_has_diagnostic_publish() - ? *response_.diagnostic_publish_ + ? *_impl_.response_.diagnostic_publish_ : reinterpret_cast< ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse&>(::io::deephaven::proto::backplane::script::grpc::_GetPublishDiagnosticResponse_default_instance_); } inline const ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse& AutoCompleteResponse::diagnostic_publish() const { @@ -15196,8 +15478,8 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResp // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.diagnostic_publish) if (_internal_has_diagnostic_publish()) { clear_has_response(); - ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse* temp = response_.diagnostic_publish_; - response_.diagnostic_publish_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse* temp = _impl_.response_.diagnostic_publish_; + _impl_.response_.diagnostic_publish_ = nullptr; return temp; } else { return nullptr; @@ -15207,7 +15489,7 @@ inline void AutoCompleteResponse::unsafe_arena_set_allocated_diagnostic_publish( clear_response(); if (diagnostic_publish) { set_has_diagnostic_publish(); - response_.diagnostic_publish_ = diagnostic_publish; + _impl_.response_.diagnostic_publish_ = diagnostic_publish; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.AutoCompleteResponse.diagnostic_publish) } @@ -15215,9 +15497,9 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResp if (!_internal_has_diagnostic_publish()) { clear_response(); set_has_diagnostic_publish(); - response_.diagnostic_publish_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse >(GetArenaForAllocation()); + _impl_.response_.diagnostic_publish_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse >(GetArenaForAllocation()); } - return response_.diagnostic_publish_; + return _impl_.response_.diagnostic_publish_; } inline ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse* AutoCompleteResponse::mutable_diagnostic_publish() { ::io::deephaven::proto::backplane::script::grpc::GetPublishDiagnosticResponse* _msg = _internal_mutable_diagnostic_publish(); @@ -15229,10 +15511,10 @@ inline bool AutoCompleteResponse::has_response() const { return response_case() != RESPONSE_NOT_SET; } inline void AutoCompleteResponse::clear_has_response() { - _oneof_case_[0] = RESPONSE_NOT_SET; + _impl_._oneof_case_[0] = RESPONSE_NOT_SET; } inline AutoCompleteResponse::ResponseCase AutoCompleteResponse::response_case() const { - return AutoCompleteResponse::ResponseCase(_oneof_case_[0]); + return AutoCompleteResponse::ResponseCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -15244,13 +15526,13 @@ inline AutoCompleteResponse::ResponseCase AutoCompleteResponse::response_case() // .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true]; inline bool OpenDocumentRequest::_internal_has_console_id() const { - return this != internal_default_instance() && console_id_ != nullptr; + return this != internal_default_instance() && _impl_.console_id_ != nullptr; } inline bool OpenDocumentRequest::has_console_id() const { return _internal_has_console_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& OpenDocumentRequest::_internal_console_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = console_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.console_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -15261,9 +15543,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& OpenDocumentReques inline void OpenDocumentRequest::unsafe_arena_set_allocated_console_id( ::io::deephaven::proto::backplane::grpc::Ticket* console_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } - console_id_ = console_id; + _impl_.console_id_ = console_id; if (console_id) { } else { @@ -15273,8 +15555,8 @@ inline void OpenDocumentRequest::unsafe_arena_set_allocated_console_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* OpenDocumentRequest::release_console_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -15289,17 +15571,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* OpenDocumentRequest::rel inline ::io::deephaven::proto::backplane::grpc::Ticket* OpenDocumentRequest::unsafe_arena_release_console_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest.console_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* OpenDocumentRequest::_internal_mutable_console_id() { - if (console_id_ == nullptr) { + if (_impl_.console_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - console_id_ = p; + _impl_.console_id_ = p; } - return console_id_; + return _impl_.console_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* OpenDocumentRequest::mutable_console_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_console_id(); @@ -15309,7 +15591,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* OpenDocumentRequest::mut inline void OpenDocumentRequest::set_allocated_console_id(::io::deephaven::proto::backplane::grpc::Ticket* console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } if (console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -15323,25 +15605,25 @@ inline void OpenDocumentRequest::set_allocated_console_id(::io::deephaven::proto } else { } - console_id_ = console_id; + _impl_.console_id_ = console_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest.console_id) } // .io.deephaven.proto.backplane.script.grpc.TextDocumentItem text_document = 2; inline bool OpenDocumentRequest::_internal_has_text_document() const { - return this != internal_default_instance() && text_document_ != nullptr; + return this != internal_default_instance() && _impl_.text_document_ != nullptr; } inline bool OpenDocumentRequest::has_text_document() const { return _internal_has_text_document(); } inline void OpenDocumentRequest::clear_text_document() { - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; + _impl_.text_document_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem& OpenDocumentRequest::_internal_text_document() const { - const ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* p = text_document_; + const ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* p = _impl_.text_document_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_TextDocumentItem_default_instance_); } @@ -15352,9 +15634,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem& inline void OpenDocumentRequest::unsafe_arena_set_allocated_text_document( ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* text_document) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(text_document_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.text_document_); } - text_document_ = text_document; + _impl_.text_document_ = text_document; if (text_document) { } else { @@ -15364,8 +15646,8 @@ inline void OpenDocumentRequest::unsafe_arena_set_allocated_text_document( } inline ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* OpenDocumentRequest::release_text_document() { - ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -15380,17 +15662,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* OpenDo inline ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* OpenDocumentRequest::unsafe_arena_release_text_document() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest.text_document) - ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* OpenDocumentRequest::_internal_mutable_text_document() { - if (text_document_ == nullptr) { + if (_impl_.text_document_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::TextDocumentItem>(GetArenaForAllocation()); - text_document_ = p; + _impl_.text_document_ = p; } - return text_document_; + return _impl_.text_document_; } inline ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* OpenDocumentRequest::mutable_text_document() { ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* _msg = _internal_mutable_text_document(); @@ -15400,7 +15682,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* OpenDo inline void OpenDocumentRequest::set_allocated_text_document(::io::deephaven::proto::backplane::script::grpc::TextDocumentItem* text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete text_document_; + delete _impl_.text_document_; } if (text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -15413,7 +15695,7 @@ inline void OpenDocumentRequest::set_allocated_text_document(::io::deephaven::pr } else { } - text_document_ = text_document; + _impl_.text_document_ = text_document; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.OpenDocumentRequest.text_document) } @@ -15423,7 +15705,7 @@ inline void OpenDocumentRequest::set_allocated_text_document(::io::deephaven::pr // string uri = 1; inline void TextDocumentItem::clear_uri() { - uri_.ClearToEmpty(); + _impl_.uri_.ClearToEmpty(); } inline const std::string& TextDocumentItem::uri() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.uri) @@ -15433,7 +15715,7 @@ template inline PROTOBUF_ALWAYS_INLINE void TextDocumentItem::set_uri(ArgT0&& arg0, ArgT... args) { - uri_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.uri_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.uri) } inline std::string* TextDocumentItem::mutable_uri() { @@ -15442,19 +15724,19 @@ inline std::string* TextDocumentItem::mutable_uri() { return _s; } inline const std::string& TextDocumentItem::_internal_uri() const { - return uri_.Get(); + return _impl_.uri_.Get(); } inline void TextDocumentItem::_internal_set_uri(const std::string& value) { - uri_.Set(value, GetArenaForAllocation()); + _impl_.uri_.Set(value, GetArenaForAllocation()); } inline std::string* TextDocumentItem::_internal_mutable_uri() { - return uri_.Mutable(GetArenaForAllocation()); + return _impl_.uri_.Mutable(GetArenaForAllocation()); } inline std::string* TextDocumentItem::release_uri() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.uri) - return uri_.Release(); + return _impl_.uri_.Release(); } inline void TextDocumentItem::set_allocated_uri(std::string* uri) { if (uri != nullptr) { @@ -15462,10 +15744,10 @@ inline void TextDocumentItem::set_allocated_uri(std::string* uri) { } else { } - uri_.SetAllocated(uri, GetArenaForAllocation()); + _impl_.uri_.SetAllocated(uri, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (uri_.IsDefault()) { - uri_.Set("", GetArenaForAllocation()); + if (_impl_.uri_.IsDefault()) { + _impl_.uri_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.uri) @@ -15473,7 +15755,7 @@ inline void TextDocumentItem::set_allocated_uri(std::string* uri) { // string language_id = 2; inline void TextDocumentItem::clear_language_id() { - language_id_.ClearToEmpty(); + _impl_.language_id_.ClearToEmpty(); } inline const std::string& TextDocumentItem::language_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.language_id) @@ -15483,7 +15765,7 @@ template inline PROTOBUF_ALWAYS_INLINE void TextDocumentItem::set_language_id(ArgT0&& arg0, ArgT... args) { - language_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.language_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.language_id) } inline std::string* TextDocumentItem::mutable_language_id() { @@ -15492,19 +15774,19 @@ inline std::string* TextDocumentItem::mutable_language_id() { return _s; } inline const std::string& TextDocumentItem::_internal_language_id() const { - return language_id_.Get(); + return _impl_.language_id_.Get(); } inline void TextDocumentItem::_internal_set_language_id(const std::string& value) { - language_id_.Set(value, GetArenaForAllocation()); + _impl_.language_id_.Set(value, GetArenaForAllocation()); } inline std::string* TextDocumentItem::_internal_mutable_language_id() { - return language_id_.Mutable(GetArenaForAllocation()); + return _impl_.language_id_.Mutable(GetArenaForAllocation()); } inline std::string* TextDocumentItem::release_language_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.language_id) - return language_id_.Release(); + return _impl_.language_id_.Release(); } inline void TextDocumentItem::set_allocated_language_id(std::string* language_id) { if (language_id != nullptr) { @@ -15512,10 +15794,10 @@ inline void TextDocumentItem::set_allocated_language_id(std::string* language_id } else { } - language_id_.SetAllocated(language_id, GetArenaForAllocation()); + _impl_.language_id_.SetAllocated(language_id, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (language_id_.IsDefault()) { - language_id_.Set("", GetArenaForAllocation()); + if (_impl_.language_id_.IsDefault()) { + _impl_.language_id_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.language_id) @@ -15523,10 +15805,10 @@ inline void TextDocumentItem::set_allocated_language_id(std::string* language_id // int32 version = 3; inline void TextDocumentItem::clear_version() { - version_ = 0; + _impl_.version_ = 0; } inline int32_t TextDocumentItem::_internal_version() const { - return version_; + return _impl_.version_; } inline int32_t TextDocumentItem::version() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.version) @@ -15534,7 +15816,7 @@ inline int32_t TextDocumentItem::version() const { } inline void TextDocumentItem::_internal_set_version(int32_t value) { - version_ = value; + _impl_.version_ = value; } inline void TextDocumentItem::set_version(int32_t value) { _internal_set_version(value); @@ -15543,7 +15825,7 @@ inline void TextDocumentItem::set_version(int32_t value) { // string text = 4; inline void TextDocumentItem::clear_text() { - text_.ClearToEmpty(); + _impl_.text_.ClearToEmpty(); } inline const std::string& TextDocumentItem::text() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.text) @@ -15553,7 +15835,7 @@ template inline PROTOBUF_ALWAYS_INLINE void TextDocumentItem::set_text(ArgT0&& arg0, ArgT... args) { - text_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.text_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.text) } inline std::string* TextDocumentItem::mutable_text() { @@ -15562,19 +15844,19 @@ inline std::string* TextDocumentItem::mutable_text() { return _s; } inline const std::string& TextDocumentItem::_internal_text() const { - return text_.Get(); + return _impl_.text_.Get(); } inline void TextDocumentItem::_internal_set_text(const std::string& value) { - text_.Set(value, GetArenaForAllocation()); + _impl_.text_.Set(value, GetArenaForAllocation()); } inline std::string* TextDocumentItem::_internal_mutable_text() { - return text_.Mutable(GetArenaForAllocation()); + return _impl_.text_.Mutable(GetArenaForAllocation()); } inline std::string* TextDocumentItem::release_text() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.text) - return text_.Release(); + return _impl_.text_.Release(); } inline void TextDocumentItem::set_allocated_text(std::string* text) { if (text != nullptr) { @@ -15582,10 +15864,10 @@ inline void TextDocumentItem::set_allocated_text(std::string* text) { } else { } - text_.SetAllocated(text, GetArenaForAllocation()); + _impl_.text_.SetAllocated(text, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (text_.IsDefault()) { - text_.Set("", GetArenaForAllocation()); + if (_impl_.text_.IsDefault()) { + _impl_.text_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.TextDocumentItem.text) @@ -15597,13 +15879,13 @@ inline void TextDocumentItem::set_allocated_text(std::string* text) { // .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true]; inline bool CloseDocumentRequest::_internal_has_console_id() const { - return this != internal_default_instance() && console_id_ != nullptr; + return this != internal_default_instance() && _impl_.console_id_ != nullptr; } inline bool CloseDocumentRequest::has_console_id() const { return _internal_has_console_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& CloseDocumentRequest::_internal_console_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = console_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.console_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -15614,9 +15896,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& CloseDocumentReque inline void CloseDocumentRequest::unsafe_arena_set_allocated_console_id( ::io::deephaven::proto::backplane::grpc::Ticket* console_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } - console_id_ = console_id; + _impl_.console_id_ = console_id; if (console_id) { } else { @@ -15626,8 +15908,8 @@ inline void CloseDocumentRequest::unsafe_arena_set_allocated_console_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* CloseDocumentRequest::release_console_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -15642,17 +15924,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* CloseDocumentRequest::re inline ::io::deephaven::proto::backplane::grpc::Ticket* CloseDocumentRequest::unsafe_arena_release_console_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest.console_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* CloseDocumentRequest::_internal_mutable_console_id() { - if (console_id_ == nullptr) { + if (_impl_.console_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - console_id_ = p; + _impl_.console_id_ = p; } - return console_id_; + return _impl_.console_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* CloseDocumentRequest::mutable_console_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_console_id(); @@ -15662,7 +15944,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* CloseDocumentRequest::mu inline void CloseDocumentRequest::set_allocated_console_id(::io::deephaven::proto::backplane::grpc::Ticket* console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } if (console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -15676,25 +15958,25 @@ inline void CloseDocumentRequest::set_allocated_console_id(::io::deephaven::prot } else { } - console_id_ = console_id; + _impl_.console_id_ = console_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest.console_id) } // .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2; inline bool CloseDocumentRequest::_internal_has_text_document() const { - return this != internal_default_instance() && text_document_ != nullptr; + return this != internal_default_instance() && _impl_.text_document_ != nullptr; } inline bool CloseDocumentRequest::has_text_document() const { return _internal_has_text_document(); } inline void CloseDocumentRequest::clear_text_document() { - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; + _impl_.text_document_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& CloseDocumentRequest::_internal_text_document() const { - const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* p = text_document_; + const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* p = _impl_.text_document_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_VersionedTextDocumentIdentifier_default_instance_); } @@ -15705,9 +15987,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocum inline void CloseDocumentRequest::unsafe_arena_set_allocated_text_document( ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(text_document_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.text_document_); } - text_document_ = text_document; + _impl_.text_document_ = text_document; if (text_document) { } else { @@ -15717,8 +15999,8 @@ inline void CloseDocumentRequest::unsafe_arena_set_allocated_text_document( } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* CloseDocumentRequest::release_text_document() { - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -15733,17 +16015,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIde inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* CloseDocumentRequest::unsafe_arena_release_text_document() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest.text_document) - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* CloseDocumentRequest::_internal_mutable_text_document() { - if (text_document_ == nullptr) { + if (_impl_.text_document_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier>(GetArenaForAllocation()); - text_document_ = p; + _impl_.text_document_ = p; } - return text_document_; + return _impl_.text_document_; } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* CloseDocumentRequest::mutable_text_document() { ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* _msg = _internal_mutable_text_document(); @@ -15753,7 +16035,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIde inline void CloseDocumentRequest::set_allocated_text_document(::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete text_document_; + delete _impl_.text_document_; } if (text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -15766,7 +16048,7 @@ inline void CloseDocumentRequest::set_allocated_text_document(::io::deephaven::p } else { } - text_document_ = text_document; + _impl_.text_document_ = text_document; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.CloseDocumentRequest.text_document) } @@ -15776,19 +16058,19 @@ inline void CloseDocumentRequest::set_allocated_text_document(::io::deephaven::p // .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1; inline bool ChangeDocumentRequest_TextDocumentContentChangeEvent::_internal_has_range() const { - return this != internal_default_instance() && range_ != nullptr; + return this != internal_default_instance() && _impl_.range_ != nullptr; } inline bool ChangeDocumentRequest_TextDocumentContentChangeEvent::has_range() const { return _internal_has_range(); } inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::clear_range() { - if (GetArenaForAllocation() == nullptr && range_ != nullptr) { - delete range_; + if (GetArenaForAllocation() == nullptr && _impl_.range_ != nullptr) { + delete _impl_.range_; } - range_ = nullptr; + _impl_.range_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& ChangeDocumentRequest_TextDocumentContentChangeEvent::_internal_range() const { - const ::io::deephaven::proto::backplane::script::grpc::DocumentRange* p = range_; + const ::io::deephaven::proto::backplane::script::grpc::DocumentRange* p = _impl_.range_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_DocumentRange_default_instance_); } @@ -15799,9 +16081,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& Cha inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::unsafe_arena_set_allocated_range( ::io::deephaven::proto::backplane::script::grpc::DocumentRange* range) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(range_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.range_); } - range_ = range; + _impl_.range_ = range; if (range) { } else { @@ -15811,8 +16093,8 @@ inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::unsafe_arena_s } inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* ChangeDocumentRequest_TextDocumentContentChangeEvent::release_range() { - ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = range_; - range_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = _impl_.range_; + _impl_.range_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -15827,17 +16109,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* ChangeDoc inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* ChangeDocumentRequest_TextDocumentContentChangeEvent::unsafe_arena_release_range() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent.range) - ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = range_; - range_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = _impl_.range_; + _impl_.range_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* ChangeDocumentRequest_TextDocumentContentChangeEvent::_internal_mutable_range() { - if (range_ == nullptr) { + if (_impl_.range_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::DocumentRange>(GetArenaForAllocation()); - range_ = p; + _impl_.range_ = p; } - return range_; + return _impl_.range_; } inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* ChangeDocumentRequest_TextDocumentContentChangeEvent::mutable_range() { ::io::deephaven::proto::backplane::script::grpc::DocumentRange* _msg = _internal_mutable_range(); @@ -15847,7 +16129,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* ChangeDoc inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::set_allocated_range(::io::deephaven::proto::backplane::script::grpc::DocumentRange* range) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete range_; + delete _impl_.range_; } if (range) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -15860,16 +16142,16 @@ inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::set_allocated_ } else { } - range_ = range; + _impl_.range_ = range; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent.range) } // int32 range_length = 2; inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::clear_range_length() { - range_length_ = 0; + _impl_.range_length_ = 0; } inline int32_t ChangeDocumentRequest_TextDocumentContentChangeEvent::_internal_range_length() const { - return range_length_; + return _impl_.range_length_; } inline int32_t ChangeDocumentRequest_TextDocumentContentChangeEvent::range_length() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent.range_length) @@ -15877,7 +16159,7 @@ inline int32_t ChangeDocumentRequest_TextDocumentContentChangeEvent::range_lengt } inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::_internal_set_range_length(int32_t value) { - range_length_ = value; + _impl_.range_length_ = value; } inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::set_range_length(int32_t value) { _internal_set_range_length(value); @@ -15886,7 +16168,7 @@ inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::set_range_leng // string text = 3; inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::clear_text() { - text_.ClearToEmpty(); + _impl_.text_.ClearToEmpty(); } inline const std::string& ChangeDocumentRequest_TextDocumentContentChangeEvent::text() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent.text) @@ -15896,7 +16178,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ChangeDocumentRequest_TextDocumentContentChangeEvent::set_text(ArgT0&& arg0, ArgT... args) { - text_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.text_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent.text) } inline std::string* ChangeDocumentRequest_TextDocumentContentChangeEvent::mutable_text() { @@ -15905,19 +16187,19 @@ inline std::string* ChangeDocumentRequest_TextDocumentContentChangeEvent::mutabl return _s; } inline const std::string& ChangeDocumentRequest_TextDocumentContentChangeEvent::_internal_text() const { - return text_.Get(); + return _impl_.text_.Get(); } inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::_internal_set_text(const std::string& value) { - text_.Set(value, GetArenaForAllocation()); + _impl_.text_.Set(value, GetArenaForAllocation()); } inline std::string* ChangeDocumentRequest_TextDocumentContentChangeEvent::_internal_mutable_text() { - return text_.Mutable(GetArenaForAllocation()); + return _impl_.text_.Mutable(GetArenaForAllocation()); } inline std::string* ChangeDocumentRequest_TextDocumentContentChangeEvent::release_text() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent.text) - return text_.Release(); + return _impl_.text_.Release(); } inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::set_allocated_text(std::string* text) { if (text != nullptr) { @@ -15925,10 +16207,10 @@ inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::set_allocated_ } else { } - text_.SetAllocated(text, GetArenaForAllocation()); + _impl_.text_.SetAllocated(text, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (text_.IsDefault()) { - text_.Set("", GetArenaForAllocation()); + if (_impl_.text_.IsDefault()) { + _impl_.text_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent.text) @@ -15940,13 +16222,13 @@ inline void ChangeDocumentRequest_TextDocumentContentChangeEvent::set_allocated_ // .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true]; inline bool ChangeDocumentRequest::_internal_has_console_id() const { - return this != internal_default_instance() && console_id_ != nullptr; + return this != internal_default_instance() && _impl_.console_id_ != nullptr; } inline bool ChangeDocumentRequest::has_console_id() const { return _internal_has_console_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& ChangeDocumentRequest::_internal_console_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = console_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.console_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -15957,9 +16239,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& ChangeDocumentRequ inline void ChangeDocumentRequest::unsafe_arena_set_allocated_console_id( ::io::deephaven::proto::backplane::grpc::Ticket* console_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } - console_id_ = console_id; + _impl_.console_id_ = console_id; if (console_id) { } else { @@ -15969,8 +16251,8 @@ inline void ChangeDocumentRequest::unsafe_arena_set_allocated_console_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* ChangeDocumentRequest::release_console_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -15985,17 +16267,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ChangeDocumentRequest::r inline ::io::deephaven::proto::backplane::grpc::Ticket* ChangeDocumentRequest::unsafe_arena_release_console_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.console_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ChangeDocumentRequest::_internal_mutable_console_id() { - if (console_id_ == nullptr) { + if (_impl_.console_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - console_id_ = p; + _impl_.console_id_ = p; } - return console_id_; + return _impl_.console_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ChangeDocumentRequest::mutable_console_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_console_id(); @@ -16005,7 +16287,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ChangeDocumentRequest::m inline void ChangeDocumentRequest::set_allocated_console_id(::io::deephaven::proto::backplane::grpc::Ticket* console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } if (console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -16019,25 +16301,25 @@ inline void ChangeDocumentRequest::set_allocated_console_id(::io::deephaven::pro } else { } - console_id_ = console_id; + _impl_.console_id_ = console_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.console_id) } // .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2; inline bool ChangeDocumentRequest::_internal_has_text_document() const { - return this != internal_default_instance() && text_document_ != nullptr; + return this != internal_default_instance() && _impl_.text_document_ != nullptr; } inline bool ChangeDocumentRequest::has_text_document() const { return _internal_has_text_document(); } inline void ChangeDocumentRequest::clear_text_document() { - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; + _impl_.text_document_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& ChangeDocumentRequest::_internal_text_document() const { - const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* p = text_document_; + const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* p = _impl_.text_document_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_VersionedTextDocumentIdentifier_default_instance_); } @@ -16048,9 +16330,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocum inline void ChangeDocumentRequest::unsafe_arena_set_allocated_text_document( ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(text_document_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.text_document_); } - text_document_ = text_document; + _impl_.text_document_ = text_document; if (text_document) { } else { @@ -16060,8 +16342,8 @@ inline void ChangeDocumentRequest::unsafe_arena_set_allocated_text_document( } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* ChangeDocumentRequest::release_text_document() { - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -16076,17 +16358,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIde inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* ChangeDocumentRequest::unsafe_arena_release_text_document() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.text_document) - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* ChangeDocumentRequest::_internal_mutable_text_document() { - if (text_document_ == nullptr) { + if (_impl_.text_document_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier>(GetArenaForAllocation()); - text_document_ = p; + _impl_.text_document_ = p; } - return text_document_; + return _impl_.text_document_; } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* ChangeDocumentRequest::mutable_text_document() { ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* _msg = _internal_mutable_text_document(); @@ -16096,7 +16378,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIde inline void ChangeDocumentRequest::set_allocated_text_document(::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete text_document_; + delete _impl_.text_document_; } if (text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -16109,38 +16391,38 @@ inline void ChangeDocumentRequest::set_allocated_text_document(::io::deephaven:: } else { } - text_document_ = text_document; + _impl_.text_document_ = text_document; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.text_document) } // repeated .io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.TextDocumentContentChangeEvent content_changes = 3; inline int ChangeDocumentRequest::_internal_content_changes_size() const { - return content_changes_.size(); + return _impl_.content_changes_.size(); } inline int ChangeDocumentRequest::content_changes_size() const { return _internal_content_changes_size(); } inline void ChangeDocumentRequest::clear_content_changes() { - content_changes_.Clear(); + _impl_.content_changes_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent* ChangeDocumentRequest::mutable_content_changes(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.content_changes) - return content_changes_.Mutable(index); + return _impl_.content_changes_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent >* ChangeDocumentRequest::mutable_content_changes() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.content_changes) - return &content_changes_; + return &_impl_.content_changes_; } inline const ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent& ChangeDocumentRequest::_internal_content_changes(int index) const { - return content_changes_.Get(index); + return _impl_.content_changes_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent& ChangeDocumentRequest::content_changes(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.content_changes) return _internal_content_changes(index); } inline ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent* ChangeDocumentRequest::_internal_add_content_changes() { - return content_changes_.Add(); + return _impl_.content_changes_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent* ChangeDocumentRequest::add_content_changes() { ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent* _add = _internal_add_content_changes(); @@ -16150,7 +16432,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_Te inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::ChangeDocumentRequest_TextDocumentContentChangeEvent >& ChangeDocumentRequest::content_changes() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.ChangeDocumentRequest.content_changes) - return content_changes_; + return _impl_.content_changes_; } // ------------------------------------------------------------------- @@ -16159,19 +16441,19 @@ ChangeDocumentRequest::content_changes() const { // .io.deephaven.proto.backplane.script.grpc.Position start = 1; inline bool DocumentRange::_internal_has_start() const { - return this != internal_default_instance() && start_ != nullptr; + return this != internal_default_instance() && _impl_.start_ != nullptr; } inline bool DocumentRange::has_start() const { return _internal_has_start(); } inline void DocumentRange::clear_start() { - if (GetArenaForAllocation() == nullptr && start_ != nullptr) { - delete start_; + if (GetArenaForAllocation() == nullptr && _impl_.start_ != nullptr) { + delete _impl_.start_; } - start_ = nullptr; + _impl_.start_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::Position& DocumentRange::_internal_start() const { - const ::io::deephaven::proto::backplane::script::grpc::Position* p = start_; + const ::io::deephaven::proto::backplane::script::grpc::Position* p = _impl_.start_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_Position_default_instance_); } @@ -16182,9 +16464,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::Position& Document inline void DocumentRange::unsafe_arena_set_allocated_start( ::io::deephaven::proto::backplane::script::grpc::Position* start) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(start_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.start_); } - start_ = start; + _impl_.start_ = start; if (start) { } else { @@ -16194,8 +16476,8 @@ inline void DocumentRange::unsafe_arena_set_allocated_start( } inline ::io::deephaven::proto::backplane::script::grpc::Position* DocumentRange::release_start() { - ::io::deephaven::proto::backplane::script::grpc::Position* temp = start_; - start_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::Position* temp = _impl_.start_; + _impl_.start_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -16210,17 +16492,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::Position* DocumentRange: inline ::io::deephaven::proto::backplane::script::grpc::Position* DocumentRange::unsafe_arena_release_start() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.DocumentRange.start) - ::io::deephaven::proto::backplane::script::grpc::Position* temp = start_; - start_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::Position* temp = _impl_.start_; + _impl_.start_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::Position* DocumentRange::_internal_mutable_start() { - if (start_ == nullptr) { + if (_impl_.start_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::Position>(GetArenaForAllocation()); - start_ = p; + _impl_.start_ = p; } - return start_; + return _impl_.start_; } inline ::io::deephaven::proto::backplane::script::grpc::Position* DocumentRange::mutable_start() { ::io::deephaven::proto::backplane::script::grpc::Position* _msg = _internal_mutable_start(); @@ -16230,7 +16512,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::Position* DocumentRange: inline void DocumentRange::set_allocated_start(::io::deephaven::proto::backplane::script::grpc::Position* start) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete start_; + delete _impl_.start_; } if (start) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -16243,25 +16525,25 @@ inline void DocumentRange::set_allocated_start(::io::deephaven::proto::backplane } else { } - start_ = start; + _impl_.start_ = start; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.DocumentRange.start) } // .io.deephaven.proto.backplane.script.grpc.Position end = 2; inline bool DocumentRange::_internal_has_end() const { - return this != internal_default_instance() && end_ != nullptr; + return this != internal_default_instance() && _impl_.end_ != nullptr; } inline bool DocumentRange::has_end() const { return _internal_has_end(); } inline void DocumentRange::clear_end() { - if (GetArenaForAllocation() == nullptr && end_ != nullptr) { - delete end_; + if (GetArenaForAllocation() == nullptr && _impl_.end_ != nullptr) { + delete _impl_.end_; } - end_ = nullptr; + _impl_.end_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::Position& DocumentRange::_internal_end() const { - const ::io::deephaven::proto::backplane::script::grpc::Position* p = end_; + const ::io::deephaven::proto::backplane::script::grpc::Position* p = _impl_.end_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_Position_default_instance_); } @@ -16272,9 +16554,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::Position& Document inline void DocumentRange::unsafe_arena_set_allocated_end( ::io::deephaven::proto::backplane::script::grpc::Position* end) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(end_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.end_); } - end_ = end; + _impl_.end_ = end; if (end) { } else { @@ -16284,8 +16566,8 @@ inline void DocumentRange::unsafe_arena_set_allocated_end( } inline ::io::deephaven::proto::backplane::script::grpc::Position* DocumentRange::release_end() { - ::io::deephaven::proto::backplane::script::grpc::Position* temp = end_; - end_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::Position* temp = _impl_.end_; + _impl_.end_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -16300,17 +16582,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::Position* DocumentRange: inline ::io::deephaven::proto::backplane::script::grpc::Position* DocumentRange::unsafe_arena_release_end() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.DocumentRange.end) - ::io::deephaven::proto::backplane::script::grpc::Position* temp = end_; - end_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::Position* temp = _impl_.end_; + _impl_.end_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::Position* DocumentRange::_internal_mutable_end() { - if (end_ == nullptr) { + if (_impl_.end_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::Position>(GetArenaForAllocation()); - end_ = p; + _impl_.end_ = p; } - return end_; + return _impl_.end_; } inline ::io::deephaven::proto::backplane::script::grpc::Position* DocumentRange::mutable_end() { ::io::deephaven::proto::backplane::script::grpc::Position* _msg = _internal_mutable_end(); @@ -16320,7 +16602,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::Position* DocumentRange: inline void DocumentRange::set_allocated_end(::io::deephaven::proto::backplane::script::grpc::Position* end) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete end_; + delete _impl_.end_; } if (end) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -16333,7 +16615,7 @@ inline void DocumentRange::set_allocated_end(::io::deephaven::proto::backplane:: } else { } - end_ = end; + _impl_.end_ = end; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.DocumentRange.end) } @@ -16343,7 +16625,7 @@ inline void DocumentRange::set_allocated_end(::io::deephaven::proto::backplane:: // string uri = 1; inline void VersionedTextDocumentIdentifier::clear_uri() { - uri_.ClearToEmpty(); + _impl_.uri_.ClearToEmpty(); } inline const std::string& VersionedTextDocumentIdentifier::uri() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier.uri) @@ -16353,7 +16635,7 @@ template inline PROTOBUF_ALWAYS_INLINE void VersionedTextDocumentIdentifier::set_uri(ArgT0&& arg0, ArgT... args) { - uri_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.uri_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier.uri) } inline std::string* VersionedTextDocumentIdentifier::mutable_uri() { @@ -16362,19 +16644,19 @@ inline std::string* VersionedTextDocumentIdentifier::mutable_uri() { return _s; } inline const std::string& VersionedTextDocumentIdentifier::_internal_uri() const { - return uri_.Get(); + return _impl_.uri_.Get(); } inline void VersionedTextDocumentIdentifier::_internal_set_uri(const std::string& value) { - uri_.Set(value, GetArenaForAllocation()); + _impl_.uri_.Set(value, GetArenaForAllocation()); } inline std::string* VersionedTextDocumentIdentifier::_internal_mutable_uri() { - return uri_.Mutable(GetArenaForAllocation()); + return _impl_.uri_.Mutable(GetArenaForAllocation()); } inline std::string* VersionedTextDocumentIdentifier::release_uri() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier.uri) - return uri_.Release(); + return _impl_.uri_.Release(); } inline void VersionedTextDocumentIdentifier::set_allocated_uri(std::string* uri) { if (uri != nullptr) { @@ -16382,10 +16664,10 @@ inline void VersionedTextDocumentIdentifier::set_allocated_uri(std::string* uri) } else { } - uri_.SetAllocated(uri, GetArenaForAllocation()); + _impl_.uri_.SetAllocated(uri, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (uri_.IsDefault()) { - uri_.Set("", GetArenaForAllocation()); + if (_impl_.uri_.IsDefault()) { + _impl_.uri_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier.uri) @@ -16393,10 +16675,10 @@ inline void VersionedTextDocumentIdentifier::set_allocated_uri(std::string* uri) // int32 version = 2; inline void VersionedTextDocumentIdentifier::clear_version() { - version_ = 0; + _impl_.version_ = 0; } inline int32_t VersionedTextDocumentIdentifier::_internal_version() const { - return version_; + return _impl_.version_; } inline int32_t VersionedTextDocumentIdentifier::version() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier.version) @@ -16404,7 +16686,7 @@ inline int32_t VersionedTextDocumentIdentifier::version() const { } inline void VersionedTextDocumentIdentifier::_internal_set_version(int32_t value) { - version_ = value; + _impl_.version_ = value; } inline void VersionedTextDocumentIdentifier::set_version(int32_t value) { _internal_set_version(value); @@ -16417,10 +16699,10 @@ inline void VersionedTextDocumentIdentifier::set_version(int32_t value) { // int32 line = 1; inline void Position::clear_line() { - line_ = 0; + _impl_.line_ = 0; } inline int32_t Position::_internal_line() const { - return line_; + return _impl_.line_; } inline int32_t Position::line() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.Position.line) @@ -16428,7 +16710,7 @@ inline int32_t Position::line() const { } inline void Position::_internal_set_line(int32_t value) { - line_ = value; + _impl_.line_ = value; } inline void Position::set_line(int32_t value) { _internal_set_line(value); @@ -16437,10 +16719,10 @@ inline void Position::set_line(int32_t value) { // int32 character = 2; inline void Position::clear_character() { - character_ = 0; + _impl_.character_ = 0; } inline int32_t Position::_internal_character() const { - return character_; + return _impl_.character_; } inline int32_t Position::character() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.Position.character) @@ -16448,7 +16730,7 @@ inline int32_t Position::character() const { } inline void Position::_internal_set_character(int32_t value) { - character_ = value; + _impl_.character_ = value; } inline void Position::set_character(int32_t value) { _internal_set_character(value); @@ -16461,7 +16743,7 @@ inline void Position::set_character(int32_t value) { // string kind = 1; inline void MarkupContent::clear_kind() { - kind_.ClearToEmpty(); + _impl_.kind_.ClearToEmpty(); } inline const std::string& MarkupContent::kind() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.MarkupContent.kind) @@ -16471,7 +16753,7 @@ template inline PROTOBUF_ALWAYS_INLINE void MarkupContent::set_kind(ArgT0&& arg0, ArgT... args) { - kind_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.kind_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.MarkupContent.kind) } inline std::string* MarkupContent::mutable_kind() { @@ -16480,19 +16762,19 @@ inline std::string* MarkupContent::mutable_kind() { return _s; } inline const std::string& MarkupContent::_internal_kind() const { - return kind_.Get(); + return _impl_.kind_.Get(); } inline void MarkupContent::_internal_set_kind(const std::string& value) { - kind_.Set(value, GetArenaForAllocation()); + _impl_.kind_.Set(value, GetArenaForAllocation()); } inline std::string* MarkupContent::_internal_mutable_kind() { - return kind_.Mutable(GetArenaForAllocation()); + return _impl_.kind_.Mutable(GetArenaForAllocation()); } inline std::string* MarkupContent::release_kind() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.MarkupContent.kind) - return kind_.Release(); + return _impl_.kind_.Release(); } inline void MarkupContent::set_allocated_kind(std::string* kind) { if (kind != nullptr) { @@ -16500,10 +16782,10 @@ inline void MarkupContent::set_allocated_kind(std::string* kind) { } else { } - kind_.SetAllocated(kind, GetArenaForAllocation()); + _impl_.kind_.SetAllocated(kind, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (kind_.IsDefault()) { - kind_.Set("", GetArenaForAllocation()); + if (_impl_.kind_.IsDefault()) { + _impl_.kind_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.MarkupContent.kind) @@ -16511,7 +16793,7 @@ inline void MarkupContent::set_allocated_kind(std::string* kind) { // string value = 2; inline void MarkupContent::clear_value() { - value_.ClearToEmpty(); + _impl_.value_.ClearToEmpty(); } inline const std::string& MarkupContent::value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.MarkupContent.value) @@ -16521,7 +16803,7 @@ template inline PROTOBUF_ALWAYS_INLINE void MarkupContent::set_value(ArgT0&& arg0, ArgT... args) { - value_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.value_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.MarkupContent.value) } inline std::string* MarkupContent::mutable_value() { @@ -16530,19 +16812,19 @@ inline std::string* MarkupContent::mutable_value() { return _s; } inline const std::string& MarkupContent::_internal_value() const { - return value_.Get(); + return _impl_.value_.Get(); } inline void MarkupContent::_internal_set_value(const std::string& value) { - value_.Set(value, GetArenaForAllocation()); + _impl_.value_.Set(value, GetArenaForAllocation()); } inline std::string* MarkupContent::_internal_mutable_value() { - return value_.Mutable(GetArenaForAllocation()); + return _impl_.value_.Mutable(GetArenaForAllocation()); } inline std::string* MarkupContent::release_value() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.MarkupContent.value) - return value_.Release(); + return _impl_.value_.Release(); } inline void MarkupContent::set_allocated_value(std::string* value) { if (value != nullptr) { @@ -16550,10 +16832,10 @@ inline void MarkupContent::set_allocated_value(std::string* value) { } else { } - value_.SetAllocated(value, GetArenaForAllocation()); + _impl_.value_.SetAllocated(value, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (value_.IsDefault()) { - value_.Set("", GetArenaForAllocation()); + if (_impl_.value_.IsDefault()) { + _impl_.value_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.MarkupContent.value) @@ -16565,13 +16847,13 @@ inline void MarkupContent::set_allocated_value(std::string* value) { // .io.deephaven.proto.backplane.grpc.Ticket console_id = 1 [deprecated = true]; inline bool GetCompletionItemsRequest::_internal_has_console_id() const { - return this != internal_default_instance() && console_id_ != nullptr; + return this != internal_default_instance() && _impl_.console_id_ != nullptr; } inline bool GetCompletionItemsRequest::has_console_id() const { return _internal_has_console_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& GetCompletionItemsRequest::_internal_console_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = console_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.console_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -16582,9 +16864,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& GetCompletionItems inline void GetCompletionItemsRequest::unsafe_arena_set_allocated_console_id( ::io::deephaven::proto::backplane::grpc::Ticket* console_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } - console_id_ = console_id; + _impl_.console_id_ = console_id; if (console_id) { } else { @@ -16594,8 +16876,8 @@ inline void GetCompletionItemsRequest::unsafe_arena_set_allocated_console_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* GetCompletionItemsRequest::release_console_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -16610,17 +16892,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* GetCompletionItemsReques inline ::io::deephaven::proto::backplane::grpc::Ticket* GetCompletionItemsRequest::unsafe_arena_release_console_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.console_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = console_id_; - console_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.console_id_; + _impl_.console_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* GetCompletionItemsRequest::_internal_mutable_console_id() { - if (console_id_ == nullptr) { + if (_impl_.console_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - console_id_ = p; + _impl_.console_id_ = p; } - return console_id_; + return _impl_.console_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* GetCompletionItemsRequest::mutable_console_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_console_id(); @@ -16630,7 +16912,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* GetCompletionItemsReques inline void GetCompletionItemsRequest::set_allocated_console_id(::io::deephaven::proto::backplane::grpc::Ticket* console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(console_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.console_id_); } if (console_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -16644,25 +16926,25 @@ inline void GetCompletionItemsRequest::set_allocated_console_id(::io::deephaven: } else { } - console_id_ = console_id; + _impl_.console_id_ = console_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.console_id) } // .io.deephaven.proto.backplane.script.grpc.CompletionContext context = 2; inline bool GetCompletionItemsRequest::_internal_has_context() const { - return this != internal_default_instance() && context_ != nullptr; + return this != internal_default_instance() && _impl_.context_ != nullptr; } inline bool GetCompletionItemsRequest::has_context() const { return _internal_has_context(); } inline void GetCompletionItemsRequest::clear_context() { - if (GetArenaForAllocation() == nullptr && context_ != nullptr) { - delete context_; + if (GetArenaForAllocation() == nullptr && _impl_.context_ != nullptr) { + delete _impl_.context_; } - context_ = nullptr; + _impl_.context_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::CompletionContext& GetCompletionItemsRequest::_internal_context() const { - const ::io::deephaven::proto::backplane::script::grpc::CompletionContext* p = context_; + const ::io::deephaven::proto::backplane::script::grpc::CompletionContext* p = _impl_.context_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_CompletionContext_default_instance_); } @@ -16673,9 +16955,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::CompletionContext& inline void GetCompletionItemsRequest::unsafe_arena_set_allocated_context( ::io::deephaven::proto::backplane::script::grpc::CompletionContext* context) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(context_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.context_); } - context_ = context; + _impl_.context_ = context; if (context) { } else { @@ -16685,8 +16967,8 @@ inline void GetCompletionItemsRequest::unsafe_arena_set_allocated_context( } inline ::io::deephaven::proto::backplane::script::grpc::CompletionContext* GetCompletionItemsRequest::release_context() { - ::io::deephaven::proto::backplane::script::grpc::CompletionContext* temp = context_; - context_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::CompletionContext* temp = _impl_.context_; + _impl_.context_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -16701,17 +16983,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::CompletionContext* GetCo inline ::io::deephaven::proto::backplane::script::grpc::CompletionContext* GetCompletionItemsRequest::unsafe_arena_release_context() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.context) - ::io::deephaven::proto::backplane::script::grpc::CompletionContext* temp = context_; - context_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::CompletionContext* temp = _impl_.context_; + _impl_.context_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::CompletionContext* GetCompletionItemsRequest::_internal_mutable_context() { - if (context_ == nullptr) { + if (_impl_.context_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::CompletionContext>(GetArenaForAllocation()); - context_ = p; + _impl_.context_ = p; } - return context_; + return _impl_.context_; } inline ::io::deephaven::proto::backplane::script::grpc::CompletionContext* GetCompletionItemsRequest::mutable_context() { ::io::deephaven::proto::backplane::script::grpc::CompletionContext* _msg = _internal_mutable_context(); @@ -16721,7 +17003,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::CompletionContext* GetCo inline void GetCompletionItemsRequest::set_allocated_context(::io::deephaven::proto::backplane::script::grpc::CompletionContext* context) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete context_; + delete _impl_.context_; } if (context) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -16734,25 +17016,25 @@ inline void GetCompletionItemsRequest::set_allocated_context(::io::deephaven::pr } else { } - context_ = context; + _impl_.context_ = context; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.context) } // .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 3; inline bool GetCompletionItemsRequest::_internal_has_text_document() const { - return this != internal_default_instance() && text_document_ != nullptr; + return this != internal_default_instance() && _impl_.text_document_ != nullptr; } inline bool GetCompletionItemsRequest::has_text_document() const { return _internal_has_text_document(); } inline void GetCompletionItemsRequest::clear_text_document() { - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; + _impl_.text_document_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& GetCompletionItemsRequest::_internal_text_document() const { - const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* p = text_document_; + const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* p = _impl_.text_document_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_VersionedTextDocumentIdentifier_default_instance_); } @@ -16763,9 +17045,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocum inline void GetCompletionItemsRequest::unsafe_arena_set_allocated_text_document( ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(text_document_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.text_document_); } - text_document_ = text_document; + _impl_.text_document_ = text_document; if (text_document) { } else { @@ -16775,8 +17057,8 @@ inline void GetCompletionItemsRequest::unsafe_arena_set_allocated_text_document( } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetCompletionItemsRequest::release_text_document() { - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -16791,17 +17073,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIde inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetCompletionItemsRequest::unsafe_arena_release_text_document() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.text_document) - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetCompletionItemsRequest::_internal_mutable_text_document() { - if (text_document_ == nullptr) { + if (_impl_.text_document_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier>(GetArenaForAllocation()); - text_document_ = p; + _impl_.text_document_ = p; } - return text_document_; + return _impl_.text_document_; } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetCompletionItemsRequest::mutable_text_document() { ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* _msg = _internal_mutable_text_document(); @@ -16811,7 +17093,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIde inline void GetCompletionItemsRequest::set_allocated_text_document(::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete text_document_; + delete _impl_.text_document_; } if (text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -16824,25 +17106,25 @@ inline void GetCompletionItemsRequest::set_allocated_text_document(::io::deephav } else { } - text_document_ = text_document; + _impl_.text_document_ = text_document; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.text_document) } // .io.deephaven.proto.backplane.script.grpc.Position position = 4; inline bool GetCompletionItemsRequest::_internal_has_position() const { - return this != internal_default_instance() && position_ != nullptr; + return this != internal_default_instance() && _impl_.position_ != nullptr; } inline bool GetCompletionItemsRequest::has_position() const { return _internal_has_position(); } inline void GetCompletionItemsRequest::clear_position() { - if (GetArenaForAllocation() == nullptr && position_ != nullptr) { - delete position_; + if (GetArenaForAllocation() == nullptr && _impl_.position_ != nullptr) { + delete _impl_.position_; } - position_ = nullptr; + _impl_.position_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::Position& GetCompletionItemsRequest::_internal_position() const { - const ::io::deephaven::proto::backplane::script::grpc::Position* p = position_; + const ::io::deephaven::proto::backplane::script::grpc::Position* p = _impl_.position_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_Position_default_instance_); } @@ -16853,9 +17135,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::Position& GetCompl inline void GetCompletionItemsRequest::unsafe_arena_set_allocated_position( ::io::deephaven::proto::backplane::script::grpc::Position* position) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(position_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.position_); } - position_ = position; + _impl_.position_ = position; if (position) { } else { @@ -16865,8 +17147,8 @@ inline void GetCompletionItemsRequest::unsafe_arena_set_allocated_position( } inline ::io::deephaven::proto::backplane::script::grpc::Position* GetCompletionItemsRequest::release_position() { - ::io::deephaven::proto::backplane::script::grpc::Position* temp = position_; - position_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::Position* temp = _impl_.position_; + _impl_.position_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -16881,17 +17163,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::Position* GetCompletionI inline ::io::deephaven::proto::backplane::script::grpc::Position* GetCompletionItemsRequest::unsafe_arena_release_position() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.position) - ::io::deephaven::proto::backplane::script::grpc::Position* temp = position_; - position_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::Position* temp = _impl_.position_; + _impl_.position_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::Position* GetCompletionItemsRequest::_internal_mutable_position() { - if (position_ == nullptr) { + if (_impl_.position_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::Position>(GetArenaForAllocation()); - position_ = p; + _impl_.position_ = p; } - return position_; + return _impl_.position_; } inline ::io::deephaven::proto::backplane::script::grpc::Position* GetCompletionItemsRequest::mutable_position() { ::io::deephaven::proto::backplane::script::grpc::Position* _msg = _internal_mutable_position(); @@ -16901,7 +17183,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::Position* GetCompletionI inline void GetCompletionItemsRequest::set_allocated_position(::io::deephaven::proto::backplane::script::grpc::Position* position) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete position_; + delete _impl_.position_; } if (position) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -16914,16 +17196,16 @@ inline void GetCompletionItemsRequest::set_allocated_position(::io::deephaven::p } else { } - position_ = position; + _impl_.position_ = position; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.position) } // int32 request_id = 5 [deprecated = true]; inline void GetCompletionItemsRequest::clear_request_id() { - request_id_ = 0; + _impl_.request_id_ = 0; } inline int32_t GetCompletionItemsRequest::_internal_request_id() const { - return request_id_; + return _impl_.request_id_; } inline int32_t GetCompletionItemsRequest::request_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsRequest.request_id) @@ -16931,7 +17213,7 @@ inline int32_t GetCompletionItemsRequest::request_id() const { } inline void GetCompletionItemsRequest::_internal_set_request_id(int32_t value) { - request_id_ = value; + _impl_.request_id_ = value; } inline void GetCompletionItemsRequest::set_request_id(int32_t value) { _internal_set_request_id(value); @@ -16944,10 +17226,10 @@ inline void GetCompletionItemsRequest::set_request_id(int32_t value) { // int32 trigger_kind = 1; inline void CompletionContext::clear_trigger_kind() { - trigger_kind_ = 0; + _impl_.trigger_kind_ = 0; } inline int32_t CompletionContext::_internal_trigger_kind() const { - return trigger_kind_; + return _impl_.trigger_kind_; } inline int32_t CompletionContext::trigger_kind() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionContext.trigger_kind) @@ -16955,7 +17237,7 @@ inline int32_t CompletionContext::trigger_kind() const { } inline void CompletionContext::_internal_set_trigger_kind(int32_t value) { - trigger_kind_ = value; + _impl_.trigger_kind_ = value; } inline void CompletionContext::set_trigger_kind(int32_t value) { _internal_set_trigger_kind(value); @@ -16964,7 +17246,7 @@ inline void CompletionContext::set_trigger_kind(int32_t value) { // string trigger_character = 2; inline void CompletionContext::clear_trigger_character() { - trigger_character_.ClearToEmpty(); + _impl_.trigger_character_.ClearToEmpty(); } inline const std::string& CompletionContext::trigger_character() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionContext.trigger_character) @@ -16974,7 +17256,7 @@ template inline PROTOBUF_ALWAYS_INLINE void CompletionContext::set_trigger_character(ArgT0&& arg0, ArgT... args) { - trigger_character_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.trigger_character_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.CompletionContext.trigger_character) } inline std::string* CompletionContext::mutable_trigger_character() { @@ -16983,19 +17265,19 @@ inline std::string* CompletionContext::mutable_trigger_character() { return _s; } inline const std::string& CompletionContext::_internal_trigger_character() const { - return trigger_character_.Get(); + return _impl_.trigger_character_.Get(); } inline void CompletionContext::_internal_set_trigger_character(const std::string& value) { - trigger_character_.Set(value, GetArenaForAllocation()); + _impl_.trigger_character_.Set(value, GetArenaForAllocation()); } inline std::string* CompletionContext::_internal_mutable_trigger_character() { - return trigger_character_.Mutable(GetArenaForAllocation()); + return _impl_.trigger_character_.Mutable(GetArenaForAllocation()); } inline std::string* CompletionContext::release_trigger_character() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.CompletionContext.trigger_character) - return trigger_character_.Release(); + return _impl_.trigger_character_.Release(); } inline void CompletionContext::set_allocated_trigger_character(std::string* trigger_character) { if (trigger_character != nullptr) { @@ -17003,10 +17285,10 @@ inline void CompletionContext::set_allocated_trigger_character(std::string* trig } else { } - trigger_character_.SetAllocated(trigger_character, GetArenaForAllocation()); + _impl_.trigger_character_.SetAllocated(trigger_character, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (trigger_character_.IsDefault()) { - trigger_character_.Set("", GetArenaForAllocation()); + if (_impl_.trigger_character_.IsDefault()) { + _impl_.trigger_character_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.CompletionContext.trigger_character) @@ -17018,32 +17300,32 @@ inline void CompletionContext::set_allocated_trigger_character(std::string* trig // repeated .io.deephaven.proto.backplane.script.grpc.CompletionItem items = 1; inline int GetCompletionItemsResponse::_internal_items_size() const { - return items_.size(); + return _impl_.items_.size(); } inline int GetCompletionItemsResponse::items_size() const { return _internal_items_size(); } inline void GetCompletionItemsResponse::clear_items() { - items_.Clear(); + _impl_.items_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::CompletionItem* GetCompletionItemsResponse::mutable_items(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse.items) - return items_.Mutable(index); + return _impl_.items_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::CompletionItem >* GetCompletionItemsResponse::mutable_items() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse.items) - return &items_; + return &_impl_.items_; } inline const ::io::deephaven::proto::backplane::script::grpc::CompletionItem& GetCompletionItemsResponse::_internal_items(int index) const { - return items_.Get(index); + return _impl_.items_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::CompletionItem& GetCompletionItemsResponse::items(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse.items) return _internal_items(index); } inline ::io::deephaven::proto::backplane::script::grpc::CompletionItem* GetCompletionItemsResponse::_internal_add_items() { - return items_.Add(); + return _impl_.items_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::CompletionItem* GetCompletionItemsResponse::add_items() { ::io::deephaven::proto::backplane::script::grpc::CompletionItem* _add = _internal_add_items(); @@ -17053,15 +17335,15 @@ inline ::io::deephaven::proto::backplane::script::grpc::CompletionItem* GetCompl inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::CompletionItem >& GetCompletionItemsResponse::items() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse.items) - return items_; + return _impl_.items_; } // int32 request_id = 2 [deprecated = true]; inline void GetCompletionItemsResponse::clear_request_id() { - request_id_ = 0; + _impl_.request_id_ = 0; } inline int32_t GetCompletionItemsResponse::_internal_request_id() const { - return request_id_; + return _impl_.request_id_; } inline int32_t GetCompletionItemsResponse::request_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse.request_id) @@ -17069,7 +17351,7 @@ inline int32_t GetCompletionItemsResponse::request_id() const { } inline void GetCompletionItemsResponse::_internal_set_request_id(int32_t value) { - request_id_ = value; + _impl_.request_id_ = value; } inline void GetCompletionItemsResponse::set_request_id(int32_t value) { _internal_set_request_id(value); @@ -17078,10 +17360,10 @@ inline void GetCompletionItemsResponse::set_request_id(int32_t value) { // bool success = 3 [deprecated = true]; inline void GetCompletionItemsResponse::clear_success() { - success_ = false; + _impl_.success_ = false; } inline bool GetCompletionItemsResponse::_internal_success() const { - return success_; + return _impl_.success_; } inline bool GetCompletionItemsResponse::success() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetCompletionItemsResponse.success) @@ -17089,7 +17371,7 @@ inline bool GetCompletionItemsResponse::success() const { } inline void GetCompletionItemsResponse::_internal_set_success(bool value) { - success_ = value; + _impl_.success_ = value; } inline void GetCompletionItemsResponse::set_success(bool value) { _internal_set_success(value); @@ -17102,10 +17384,10 @@ inline void GetCompletionItemsResponse::set_success(bool value) { // int32 start = 1; inline void CompletionItem::clear_start() { - start_ = 0; + _impl_.start_ = 0; } inline int32_t CompletionItem::_internal_start() const { - return start_; + return _impl_.start_; } inline int32_t CompletionItem::start() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionItem.start) @@ -17113,7 +17395,7 @@ inline int32_t CompletionItem::start() const { } inline void CompletionItem::_internal_set_start(int32_t value) { - start_ = value; + _impl_.start_ = value; } inline void CompletionItem::set_start(int32_t value) { _internal_set_start(value); @@ -17122,10 +17404,10 @@ inline void CompletionItem::set_start(int32_t value) { // int32 length = 2; inline void CompletionItem::clear_length() { - length_ = 0; + _impl_.length_ = 0; } inline int32_t CompletionItem::_internal_length() const { - return length_; + return _impl_.length_; } inline int32_t CompletionItem::length() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionItem.length) @@ -17133,7 +17415,7 @@ inline int32_t CompletionItem::length() const { } inline void CompletionItem::_internal_set_length(int32_t value) { - length_ = value; + _impl_.length_ = value; } inline void CompletionItem::set_length(int32_t value) { _internal_set_length(value); @@ -17142,7 +17424,7 @@ inline void CompletionItem::set_length(int32_t value) { // string label = 3; inline void CompletionItem::clear_label() { - label_.ClearToEmpty(); + _impl_.label_.ClearToEmpty(); } inline const std::string& CompletionItem::label() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionItem.label) @@ -17152,7 +17434,7 @@ template inline PROTOBUF_ALWAYS_INLINE void CompletionItem::set_label(ArgT0&& arg0, ArgT... args) { - label_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.label_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.CompletionItem.label) } inline std::string* CompletionItem::mutable_label() { @@ -17161,19 +17443,19 @@ inline std::string* CompletionItem::mutable_label() { return _s; } inline const std::string& CompletionItem::_internal_label() const { - return label_.Get(); + return _impl_.label_.Get(); } inline void CompletionItem::_internal_set_label(const std::string& value) { - label_.Set(value, GetArenaForAllocation()); + _impl_.label_.Set(value, GetArenaForAllocation()); } inline std::string* CompletionItem::_internal_mutable_label() { - return label_.Mutable(GetArenaForAllocation()); + return _impl_.label_.Mutable(GetArenaForAllocation()); } inline std::string* CompletionItem::release_label() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.CompletionItem.label) - return label_.Release(); + return _impl_.label_.Release(); } inline void CompletionItem::set_allocated_label(std::string* label) { if (label != nullptr) { @@ -17181,10 +17463,10 @@ inline void CompletionItem::set_allocated_label(std::string* label) { } else { } - label_.SetAllocated(label, GetArenaForAllocation()); + _impl_.label_.SetAllocated(label, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (label_.IsDefault()) { - label_.Set("", GetArenaForAllocation()); + if (_impl_.label_.IsDefault()) { + _impl_.label_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.CompletionItem.label) @@ -17192,10 +17474,10 @@ inline void CompletionItem::set_allocated_label(std::string* label) { // int32 kind = 4; inline void CompletionItem::clear_kind() { - kind_ = 0; + _impl_.kind_ = 0; } inline int32_t CompletionItem::_internal_kind() const { - return kind_; + return _impl_.kind_; } inline int32_t CompletionItem::kind() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionItem.kind) @@ -17203,7 +17485,7 @@ inline int32_t CompletionItem::kind() const { } inline void CompletionItem::_internal_set_kind(int32_t value) { - kind_ = value; + _impl_.kind_ = value; } inline void CompletionItem::set_kind(int32_t value) { _internal_set_kind(value); @@ -17212,7 +17494,7 @@ inline void CompletionItem::set_kind(int32_t value) { // string detail = 5; inline void CompletionItem::clear_detail() { - detail_.ClearToEmpty(); + _impl_.detail_.ClearToEmpty(); } inline const std::string& CompletionItem::detail() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionItem.detail) @@ -17222,7 +17504,7 @@ template inline PROTOBUF_ALWAYS_INLINE void CompletionItem::set_detail(ArgT0&& arg0, ArgT... args) { - detail_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.detail_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.CompletionItem.detail) } inline std::string* CompletionItem::mutable_detail() { @@ -17231,19 +17513,19 @@ inline std::string* CompletionItem::mutable_detail() { return _s; } inline const std::string& CompletionItem::_internal_detail() const { - return detail_.Get(); + return _impl_.detail_.Get(); } inline void CompletionItem::_internal_set_detail(const std::string& value) { - detail_.Set(value, GetArenaForAllocation()); + _impl_.detail_.Set(value, GetArenaForAllocation()); } inline std::string* CompletionItem::_internal_mutable_detail() { - return detail_.Mutable(GetArenaForAllocation()); + return _impl_.detail_.Mutable(GetArenaForAllocation()); } inline std::string* CompletionItem::release_detail() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.CompletionItem.detail) - return detail_.Release(); + return _impl_.detail_.Release(); } inline void CompletionItem::set_allocated_detail(std::string* detail) { if (detail != nullptr) { @@ -17251,10 +17533,10 @@ inline void CompletionItem::set_allocated_detail(std::string* detail) { } else { } - detail_.SetAllocated(detail, GetArenaForAllocation()); + _impl_.detail_.SetAllocated(detail, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (detail_.IsDefault()) { - detail_.Set("", GetArenaForAllocation()); + if (_impl_.detail_.IsDefault()) { + _impl_.detail_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.CompletionItem.detail) @@ -17262,10 +17544,10 @@ inline void CompletionItem::set_allocated_detail(std::string* detail) { // bool deprecated = 7; inline void CompletionItem::clear_deprecated() { - deprecated_ = false; + _impl_.deprecated_ = false; } inline bool CompletionItem::_internal_deprecated() const { - return deprecated_; + return _impl_.deprecated_; } inline bool CompletionItem::deprecated() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionItem.deprecated) @@ -17273,7 +17555,7 @@ inline bool CompletionItem::deprecated() const { } inline void CompletionItem::_internal_set_deprecated(bool value) { - deprecated_ = value; + _impl_.deprecated_ = value; } inline void CompletionItem::set_deprecated(bool value) { _internal_set_deprecated(value); @@ -17282,10 +17564,10 @@ inline void CompletionItem::set_deprecated(bool value) { // bool preselect = 8; inline void CompletionItem::clear_preselect() { - preselect_ = false; + _impl_.preselect_ = false; } inline bool CompletionItem::_internal_preselect() const { - return preselect_; + return _impl_.preselect_; } inline bool CompletionItem::preselect() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionItem.preselect) @@ -17293,7 +17575,7 @@ inline bool CompletionItem::preselect() const { } inline void CompletionItem::_internal_set_preselect(bool value) { - preselect_ = value; + _impl_.preselect_ = value; } inline void CompletionItem::set_preselect(bool value) { _internal_set_preselect(value); @@ -17302,19 +17584,19 @@ inline void CompletionItem::set_preselect(bool value) { // .io.deephaven.proto.backplane.script.grpc.TextEdit text_edit = 9; inline bool CompletionItem::_internal_has_text_edit() const { - return this != internal_default_instance() && text_edit_ != nullptr; + return this != internal_default_instance() && _impl_.text_edit_ != nullptr; } inline bool CompletionItem::has_text_edit() const { return _internal_has_text_edit(); } inline void CompletionItem::clear_text_edit() { - if (GetArenaForAllocation() == nullptr && text_edit_ != nullptr) { - delete text_edit_; + if (GetArenaForAllocation() == nullptr && _impl_.text_edit_ != nullptr) { + delete _impl_.text_edit_; } - text_edit_ = nullptr; + _impl_.text_edit_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::TextEdit& CompletionItem::_internal_text_edit() const { - const ::io::deephaven::proto::backplane::script::grpc::TextEdit* p = text_edit_; + const ::io::deephaven::proto::backplane::script::grpc::TextEdit* p = _impl_.text_edit_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_TextEdit_default_instance_); } @@ -17325,9 +17607,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::TextEdit& Completi inline void CompletionItem::unsafe_arena_set_allocated_text_edit( ::io::deephaven::proto::backplane::script::grpc::TextEdit* text_edit) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(text_edit_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.text_edit_); } - text_edit_ = text_edit; + _impl_.text_edit_ = text_edit; if (text_edit) { } else { @@ -17337,8 +17619,8 @@ inline void CompletionItem::unsafe_arena_set_allocated_text_edit( } inline ::io::deephaven::proto::backplane::script::grpc::TextEdit* CompletionItem::release_text_edit() { - ::io::deephaven::proto::backplane::script::grpc::TextEdit* temp = text_edit_; - text_edit_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::TextEdit* temp = _impl_.text_edit_; + _impl_.text_edit_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -17353,17 +17635,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::TextEdit* CompletionItem inline ::io::deephaven::proto::backplane::script::grpc::TextEdit* CompletionItem::unsafe_arena_release_text_edit() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.CompletionItem.text_edit) - ::io::deephaven::proto::backplane::script::grpc::TextEdit* temp = text_edit_; - text_edit_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::TextEdit* temp = _impl_.text_edit_; + _impl_.text_edit_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::TextEdit* CompletionItem::_internal_mutable_text_edit() { - if (text_edit_ == nullptr) { + if (_impl_.text_edit_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::TextEdit>(GetArenaForAllocation()); - text_edit_ = p; + _impl_.text_edit_ = p; } - return text_edit_; + return _impl_.text_edit_; } inline ::io::deephaven::proto::backplane::script::grpc::TextEdit* CompletionItem::mutable_text_edit() { ::io::deephaven::proto::backplane::script::grpc::TextEdit* _msg = _internal_mutable_text_edit(); @@ -17373,7 +17655,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::TextEdit* CompletionItem inline void CompletionItem::set_allocated_text_edit(::io::deephaven::proto::backplane::script::grpc::TextEdit* text_edit) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete text_edit_; + delete _impl_.text_edit_; } if (text_edit) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -17386,13 +17668,13 @@ inline void CompletionItem::set_allocated_text_edit(::io::deephaven::proto::back } else { } - text_edit_ = text_edit; + _impl_.text_edit_ = text_edit; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.CompletionItem.text_edit) } // string sort_text = 10; inline void CompletionItem::clear_sort_text() { - sort_text_.ClearToEmpty(); + _impl_.sort_text_.ClearToEmpty(); } inline const std::string& CompletionItem::sort_text() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionItem.sort_text) @@ -17402,7 +17684,7 @@ template inline PROTOBUF_ALWAYS_INLINE void CompletionItem::set_sort_text(ArgT0&& arg0, ArgT... args) { - sort_text_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.sort_text_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.CompletionItem.sort_text) } inline std::string* CompletionItem::mutable_sort_text() { @@ -17411,19 +17693,19 @@ inline std::string* CompletionItem::mutable_sort_text() { return _s; } inline const std::string& CompletionItem::_internal_sort_text() const { - return sort_text_.Get(); + return _impl_.sort_text_.Get(); } inline void CompletionItem::_internal_set_sort_text(const std::string& value) { - sort_text_.Set(value, GetArenaForAllocation()); + _impl_.sort_text_.Set(value, GetArenaForAllocation()); } inline std::string* CompletionItem::_internal_mutable_sort_text() { - return sort_text_.Mutable(GetArenaForAllocation()); + return _impl_.sort_text_.Mutable(GetArenaForAllocation()); } inline std::string* CompletionItem::release_sort_text() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.CompletionItem.sort_text) - return sort_text_.Release(); + return _impl_.sort_text_.Release(); } inline void CompletionItem::set_allocated_sort_text(std::string* sort_text) { if (sort_text != nullptr) { @@ -17431,10 +17713,10 @@ inline void CompletionItem::set_allocated_sort_text(std::string* sort_text) { } else { } - sort_text_.SetAllocated(sort_text, GetArenaForAllocation()); + _impl_.sort_text_.SetAllocated(sort_text, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (sort_text_.IsDefault()) { - sort_text_.Set("", GetArenaForAllocation()); + if (_impl_.sort_text_.IsDefault()) { + _impl_.sort_text_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.CompletionItem.sort_text) @@ -17442,7 +17724,7 @@ inline void CompletionItem::set_allocated_sort_text(std::string* sort_text) { // string filter_text = 11; inline void CompletionItem::clear_filter_text() { - filter_text_.ClearToEmpty(); + _impl_.filter_text_.ClearToEmpty(); } inline const std::string& CompletionItem::filter_text() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionItem.filter_text) @@ -17452,7 +17734,7 @@ template inline PROTOBUF_ALWAYS_INLINE void CompletionItem::set_filter_text(ArgT0&& arg0, ArgT... args) { - filter_text_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.filter_text_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.CompletionItem.filter_text) } inline std::string* CompletionItem::mutable_filter_text() { @@ -17461,19 +17743,19 @@ inline std::string* CompletionItem::mutable_filter_text() { return _s; } inline const std::string& CompletionItem::_internal_filter_text() const { - return filter_text_.Get(); + return _impl_.filter_text_.Get(); } inline void CompletionItem::_internal_set_filter_text(const std::string& value) { - filter_text_.Set(value, GetArenaForAllocation()); + _impl_.filter_text_.Set(value, GetArenaForAllocation()); } inline std::string* CompletionItem::_internal_mutable_filter_text() { - return filter_text_.Mutable(GetArenaForAllocation()); + return _impl_.filter_text_.Mutable(GetArenaForAllocation()); } inline std::string* CompletionItem::release_filter_text() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.CompletionItem.filter_text) - return filter_text_.Release(); + return _impl_.filter_text_.Release(); } inline void CompletionItem::set_allocated_filter_text(std::string* filter_text) { if (filter_text != nullptr) { @@ -17481,10 +17763,10 @@ inline void CompletionItem::set_allocated_filter_text(std::string* filter_text) } else { } - filter_text_.SetAllocated(filter_text, GetArenaForAllocation()); + _impl_.filter_text_.SetAllocated(filter_text, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (filter_text_.IsDefault()) { - filter_text_.Set("", GetArenaForAllocation()); + if (_impl_.filter_text_.IsDefault()) { + _impl_.filter_text_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.CompletionItem.filter_text) @@ -17492,10 +17774,10 @@ inline void CompletionItem::set_allocated_filter_text(std::string* filter_text) // int32 insert_text_format = 12; inline void CompletionItem::clear_insert_text_format() { - insert_text_format_ = 0; + _impl_.insert_text_format_ = 0; } inline int32_t CompletionItem::_internal_insert_text_format() const { - return insert_text_format_; + return _impl_.insert_text_format_; } inline int32_t CompletionItem::insert_text_format() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionItem.insert_text_format) @@ -17503,7 +17785,7 @@ inline int32_t CompletionItem::insert_text_format() const { } inline void CompletionItem::_internal_set_insert_text_format(int32_t value) { - insert_text_format_ = value; + _impl_.insert_text_format_ = value; } inline void CompletionItem::set_insert_text_format(int32_t value) { _internal_set_insert_text_format(value); @@ -17512,32 +17794,32 @@ inline void CompletionItem::set_insert_text_format(int32_t value) { // repeated .io.deephaven.proto.backplane.script.grpc.TextEdit additional_text_edits = 13; inline int CompletionItem::_internal_additional_text_edits_size() const { - return additional_text_edits_.size(); + return _impl_.additional_text_edits_.size(); } inline int CompletionItem::additional_text_edits_size() const { return _internal_additional_text_edits_size(); } inline void CompletionItem::clear_additional_text_edits() { - additional_text_edits_.Clear(); + _impl_.additional_text_edits_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::TextEdit* CompletionItem::mutable_additional_text_edits(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.CompletionItem.additional_text_edits) - return additional_text_edits_.Mutable(index); + return _impl_.additional_text_edits_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::TextEdit >* CompletionItem::mutable_additional_text_edits() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.CompletionItem.additional_text_edits) - return &additional_text_edits_; + return &_impl_.additional_text_edits_; } inline const ::io::deephaven::proto::backplane::script::grpc::TextEdit& CompletionItem::_internal_additional_text_edits(int index) const { - return additional_text_edits_.Get(index); + return _impl_.additional_text_edits_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::TextEdit& CompletionItem::additional_text_edits(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionItem.additional_text_edits) return _internal_additional_text_edits(index); } inline ::io::deephaven::proto::backplane::script::grpc::TextEdit* CompletionItem::_internal_add_additional_text_edits() { - return additional_text_edits_.Add(); + return _impl_.additional_text_edits_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::TextEdit* CompletionItem::add_additional_text_edits() { ::io::deephaven::proto::backplane::script::grpc::TextEdit* _add = _internal_add_additional_text_edits(); @@ -17547,18 +17829,18 @@ inline ::io::deephaven::proto::backplane::script::grpc::TextEdit* CompletionItem inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::TextEdit >& CompletionItem::additional_text_edits() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.CompletionItem.additional_text_edits) - return additional_text_edits_; + return _impl_.additional_text_edits_; } // repeated string commit_characters = 14; inline int CompletionItem::_internal_commit_characters_size() const { - return commit_characters_.size(); + return _impl_.commit_characters_.size(); } inline int CompletionItem::commit_characters_size() const { return _internal_commit_characters_size(); } inline void CompletionItem::clear_commit_characters() { - commit_characters_.Clear(); + _impl_.commit_characters_.Clear(); } inline std::string* CompletionItem::add_commit_characters() { std::string* _s = _internal_add_commit_characters(); @@ -17566,7 +17848,7 @@ inline std::string* CompletionItem::add_commit_characters() { return _s; } inline const std::string& CompletionItem::_internal_commit_characters(int index) const { - return commit_characters_.Get(index); + return _impl_.commit_characters_.Get(index); } inline const std::string& CompletionItem::commit_characters(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.CompletionItem.commit_characters) @@ -17574,72 +17856,72 @@ inline const std::string& CompletionItem::commit_characters(int index) const { } inline std::string* CompletionItem::mutable_commit_characters(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.CompletionItem.commit_characters) - return commit_characters_.Mutable(index); + return _impl_.commit_characters_.Mutable(index); } inline void CompletionItem::set_commit_characters(int index, const std::string& value) { - commit_characters_.Mutable(index)->assign(value); + _impl_.commit_characters_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.CompletionItem.commit_characters) } inline void CompletionItem::set_commit_characters(int index, std::string&& value) { - commit_characters_.Mutable(index)->assign(std::move(value)); + _impl_.commit_characters_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.CompletionItem.commit_characters) } inline void CompletionItem::set_commit_characters(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - commit_characters_.Mutable(index)->assign(value); + _impl_.commit_characters_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.script.grpc.CompletionItem.commit_characters) } inline void CompletionItem::set_commit_characters(int index, const char* value, size_t size) { - commit_characters_.Mutable(index)->assign( + _impl_.commit_characters_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.script.grpc.CompletionItem.commit_characters) } inline std::string* CompletionItem::_internal_add_commit_characters() { - return commit_characters_.Add(); + return _impl_.commit_characters_.Add(); } inline void CompletionItem::add_commit_characters(const std::string& value) { - commit_characters_.Add()->assign(value); + _impl_.commit_characters_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.CompletionItem.commit_characters) } inline void CompletionItem::add_commit_characters(std::string&& value) { - commit_characters_.Add(std::move(value)); + _impl_.commit_characters_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.CompletionItem.commit_characters) } inline void CompletionItem::add_commit_characters(const char* value) { GOOGLE_DCHECK(value != nullptr); - commit_characters_.Add()->assign(value); + _impl_.commit_characters_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.script.grpc.CompletionItem.commit_characters) } inline void CompletionItem::add_commit_characters(const char* value, size_t size) { - commit_characters_.Add()->assign(reinterpret_cast(value), size); + _impl_.commit_characters_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.script.grpc.CompletionItem.commit_characters) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& CompletionItem::commit_characters() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.CompletionItem.commit_characters) - return commit_characters_; + return _impl_.commit_characters_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* CompletionItem::mutable_commit_characters() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.CompletionItem.commit_characters) - return &commit_characters_; + return &_impl_.commit_characters_; } // .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 15; inline bool CompletionItem::_internal_has_documentation() const { - return this != internal_default_instance() && documentation_ != nullptr; + return this != internal_default_instance() && _impl_.documentation_ != nullptr; } inline bool CompletionItem::has_documentation() const { return _internal_has_documentation(); } inline void CompletionItem::clear_documentation() { - if (GetArenaForAllocation() == nullptr && documentation_ != nullptr) { - delete documentation_; + if (GetArenaForAllocation() == nullptr && _impl_.documentation_ != nullptr) { + delete _impl_.documentation_; } - documentation_ = nullptr; + _impl_.documentation_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& CompletionItem::_internal_documentation() const { - const ::io::deephaven::proto::backplane::script::grpc::MarkupContent* p = documentation_; + const ::io::deephaven::proto::backplane::script::grpc::MarkupContent* p = _impl_.documentation_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_MarkupContent_default_instance_); } @@ -17650,9 +17932,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& Com inline void CompletionItem::unsafe_arena_set_allocated_documentation( ::io::deephaven::proto::backplane::script::grpc::MarkupContent* documentation) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(documentation_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.documentation_); } - documentation_ = documentation; + _impl_.documentation_ = documentation; if (documentation) { } else { @@ -17662,8 +17944,8 @@ inline void CompletionItem::unsafe_arena_set_allocated_documentation( } inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* CompletionItem::release_documentation() { - ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = documentation_; - documentation_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = _impl_.documentation_; + _impl_.documentation_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -17678,17 +17960,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* Completio inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* CompletionItem::unsafe_arena_release_documentation() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.CompletionItem.documentation) - ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = documentation_; - documentation_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = _impl_.documentation_; + _impl_.documentation_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* CompletionItem::_internal_mutable_documentation() { - if (documentation_ == nullptr) { + if (_impl_.documentation_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::MarkupContent>(GetArenaForAllocation()); - documentation_ = p; + _impl_.documentation_ = p; } - return documentation_; + return _impl_.documentation_; } inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* CompletionItem::mutable_documentation() { ::io::deephaven::proto::backplane::script::grpc::MarkupContent* _msg = _internal_mutable_documentation(); @@ -17698,7 +17980,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* Completio inline void CompletionItem::set_allocated_documentation(::io::deephaven::proto::backplane::script::grpc::MarkupContent* documentation) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete documentation_; + delete _impl_.documentation_; } if (documentation) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -17711,7 +17993,7 @@ inline void CompletionItem::set_allocated_documentation(::io::deephaven::proto:: } else { } - documentation_ = documentation; + _impl_.documentation_ = documentation; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.CompletionItem.documentation) } @@ -17721,19 +18003,19 @@ inline void CompletionItem::set_allocated_documentation(::io::deephaven::proto:: // .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1; inline bool TextEdit::_internal_has_range() const { - return this != internal_default_instance() && range_ != nullptr; + return this != internal_default_instance() && _impl_.range_ != nullptr; } inline bool TextEdit::has_range() const { return _internal_has_range(); } inline void TextEdit::clear_range() { - if (GetArenaForAllocation() == nullptr && range_ != nullptr) { - delete range_; + if (GetArenaForAllocation() == nullptr && _impl_.range_ != nullptr) { + delete _impl_.range_; } - range_ = nullptr; + _impl_.range_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& TextEdit::_internal_range() const { - const ::io::deephaven::proto::backplane::script::grpc::DocumentRange* p = range_; + const ::io::deephaven::proto::backplane::script::grpc::DocumentRange* p = _impl_.range_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_DocumentRange_default_instance_); } @@ -17744,9 +18026,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& Tex inline void TextEdit::unsafe_arena_set_allocated_range( ::io::deephaven::proto::backplane::script::grpc::DocumentRange* range) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(range_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.range_); } - range_ = range; + _impl_.range_ = range; if (range) { } else { @@ -17756,8 +18038,8 @@ inline void TextEdit::unsafe_arena_set_allocated_range( } inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* TextEdit::release_range() { - ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = range_; - range_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = _impl_.range_; + _impl_.range_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -17772,17 +18054,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* TextEdit: inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* TextEdit::unsafe_arena_release_range() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.TextEdit.range) - ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = range_; - range_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = _impl_.range_; + _impl_.range_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* TextEdit::_internal_mutable_range() { - if (range_ == nullptr) { + if (_impl_.range_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::DocumentRange>(GetArenaForAllocation()); - range_ = p; + _impl_.range_ = p; } - return range_; + return _impl_.range_; } inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* TextEdit::mutable_range() { ::io::deephaven::proto::backplane::script::grpc::DocumentRange* _msg = _internal_mutable_range(); @@ -17792,7 +18074,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* TextEdit: inline void TextEdit::set_allocated_range(::io::deephaven::proto::backplane::script::grpc::DocumentRange* range) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete range_; + delete _impl_.range_; } if (range) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -17805,13 +18087,13 @@ inline void TextEdit::set_allocated_range(::io::deephaven::proto::backplane::scr } else { } - range_ = range; + _impl_.range_ = range; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.TextEdit.range) } // string text = 2; inline void TextEdit::clear_text() { - text_.ClearToEmpty(); + _impl_.text_.ClearToEmpty(); } inline const std::string& TextEdit::text() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.TextEdit.text) @@ -17821,7 +18103,7 @@ template inline PROTOBUF_ALWAYS_INLINE void TextEdit::set_text(ArgT0&& arg0, ArgT... args) { - text_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.text_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.TextEdit.text) } inline std::string* TextEdit::mutable_text() { @@ -17830,19 +18112,19 @@ inline std::string* TextEdit::mutable_text() { return _s; } inline const std::string& TextEdit::_internal_text() const { - return text_.Get(); + return _impl_.text_.Get(); } inline void TextEdit::_internal_set_text(const std::string& value) { - text_.Set(value, GetArenaForAllocation()); + _impl_.text_.Set(value, GetArenaForAllocation()); } inline std::string* TextEdit::_internal_mutable_text() { - return text_.Mutable(GetArenaForAllocation()); + return _impl_.text_.Mutable(GetArenaForAllocation()); } inline std::string* TextEdit::release_text() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.TextEdit.text) - return text_.Release(); + return _impl_.text_.Release(); } inline void TextEdit::set_allocated_text(std::string* text) { if (text != nullptr) { @@ -17850,10 +18132,10 @@ inline void TextEdit::set_allocated_text(std::string* text) { } else { } - text_.SetAllocated(text, GetArenaForAllocation()); + _impl_.text_.SetAllocated(text, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (text_.IsDefault()) { - text_.Set("", GetArenaForAllocation()); + if (_impl_.text_.IsDefault()) { + _impl_.text_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.TextEdit.text) @@ -17865,19 +18147,19 @@ inline void TextEdit::set_allocated_text(std::string* text) { // .io.deephaven.proto.backplane.script.grpc.SignatureHelpContext context = 1; inline bool GetSignatureHelpRequest::_internal_has_context() const { - return this != internal_default_instance() && context_ != nullptr; + return this != internal_default_instance() && _impl_.context_ != nullptr; } inline bool GetSignatureHelpRequest::has_context() const { return _internal_has_context(); } inline void GetSignatureHelpRequest::clear_context() { - if (GetArenaForAllocation() == nullptr && context_ != nullptr) { - delete context_; + if (GetArenaForAllocation() == nullptr && _impl_.context_ != nullptr) { + delete _impl_.context_; } - context_ = nullptr; + _impl_.context_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext& GetSignatureHelpRequest::_internal_context() const { - const ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* p = context_; + const ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* p = _impl_.context_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_SignatureHelpContext_default_instance_); } @@ -17888,9 +18170,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::SignatureHelpConte inline void GetSignatureHelpRequest::unsafe_arena_set_allocated_context( ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* context) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(context_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.context_); } - context_ = context; + _impl_.context_ = context; if (context) { } else { @@ -17900,8 +18182,8 @@ inline void GetSignatureHelpRequest::unsafe_arena_set_allocated_context( } inline ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* GetSignatureHelpRequest::release_context() { - ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* temp = context_; - context_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* temp = _impl_.context_; + _impl_.context_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -17916,17 +18198,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* Ge inline ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* GetSignatureHelpRequest::unsafe_arena_release_context() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest.context) - ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* temp = context_; - context_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* temp = _impl_.context_; + _impl_.context_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* GetSignatureHelpRequest::_internal_mutable_context() { - if (context_ == nullptr) { + if (_impl_.context_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext>(GetArenaForAllocation()); - context_ = p; + _impl_.context_ = p; } - return context_; + return _impl_.context_; } inline ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* GetSignatureHelpRequest::mutable_context() { ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* _msg = _internal_mutable_context(); @@ -17936,7 +18218,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* Ge inline void GetSignatureHelpRequest::set_allocated_context(::io::deephaven::proto::backplane::script::grpc::SignatureHelpContext* context) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete context_; + delete _impl_.context_; } if (context) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -17949,25 +18231,25 @@ inline void GetSignatureHelpRequest::set_allocated_context(::io::deephaven::prot } else { } - context_ = context; + _impl_.context_ = context; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest.context) } // .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 2; inline bool GetSignatureHelpRequest::_internal_has_text_document() const { - return this != internal_default_instance() && text_document_ != nullptr; + return this != internal_default_instance() && _impl_.text_document_ != nullptr; } inline bool GetSignatureHelpRequest::has_text_document() const { return _internal_has_text_document(); } inline void GetSignatureHelpRequest::clear_text_document() { - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; + _impl_.text_document_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& GetSignatureHelpRequest::_internal_text_document() const { - const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* p = text_document_; + const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* p = _impl_.text_document_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_VersionedTextDocumentIdentifier_default_instance_); } @@ -17978,9 +18260,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocum inline void GetSignatureHelpRequest::unsafe_arena_set_allocated_text_document( ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(text_document_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.text_document_); } - text_document_ = text_document; + _impl_.text_document_ = text_document; if (text_document) { } else { @@ -17990,8 +18272,8 @@ inline void GetSignatureHelpRequest::unsafe_arena_set_allocated_text_document( } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetSignatureHelpRequest::release_text_document() { - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -18006,17 +18288,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIde inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetSignatureHelpRequest::unsafe_arena_release_text_document() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest.text_document) - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetSignatureHelpRequest::_internal_mutable_text_document() { - if (text_document_ == nullptr) { + if (_impl_.text_document_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier>(GetArenaForAllocation()); - text_document_ = p; + _impl_.text_document_ = p; } - return text_document_; + return _impl_.text_document_; } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetSignatureHelpRequest::mutable_text_document() { ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* _msg = _internal_mutable_text_document(); @@ -18026,7 +18308,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIde inline void GetSignatureHelpRequest::set_allocated_text_document(::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete text_document_; + delete _impl_.text_document_; } if (text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -18039,25 +18321,25 @@ inline void GetSignatureHelpRequest::set_allocated_text_document(::io::deephaven } else { } - text_document_ = text_document; + _impl_.text_document_ = text_document; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest.text_document) } // .io.deephaven.proto.backplane.script.grpc.Position position = 3; inline bool GetSignatureHelpRequest::_internal_has_position() const { - return this != internal_default_instance() && position_ != nullptr; + return this != internal_default_instance() && _impl_.position_ != nullptr; } inline bool GetSignatureHelpRequest::has_position() const { return _internal_has_position(); } inline void GetSignatureHelpRequest::clear_position() { - if (GetArenaForAllocation() == nullptr && position_ != nullptr) { - delete position_; + if (GetArenaForAllocation() == nullptr && _impl_.position_ != nullptr) { + delete _impl_.position_; } - position_ = nullptr; + _impl_.position_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::Position& GetSignatureHelpRequest::_internal_position() const { - const ::io::deephaven::proto::backplane::script::grpc::Position* p = position_; + const ::io::deephaven::proto::backplane::script::grpc::Position* p = _impl_.position_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_Position_default_instance_); } @@ -18068,9 +18350,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::Position& GetSigna inline void GetSignatureHelpRequest::unsafe_arena_set_allocated_position( ::io::deephaven::proto::backplane::script::grpc::Position* position) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(position_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.position_); } - position_ = position; + _impl_.position_ = position; if (position) { } else { @@ -18080,8 +18362,8 @@ inline void GetSignatureHelpRequest::unsafe_arena_set_allocated_position( } inline ::io::deephaven::proto::backplane::script::grpc::Position* GetSignatureHelpRequest::release_position() { - ::io::deephaven::proto::backplane::script::grpc::Position* temp = position_; - position_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::Position* temp = _impl_.position_; + _impl_.position_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -18096,17 +18378,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::Position* GetSignatureHe inline ::io::deephaven::proto::backplane::script::grpc::Position* GetSignatureHelpRequest::unsafe_arena_release_position() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest.position) - ::io::deephaven::proto::backplane::script::grpc::Position* temp = position_; - position_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::Position* temp = _impl_.position_; + _impl_.position_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::Position* GetSignatureHelpRequest::_internal_mutable_position() { - if (position_ == nullptr) { + if (_impl_.position_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::Position>(GetArenaForAllocation()); - position_ = p; + _impl_.position_ = p; } - return position_; + return _impl_.position_; } inline ::io::deephaven::proto::backplane::script::grpc::Position* GetSignatureHelpRequest::mutable_position() { ::io::deephaven::proto::backplane::script::grpc::Position* _msg = _internal_mutable_position(); @@ -18116,7 +18398,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::Position* GetSignatureHe inline void GetSignatureHelpRequest::set_allocated_position(::io::deephaven::proto::backplane::script::grpc::Position* position) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete position_; + delete _impl_.position_; } if (position) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -18129,7 +18411,7 @@ inline void GetSignatureHelpRequest::set_allocated_position(::io::deephaven::pro } else { } - position_ = position; + _impl_.position_ = position; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpRequest.position) } @@ -18139,10 +18421,10 @@ inline void GetSignatureHelpRequest::set_allocated_position(::io::deephaven::pro // int32 trigger_kind = 1; inline void SignatureHelpContext::clear_trigger_kind() { - trigger_kind_ = 0; + _impl_.trigger_kind_ = 0; } inline int32_t SignatureHelpContext::_internal_trigger_kind() const { - return trigger_kind_; + return _impl_.trigger_kind_; } inline int32_t SignatureHelpContext::trigger_kind() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.SignatureHelpContext.trigger_kind) @@ -18150,7 +18432,7 @@ inline int32_t SignatureHelpContext::trigger_kind() const { } inline void SignatureHelpContext::_internal_set_trigger_kind(int32_t value) { - trigger_kind_ = value; + _impl_.trigger_kind_ = value; } inline void SignatureHelpContext::set_trigger_kind(int32_t value) { _internal_set_trigger_kind(value); @@ -18159,15 +18441,15 @@ inline void SignatureHelpContext::set_trigger_kind(int32_t value) { // optional string trigger_character = 2; inline bool SignatureHelpContext::_internal_has_trigger_character() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool SignatureHelpContext::has_trigger_character() const { return _internal_has_trigger_character(); } inline void SignatureHelpContext::clear_trigger_character() { - trigger_character_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.trigger_character_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& SignatureHelpContext::trigger_character() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.SignatureHelpContext.trigger_character) @@ -18176,8 +18458,8 @@ inline const std::string& SignatureHelpContext::trigger_character() const { template inline PROTOBUF_ALWAYS_INLINE void SignatureHelpContext::set_trigger_character(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - trigger_character_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.trigger_character_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.SignatureHelpContext.trigger_character) } inline std::string* SignatureHelpContext::mutable_trigger_character() { @@ -18186,40 +18468,40 @@ inline std::string* SignatureHelpContext::mutable_trigger_character() { return _s; } inline const std::string& SignatureHelpContext::_internal_trigger_character() const { - return trigger_character_.Get(); + return _impl_.trigger_character_.Get(); } inline void SignatureHelpContext::_internal_set_trigger_character(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - trigger_character_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.trigger_character_.Set(value, GetArenaForAllocation()); } inline std::string* SignatureHelpContext::_internal_mutable_trigger_character() { - _has_bits_[0] |= 0x00000001u; - return trigger_character_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.trigger_character_.Mutable(GetArenaForAllocation()); } inline std::string* SignatureHelpContext::release_trigger_character() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.SignatureHelpContext.trigger_character) if (!_internal_has_trigger_character()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = trigger_character_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.trigger_character_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (trigger_character_.IsDefault()) { - trigger_character_.Set("", GetArenaForAllocation()); + if (_impl_.trigger_character_.IsDefault()) { + _impl_.trigger_character_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void SignatureHelpContext::set_allocated_trigger_character(std::string* trigger_character) { if (trigger_character != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - trigger_character_.SetAllocated(trigger_character, GetArenaForAllocation()); + _impl_.trigger_character_.SetAllocated(trigger_character, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (trigger_character_.IsDefault()) { - trigger_character_.Set("", GetArenaForAllocation()); + if (_impl_.trigger_character_.IsDefault()) { + _impl_.trigger_character_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.SignatureHelpContext.trigger_character) @@ -18227,10 +18509,10 @@ inline void SignatureHelpContext::set_allocated_trigger_character(std::string* t // bool is_retrigger = 3; inline void SignatureHelpContext::clear_is_retrigger() { - is_retrigger_ = false; + _impl_.is_retrigger_ = false; } inline bool SignatureHelpContext::_internal_is_retrigger() const { - return is_retrigger_; + return _impl_.is_retrigger_; } inline bool SignatureHelpContext::is_retrigger() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.SignatureHelpContext.is_retrigger) @@ -18238,7 +18520,7 @@ inline bool SignatureHelpContext::is_retrigger() const { } inline void SignatureHelpContext::_internal_set_is_retrigger(bool value) { - is_retrigger_ = value; + _impl_.is_retrigger_ = value; } inline void SignatureHelpContext::set_is_retrigger(bool value) { _internal_set_is_retrigger(value); @@ -18247,19 +18529,19 @@ inline void SignatureHelpContext::set_is_retrigger(bool value) { // .io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse active_signature_help = 4; inline bool SignatureHelpContext::_internal_has_active_signature_help() const { - return this != internal_default_instance() && active_signature_help_ != nullptr; + return this != internal_default_instance() && _impl_.active_signature_help_ != nullptr; } inline bool SignatureHelpContext::has_active_signature_help() const { return _internal_has_active_signature_help(); } inline void SignatureHelpContext::clear_active_signature_help() { - if (GetArenaForAllocation() == nullptr && active_signature_help_ != nullptr) { - delete active_signature_help_; + if (GetArenaForAllocation() == nullptr && _impl_.active_signature_help_ != nullptr) { + delete _impl_.active_signature_help_; } - active_signature_help_ = nullptr; + _impl_.active_signature_help_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse& SignatureHelpContext::_internal_active_signature_help() const { - const ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* p = active_signature_help_; + const ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* p = _impl_.active_signature_help_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_GetSignatureHelpResponse_default_instance_); } @@ -18270,9 +18552,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpRe inline void SignatureHelpContext::unsafe_arena_set_allocated_active_signature_help( ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* active_signature_help) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(active_signature_help_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.active_signature_help_); } - active_signature_help_ = active_signature_help; + _impl_.active_signature_help_ = active_signature_help; if (active_signature_help) { } else { @@ -18282,8 +18564,8 @@ inline void SignatureHelpContext::unsafe_arena_set_allocated_active_signature_he } inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* SignatureHelpContext::release_active_signature_help() { - ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* temp = active_signature_help_; - active_signature_help_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* temp = _impl_.active_signature_help_; + _impl_.active_signature_help_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -18298,17 +18580,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* SignatureHelpContext::unsafe_arena_release_active_signature_help() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.SignatureHelpContext.active_signature_help) - ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* temp = active_signature_help_; - active_signature_help_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* temp = _impl_.active_signature_help_; + _impl_.active_signature_help_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* SignatureHelpContext::_internal_mutable_active_signature_help() { - if (active_signature_help_ == nullptr) { + if (_impl_.active_signature_help_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse>(GetArenaForAllocation()); - active_signature_help_ = p; + _impl_.active_signature_help_ = p; } - return active_signature_help_; + return _impl_.active_signature_help_; } inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* SignatureHelpContext::mutable_active_signature_help() { ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* _msg = _internal_mutable_active_signature_help(); @@ -18318,7 +18600,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse inline void SignatureHelpContext::set_allocated_active_signature_help(::io::deephaven::proto::backplane::script::grpc::GetSignatureHelpResponse* active_signature_help) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete active_signature_help_; + delete _impl_.active_signature_help_; } if (active_signature_help) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -18331,7 +18613,7 @@ inline void SignatureHelpContext::set_allocated_active_signature_help(::io::deep } else { } - active_signature_help_ = active_signature_help; + _impl_.active_signature_help_ = active_signature_help; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.SignatureHelpContext.active_signature_help) } @@ -18341,32 +18623,32 @@ inline void SignatureHelpContext::set_allocated_active_signature_help(::io::deep // repeated .io.deephaven.proto.backplane.script.grpc.SignatureInformation signatures = 1; inline int GetSignatureHelpResponse::_internal_signatures_size() const { - return signatures_.size(); + return _impl_.signatures_.size(); } inline int GetSignatureHelpResponse::signatures_size() const { return _internal_signatures_size(); } inline void GetSignatureHelpResponse::clear_signatures() { - signatures_.Clear(); + _impl_.signatures_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::SignatureInformation* GetSignatureHelpResponse::mutable_signatures(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse.signatures) - return signatures_.Mutable(index); + return _impl_.signatures_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::SignatureInformation >* GetSignatureHelpResponse::mutable_signatures() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse.signatures) - return &signatures_; + return &_impl_.signatures_; } inline const ::io::deephaven::proto::backplane::script::grpc::SignatureInformation& GetSignatureHelpResponse::_internal_signatures(int index) const { - return signatures_.Get(index); + return _impl_.signatures_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::SignatureInformation& GetSignatureHelpResponse::signatures(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse.signatures) return _internal_signatures(index); } inline ::io::deephaven::proto::backplane::script::grpc::SignatureInformation* GetSignatureHelpResponse::_internal_add_signatures() { - return signatures_.Add(); + return _impl_.signatures_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::SignatureInformation* GetSignatureHelpResponse::add_signatures() { ::io::deephaven::proto::backplane::script::grpc::SignatureInformation* _add = _internal_add_signatures(); @@ -18376,31 +18658,31 @@ inline ::io::deephaven::proto::backplane::script::grpc::SignatureInformation* Ge inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::SignatureInformation >& GetSignatureHelpResponse::signatures() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse.signatures) - return signatures_; + return _impl_.signatures_; } // optional int32 active_signature = 2; inline bool GetSignatureHelpResponse::_internal_has_active_signature() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool GetSignatureHelpResponse::has_active_signature() const { return _internal_has_active_signature(); } inline void GetSignatureHelpResponse::clear_active_signature() { - active_signature_ = 0; - _has_bits_[0] &= ~0x00000001u; + _impl_.active_signature_ = 0; + _impl_._has_bits_[0] &= ~0x00000001u; } inline int32_t GetSignatureHelpResponse::_internal_active_signature() const { - return active_signature_; + return _impl_.active_signature_; } inline int32_t GetSignatureHelpResponse::active_signature() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse.active_signature) return _internal_active_signature(); } inline void GetSignatureHelpResponse::_internal_set_active_signature(int32_t value) { - _has_bits_[0] |= 0x00000001u; - active_signature_ = value; + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.active_signature_ = value; } inline void GetSignatureHelpResponse::set_active_signature(int32_t value) { _internal_set_active_signature(value); @@ -18409,26 +18691,26 @@ inline void GetSignatureHelpResponse::set_active_signature(int32_t value) { // optional int32 active_parameter = 3; inline bool GetSignatureHelpResponse::_internal_has_active_parameter() const { - bool value = (_has_bits_[0] & 0x00000002u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0; return value; } inline bool GetSignatureHelpResponse::has_active_parameter() const { return _internal_has_active_parameter(); } inline void GetSignatureHelpResponse::clear_active_parameter() { - active_parameter_ = 0; - _has_bits_[0] &= ~0x00000002u; + _impl_.active_parameter_ = 0; + _impl_._has_bits_[0] &= ~0x00000002u; } inline int32_t GetSignatureHelpResponse::_internal_active_parameter() const { - return active_parameter_; + return _impl_.active_parameter_; } inline int32_t GetSignatureHelpResponse::active_parameter() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetSignatureHelpResponse.active_parameter) return _internal_active_parameter(); } inline void GetSignatureHelpResponse::_internal_set_active_parameter(int32_t value) { - _has_bits_[0] |= 0x00000002u; - active_parameter_ = value; + _impl_._has_bits_[0] |= 0x00000002u; + _impl_.active_parameter_ = value; } inline void GetSignatureHelpResponse::set_active_parameter(int32_t value) { _internal_set_active_parameter(value); @@ -18441,7 +18723,7 @@ inline void GetSignatureHelpResponse::set_active_parameter(int32_t value) { // string label = 1; inline void SignatureInformation::clear_label() { - label_.ClearToEmpty(); + _impl_.label_.ClearToEmpty(); } inline const std::string& SignatureInformation::label() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.SignatureInformation.label) @@ -18451,7 +18733,7 @@ template inline PROTOBUF_ALWAYS_INLINE void SignatureInformation::set_label(ArgT0&& arg0, ArgT... args) { - label_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.label_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.SignatureInformation.label) } inline std::string* SignatureInformation::mutable_label() { @@ -18460,19 +18742,19 @@ inline std::string* SignatureInformation::mutable_label() { return _s; } inline const std::string& SignatureInformation::_internal_label() const { - return label_.Get(); + return _impl_.label_.Get(); } inline void SignatureInformation::_internal_set_label(const std::string& value) { - label_.Set(value, GetArenaForAllocation()); + _impl_.label_.Set(value, GetArenaForAllocation()); } inline std::string* SignatureInformation::_internal_mutable_label() { - return label_.Mutable(GetArenaForAllocation()); + return _impl_.label_.Mutable(GetArenaForAllocation()); } inline std::string* SignatureInformation::release_label() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.SignatureInformation.label) - return label_.Release(); + return _impl_.label_.Release(); } inline void SignatureInformation::set_allocated_label(std::string* label) { if (label != nullptr) { @@ -18480,10 +18762,10 @@ inline void SignatureInformation::set_allocated_label(std::string* label) { } else { } - label_.SetAllocated(label, GetArenaForAllocation()); + _impl_.label_.SetAllocated(label, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (label_.IsDefault()) { - label_.Set("", GetArenaForAllocation()); + if (_impl_.label_.IsDefault()) { + _impl_.label_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.SignatureInformation.label) @@ -18491,19 +18773,19 @@ inline void SignatureInformation::set_allocated_label(std::string* label) { // .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2; inline bool SignatureInformation::_internal_has_documentation() const { - return this != internal_default_instance() && documentation_ != nullptr; + return this != internal_default_instance() && _impl_.documentation_ != nullptr; } inline bool SignatureInformation::has_documentation() const { return _internal_has_documentation(); } inline void SignatureInformation::clear_documentation() { - if (GetArenaForAllocation() == nullptr && documentation_ != nullptr) { - delete documentation_; + if (GetArenaForAllocation() == nullptr && _impl_.documentation_ != nullptr) { + delete _impl_.documentation_; } - documentation_ = nullptr; + _impl_.documentation_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& SignatureInformation::_internal_documentation() const { - const ::io::deephaven::proto::backplane::script::grpc::MarkupContent* p = documentation_; + const ::io::deephaven::proto::backplane::script::grpc::MarkupContent* p = _impl_.documentation_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_MarkupContent_default_instance_); } @@ -18514,9 +18796,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& Sig inline void SignatureInformation::unsafe_arena_set_allocated_documentation( ::io::deephaven::proto::backplane::script::grpc::MarkupContent* documentation) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(documentation_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.documentation_); } - documentation_ = documentation; + _impl_.documentation_ = documentation; if (documentation) { } else { @@ -18526,8 +18808,8 @@ inline void SignatureInformation::unsafe_arena_set_allocated_documentation( } inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* SignatureInformation::release_documentation() { - ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = documentation_; - documentation_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = _impl_.documentation_; + _impl_.documentation_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -18542,17 +18824,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* Signature inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* SignatureInformation::unsafe_arena_release_documentation() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.SignatureInformation.documentation) - ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = documentation_; - documentation_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = _impl_.documentation_; + _impl_.documentation_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* SignatureInformation::_internal_mutable_documentation() { - if (documentation_ == nullptr) { + if (_impl_.documentation_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::MarkupContent>(GetArenaForAllocation()); - documentation_ = p; + _impl_.documentation_ = p; } - return documentation_; + return _impl_.documentation_; } inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* SignatureInformation::mutable_documentation() { ::io::deephaven::proto::backplane::script::grpc::MarkupContent* _msg = _internal_mutable_documentation(); @@ -18562,7 +18844,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* Signature inline void SignatureInformation::set_allocated_documentation(::io::deephaven::proto::backplane::script::grpc::MarkupContent* documentation) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete documentation_; + delete _impl_.documentation_; } if (documentation) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -18575,38 +18857,38 @@ inline void SignatureInformation::set_allocated_documentation(::io::deephaven::p } else { } - documentation_ = documentation; + _impl_.documentation_ = documentation; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.SignatureInformation.documentation) } // repeated .io.deephaven.proto.backplane.script.grpc.ParameterInformation parameters = 3; inline int SignatureInformation::_internal_parameters_size() const { - return parameters_.size(); + return _impl_.parameters_.size(); } inline int SignatureInformation::parameters_size() const { return _internal_parameters_size(); } inline void SignatureInformation::clear_parameters() { - parameters_.Clear(); + _impl_.parameters_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::ParameterInformation* SignatureInformation::mutable_parameters(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.SignatureInformation.parameters) - return parameters_.Mutable(index); + return _impl_.parameters_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::ParameterInformation >* SignatureInformation::mutable_parameters() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.SignatureInformation.parameters) - return ¶meters_; + return &_impl_.parameters_; } inline const ::io::deephaven::proto::backplane::script::grpc::ParameterInformation& SignatureInformation::_internal_parameters(int index) const { - return parameters_.Get(index); + return _impl_.parameters_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::ParameterInformation& SignatureInformation::parameters(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.SignatureInformation.parameters) return _internal_parameters(index); } inline ::io::deephaven::proto::backplane::script::grpc::ParameterInformation* SignatureInformation::_internal_add_parameters() { - return parameters_.Add(); + return _impl_.parameters_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::ParameterInformation* SignatureInformation::add_parameters() { ::io::deephaven::proto::backplane::script::grpc::ParameterInformation* _add = _internal_add_parameters(); @@ -18616,31 +18898,31 @@ inline ::io::deephaven::proto::backplane::script::grpc::ParameterInformation* Si inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::ParameterInformation >& SignatureInformation::parameters() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.SignatureInformation.parameters) - return parameters_; + return _impl_.parameters_; } // optional int32 active_parameter = 4; inline bool SignatureInformation::_internal_has_active_parameter() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool SignatureInformation::has_active_parameter() const { return _internal_has_active_parameter(); } inline void SignatureInformation::clear_active_parameter() { - active_parameter_ = 0; - _has_bits_[0] &= ~0x00000001u; + _impl_.active_parameter_ = 0; + _impl_._has_bits_[0] &= ~0x00000001u; } inline int32_t SignatureInformation::_internal_active_parameter() const { - return active_parameter_; + return _impl_.active_parameter_; } inline int32_t SignatureInformation::active_parameter() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.SignatureInformation.active_parameter) return _internal_active_parameter(); } inline void SignatureInformation::_internal_set_active_parameter(int32_t value) { - _has_bits_[0] |= 0x00000001u; - active_parameter_ = value; + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.active_parameter_ = value; } inline void SignatureInformation::set_active_parameter(int32_t value) { _internal_set_active_parameter(value); @@ -18653,7 +18935,7 @@ inline void SignatureInformation::set_active_parameter(int32_t value) { // string label = 1; inline void ParameterInformation::clear_label() { - label_.ClearToEmpty(); + _impl_.label_.ClearToEmpty(); } inline const std::string& ParameterInformation::label() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.ParameterInformation.label) @@ -18663,7 +18945,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ParameterInformation::set_label(ArgT0&& arg0, ArgT... args) { - label_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.label_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.ParameterInformation.label) } inline std::string* ParameterInformation::mutable_label() { @@ -18672,19 +18954,19 @@ inline std::string* ParameterInformation::mutable_label() { return _s; } inline const std::string& ParameterInformation::_internal_label() const { - return label_.Get(); + return _impl_.label_.Get(); } inline void ParameterInformation::_internal_set_label(const std::string& value) { - label_.Set(value, GetArenaForAllocation()); + _impl_.label_.Set(value, GetArenaForAllocation()); } inline std::string* ParameterInformation::_internal_mutable_label() { - return label_.Mutable(GetArenaForAllocation()); + return _impl_.label_.Mutable(GetArenaForAllocation()); } inline std::string* ParameterInformation::release_label() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.ParameterInformation.label) - return label_.Release(); + return _impl_.label_.Release(); } inline void ParameterInformation::set_allocated_label(std::string* label) { if (label != nullptr) { @@ -18692,10 +18974,10 @@ inline void ParameterInformation::set_allocated_label(std::string* label) { } else { } - label_.SetAllocated(label, GetArenaForAllocation()); + _impl_.label_.SetAllocated(label, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (label_.IsDefault()) { - label_.Set("", GetArenaForAllocation()); + if (_impl_.label_.IsDefault()) { + _impl_.label_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.ParameterInformation.label) @@ -18703,19 +18985,19 @@ inline void ParameterInformation::set_allocated_label(std::string* label) { // .io.deephaven.proto.backplane.script.grpc.MarkupContent documentation = 2; inline bool ParameterInformation::_internal_has_documentation() const { - return this != internal_default_instance() && documentation_ != nullptr; + return this != internal_default_instance() && _impl_.documentation_ != nullptr; } inline bool ParameterInformation::has_documentation() const { return _internal_has_documentation(); } inline void ParameterInformation::clear_documentation() { - if (GetArenaForAllocation() == nullptr && documentation_ != nullptr) { - delete documentation_; + if (GetArenaForAllocation() == nullptr && _impl_.documentation_ != nullptr) { + delete _impl_.documentation_; } - documentation_ = nullptr; + _impl_.documentation_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& ParameterInformation::_internal_documentation() const { - const ::io::deephaven::proto::backplane::script::grpc::MarkupContent* p = documentation_; + const ::io::deephaven::proto::backplane::script::grpc::MarkupContent* p = _impl_.documentation_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_MarkupContent_default_instance_); } @@ -18726,9 +19008,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& Par inline void ParameterInformation::unsafe_arena_set_allocated_documentation( ::io::deephaven::proto::backplane::script::grpc::MarkupContent* documentation) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(documentation_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.documentation_); } - documentation_ = documentation; + _impl_.documentation_ = documentation; if (documentation) { } else { @@ -18738,8 +19020,8 @@ inline void ParameterInformation::unsafe_arena_set_allocated_documentation( } inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* ParameterInformation::release_documentation() { - ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = documentation_; - documentation_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = _impl_.documentation_; + _impl_.documentation_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -18754,17 +19036,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* Parameter inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* ParameterInformation::unsafe_arena_release_documentation() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.ParameterInformation.documentation) - ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = documentation_; - documentation_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = _impl_.documentation_; + _impl_.documentation_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* ParameterInformation::_internal_mutable_documentation() { - if (documentation_ == nullptr) { + if (_impl_.documentation_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::MarkupContent>(GetArenaForAllocation()); - documentation_ = p; + _impl_.documentation_ = p; } - return documentation_; + return _impl_.documentation_; } inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* ParameterInformation::mutable_documentation() { ::io::deephaven::proto::backplane::script::grpc::MarkupContent* _msg = _internal_mutable_documentation(); @@ -18774,7 +19056,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* Parameter inline void ParameterInformation::set_allocated_documentation(::io::deephaven::proto::backplane::script::grpc::MarkupContent* documentation) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete documentation_; + delete _impl_.documentation_; } if (documentation) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -18787,7 +19069,7 @@ inline void ParameterInformation::set_allocated_documentation(::io::deephaven::p } else { } - documentation_ = documentation; + _impl_.documentation_ = documentation; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.ParameterInformation.documentation) } @@ -18797,19 +19079,19 @@ inline void ParameterInformation::set_allocated_documentation(::io::deephaven::p // .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 1; inline bool GetHoverRequest::_internal_has_text_document() const { - return this != internal_default_instance() && text_document_ != nullptr; + return this != internal_default_instance() && _impl_.text_document_ != nullptr; } inline bool GetHoverRequest::has_text_document() const { return _internal_has_text_document(); } inline void GetHoverRequest::clear_text_document() { - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; + _impl_.text_document_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& GetHoverRequest::_internal_text_document() const { - const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* p = text_document_; + const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* p = _impl_.text_document_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_VersionedTextDocumentIdentifier_default_instance_); } @@ -18820,9 +19102,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocum inline void GetHoverRequest::unsafe_arena_set_allocated_text_document( ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(text_document_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.text_document_); } - text_document_ = text_document; + _impl_.text_document_ = text_document; if (text_document) { } else { @@ -18832,8 +19114,8 @@ inline void GetHoverRequest::unsafe_arena_set_allocated_text_document( } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetHoverRequest::release_text_document() { - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -18848,17 +19130,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIde inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetHoverRequest::unsafe_arena_release_text_document() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetHoverRequest.text_document) - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetHoverRequest::_internal_mutable_text_document() { - if (text_document_ == nullptr) { + if (_impl_.text_document_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier>(GetArenaForAllocation()); - text_document_ = p; + _impl_.text_document_ = p; } - return text_document_; + return _impl_.text_document_; } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetHoverRequest::mutable_text_document() { ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* _msg = _internal_mutable_text_document(); @@ -18868,7 +19150,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIde inline void GetHoverRequest::set_allocated_text_document(::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete text_document_; + delete _impl_.text_document_; } if (text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -18881,25 +19163,25 @@ inline void GetHoverRequest::set_allocated_text_document(::io::deephaven::proto: } else { } - text_document_ = text_document; + _impl_.text_document_ = text_document; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetHoverRequest.text_document) } // .io.deephaven.proto.backplane.script.grpc.Position position = 2; inline bool GetHoverRequest::_internal_has_position() const { - return this != internal_default_instance() && position_ != nullptr; + return this != internal_default_instance() && _impl_.position_ != nullptr; } inline bool GetHoverRequest::has_position() const { return _internal_has_position(); } inline void GetHoverRequest::clear_position() { - if (GetArenaForAllocation() == nullptr && position_ != nullptr) { - delete position_; + if (GetArenaForAllocation() == nullptr && _impl_.position_ != nullptr) { + delete _impl_.position_; } - position_ = nullptr; + _impl_.position_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::Position& GetHoverRequest::_internal_position() const { - const ::io::deephaven::proto::backplane::script::grpc::Position* p = position_; + const ::io::deephaven::proto::backplane::script::grpc::Position* p = _impl_.position_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_Position_default_instance_); } @@ -18910,9 +19192,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::Position& GetHover inline void GetHoverRequest::unsafe_arena_set_allocated_position( ::io::deephaven::proto::backplane::script::grpc::Position* position) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(position_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.position_); } - position_ = position; + _impl_.position_ = position; if (position) { } else { @@ -18922,8 +19204,8 @@ inline void GetHoverRequest::unsafe_arena_set_allocated_position( } inline ::io::deephaven::proto::backplane::script::grpc::Position* GetHoverRequest::release_position() { - ::io::deephaven::proto::backplane::script::grpc::Position* temp = position_; - position_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::Position* temp = _impl_.position_; + _impl_.position_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -18938,17 +19220,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::Position* GetHoverReques inline ::io::deephaven::proto::backplane::script::grpc::Position* GetHoverRequest::unsafe_arena_release_position() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetHoverRequest.position) - ::io::deephaven::proto::backplane::script::grpc::Position* temp = position_; - position_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::Position* temp = _impl_.position_; + _impl_.position_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::Position* GetHoverRequest::_internal_mutable_position() { - if (position_ == nullptr) { + if (_impl_.position_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::Position>(GetArenaForAllocation()); - position_ = p; + _impl_.position_ = p; } - return position_; + return _impl_.position_; } inline ::io::deephaven::proto::backplane::script::grpc::Position* GetHoverRequest::mutable_position() { ::io::deephaven::proto::backplane::script::grpc::Position* _msg = _internal_mutable_position(); @@ -18958,7 +19240,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::Position* GetHoverReques inline void GetHoverRequest::set_allocated_position(::io::deephaven::proto::backplane::script::grpc::Position* position) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete position_; + delete _impl_.position_; } if (position) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -18971,7 +19253,7 @@ inline void GetHoverRequest::set_allocated_position(::io::deephaven::proto::back } else { } - position_ = position; + _impl_.position_ = position; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetHoverRequest.position) } @@ -18981,19 +19263,19 @@ inline void GetHoverRequest::set_allocated_position(::io::deephaven::proto::back // .io.deephaven.proto.backplane.script.grpc.MarkupContent contents = 1; inline bool GetHoverResponse::_internal_has_contents() const { - return this != internal_default_instance() && contents_ != nullptr; + return this != internal_default_instance() && _impl_.contents_ != nullptr; } inline bool GetHoverResponse::has_contents() const { return _internal_has_contents(); } inline void GetHoverResponse::clear_contents() { - if (GetArenaForAllocation() == nullptr && contents_ != nullptr) { - delete contents_; + if (GetArenaForAllocation() == nullptr && _impl_.contents_ != nullptr) { + delete _impl_.contents_; } - contents_ = nullptr; + _impl_.contents_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& GetHoverResponse::_internal_contents() const { - const ::io::deephaven::proto::backplane::script::grpc::MarkupContent* p = contents_; + const ::io::deephaven::proto::backplane::script::grpc::MarkupContent* p = _impl_.contents_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_MarkupContent_default_instance_); } @@ -19004,9 +19286,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::MarkupContent& Get inline void GetHoverResponse::unsafe_arena_set_allocated_contents( ::io::deephaven::proto::backplane::script::grpc::MarkupContent* contents) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(contents_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.contents_); } - contents_ = contents; + _impl_.contents_ = contents; if (contents) { } else { @@ -19016,8 +19298,8 @@ inline void GetHoverResponse::unsafe_arena_set_allocated_contents( } inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* GetHoverResponse::release_contents() { - ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = contents_; - contents_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = _impl_.contents_; + _impl_.contents_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -19032,17 +19314,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* GetHoverR inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* GetHoverResponse::unsafe_arena_release_contents() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetHoverResponse.contents) - ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = contents_; - contents_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::MarkupContent* temp = _impl_.contents_; + _impl_.contents_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* GetHoverResponse::_internal_mutable_contents() { - if (contents_ == nullptr) { + if (_impl_.contents_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::MarkupContent>(GetArenaForAllocation()); - contents_ = p; + _impl_.contents_ = p; } - return contents_; + return _impl_.contents_; } inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* GetHoverResponse::mutable_contents() { ::io::deephaven::proto::backplane::script::grpc::MarkupContent* _msg = _internal_mutable_contents(); @@ -19052,7 +19334,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::MarkupContent* GetHoverR inline void GetHoverResponse::set_allocated_contents(::io::deephaven::proto::backplane::script::grpc::MarkupContent* contents) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete contents_; + delete _impl_.contents_; } if (contents) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -19065,25 +19347,25 @@ inline void GetHoverResponse::set_allocated_contents(::io::deephaven::proto::bac } else { } - contents_ = contents; + _impl_.contents_ = contents; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetHoverResponse.contents) } // .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 2; inline bool GetHoverResponse::_internal_has_range() const { - return this != internal_default_instance() && range_ != nullptr; + return this != internal_default_instance() && _impl_.range_ != nullptr; } inline bool GetHoverResponse::has_range() const { return _internal_has_range(); } inline void GetHoverResponse::clear_range() { - if (GetArenaForAllocation() == nullptr && range_ != nullptr) { - delete range_; + if (GetArenaForAllocation() == nullptr && _impl_.range_ != nullptr) { + delete _impl_.range_; } - range_ = nullptr; + _impl_.range_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& GetHoverResponse::_internal_range() const { - const ::io::deephaven::proto::backplane::script::grpc::DocumentRange* p = range_; + const ::io::deephaven::proto::backplane::script::grpc::DocumentRange* p = _impl_.range_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_DocumentRange_default_instance_); } @@ -19094,9 +19376,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& Get inline void GetHoverResponse::unsafe_arena_set_allocated_range( ::io::deephaven::proto::backplane::script::grpc::DocumentRange* range) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(range_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.range_); } - range_ = range; + _impl_.range_ = range; if (range) { } else { @@ -19106,8 +19388,8 @@ inline void GetHoverResponse::unsafe_arena_set_allocated_range( } inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* GetHoverResponse::release_range() { - ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = range_; - range_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = _impl_.range_; + _impl_.range_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -19122,17 +19404,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* GetHoverR inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* GetHoverResponse::unsafe_arena_release_range() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetHoverResponse.range) - ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = range_; - range_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = _impl_.range_; + _impl_.range_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* GetHoverResponse::_internal_mutable_range() { - if (range_ == nullptr) { + if (_impl_.range_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::DocumentRange>(GetArenaForAllocation()); - range_ = p; + _impl_.range_ = p; } - return range_; + return _impl_.range_; } inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* GetHoverResponse::mutable_range() { ::io::deephaven::proto::backplane::script::grpc::DocumentRange* _msg = _internal_mutable_range(); @@ -19142,7 +19424,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* GetHoverR inline void GetHoverResponse::set_allocated_range(::io::deephaven::proto::backplane::script::grpc::DocumentRange* range) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete range_; + delete _impl_.range_; } if (range) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -19155,7 +19437,7 @@ inline void GetHoverResponse::set_allocated_range(::io::deephaven::proto::backpl } else { } - range_ = range; + _impl_.range_ = range; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetHoverResponse.range) } @@ -19165,19 +19447,19 @@ inline void GetHoverResponse::set_allocated_range(::io::deephaven::proto::backpl // .io.deephaven.proto.backplane.script.grpc.VersionedTextDocumentIdentifier text_document = 1; inline bool GetDiagnosticRequest::_internal_has_text_document() const { - return this != internal_default_instance() && text_document_ != nullptr; + return this != internal_default_instance() && _impl_.text_document_ != nullptr; } inline bool GetDiagnosticRequest::has_text_document() const { return _internal_has_text_document(); } inline void GetDiagnosticRequest::clear_text_document() { - if (GetArenaForAllocation() == nullptr && text_document_ != nullptr) { - delete text_document_; + if (GetArenaForAllocation() == nullptr && _impl_.text_document_ != nullptr) { + delete _impl_.text_document_; } - text_document_ = nullptr; + _impl_.text_document_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier& GetDiagnosticRequest::_internal_text_document() const { - const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* p = text_document_; + const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* p = _impl_.text_document_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_VersionedTextDocumentIdentifier_default_instance_); } @@ -19188,9 +19470,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocum inline void GetDiagnosticRequest::unsafe_arena_set_allocated_text_document( ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(text_document_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.text_document_); } - text_document_ = text_document; + _impl_.text_document_ = text_document; if (text_document) { } else { @@ -19200,8 +19482,8 @@ inline void GetDiagnosticRequest::unsafe_arena_set_allocated_text_document( } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetDiagnosticRequest::release_text_document() { - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -19216,17 +19498,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIde inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetDiagnosticRequest::unsafe_arena_release_text_document() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest.text_document) - ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = text_document_; - text_document_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* temp = _impl_.text_document_; + _impl_.text_document_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetDiagnosticRequest::_internal_mutable_text_document() { - if (text_document_ == nullptr) { + if (_impl_.text_document_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier>(GetArenaForAllocation()); - text_document_ = p; + _impl_.text_document_ = p; } - return text_document_; + return _impl_.text_document_; } inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* GetDiagnosticRequest::mutable_text_document() { ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* _msg = _internal_mutable_text_document(); @@ -19236,7 +19518,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIde inline void GetDiagnosticRequest::set_allocated_text_document(::io::deephaven::proto::backplane::script::grpc::VersionedTextDocumentIdentifier* text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete text_document_; + delete _impl_.text_document_; } if (text_document) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -19249,21 +19531,21 @@ inline void GetDiagnosticRequest::set_allocated_text_document(::io::deephaven::p } else { } - text_document_ = text_document; + _impl_.text_document_ = text_document; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest.text_document) } // optional string identifier = 2; inline bool GetDiagnosticRequest::_internal_has_identifier() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool GetDiagnosticRequest::has_identifier() const { return _internal_has_identifier(); } inline void GetDiagnosticRequest::clear_identifier() { - identifier_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.identifier_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& GetDiagnosticRequest::identifier() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest.identifier) @@ -19272,8 +19554,8 @@ inline const std::string& GetDiagnosticRequest::identifier() const { template inline PROTOBUF_ALWAYS_INLINE void GetDiagnosticRequest::set_identifier(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - identifier_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.identifier_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest.identifier) } inline std::string* GetDiagnosticRequest::mutable_identifier() { @@ -19282,40 +19564,40 @@ inline std::string* GetDiagnosticRequest::mutable_identifier() { return _s; } inline const std::string& GetDiagnosticRequest::_internal_identifier() const { - return identifier_.Get(); + return _impl_.identifier_.Get(); } inline void GetDiagnosticRequest::_internal_set_identifier(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - identifier_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.identifier_.Set(value, GetArenaForAllocation()); } inline std::string* GetDiagnosticRequest::_internal_mutable_identifier() { - _has_bits_[0] |= 0x00000001u; - return identifier_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.identifier_.Mutable(GetArenaForAllocation()); } inline std::string* GetDiagnosticRequest::release_identifier() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest.identifier) if (!_internal_has_identifier()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = identifier_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.identifier_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (identifier_.IsDefault()) { - identifier_.Set("", GetArenaForAllocation()); + if (_impl_.identifier_.IsDefault()) { + _impl_.identifier_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void GetDiagnosticRequest::set_allocated_identifier(std::string* identifier) { if (identifier != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - identifier_.SetAllocated(identifier, GetArenaForAllocation()); + _impl_.identifier_.SetAllocated(identifier, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (identifier_.IsDefault()) { - identifier_.Set("", GetArenaForAllocation()); + if (_impl_.identifier_.IsDefault()) { + _impl_.identifier_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest.identifier) @@ -19323,15 +19605,15 @@ inline void GetDiagnosticRequest::set_allocated_identifier(std::string* identifi // optional string previous_result_id = 3; inline bool GetDiagnosticRequest::_internal_has_previous_result_id() const { - bool value = (_has_bits_[0] & 0x00000002u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0; return value; } inline bool GetDiagnosticRequest::has_previous_result_id() const { return _internal_has_previous_result_id(); } inline void GetDiagnosticRequest::clear_previous_result_id() { - previous_result_id_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000002u; + _impl_.previous_result_id_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000002u; } inline const std::string& GetDiagnosticRequest::previous_result_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest.previous_result_id) @@ -19340,8 +19622,8 @@ inline const std::string& GetDiagnosticRequest::previous_result_id() const { template inline PROTOBUF_ALWAYS_INLINE void GetDiagnosticRequest::set_previous_result_id(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000002u; - previous_result_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000002u; + _impl_.previous_result_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest.previous_result_id) } inline std::string* GetDiagnosticRequest::mutable_previous_result_id() { @@ -19350,40 +19632,40 @@ inline std::string* GetDiagnosticRequest::mutable_previous_result_id() { return _s; } inline const std::string& GetDiagnosticRequest::_internal_previous_result_id() const { - return previous_result_id_.Get(); + return _impl_.previous_result_id_.Get(); } inline void GetDiagnosticRequest::_internal_set_previous_result_id(const std::string& value) { - _has_bits_[0] |= 0x00000002u; - previous_result_id_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000002u; + _impl_.previous_result_id_.Set(value, GetArenaForAllocation()); } inline std::string* GetDiagnosticRequest::_internal_mutable_previous_result_id() { - _has_bits_[0] |= 0x00000002u; - return previous_result_id_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000002u; + return _impl_.previous_result_id_.Mutable(GetArenaForAllocation()); } inline std::string* GetDiagnosticRequest::release_previous_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest.previous_result_id) if (!_internal_has_previous_result_id()) { return nullptr; } - _has_bits_[0] &= ~0x00000002u; - auto* p = previous_result_id_.Release(); + _impl_._has_bits_[0] &= ~0x00000002u; + auto* p = _impl_.previous_result_id_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (previous_result_id_.IsDefault()) { - previous_result_id_.Set("", GetArenaForAllocation()); + if (_impl_.previous_result_id_.IsDefault()) { + _impl_.previous_result_id_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void GetDiagnosticRequest::set_allocated_previous_result_id(std::string* previous_result_id) { if (previous_result_id != nullptr) { - _has_bits_[0] |= 0x00000002u; + _impl_._has_bits_[0] |= 0x00000002u; } else { - _has_bits_[0] &= ~0x00000002u; + _impl_._has_bits_[0] &= ~0x00000002u; } - previous_result_id_.SetAllocated(previous_result_id, GetArenaForAllocation()); + _impl_.previous_result_id_.SetAllocated(previous_result_id, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (previous_result_id_.IsDefault()) { - previous_result_id_.Set("", GetArenaForAllocation()); + if (_impl_.previous_result_id_.IsDefault()) { + _impl_.previous_result_id_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetDiagnosticRequest.previous_result_id) @@ -19395,7 +19677,7 @@ inline void GetDiagnosticRequest::set_allocated_previous_result_id(std::string* // string kind = 1; inline void GetPullDiagnosticResponse::clear_kind() { - kind_.ClearToEmpty(); + _impl_.kind_.ClearToEmpty(); } inline const std::string& GetPullDiagnosticResponse::kind() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse.kind) @@ -19405,7 +19687,7 @@ template inline PROTOBUF_ALWAYS_INLINE void GetPullDiagnosticResponse::set_kind(ArgT0&& arg0, ArgT... args) { - kind_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.kind_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse.kind) } inline std::string* GetPullDiagnosticResponse::mutable_kind() { @@ -19414,19 +19696,19 @@ inline std::string* GetPullDiagnosticResponse::mutable_kind() { return _s; } inline const std::string& GetPullDiagnosticResponse::_internal_kind() const { - return kind_.Get(); + return _impl_.kind_.Get(); } inline void GetPullDiagnosticResponse::_internal_set_kind(const std::string& value) { - kind_.Set(value, GetArenaForAllocation()); + _impl_.kind_.Set(value, GetArenaForAllocation()); } inline std::string* GetPullDiagnosticResponse::_internal_mutable_kind() { - return kind_.Mutable(GetArenaForAllocation()); + return _impl_.kind_.Mutable(GetArenaForAllocation()); } inline std::string* GetPullDiagnosticResponse::release_kind() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse.kind) - return kind_.Release(); + return _impl_.kind_.Release(); } inline void GetPullDiagnosticResponse::set_allocated_kind(std::string* kind) { if (kind != nullptr) { @@ -19434,10 +19716,10 @@ inline void GetPullDiagnosticResponse::set_allocated_kind(std::string* kind) { } else { } - kind_.SetAllocated(kind, GetArenaForAllocation()); + _impl_.kind_.SetAllocated(kind, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (kind_.IsDefault()) { - kind_.Set("", GetArenaForAllocation()); + if (_impl_.kind_.IsDefault()) { + _impl_.kind_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse.kind) @@ -19445,15 +19727,15 @@ inline void GetPullDiagnosticResponse::set_allocated_kind(std::string* kind) { // optional string result_id = 2; inline bool GetPullDiagnosticResponse::_internal_has_result_id() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool GetPullDiagnosticResponse::has_result_id() const { return _internal_has_result_id(); } inline void GetPullDiagnosticResponse::clear_result_id() { - result_id_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.result_id_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& GetPullDiagnosticResponse::result_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse.result_id) @@ -19462,8 +19744,8 @@ inline const std::string& GetPullDiagnosticResponse::result_id() const { template inline PROTOBUF_ALWAYS_INLINE void GetPullDiagnosticResponse::set_result_id(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - result_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.result_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse.result_id) } inline std::string* GetPullDiagnosticResponse::mutable_result_id() { @@ -19472,40 +19754,40 @@ inline std::string* GetPullDiagnosticResponse::mutable_result_id() { return _s; } inline const std::string& GetPullDiagnosticResponse::_internal_result_id() const { - return result_id_.Get(); + return _impl_.result_id_.Get(); } inline void GetPullDiagnosticResponse::_internal_set_result_id(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - result_id_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.result_id_.Set(value, GetArenaForAllocation()); } inline std::string* GetPullDiagnosticResponse::_internal_mutable_result_id() { - _has_bits_[0] |= 0x00000001u; - return result_id_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.result_id_.Mutable(GetArenaForAllocation()); } inline std::string* GetPullDiagnosticResponse::release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse.result_id) if (!_internal_has_result_id()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = result_id_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.result_id_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (result_id_.IsDefault()) { - result_id_.Set("", GetArenaForAllocation()); + if (_impl_.result_id_.IsDefault()) { + _impl_.result_id_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void GetPullDiagnosticResponse::set_allocated_result_id(std::string* result_id) { if (result_id != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - result_id_.SetAllocated(result_id, GetArenaForAllocation()); + _impl_.result_id_.SetAllocated(result_id, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (result_id_.IsDefault()) { - result_id_.Set("", GetArenaForAllocation()); + if (_impl_.result_id_.IsDefault()) { + _impl_.result_id_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse.result_id) @@ -19513,32 +19795,32 @@ inline void GetPullDiagnosticResponse::set_allocated_result_id(std::string* resu // repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic items = 3; inline int GetPullDiagnosticResponse::_internal_items_size() const { - return items_.size(); + return _impl_.items_.size(); } inline int GetPullDiagnosticResponse::items_size() const { return _internal_items_size(); } inline void GetPullDiagnosticResponse::clear_items() { - items_.Clear(); + _impl_.items_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic* GetPullDiagnosticResponse::mutable_items(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse.items) - return items_.Mutable(index); + return _impl_.items_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::Diagnostic >* GetPullDiagnosticResponse::mutable_items() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse.items) - return &items_; + return &_impl_.items_; } inline const ::io::deephaven::proto::backplane::script::grpc::Diagnostic& GetPullDiagnosticResponse::_internal_items(int index) const { - return items_.Get(index); + return _impl_.items_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::Diagnostic& GetPullDiagnosticResponse::items(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse.items) return _internal_items(index); } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic* GetPullDiagnosticResponse::_internal_add_items() { - return items_.Add(); + return _impl_.items_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic* GetPullDiagnosticResponse::add_items() { ::io::deephaven::proto::backplane::script::grpc::Diagnostic* _add = _internal_add_items(); @@ -19548,7 +19830,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic* GetPullDiagn inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::Diagnostic >& GetPullDiagnosticResponse::items() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.GetPullDiagnosticResponse.items) - return items_; + return _impl_.items_; } // ------------------------------------------------------------------- @@ -19557,7 +19839,7 @@ GetPullDiagnosticResponse::items() const { // string uri = 1; inline void GetPublishDiagnosticResponse::clear_uri() { - uri_.ClearToEmpty(); + _impl_.uri_.ClearToEmpty(); } inline const std::string& GetPublishDiagnosticResponse::uri() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse.uri) @@ -19567,7 +19849,7 @@ template inline PROTOBUF_ALWAYS_INLINE void GetPublishDiagnosticResponse::set_uri(ArgT0&& arg0, ArgT... args) { - uri_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.uri_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse.uri) } inline std::string* GetPublishDiagnosticResponse::mutable_uri() { @@ -19576,19 +19858,19 @@ inline std::string* GetPublishDiagnosticResponse::mutable_uri() { return _s; } inline const std::string& GetPublishDiagnosticResponse::_internal_uri() const { - return uri_.Get(); + return _impl_.uri_.Get(); } inline void GetPublishDiagnosticResponse::_internal_set_uri(const std::string& value) { - uri_.Set(value, GetArenaForAllocation()); + _impl_.uri_.Set(value, GetArenaForAllocation()); } inline std::string* GetPublishDiagnosticResponse::_internal_mutable_uri() { - return uri_.Mutable(GetArenaForAllocation()); + return _impl_.uri_.Mutable(GetArenaForAllocation()); } inline std::string* GetPublishDiagnosticResponse::release_uri() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse.uri) - return uri_.Release(); + return _impl_.uri_.Release(); } inline void GetPublishDiagnosticResponse::set_allocated_uri(std::string* uri) { if (uri != nullptr) { @@ -19596,10 +19878,10 @@ inline void GetPublishDiagnosticResponse::set_allocated_uri(std::string* uri) { } else { } - uri_.SetAllocated(uri, GetArenaForAllocation()); + _impl_.uri_.SetAllocated(uri, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (uri_.IsDefault()) { - uri_.Set("", GetArenaForAllocation()); + if (_impl_.uri_.IsDefault()) { + _impl_.uri_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse.uri) @@ -19607,26 +19889,26 @@ inline void GetPublishDiagnosticResponse::set_allocated_uri(std::string* uri) { // optional int32 version = 2; inline bool GetPublishDiagnosticResponse::_internal_has_version() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool GetPublishDiagnosticResponse::has_version() const { return _internal_has_version(); } inline void GetPublishDiagnosticResponse::clear_version() { - version_ = 0; - _has_bits_[0] &= ~0x00000001u; + _impl_.version_ = 0; + _impl_._has_bits_[0] &= ~0x00000001u; } inline int32_t GetPublishDiagnosticResponse::_internal_version() const { - return version_; + return _impl_.version_; } inline int32_t GetPublishDiagnosticResponse::version() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse.version) return _internal_version(); } inline void GetPublishDiagnosticResponse::_internal_set_version(int32_t value) { - _has_bits_[0] |= 0x00000001u; - version_ = value; + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.version_ = value; } inline void GetPublishDiagnosticResponse::set_version(int32_t value) { _internal_set_version(value); @@ -19635,32 +19917,32 @@ inline void GetPublishDiagnosticResponse::set_version(int32_t value) { // repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic diagnostics = 3; inline int GetPublishDiagnosticResponse::_internal_diagnostics_size() const { - return diagnostics_.size(); + return _impl_.diagnostics_.size(); } inline int GetPublishDiagnosticResponse::diagnostics_size() const { return _internal_diagnostics_size(); } inline void GetPublishDiagnosticResponse::clear_diagnostics() { - diagnostics_.Clear(); + _impl_.diagnostics_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic* GetPublishDiagnosticResponse::mutable_diagnostics(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse.diagnostics) - return diagnostics_.Mutable(index); + return _impl_.diagnostics_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::Diagnostic >* GetPublishDiagnosticResponse::mutable_diagnostics() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse.diagnostics) - return &diagnostics_; + return &_impl_.diagnostics_; } inline const ::io::deephaven::proto::backplane::script::grpc::Diagnostic& GetPublishDiagnosticResponse::_internal_diagnostics(int index) const { - return diagnostics_.Get(index); + return _impl_.diagnostics_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::Diagnostic& GetPublishDiagnosticResponse::diagnostics(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse.diagnostics) return _internal_diagnostics(index); } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic* GetPublishDiagnosticResponse::_internal_add_diagnostics() { - return diagnostics_.Add(); + return _impl_.diagnostics_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic* GetPublishDiagnosticResponse::add_diagnostics() { ::io::deephaven::proto::backplane::script::grpc::Diagnostic* _add = _internal_add_diagnostics(); @@ -19670,7 +19952,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic* GetPublishDi inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::Diagnostic >& GetPublishDiagnosticResponse::diagnostics() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.GetPublishDiagnosticResponse.diagnostics) - return diagnostics_; + return _impl_.diagnostics_; } // ------------------------------------------------------------------- @@ -19679,7 +19961,7 @@ GetPublishDiagnosticResponse::diagnostics() const { // string href = 1; inline void Diagnostic_CodeDescription::clear_href() { - href_.ClearToEmpty(); + _impl_.href_.ClearToEmpty(); } inline const std::string& Diagnostic_CodeDescription::href() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription.href) @@ -19689,7 +19971,7 @@ template inline PROTOBUF_ALWAYS_INLINE void Diagnostic_CodeDescription::set_href(ArgT0&& arg0, ArgT... args) { - href_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.href_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription.href) } inline std::string* Diagnostic_CodeDescription::mutable_href() { @@ -19698,19 +19980,19 @@ inline std::string* Diagnostic_CodeDescription::mutable_href() { return _s; } inline const std::string& Diagnostic_CodeDescription::_internal_href() const { - return href_.Get(); + return _impl_.href_.Get(); } inline void Diagnostic_CodeDescription::_internal_set_href(const std::string& value) { - href_.Set(value, GetArenaForAllocation()); + _impl_.href_.Set(value, GetArenaForAllocation()); } inline std::string* Diagnostic_CodeDescription::_internal_mutable_href() { - return href_.Mutable(GetArenaForAllocation()); + return _impl_.href_.Mutable(GetArenaForAllocation()); } inline std::string* Diagnostic_CodeDescription::release_href() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription.href) - return href_.Release(); + return _impl_.href_.Release(); } inline void Diagnostic_CodeDescription::set_allocated_href(std::string* href) { if (href != nullptr) { @@ -19718,10 +20000,10 @@ inline void Diagnostic_CodeDescription::set_allocated_href(std::string* href) { } else { } - href_.SetAllocated(href, GetArenaForAllocation()); + _impl_.href_.SetAllocated(href, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (href_.IsDefault()) { - href_.Set("", GetArenaForAllocation()); + if (_impl_.href_.IsDefault()) { + _impl_.href_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription.href) @@ -19733,19 +20015,19 @@ inline void Diagnostic_CodeDescription::set_allocated_href(std::string* href) { // .io.deephaven.proto.backplane.script.grpc.DocumentRange range = 1; inline bool Diagnostic::_internal_has_range() const { - return this != internal_default_instance() && range_ != nullptr; + return this != internal_default_instance() && _impl_.range_ != nullptr; } inline bool Diagnostic::has_range() const { return _internal_has_range(); } inline void Diagnostic::clear_range() { - if (GetArenaForAllocation() == nullptr && range_ != nullptr) { - delete range_; + if (GetArenaForAllocation() == nullptr && _impl_.range_ != nullptr) { + delete _impl_.range_; } - range_ = nullptr; + _impl_.range_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& Diagnostic::_internal_range() const { - const ::io::deephaven::proto::backplane::script::grpc::DocumentRange* p = range_; + const ::io::deephaven::proto::backplane::script::grpc::DocumentRange* p = _impl_.range_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_DocumentRange_default_instance_); } @@ -19756,9 +20038,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::DocumentRange& Dia inline void Diagnostic::unsafe_arena_set_allocated_range( ::io::deephaven::proto::backplane::script::grpc::DocumentRange* range) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(range_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.range_); } - range_ = range; + _impl_.range_ = range; if (range) { } else { @@ -19768,8 +20050,8 @@ inline void Diagnostic::unsafe_arena_set_allocated_range( } inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* Diagnostic::release_range() { - ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = range_; - range_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = _impl_.range_; + _impl_.range_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -19784,17 +20066,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* Diagnosti inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* Diagnostic::unsafe_arena_release_range() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.Diagnostic.range) - ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = range_; - range_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::DocumentRange* temp = _impl_.range_; + _impl_.range_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* Diagnostic::_internal_mutable_range() { - if (range_ == nullptr) { + if (_impl_.range_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::DocumentRange>(GetArenaForAllocation()); - range_ = p; + _impl_.range_ = p; } - return range_; + return _impl_.range_; } inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* Diagnostic::mutable_range() { ::io::deephaven::proto::backplane::script::grpc::DocumentRange* _msg = _internal_mutable_range(); @@ -19804,7 +20086,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::DocumentRange* Diagnosti inline void Diagnostic::set_allocated_range(::io::deephaven::proto::backplane::script::grpc::DocumentRange* range) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete range_; + delete _impl_.range_; } if (range) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -19817,16 +20099,16 @@ inline void Diagnostic::set_allocated_range(::io::deephaven::proto::backplane::s } else { } - range_ = range; + _impl_.range_ = range; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.Diagnostic.range) } // .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticSeverity severity = 2; inline void Diagnostic::clear_severity() { - severity_ = 0; + _impl_.severity_ = 0; } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticSeverity Diagnostic::_internal_severity() const { - return static_cast< ::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticSeverity >(severity_); + return static_cast< ::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticSeverity >(_impl_.severity_); } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticSeverity Diagnostic::severity() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.Diagnostic.severity) @@ -19834,7 +20116,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticSev } inline void Diagnostic::_internal_set_severity(::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticSeverity value) { - severity_ = value; + _impl_.severity_ = value; } inline void Diagnostic::set_severity(::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticSeverity value) { _internal_set_severity(value); @@ -19843,15 +20125,15 @@ inline void Diagnostic::set_severity(::io::deephaven::proto::backplane::script:: // optional string code = 3; inline bool Diagnostic::_internal_has_code() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool Diagnostic::has_code() const { return _internal_has_code(); } inline void Diagnostic::clear_code() { - code_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.code_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& Diagnostic::code() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.Diagnostic.code) @@ -19860,8 +20142,8 @@ inline const std::string& Diagnostic::code() const { template inline PROTOBUF_ALWAYS_INLINE void Diagnostic::set_code(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - code_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.code_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.Diagnostic.code) } inline std::string* Diagnostic::mutable_code() { @@ -19870,40 +20152,40 @@ inline std::string* Diagnostic::mutable_code() { return _s; } inline const std::string& Diagnostic::_internal_code() const { - return code_.Get(); + return _impl_.code_.Get(); } inline void Diagnostic::_internal_set_code(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - code_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.code_.Set(value, GetArenaForAllocation()); } inline std::string* Diagnostic::_internal_mutable_code() { - _has_bits_[0] |= 0x00000001u; - return code_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.code_.Mutable(GetArenaForAllocation()); } inline std::string* Diagnostic::release_code() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.Diagnostic.code) if (!_internal_has_code()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = code_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.code_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (code_.IsDefault()) { - code_.Set("", GetArenaForAllocation()); + if (_impl_.code_.IsDefault()) { + _impl_.code_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void Diagnostic::set_allocated_code(std::string* code) { if (code != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - code_.SetAllocated(code, GetArenaForAllocation()); + _impl_.code_.SetAllocated(code, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (code_.IsDefault()) { - code_.Set("", GetArenaForAllocation()); + if (_impl_.code_.IsDefault()) { + _impl_.code_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.Diagnostic.code) @@ -19911,19 +20193,19 @@ inline void Diagnostic::set_allocated_code(std::string* code) { // optional .io.deephaven.proto.backplane.script.grpc.Diagnostic.CodeDescription code_description = 4; inline bool Diagnostic::_internal_has_code_description() const { - bool value = (_has_bits_[0] & 0x00000008u) != 0; - PROTOBUF_ASSUME(!value || code_description_ != nullptr); + bool value = (_impl_._has_bits_[0] & 0x00000008u) != 0; + PROTOBUF_ASSUME(!value || _impl_.code_description_ != nullptr); return value; } inline bool Diagnostic::has_code_description() const { return _internal_has_code_description(); } inline void Diagnostic::clear_code_description() { - if (code_description_ != nullptr) code_description_->Clear(); - _has_bits_[0] &= ~0x00000008u; + if (_impl_.code_description_ != nullptr) _impl_.code_description_->Clear(); + _impl_._has_bits_[0] &= ~0x00000008u; } inline const ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription& Diagnostic::_internal_code_description() const { - const ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* p = code_description_; + const ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* p = _impl_.code_description_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_Diagnostic_CodeDescription_default_instance_); } @@ -19934,20 +20216,20 @@ inline const ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDes inline void Diagnostic::unsafe_arena_set_allocated_code_description( ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* code_description) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(code_description_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.code_description_); } - code_description_ = code_description; + _impl_.code_description_ = code_description; if (code_description) { - _has_bits_[0] |= 0x00000008u; + _impl_._has_bits_[0] |= 0x00000008u; } else { - _has_bits_[0] &= ~0x00000008u; + _impl_._has_bits_[0] &= ~0x00000008u; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.script.grpc.Diagnostic.code_description) } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* Diagnostic::release_code_description() { - _has_bits_[0] &= ~0x00000008u; - ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* temp = code_description_; - code_description_ = nullptr; + _impl_._has_bits_[0] &= ~0x00000008u; + ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* temp = _impl_.code_description_; + _impl_.code_description_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -19961,18 +20243,18 @@ inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescripti } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* Diagnostic::unsafe_arena_release_code_description() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.Diagnostic.code_description) - _has_bits_[0] &= ~0x00000008u; - ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* temp = code_description_; - code_description_ = nullptr; + _impl_._has_bits_[0] &= ~0x00000008u; + ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* temp = _impl_.code_description_; + _impl_.code_description_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* Diagnostic::_internal_mutable_code_description() { - _has_bits_[0] |= 0x00000008u; - if (code_description_ == nullptr) { + _impl_._has_bits_[0] |= 0x00000008u; + if (_impl_.code_description_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription>(GetArenaForAllocation()); - code_description_ = p; + _impl_.code_description_ = p; } - return code_description_; + return _impl_.code_description_; } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* Diagnostic::mutable_code_description() { ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* _msg = _internal_mutable_code_description(); @@ -19982,7 +20264,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescripti inline void Diagnostic::set_allocated_code_description(::io::deephaven::proto::backplane::script::grpc::Diagnostic_CodeDescription* code_description) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete code_description_; + delete _impl_.code_description_; } if (code_description) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -19991,25 +20273,25 @@ inline void Diagnostic::set_allocated_code_description(::io::deephaven::proto::b code_description = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage( message_arena, code_description, submessage_arena); } - _has_bits_[0] |= 0x00000008u; + _impl_._has_bits_[0] |= 0x00000008u; } else { - _has_bits_[0] &= ~0x00000008u; + _impl_._has_bits_[0] &= ~0x00000008u; } - code_description_ = code_description; + _impl_.code_description_ = code_description; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.Diagnostic.code_description) } // optional string source = 5; inline bool Diagnostic::_internal_has_source() const { - bool value = (_has_bits_[0] & 0x00000002u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0; return value; } inline bool Diagnostic::has_source() const { return _internal_has_source(); } inline void Diagnostic::clear_source() { - source_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000002u; + _impl_.source_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000002u; } inline const std::string& Diagnostic::source() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.Diagnostic.source) @@ -20018,8 +20300,8 @@ inline const std::string& Diagnostic::source() const { template inline PROTOBUF_ALWAYS_INLINE void Diagnostic::set_source(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000002u; - source_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000002u; + _impl_.source_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.Diagnostic.source) } inline std::string* Diagnostic::mutable_source() { @@ -20028,40 +20310,40 @@ inline std::string* Diagnostic::mutable_source() { return _s; } inline const std::string& Diagnostic::_internal_source() const { - return source_.Get(); + return _impl_.source_.Get(); } inline void Diagnostic::_internal_set_source(const std::string& value) { - _has_bits_[0] |= 0x00000002u; - source_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000002u; + _impl_.source_.Set(value, GetArenaForAllocation()); } inline std::string* Diagnostic::_internal_mutable_source() { - _has_bits_[0] |= 0x00000002u; - return source_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000002u; + return _impl_.source_.Mutable(GetArenaForAllocation()); } inline std::string* Diagnostic::release_source() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.Diagnostic.source) if (!_internal_has_source()) { return nullptr; } - _has_bits_[0] &= ~0x00000002u; - auto* p = source_.Release(); + _impl_._has_bits_[0] &= ~0x00000002u; + auto* p = _impl_.source_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (source_.IsDefault()) { - source_.Set("", GetArenaForAllocation()); + if (_impl_.source_.IsDefault()) { + _impl_.source_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void Diagnostic::set_allocated_source(std::string* source) { if (source != nullptr) { - _has_bits_[0] |= 0x00000002u; + _impl_._has_bits_[0] |= 0x00000002u; } else { - _has_bits_[0] &= ~0x00000002u; + _impl_._has_bits_[0] &= ~0x00000002u; } - source_.SetAllocated(source, GetArenaForAllocation()); + _impl_.source_.SetAllocated(source, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (source_.IsDefault()) { - source_.Set("", GetArenaForAllocation()); + if (_impl_.source_.IsDefault()) { + _impl_.source_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.Diagnostic.source) @@ -20069,7 +20351,7 @@ inline void Diagnostic::set_allocated_source(std::string* source) { // string message = 6; inline void Diagnostic::clear_message() { - message_.ClearToEmpty(); + _impl_.message_.ClearToEmpty(); } inline const std::string& Diagnostic::message() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.Diagnostic.message) @@ -20079,7 +20361,7 @@ template inline PROTOBUF_ALWAYS_INLINE void Diagnostic::set_message(ArgT0&& arg0, ArgT... args) { - message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.Diagnostic.message) } inline std::string* Diagnostic::mutable_message() { @@ -20088,19 +20370,19 @@ inline std::string* Diagnostic::mutable_message() { return _s; } inline const std::string& Diagnostic::_internal_message() const { - return message_.Get(); + return _impl_.message_.Get(); } inline void Diagnostic::_internal_set_message(const std::string& value) { - message_.Set(value, GetArenaForAllocation()); + _impl_.message_.Set(value, GetArenaForAllocation()); } inline std::string* Diagnostic::_internal_mutable_message() { - return message_.Mutable(GetArenaForAllocation()); + return _impl_.message_.Mutable(GetArenaForAllocation()); } inline std::string* Diagnostic::release_message() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.Diagnostic.message) - return message_.Release(); + return _impl_.message_.Release(); } inline void Diagnostic::set_allocated_message(std::string* message) { if (message != nullptr) { @@ -20108,10 +20390,10 @@ inline void Diagnostic::set_allocated_message(std::string* message) { } else { } - message_.SetAllocated(message, GetArenaForAllocation()); + _impl_.message_.SetAllocated(message, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (message_.IsDefault()) { - message_.Set("", GetArenaForAllocation()); + if (_impl_.message_.IsDefault()) { + _impl_.message_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.Diagnostic.message) @@ -20119,27 +20401,27 @@ inline void Diagnostic::set_allocated_message(std::string* message) { // repeated .io.deephaven.proto.backplane.script.grpc.Diagnostic.DiagnosticTag tags = 7; inline int Diagnostic::_internal_tags_size() const { - return tags_.size(); + return _impl_.tags_.size(); } inline int Diagnostic::tags_size() const { return _internal_tags_size(); } inline void Diagnostic::clear_tags() { - tags_.Clear(); + _impl_.tags_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticTag Diagnostic::_internal_tags(int index) const { - return static_cast< ::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticTag >(tags_.Get(index)); + return static_cast< ::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticTag >(_impl_.tags_.Get(index)); } inline ::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticTag Diagnostic::tags(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.Diagnostic.tags) return _internal_tags(index); } inline void Diagnostic::set_tags(int index, ::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticTag value) { - tags_.Set(index, value); + _impl_.tags_.Set(index, value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.Diagnostic.tags) } inline void Diagnostic::_internal_add_tags(::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticTag value) { - tags_.Add(value); + _impl_.tags_.Add(value); } inline void Diagnostic::add_tags(::io::deephaven::proto::backplane::script::grpc::Diagnostic_DiagnosticTag value) { _internal_add_tags(value); @@ -20148,11 +20430,11 @@ inline void Diagnostic::add_tags(::io::deephaven::proto::backplane::script::grpc inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField& Diagnostic::tags() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.Diagnostic.tags) - return tags_; + return _impl_.tags_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedField* Diagnostic::_internal_mutable_tags() { - return &tags_; + return &_impl_.tags_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedField* Diagnostic::mutable_tags() { @@ -20162,15 +20444,15 @@ Diagnostic::mutable_tags() { // optional bytes data = 9; inline bool Diagnostic::_internal_has_data() const { - bool value = (_has_bits_[0] & 0x00000004u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0; return value; } inline bool Diagnostic::has_data() const { return _internal_has_data(); } inline void Diagnostic::clear_data() { - data_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000004u; + _impl_.data_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000004u; } inline const std::string& Diagnostic::data() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.Diagnostic.data) @@ -20179,8 +20461,8 @@ inline const std::string& Diagnostic::data() const { template inline PROTOBUF_ALWAYS_INLINE void Diagnostic::set_data(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000004u; - data_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000004u; + _impl_.data_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.Diagnostic.data) } inline std::string* Diagnostic::mutable_data() { @@ -20189,40 +20471,40 @@ inline std::string* Diagnostic::mutable_data() { return _s; } inline const std::string& Diagnostic::_internal_data() const { - return data_.Get(); + return _impl_.data_.Get(); } inline void Diagnostic::_internal_set_data(const std::string& value) { - _has_bits_[0] |= 0x00000004u; - data_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000004u; + _impl_.data_.Set(value, GetArenaForAllocation()); } inline std::string* Diagnostic::_internal_mutable_data() { - _has_bits_[0] |= 0x00000004u; - return data_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000004u; + return _impl_.data_.Mutable(GetArenaForAllocation()); } inline std::string* Diagnostic::release_data() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.Diagnostic.data) if (!_internal_has_data()) { return nullptr; } - _has_bits_[0] &= ~0x00000004u; - auto* p = data_.Release(); + _impl_._has_bits_[0] &= ~0x00000004u; + auto* p = _impl_.data_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (data_.IsDefault()) { - data_.Set("", GetArenaForAllocation()); + if (_impl_.data_.IsDefault()) { + _impl_.data_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void Diagnostic::set_allocated_data(std::string* data) { if (data != nullptr) { - _has_bits_[0] |= 0x00000004u; + _impl_._has_bits_[0] |= 0x00000004u; } else { - _has_bits_[0] &= ~0x00000004u; + _impl_._has_bits_[0] &= ~0x00000004u; } - data_.SetAllocated(data, GetArenaForAllocation()); + _impl_.data_.SetAllocated(data, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (data_.IsDefault()) { - data_.Set("", GetArenaForAllocation()); + if (_impl_.data_.IsDefault()) { + _impl_.data_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.Diagnostic.data) @@ -20234,10 +20516,10 @@ inline void Diagnostic::set_allocated_data(std::string* data) { // int32 colspan = 1; inline void FigureDescriptor_ChartDescriptor::clear_colspan() { - colspan_ = 0; + _impl_.colspan_ = 0; } inline int32_t FigureDescriptor_ChartDescriptor::_internal_colspan() const { - return colspan_; + return _impl_.colspan_; } inline int32_t FigureDescriptor_ChartDescriptor::colspan() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.colspan) @@ -20245,7 +20527,7 @@ inline int32_t FigureDescriptor_ChartDescriptor::colspan() const { } inline void FigureDescriptor_ChartDescriptor::_internal_set_colspan(int32_t value) { - colspan_ = value; + _impl_.colspan_ = value; } inline void FigureDescriptor_ChartDescriptor::set_colspan(int32_t value) { _internal_set_colspan(value); @@ -20254,10 +20536,10 @@ inline void FigureDescriptor_ChartDescriptor::set_colspan(int32_t value) { // int32 rowspan = 2; inline void FigureDescriptor_ChartDescriptor::clear_rowspan() { - rowspan_ = 0; + _impl_.rowspan_ = 0; } inline int32_t FigureDescriptor_ChartDescriptor::_internal_rowspan() const { - return rowspan_; + return _impl_.rowspan_; } inline int32_t FigureDescriptor_ChartDescriptor::rowspan() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.rowspan) @@ -20265,7 +20547,7 @@ inline int32_t FigureDescriptor_ChartDescriptor::rowspan() const { } inline void FigureDescriptor_ChartDescriptor::_internal_set_rowspan(int32_t value) { - rowspan_ = value; + _impl_.rowspan_ = value; } inline void FigureDescriptor_ChartDescriptor::set_rowspan(int32_t value) { _internal_set_rowspan(value); @@ -20274,32 +20556,32 @@ inline void FigureDescriptor_ChartDescriptor::set_rowspan(int32_t value) { // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor series = 3; inline int FigureDescriptor_ChartDescriptor::_internal_series_size() const { - return series_.size(); + return _impl_.series_.size(); } inline int FigureDescriptor_ChartDescriptor::series_size() const { return _internal_series_size(); } inline void FigureDescriptor_ChartDescriptor::clear_series() { - series_.Clear(); + _impl_.series_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor* FigureDescriptor_ChartDescriptor::mutable_series(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.series) - return series_.Mutable(index); + return _impl_.series_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor >* FigureDescriptor_ChartDescriptor::mutable_series() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.series) - return &series_; + return &_impl_.series_; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor& FigureDescriptor_ChartDescriptor::_internal_series(int index) const { - return series_.Get(index); + return _impl_.series_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor& FigureDescriptor_ChartDescriptor::series(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.series) return _internal_series(index); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor* FigureDescriptor_ChartDescriptor::_internal_add_series() { - return series_.Add(); + return _impl_.series_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor* FigureDescriptor_ChartDescriptor::add_series() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor* _add = _internal_add_series(); @@ -20309,37 +20591,37 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesD inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesDescriptor >& FigureDescriptor_ChartDescriptor::series() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.series) - return series_; + return _impl_.series_; } // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor multi_series = 4; inline int FigureDescriptor_ChartDescriptor::_internal_multi_series_size() const { - return multi_series_.size(); + return _impl_.multi_series_.size(); } inline int FigureDescriptor_ChartDescriptor::multi_series_size() const { return _internal_multi_series_size(); } inline void FigureDescriptor_ChartDescriptor::clear_multi_series() { - multi_series_.Clear(); + _impl_.multi_series_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor* FigureDescriptor_ChartDescriptor::mutable_multi_series(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.multi_series) - return multi_series_.Mutable(index); + return _impl_.multi_series_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor >* FigureDescriptor_ChartDescriptor::mutable_multi_series() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.multi_series) - return &multi_series_; + return &_impl_.multi_series_; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor& FigureDescriptor_ChartDescriptor::_internal_multi_series(int index) const { - return multi_series_.Get(index); + return _impl_.multi_series_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor& FigureDescriptor_ChartDescriptor::multi_series(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.multi_series) return _internal_multi_series(index); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor* FigureDescriptor_ChartDescriptor::_internal_add_multi_series() { - return multi_series_.Add(); + return _impl_.multi_series_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor* FigureDescriptor_ChartDescriptor::add_multi_series() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor* _add = _internal_add_multi_series(); @@ -20349,37 +20631,37 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSe inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesDescriptor >& FigureDescriptor_ChartDescriptor::multi_series() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.multi_series) - return multi_series_; + return _impl_.multi_series_; } // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor axes = 5; inline int FigureDescriptor_ChartDescriptor::_internal_axes_size() const { - return axes_.size(); + return _impl_.axes_.size(); } inline int FigureDescriptor_ChartDescriptor::axes_size() const { return _internal_axes_size(); } inline void FigureDescriptor_ChartDescriptor::clear_axes() { - axes_.Clear(); + _impl_.axes_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor* FigureDescriptor_ChartDescriptor::mutable_axes(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.axes) - return axes_.Mutable(index); + return _impl_.axes_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor >* FigureDescriptor_ChartDescriptor::mutable_axes() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.axes) - return &axes_; + return &_impl_.axes_; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor& FigureDescriptor_ChartDescriptor::_internal_axes(int index) const { - return axes_.Get(index); + return _impl_.axes_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor& FigureDescriptor_ChartDescriptor::axes(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.axes) return _internal_axes(index); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor* FigureDescriptor_ChartDescriptor::_internal_add_axes() { - return axes_.Add(); + return _impl_.axes_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor* FigureDescriptor_ChartDescriptor::add_axes() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor* _add = _internal_add_axes(); @@ -20389,15 +20671,15 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDes inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor >& FigureDescriptor_ChartDescriptor::axes() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.axes) - return axes_; + return _impl_.axes_; } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.ChartType chart_type = 6; inline void FigureDescriptor_ChartDescriptor::clear_chart_type() { - chart_type_ = 0; + _impl_.chart_type_ = 0; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor_ChartType FigureDescriptor_ChartDescriptor::_internal_chart_type() const { - return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor_ChartType >(chart_type_); + return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor_ChartType >(_impl_.chart_type_); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor_ChartType FigureDescriptor_ChartDescriptor::chart_type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.chart_type) @@ -20405,7 +20687,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDe } inline void FigureDescriptor_ChartDescriptor::_internal_set_chart_type(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor_ChartType value) { - chart_type_ = value; + _impl_.chart_type_ = value; } inline void FigureDescriptor_ChartDescriptor::set_chart_type(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor_ChartType value) { _internal_set_chart_type(value); @@ -20414,15 +20696,15 @@ inline void FigureDescriptor_ChartDescriptor::set_chart_type(::io::deephaven::pr // optional string title = 7; inline bool FigureDescriptor_ChartDescriptor::_internal_has_title() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool FigureDescriptor_ChartDescriptor::has_title() const { return _internal_has_title(); } inline void FigureDescriptor_ChartDescriptor::clear_title() { - title_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.title_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& FigureDescriptor_ChartDescriptor::title() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.title) @@ -20431,8 +20713,8 @@ inline const std::string& FigureDescriptor_ChartDescriptor::title() const { template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_ChartDescriptor::set_title(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - title_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.title_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.title) } inline std::string* FigureDescriptor_ChartDescriptor::mutable_title() { @@ -20441,40 +20723,40 @@ inline std::string* FigureDescriptor_ChartDescriptor::mutable_title() { return _s; } inline const std::string& FigureDescriptor_ChartDescriptor::_internal_title() const { - return title_.Get(); + return _impl_.title_.Get(); } inline void FigureDescriptor_ChartDescriptor::_internal_set_title(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - title_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.title_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_ChartDescriptor::_internal_mutable_title() { - _has_bits_[0] |= 0x00000001u; - return title_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.title_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_ChartDescriptor::release_title() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.title) if (!_internal_has_title()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = title_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.title_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (title_.IsDefault()) { - title_.Set("", GetArenaForAllocation()); + if (_impl_.title_.IsDefault()) { + _impl_.title_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void FigureDescriptor_ChartDescriptor::set_allocated_title(std::string* title) { if (title != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - title_.SetAllocated(title, GetArenaForAllocation()); + _impl_.title_.SetAllocated(title, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (title_.IsDefault()) { - title_.Set("", GetArenaForAllocation()); + if (_impl_.title_.IsDefault()) { + _impl_.title_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.title) @@ -20482,7 +20764,7 @@ inline void FigureDescriptor_ChartDescriptor::set_allocated_title(std::string* t // string title_font = 8; inline void FigureDescriptor_ChartDescriptor::clear_title_font() { - title_font_.ClearToEmpty(); + _impl_.title_font_.ClearToEmpty(); } inline const std::string& FigureDescriptor_ChartDescriptor::title_font() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.title_font) @@ -20492,7 +20774,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_ChartDescriptor::set_title_font(ArgT0&& arg0, ArgT... args) { - title_font_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.title_font_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.title_font) } inline std::string* FigureDescriptor_ChartDescriptor::mutable_title_font() { @@ -20501,19 +20783,19 @@ inline std::string* FigureDescriptor_ChartDescriptor::mutable_title_font() { return _s; } inline const std::string& FigureDescriptor_ChartDescriptor::_internal_title_font() const { - return title_font_.Get(); + return _impl_.title_font_.Get(); } inline void FigureDescriptor_ChartDescriptor::_internal_set_title_font(const std::string& value) { - title_font_.Set(value, GetArenaForAllocation()); + _impl_.title_font_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_ChartDescriptor::_internal_mutable_title_font() { - return title_font_.Mutable(GetArenaForAllocation()); + return _impl_.title_font_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_ChartDescriptor::release_title_font() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.title_font) - return title_font_.Release(); + return _impl_.title_font_.Release(); } inline void FigureDescriptor_ChartDescriptor::set_allocated_title_font(std::string* title_font) { if (title_font != nullptr) { @@ -20521,10 +20803,10 @@ inline void FigureDescriptor_ChartDescriptor::set_allocated_title_font(std::stri } else { } - title_font_.SetAllocated(title_font, GetArenaForAllocation()); + _impl_.title_font_.SetAllocated(title_font, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (title_font_.IsDefault()) { - title_font_.Set("", GetArenaForAllocation()); + if (_impl_.title_font_.IsDefault()) { + _impl_.title_font_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.title_font) @@ -20532,7 +20814,7 @@ inline void FigureDescriptor_ChartDescriptor::set_allocated_title_font(std::stri // string title_color = 9; inline void FigureDescriptor_ChartDescriptor::clear_title_color() { - title_color_.ClearToEmpty(); + _impl_.title_color_.ClearToEmpty(); } inline const std::string& FigureDescriptor_ChartDescriptor::title_color() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.title_color) @@ -20542,7 +20824,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_ChartDescriptor::set_title_color(ArgT0&& arg0, ArgT... args) { - title_color_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.title_color_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.title_color) } inline std::string* FigureDescriptor_ChartDescriptor::mutable_title_color() { @@ -20551,19 +20833,19 @@ inline std::string* FigureDescriptor_ChartDescriptor::mutable_title_color() { return _s; } inline const std::string& FigureDescriptor_ChartDescriptor::_internal_title_color() const { - return title_color_.Get(); + return _impl_.title_color_.Get(); } inline void FigureDescriptor_ChartDescriptor::_internal_set_title_color(const std::string& value) { - title_color_.Set(value, GetArenaForAllocation()); + _impl_.title_color_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_ChartDescriptor::_internal_mutable_title_color() { - return title_color_.Mutable(GetArenaForAllocation()); + return _impl_.title_color_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_ChartDescriptor::release_title_color() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.title_color) - return title_color_.Release(); + return _impl_.title_color_.Release(); } inline void FigureDescriptor_ChartDescriptor::set_allocated_title_color(std::string* title_color) { if (title_color != nullptr) { @@ -20571,10 +20853,10 @@ inline void FigureDescriptor_ChartDescriptor::set_allocated_title_color(std::str } else { } - title_color_.SetAllocated(title_color, GetArenaForAllocation()); + _impl_.title_color_.SetAllocated(title_color, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (title_color_.IsDefault()) { - title_color_.Set("", GetArenaForAllocation()); + if (_impl_.title_color_.IsDefault()) { + _impl_.title_color_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.title_color) @@ -20582,10 +20864,10 @@ inline void FigureDescriptor_ChartDescriptor::set_allocated_title_color(std::str // bool show_legend = 10; inline void FigureDescriptor_ChartDescriptor::clear_show_legend() { - show_legend_ = false; + _impl_.show_legend_ = false; } inline bool FigureDescriptor_ChartDescriptor::_internal_show_legend() const { - return show_legend_; + return _impl_.show_legend_; } inline bool FigureDescriptor_ChartDescriptor::show_legend() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.show_legend) @@ -20593,7 +20875,7 @@ inline bool FigureDescriptor_ChartDescriptor::show_legend() const { } inline void FigureDescriptor_ChartDescriptor::_internal_set_show_legend(bool value) { - show_legend_ = value; + _impl_.show_legend_ = value; } inline void FigureDescriptor_ChartDescriptor::set_show_legend(bool value) { _internal_set_show_legend(value); @@ -20602,7 +20884,7 @@ inline void FigureDescriptor_ChartDescriptor::set_show_legend(bool value) { // string legend_font = 11; inline void FigureDescriptor_ChartDescriptor::clear_legend_font() { - legend_font_.ClearToEmpty(); + _impl_.legend_font_.ClearToEmpty(); } inline const std::string& FigureDescriptor_ChartDescriptor::legend_font() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.legend_font) @@ -20612,7 +20894,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_ChartDescriptor::set_legend_font(ArgT0&& arg0, ArgT... args) { - legend_font_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.legend_font_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.legend_font) } inline std::string* FigureDescriptor_ChartDescriptor::mutable_legend_font() { @@ -20621,19 +20903,19 @@ inline std::string* FigureDescriptor_ChartDescriptor::mutable_legend_font() { return _s; } inline const std::string& FigureDescriptor_ChartDescriptor::_internal_legend_font() const { - return legend_font_.Get(); + return _impl_.legend_font_.Get(); } inline void FigureDescriptor_ChartDescriptor::_internal_set_legend_font(const std::string& value) { - legend_font_.Set(value, GetArenaForAllocation()); + _impl_.legend_font_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_ChartDescriptor::_internal_mutable_legend_font() { - return legend_font_.Mutable(GetArenaForAllocation()); + return _impl_.legend_font_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_ChartDescriptor::release_legend_font() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.legend_font) - return legend_font_.Release(); + return _impl_.legend_font_.Release(); } inline void FigureDescriptor_ChartDescriptor::set_allocated_legend_font(std::string* legend_font) { if (legend_font != nullptr) { @@ -20641,10 +20923,10 @@ inline void FigureDescriptor_ChartDescriptor::set_allocated_legend_font(std::str } else { } - legend_font_.SetAllocated(legend_font, GetArenaForAllocation()); + _impl_.legend_font_.SetAllocated(legend_font, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (legend_font_.IsDefault()) { - legend_font_.Set("", GetArenaForAllocation()); + if (_impl_.legend_font_.IsDefault()) { + _impl_.legend_font_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.legend_font) @@ -20652,7 +20934,7 @@ inline void FigureDescriptor_ChartDescriptor::set_allocated_legend_font(std::str // string legend_color = 12; inline void FigureDescriptor_ChartDescriptor::clear_legend_color() { - legend_color_.ClearToEmpty(); + _impl_.legend_color_.ClearToEmpty(); } inline const std::string& FigureDescriptor_ChartDescriptor::legend_color() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.legend_color) @@ -20662,7 +20944,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_ChartDescriptor::set_legend_color(ArgT0&& arg0, ArgT... args) { - legend_color_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.legend_color_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.legend_color) } inline std::string* FigureDescriptor_ChartDescriptor::mutable_legend_color() { @@ -20671,19 +20953,19 @@ inline std::string* FigureDescriptor_ChartDescriptor::mutable_legend_color() { return _s; } inline const std::string& FigureDescriptor_ChartDescriptor::_internal_legend_color() const { - return legend_color_.Get(); + return _impl_.legend_color_.Get(); } inline void FigureDescriptor_ChartDescriptor::_internal_set_legend_color(const std::string& value) { - legend_color_.Set(value, GetArenaForAllocation()); + _impl_.legend_color_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_ChartDescriptor::_internal_mutable_legend_color() { - return legend_color_.Mutable(GetArenaForAllocation()); + return _impl_.legend_color_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_ChartDescriptor::release_legend_color() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.legend_color) - return legend_color_.Release(); + return _impl_.legend_color_.Release(); } inline void FigureDescriptor_ChartDescriptor::set_allocated_legend_color(std::string* legend_color) { if (legend_color != nullptr) { @@ -20691,10 +20973,10 @@ inline void FigureDescriptor_ChartDescriptor::set_allocated_legend_color(std::st } else { } - legend_color_.SetAllocated(legend_color, GetArenaForAllocation()); + _impl_.legend_color_.SetAllocated(legend_color, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (legend_color_.IsDefault()) { - legend_color_.Set("", GetArenaForAllocation()); + if (_impl_.legend_color_.IsDefault()) { + _impl_.legend_color_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.legend_color) @@ -20702,10 +20984,10 @@ inline void FigureDescriptor_ChartDescriptor::set_allocated_legend_color(std::st // bool is3d = 13; inline void FigureDescriptor_ChartDescriptor::clear_is3d() { - is3d_ = false; + _impl_.is3d_ = false; } inline bool FigureDescriptor_ChartDescriptor::_internal_is3d() const { - return is3d_; + return _impl_.is3d_; } inline bool FigureDescriptor_ChartDescriptor::is3d() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.is3d) @@ -20713,7 +20995,7 @@ inline bool FigureDescriptor_ChartDescriptor::is3d() const { } inline void FigureDescriptor_ChartDescriptor::_internal_set_is3d(bool value) { - is3d_ = value; + _impl_.is3d_ = value; } inline void FigureDescriptor_ChartDescriptor::set_is3d(bool value) { _internal_set_is3d(value); @@ -20722,10 +21004,10 @@ inline void FigureDescriptor_ChartDescriptor::set_is3d(bool value) { // int32 column = 14; inline void FigureDescriptor_ChartDescriptor::clear_column() { - column_ = 0; + _impl_.column_ = 0; } inline int32_t FigureDescriptor_ChartDescriptor::_internal_column() const { - return column_; + return _impl_.column_; } inline int32_t FigureDescriptor_ChartDescriptor::column() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.column) @@ -20733,7 +21015,7 @@ inline int32_t FigureDescriptor_ChartDescriptor::column() const { } inline void FigureDescriptor_ChartDescriptor::_internal_set_column(int32_t value) { - column_ = value; + _impl_.column_ = value; } inline void FigureDescriptor_ChartDescriptor::set_column(int32_t value) { _internal_set_column(value); @@ -20742,10 +21024,10 @@ inline void FigureDescriptor_ChartDescriptor::set_column(int32_t value) { // int32 row = 15; inline void FigureDescriptor_ChartDescriptor::clear_row() { - row_ = 0; + _impl_.row_ = 0; } inline int32_t FigureDescriptor_ChartDescriptor::_internal_row() const { - return row_; + return _impl_.row_; } inline int32_t FigureDescriptor_ChartDescriptor::row() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor.row) @@ -20753,7 +21035,7 @@ inline int32_t FigureDescriptor_ChartDescriptor::row() const { } inline void FigureDescriptor_ChartDescriptor::_internal_set_row(int32_t value) { - row_ = value; + _impl_.row_ = value; } inline void FigureDescriptor_ChartDescriptor::set_row(int32_t value) { _internal_set_row(value); @@ -20766,10 +21048,10 @@ inline void FigureDescriptor_ChartDescriptor::set_row(int32_t value) { // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesPlotStyle plot_style = 1; inline void FigureDescriptor_SeriesDescriptor::clear_plot_style() { - plot_style_ = 0; + _impl_.plot_style_ = 0; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesPlotStyle FigureDescriptor_SeriesDescriptor::_internal_plot_style() const { - return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesPlotStyle >(plot_style_); + return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesPlotStyle >(_impl_.plot_style_); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesPlotStyle FigureDescriptor_SeriesDescriptor::plot_style() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.plot_style) @@ -20777,7 +21059,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesP } inline void FigureDescriptor_SeriesDescriptor::_internal_set_plot_style(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesPlotStyle value) { - plot_style_ = value; + _impl_.plot_style_ = value; } inline void FigureDescriptor_SeriesDescriptor::set_plot_style(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesPlotStyle value) { _internal_set_plot_style(value); @@ -20786,7 +21068,7 @@ inline void FigureDescriptor_SeriesDescriptor::set_plot_style(::io::deephaven::p // string name = 2; inline void FigureDescriptor_SeriesDescriptor::clear_name() { - name_.ClearToEmpty(); + _impl_.name_.ClearToEmpty(); } inline const std::string& FigureDescriptor_SeriesDescriptor::name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.name) @@ -20796,7 +21078,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_SeriesDescriptor::set_name(ArgT0&& arg0, ArgT... args) { - name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.name) } inline std::string* FigureDescriptor_SeriesDescriptor::mutable_name() { @@ -20805,19 +21087,19 @@ inline std::string* FigureDescriptor_SeriesDescriptor::mutable_name() { return _s; } inline const std::string& FigureDescriptor_SeriesDescriptor::_internal_name() const { - return name_.Get(); + return _impl_.name_.Get(); } inline void FigureDescriptor_SeriesDescriptor::_internal_set_name(const std::string& value) { - name_.Set(value, GetArenaForAllocation()); + _impl_.name_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::_internal_mutable_name() { - return name_.Mutable(GetArenaForAllocation()); + return _impl_.name_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::release_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.name) - return name_.Release(); + return _impl_.name_.Release(); } inline void FigureDescriptor_SeriesDescriptor::set_allocated_name(std::string* name) { if (name != nullptr) { @@ -20825,10 +21107,10 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_name(std::string* n } else { } - name_.SetAllocated(name, GetArenaForAllocation()); + _impl_.name_.SetAllocated(name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (name_.IsDefault()) { - name_.Set("", GetArenaForAllocation()); + if (_impl_.name_.IsDefault()) { + _impl_.name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.name) @@ -20836,26 +21118,26 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_name(std::string* n // optional bool lines_visible = 3; inline bool FigureDescriptor_SeriesDescriptor::_internal_has_lines_visible() const { - bool value = (_has_bits_[0] & 0x00000008u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000008u) != 0; return value; } inline bool FigureDescriptor_SeriesDescriptor::has_lines_visible() const { return _internal_has_lines_visible(); } inline void FigureDescriptor_SeriesDescriptor::clear_lines_visible() { - lines_visible_ = false; - _has_bits_[0] &= ~0x00000008u; + _impl_.lines_visible_ = false; + _impl_._has_bits_[0] &= ~0x00000008u; } inline bool FigureDescriptor_SeriesDescriptor::_internal_lines_visible() const { - return lines_visible_; + return _impl_.lines_visible_; } inline bool FigureDescriptor_SeriesDescriptor::lines_visible() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.lines_visible) return _internal_lines_visible(); } inline void FigureDescriptor_SeriesDescriptor::_internal_set_lines_visible(bool value) { - _has_bits_[0] |= 0x00000008u; - lines_visible_ = value; + _impl_._has_bits_[0] |= 0x00000008u; + _impl_.lines_visible_ = value; } inline void FigureDescriptor_SeriesDescriptor::set_lines_visible(bool value) { _internal_set_lines_visible(value); @@ -20864,26 +21146,26 @@ inline void FigureDescriptor_SeriesDescriptor::set_lines_visible(bool value) { // optional bool shapes_visible = 4; inline bool FigureDescriptor_SeriesDescriptor::_internal_has_shapes_visible() const { - bool value = (_has_bits_[0] & 0x00000010u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000010u) != 0; return value; } inline bool FigureDescriptor_SeriesDescriptor::has_shapes_visible() const { return _internal_has_shapes_visible(); } inline void FigureDescriptor_SeriesDescriptor::clear_shapes_visible() { - shapes_visible_ = false; - _has_bits_[0] &= ~0x00000010u; + _impl_.shapes_visible_ = false; + _impl_._has_bits_[0] &= ~0x00000010u; } inline bool FigureDescriptor_SeriesDescriptor::_internal_shapes_visible() const { - return shapes_visible_; + return _impl_.shapes_visible_; } inline bool FigureDescriptor_SeriesDescriptor::shapes_visible() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shapes_visible) return _internal_shapes_visible(); } inline void FigureDescriptor_SeriesDescriptor::_internal_set_shapes_visible(bool value) { - _has_bits_[0] |= 0x00000010u; - shapes_visible_ = value; + _impl_._has_bits_[0] |= 0x00000010u; + _impl_.shapes_visible_ = value; } inline void FigureDescriptor_SeriesDescriptor::set_shapes_visible(bool value) { _internal_set_shapes_visible(value); @@ -20892,10 +21174,10 @@ inline void FigureDescriptor_SeriesDescriptor::set_shapes_visible(bool value) { // bool gradient_visible = 5; inline void FigureDescriptor_SeriesDescriptor::clear_gradient_visible() { - gradient_visible_ = false; + _impl_.gradient_visible_ = false; } inline bool FigureDescriptor_SeriesDescriptor::_internal_gradient_visible() const { - return gradient_visible_; + return _impl_.gradient_visible_; } inline bool FigureDescriptor_SeriesDescriptor::gradient_visible() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.gradient_visible) @@ -20903,7 +21185,7 @@ inline bool FigureDescriptor_SeriesDescriptor::gradient_visible() const { } inline void FigureDescriptor_SeriesDescriptor::_internal_set_gradient_visible(bool value) { - gradient_visible_ = value; + _impl_.gradient_visible_ = value; } inline void FigureDescriptor_SeriesDescriptor::set_gradient_visible(bool value) { _internal_set_gradient_visible(value); @@ -20912,7 +21194,7 @@ inline void FigureDescriptor_SeriesDescriptor::set_gradient_visible(bool value) // string line_color = 6; inline void FigureDescriptor_SeriesDescriptor::clear_line_color() { - line_color_.ClearToEmpty(); + _impl_.line_color_.ClearToEmpty(); } inline const std::string& FigureDescriptor_SeriesDescriptor::line_color() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.line_color) @@ -20922,7 +21204,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_SeriesDescriptor::set_line_color(ArgT0&& arg0, ArgT... args) { - line_color_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.line_color_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.line_color) } inline std::string* FigureDescriptor_SeriesDescriptor::mutable_line_color() { @@ -20931,19 +21213,19 @@ inline std::string* FigureDescriptor_SeriesDescriptor::mutable_line_color() { return _s; } inline const std::string& FigureDescriptor_SeriesDescriptor::_internal_line_color() const { - return line_color_.Get(); + return _impl_.line_color_.Get(); } inline void FigureDescriptor_SeriesDescriptor::_internal_set_line_color(const std::string& value) { - line_color_.Set(value, GetArenaForAllocation()); + _impl_.line_color_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::_internal_mutable_line_color() { - return line_color_.Mutable(GetArenaForAllocation()); + return _impl_.line_color_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::release_line_color() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.line_color) - return line_color_.Release(); + return _impl_.line_color_.Release(); } inline void FigureDescriptor_SeriesDescriptor::set_allocated_line_color(std::string* line_color) { if (line_color != nullptr) { @@ -20951,10 +21233,10 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_line_color(std::str } else { } - line_color_.SetAllocated(line_color, GetArenaForAllocation()); + _impl_.line_color_.SetAllocated(line_color, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (line_color_.IsDefault()) { - line_color_.Set("", GetArenaForAllocation()); + if (_impl_.line_color_.IsDefault()) { + _impl_.line_color_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.line_color) @@ -20962,15 +21244,15 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_line_color(std::str // optional string point_label_format = 8; inline bool FigureDescriptor_SeriesDescriptor::_internal_has_point_label_format() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool FigureDescriptor_SeriesDescriptor::has_point_label_format() const { return _internal_has_point_label_format(); } inline void FigureDescriptor_SeriesDescriptor::clear_point_label_format() { - point_label_format_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.point_label_format_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& FigureDescriptor_SeriesDescriptor::point_label_format() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.point_label_format) @@ -20979,8 +21261,8 @@ inline const std::string& FigureDescriptor_SeriesDescriptor::point_label_format( template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_SeriesDescriptor::set_point_label_format(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - point_label_format_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.point_label_format_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.point_label_format) } inline std::string* FigureDescriptor_SeriesDescriptor::mutable_point_label_format() { @@ -20989,40 +21271,40 @@ inline std::string* FigureDescriptor_SeriesDescriptor::mutable_point_label_forma return _s; } inline const std::string& FigureDescriptor_SeriesDescriptor::_internal_point_label_format() const { - return point_label_format_.Get(); + return _impl_.point_label_format_.Get(); } inline void FigureDescriptor_SeriesDescriptor::_internal_set_point_label_format(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - point_label_format_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.point_label_format_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::_internal_mutable_point_label_format() { - _has_bits_[0] |= 0x00000001u; - return point_label_format_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.point_label_format_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::release_point_label_format() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.point_label_format) if (!_internal_has_point_label_format()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = point_label_format_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.point_label_format_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (point_label_format_.IsDefault()) { - point_label_format_.Set("", GetArenaForAllocation()); + if (_impl_.point_label_format_.IsDefault()) { + _impl_.point_label_format_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void FigureDescriptor_SeriesDescriptor::set_allocated_point_label_format(std::string* point_label_format) { if (point_label_format != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - point_label_format_.SetAllocated(point_label_format, GetArenaForAllocation()); + _impl_.point_label_format_.SetAllocated(point_label_format, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (point_label_format_.IsDefault()) { - point_label_format_.Set("", GetArenaForAllocation()); + if (_impl_.point_label_format_.IsDefault()) { + _impl_.point_label_format_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.point_label_format) @@ -21030,15 +21312,15 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_point_label_format( // optional string x_tool_tip_pattern = 9; inline bool FigureDescriptor_SeriesDescriptor::_internal_has_x_tool_tip_pattern() const { - bool value = (_has_bits_[0] & 0x00000002u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0; return value; } inline bool FigureDescriptor_SeriesDescriptor::has_x_tool_tip_pattern() const { return _internal_has_x_tool_tip_pattern(); } inline void FigureDescriptor_SeriesDescriptor::clear_x_tool_tip_pattern() { - x_tool_tip_pattern_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000002u; + _impl_.x_tool_tip_pattern_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000002u; } inline const std::string& FigureDescriptor_SeriesDescriptor::x_tool_tip_pattern() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.x_tool_tip_pattern) @@ -21047,8 +21329,8 @@ inline const std::string& FigureDescriptor_SeriesDescriptor::x_tool_tip_pattern( template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_SeriesDescriptor::set_x_tool_tip_pattern(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000002u; - x_tool_tip_pattern_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000002u; + _impl_.x_tool_tip_pattern_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.x_tool_tip_pattern) } inline std::string* FigureDescriptor_SeriesDescriptor::mutable_x_tool_tip_pattern() { @@ -21057,40 +21339,40 @@ inline std::string* FigureDescriptor_SeriesDescriptor::mutable_x_tool_tip_patter return _s; } inline const std::string& FigureDescriptor_SeriesDescriptor::_internal_x_tool_tip_pattern() const { - return x_tool_tip_pattern_.Get(); + return _impl_.x_tool_tip_pattern_.Get(); } inline void FigureDescriptor_SeriesDescriptor::_internal_set_x_tool_tip_pattern(const std::string& value) { - _has_bits_[0] |= 0x00000002u; - x_tool_tip_pattern_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000002u; + _impl_.x_tool_tip_pattern_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::_internal_mutable_x_tool_tip_pattern() { - _has_bits_[0] |= 0x00000002u; - return x_tool_tip_pattern_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000002u; + return _impl_.x_tool_tip_pattern_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::release_x_tool_tip_pattern() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.x_tool_tip_pattern) if (!_internal_has_x_tool_tip_pattern()) { return nullptr; } - _has_bits_[0] &= ~0x00000002u; - auto* p = x_tool_tip_pattern_.Release(); + _impl_._has_bits_[0] &= ~0x00000002u; + auto* p = _impl_.x_tool_tip_pattern_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (x_tool_tip_pattern_.IsDefault()) { - x_tool_tip_pattern_.Set("", GetArenaForAllocation()); + if (_impl_.x_tool_tip_pattern_.IsDefault()) { + _impl_.x_tool_tip_pattern_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void FigureDescriptor_SeriesDescriptor::set_allocated_x_tool_tip_pattern(std::string* x_tool_tip_pattern) { if (x_tool_tip_pattern != nullptr) { - _has_bits_[0] |= 0x00000002u; + _impl_._has_bits_[0] |= 0x00000002u; } else { - _has_bits_[0] &= ~0x00000002u; + _impl_._has_bits_[0] &= ~0x00000002u; } - x_tool_tip_pattern_.SetAllocated(x_tool_tip_pattern, GetArenaForAllocation()); + _impl_.x_tool_tip_pattern_.SetAllocated(x_tool_tip_pattern, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (x_tool_tip_pattern_.IsDefault()) { - x_tool_tip_pattern_.Set("", GetArenaForAllocation()); + if (_impl_.x_tool_tip_pattern_.IsDefault()) { + _impl_.x_tool_tip_pattern_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.x_tool_tip_pattern) @@ -21098,15 +21380,15 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_x_tool_tip_pattern( // optional string y_tool_tip_pattern = 10; inline bool FigureDescriptor_SeriesDescriptor::_internal_has_y_tool_tip_pattern() const { - bool value = (_has_bits_[0] & 0x00000004u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0; return value; } inline bool FigureDescriptor_SeriesDescriptor::has_y_tool_tip_pattern() const { return _internal_has_y_tool_tip_pattern(); } inline void FigureDescriptor_SeriesDescriptor::clear_y_tool_tip_pattern() { - y_tool_tip_pattern_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000004u; + _impl_.y_tool_tip_pattern_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000004u; } inline const std::string& FigureDescriptor_SeriesDescriptor::y_tool_tip_pattern() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.y_tool_tip_pattern) @@ -21115,8 +21397,8 @@ inline const std::string& FigureDescriptor_SeriesDescriptor::y_tool_tip_pattern( template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_SeriesDescriptor::set_y_tool_tip_pattern(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000004u; - y_tool_tip_pattern_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000004u; + _impl_.y_tool_tip_pattern_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.y_tool_tip_pattern) } inline std::string* FigureDescriptor_SeriesDescriptor::mutable_y_tool_tip_pattern() { @@ -21125,40 +21407,40 @@ inline std::string* FigureDescriptor_SeriesDescriptor::mutable_y_tool_tip_patter return _s; } inline const std::string& FigureDescriptor_SeriesDescriptor::_internal_y_tool_tip_pattern() const { - return y_tool_tip_pattern_.Get(); + return _impl_.y_tool_tip_pattern_.Get(); } inline void FigureDescriptor_SeriesDescriptor::_internal_set_y_tool_tip_pattern(const std::string& value) { - _has_bits_[0] |= 0x00000004u; - y_tool_tip_pattern_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000004u; + _impl_.y_tool_tip_pattern_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::_internal_mutable_y_tool_tip_pattern() { - _has_bits_[0] |= 0x00000004u; - return y_tool_tip_pattern_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000004u; + return _impl_.y_tool_tip_pattern_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::release_y_tool_tip_pattern() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.y_tool_tip_pattern) if (!_internal_has_y_tool_tip_pattern()) { return nullptr; } - _has_bits_[0] &= ~0x00000004u; - auto* p = y_tool_tip_pattern_.Release(); + _impl_._has_bits_[0] &= ~0x00000004u; + auto* p = _impl_.y_tool_tip_pattern_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (y_tool_tip_pattern_.IsDefault()) { - y_tool_tip_pattern_.Set("", GetArenaForAllocation()); + if (_impl_.y_tool_tip_pattern_.IsDefault()) { + _impl_.y_tool_tip_pattern_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void FigureDescriptor_SeriesDescriptor::set_allocated_y_tool_tip_pattern(std::string* y_tool_tip_pattern) { if (y_tool_tip_pattern != nullptr) { - _has_bits_[0] |= 0x00000004u; + _impl_._has_bits_[0] |= 0x00000004u; } else { - _has_bits_[0] &= ~0x00000004u; + _impl_._has_bits_[0] &= ~0x00000004u; } - y_tool_tip_pattern_.SetAllocated(y_tool_tip_pattern, GetArenaForAllocation()); + _impl_.y_tool_tip_pattern_.SetAllocated(y_tool_tip_pattern, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (y_tool_tip_pattern_.IsDefault()) { - y_tool_tip_pattern_.Set("", GetArenaForAllocation()); + if (_impl_.y_tool_tip_pattern_.IsDefault()) { + _impl_.y_tool_tip_pattern_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.y_tool_tip_pattern) @@ -21166,7 +21448,7 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_y_tool_tip_pattern( // string shape_label = 11; inline void FigureDescriptor_SeriesDescriptor::clear_shape_label() { - shape_label_.ClearToEmpty(); + _impl_.shape_label_.ClearToEmpty(); } inline const std::string& FigureDescriptor_SeriesDescriptor::shape_label() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape_label) @@ -21176,7 +21458,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_SeriesDescriptor::set_shape_label(ArgT0&& arg0, ArgT... args) { - shape_label_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.shape_label_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape_label) } inline std::string* FigureDescriptor_SeriesDescriptor::mutable_shape_label() { @@ -21185,19 +21467,19 @@ inline std::string* FigureDescriptor_SeriesDescriptor::mutable_shape_label() { return _s; } inline const std::string& FigureDescriptor_SeriesDescriptor::_internal_shape_label() const { - return shape_label_.Get(); + return _impl_.shape_label_.Get(); } inline void FigureDescriptor_SeriesDescriptor::_internal_set_shape_label(const std::string& value) { - shape_label_.Set(value, GetArenaForAllocation()); + _impl_.shape_label_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::_internal_mutable_shape_label() { - return shape_label_.Mutable(GetArenaForAllocation()); + return _impl_.shape_label_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::release_shape_label() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape_label) - return shape_label_.Release(); + return _impl_.shape_label_.Release(); } inline void FigureDescriptor_SeriesDescriptor::set_allocated_shape_label(std::string* shape_label) { if (shape_label != nullptr) { @@ -21205,10 +21487,10 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_shape_label(std::st } else { } - shape_label_.SetAllocated(shape_label, GetArenaForAllocation()); + _impl_.shape_label_.SetAllocated(shape_label, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (shape_label_.IsDefault()) { - shape_label_.Set("", GetArenaForAllocation()); + if (_impl_.shape_label_.IsDefault()) { + _impl_.shape_label_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape_label) @@ -21216,26 +21498,26 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_shape_label(std::st // optional double shape_size = 12; inline bool FigureDescriptor_SeriesDescriptor::_internal_has_shape_size() const { - bool value = (_has_bits_[0] & 0x00000020u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000020u) != 0; return value; } inline bool FigureDescriptor_SeriesDescriptor::has_shape_size() const { return _internal_has_shape_size(); } inline void FigureDescriptor_SeriesDescriptor::clear_shape_size() { - shape_size_ = 0; - _has_bits_[0] &= ~0x00000020u; + _impl_.shape_size_ = 0; + _impl_._has_bits_[0] &= ~0x00000020u; } inline double FigureDescriptor_SeriesDescriptor::_internal_shape_size() const { - return shape_size_; + return _impl_.shape_size_; } inline double FigureDescriptor_SeriesDescriptor::shape_size() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape_size) return _internal_shape_size(); } inline void FigureDescriptor_SeriesDescriptor::_internal_set_shape_size(double value) { - _has_bits_[0] |= 0x00000020u; - shape_size_ = value; + _impl_._has_bits_[0] |= 0x00000020u; + _impl_.shape_size_ = value; } inline void FigureDescriptor_SeriesDescriptor::set_shape_size(double value) { _internal_set_shape_size(value); @@ -21244,7 +21526,7 @@ inline void FigureDescriptor_SeriesDescriptor::set_shape_size(double value) { // string shape_color = 13; inline void FigureDescriptor_SeriesDescriptor::clear_shape_color() { - shape_color_.ClearToEmpty(); + _impl_.shape_color_.ClearToEmpty(); } inline const std::string& FigureDescriptor_SeriesDescriptor::shape_color() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape_color) @@ -21254,7 +21536,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_SeriesDescriptor::set_shape_color(ArgT0&& arg0, ArgT... args) { - shape_color_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.shape_color_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape_color) } inline std::string* FigureDescriptor_SeriesDescriptor::mutable_shape_color() { @@ -21263,19 +21545,19 @@ inline std::string* FigureDescriptor_SeriesDescriptor::mutable_shape_color() { return _s; } inline const std::string& FigureDescriptor_SeriesDescriptor::_internal_shape_color() const { - return shape_color_.Get(); + return _impl_.shape_color_.Get(); } inline void FigureDescriptor_SeriesDescriptor::_internal_set_shape_color(const std::string& value) { - shape_color_.Set(value, GetArenaForAllocation()); + _impl_.shape_color_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::_internal_mutable_shape_color() { - return shape_color_.Mutable(GetArenaForAllocation()); + return _impl_.shape_color_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::release_shape_color() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape_color) - return shape_color_.Release(); + return _impl_.shape_color_.Release(); } inline void FigureDescriptor_SeriesDescriptor::set_allocated_shape_color(std::string* shape_color) { if (shape_color != nullptr) { @@ -21283,10 +21565,10 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_shape_color(std::st } else { } - shape_color_.SetAllocated(shape_color, GetArenaForAllocation()); + _impl_.shape_color_.SetAllocated(shape_color, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (shape_color_.IsDefault()) { - shape_color_.Set("", GetArenaForAllocation()); + if (_impl_.shape_color_.IsDefault()) { + _impl_.shape_color_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape_color) @@ -21294,7 +21576,7 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_shape_color(std::st // string shape = 14; inline void FigureDescriptor_SeriesDescriptor::clear_shape() { - shape_.ClearToEmpty(); + _impl_.shape_.ClearToEmpty(); } inline const std::string& FigureDescriptor_SeriesDescriptor::shape() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape) @@ -21304,7 +21586,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_SeriesDescriptor::set_shape(ArgT0&& arg0, ArgT... args) { - shape_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.shape_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape) } inline std::string* FigureDescriptor_SeriesDescriptor::mutable_shape() { @@ -21313,19 +21595,19 @@ inline std::string* FigureDescriptor_SeriesDescriptor::mutable_shape() { return _s; } inline const std::string& FigureDescriptor_SeriesDescriptor::_internal_shape() const { - return shape_.Get(); + return _impl_.shape_.Get(); } inline void FigureDescriptor_SeriesDescriptor::_internal_set_shape(const std::string& value) { - shape_.Set(value, GetArenaForAllocation()); + _impl_.shape_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::_internal_mutable_shape() { - return shape_.Mutable(GetArenaForAllocation()); + return _impl_.shape_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_SeriesDescriptor::release_shape() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape) - return shape_.Release(); + return _impl_.shape_.Release(); } inline void FigureDescriptor_SeriesDescriptor::set_allocated_shape(std::string* shape) { if (shape != nullptr) { @@ -21333,10 +21615,10 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_shape(std::string* } else { } - shape_.SetAllocated(shape, GetArenaForAllocation()); + _impl_.shape_.SetAllocated(shape, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (shape_.IsDefault()) { - shape_.Set("", GetArenaForAllocation()); + if (_impl_.shape_.IsDefault()) { + _impl_.shape_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.shape) @@ -21344,32 +21626,32 @@ inline void FigureDescriptor_SeriesDescriptor::set_allocated_shape(std::string* // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor data_sources = 15; inline int FigureDescriptor_SeriesDescriptor::_internal_data_sources_size() const { - return data_sources_.size(); + return _impl_.data_sources_.size(); } inline int FigureDescriptor_SeriesDescriptor::data_sources_size() const { return _internal_data_sources_size(); } inline void FigureDescriptor_SeriesDescriptor::clear_data_sources() { - data_sources_.Clear(); + _impl_.data_sources_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor* FigureDescriptor_SeriesDescriptor::mutable_data_sources(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.data_sources) - return data_sources_.Mutable(index); + return _impl_.data_sources_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor >* FigureDescriptor_SeriesDescriptor::mutable_data_sources() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.data_sources) - return &data_sources_; + return &_impl_.data_sources_; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor& FigureDescriptor_SeriesDescriptor::_internal_data_sources(int index) const { - return data_sources_.Get(index); + return _impl_.data_sources_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor& FigureDescriptor_SeriesDescriptor::data_sources(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.data_sources) return _internal_data_sources(index); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor* FigureDescriptor_SeriesDescriptor::_internal_add_data_sources() { - return data_sources_.Add(); + return _impl_.data_sources_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor* FigureDescriptor_SeriesDescriptor::add_data_sources() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor* _add = _internal_add_data_sources(); @@ -21379,7 +21661,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceD inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceDescriptor >& FigureDescriptor_SeriesDescriptor::data_sources() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesDescriptor.data_sources) - return data_sources_; + return _impl_.data_sources_; } // ------------------------------------------------------------------- @@ -21388,10 +21670,10 @@ FigureDescriptor_SeriesDescriptor::data_sources() const { // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SeriesPlotStyle plot_style = 1; inline void FigureDescriptor_MultiSeriesDescriptor::clear_plot_style() { - plot_style_ = 0; + _impl_.plot_style_ = 0; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesPlotStyle FigureDescriptor_MultiSeriesDescriptor::_internal_plot_style() const { - return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesPlotStyle >(plot_style_); + return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesPlotStyle >(_impl_.plot_style_); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesPlotStyle FigureDescriptor_MultiSeriesDescriptor::plot_style() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.plot_style) @@ -21399,7 +21681,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesP } inline void FigureDescriptor_MultiSeriesDescriptor::_internal_set_plot_style(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesPlotStyle value) { - plot_style_ = value; + _impl_.plot_style_ = value; } inline void FigureDescriptor_MultiSeriesDescriptor::set_plot_style(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SeriesPlotStyle value) { _internal_set_plot_style(value); @@ -21408,7 +21690,7 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_plot_style(::io::deephav // string name = 2; inline void FigureDescriptor_MultiSeriesDescriptor::clear_name() { - name_.ClearToEmpty(); + _impl_.name_.ClearToEmpty(); } inline const std::string& FigureDescriptor_MultiSeriesDescriptor::name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.name) @@ -21418,7 +21700,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_MultiSeriesDescriptor::set_name(ArgT0&& arg0, ArgT... args) { - name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.name) } inline std::string* FigureDescriptor_MultiSeriesDescriptor::mutable_name() { @@ -21427,19 +21709,19 @@ inline std::string* FigureDescriptor_MultiSeriesDescriptor::mutable_name() { return _s; } inline const std::string& FigureDescriptor_MultiSeriesDescriptor::_internal_name() const { - return name_.Get(); + return _impl_.name_.Get(); } inline void FigureDescriptor_MultiSeriesDescriptor::_internal_set_name(const std::string& value) { - name_.Set(value, GetArenaForAllocation()); + _impl_.name_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_MultiSeriesDescriptor::_internal_mutable_name() { - return name_.Mutable(GetArenaForAllocation()); + return _impl_.name_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_MultiSeriesDescriptor::release_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.name) - return name_.Release(); + return _impl_.name_.Release(); } inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_name(std::string* name) { if (name != nullptr) { @@ -21447,10 +21729,10 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_name(std::stri } else { } - name_.SetAllocated(name, GetArenaForAllocation()); + _impl_.name_.SetAllocated(name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (name_.IsDefault()) { - name_.Set("", GetArenaForAllocation()); + if (_impl_.name_.IsDefault()) { + _impl_.name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.name) @@ -21458,19 +21740,19 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_name(std::stri // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault line_color = 3; inline bool FigureDescriptor_MultiSeriesDescriptor::_internal_has_line_color() const { - return this != internal_default_instance() && line_color_ != nullptr; + return this != internal_default_instance() && _impl_.line_color_ != nullptr; } inline bool FigureDescriptor_MultiSeriesDescriptor::has_line_color() const { return _internal_has_line_color(); } inline void FigureDescriptor_MultiSeriesDescriptor::clear_line_color() { - if (GetArenaForAllocation() == nullptr && line_color_ != nullptr) { - delete line_color_; + if (GetArenaForAllocation() == nullptr && _impl_.line_color_ != nullptr) { + delete _impl_.line_color_; } - line_color_ = nullptr; + _impl_.line_color_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_internal_line_color() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = line_color_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = _impl_.line_color_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_StringMapWithDefault_default_instance_); } @@ -21481,9 +21763,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_S inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_line_color( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* line_color) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(line_color_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.line_color_); } - line_color_ = line_color; + _impl_.line_color_ = line_color; if (line_color) { } else { @@ -21493,8 +21775,8 @@ inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_l } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::release_line_color() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = line_color_; - line_color_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.line_color_; + _impl_.line_color_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -21509,17 +21791,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_release_line_color() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.line_color) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = line_color_; - line_color_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.line_color_; + _impl_.line_color_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::_internal_mutable_line_color() { - if (line_color_ == nullptr) { + if (_impl_.line_color_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault>(GetArenaForAllocation()); - line_color_ = p; + _impl_.line_color_ = p; } - return line_color_; + return _impl_.line_color_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::mutable_line_color() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* _msg = _internal_mutable_line_color(); @@ -21529,7 +21811,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_line_color(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* line_color) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete line_color_; + delete _impl_.line_color_; } if (line_color) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -21542,25 +21824,25 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_line_color(::i } else { } - line_color_ = line_color; + _impl_.line_color_ = line_color; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.line_color) } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault point_color = 4; inline bool FigureDescriptor_MultiSeriesDescriptor::_internal_has_point_color() const { - return this != internal_default_instance() && point_color_ != nullptr; + return this != internal_default_instance() && _impl_.point_color_ != nullptr; } inline bool FigureDescriptor_MultiSeriesDescriptor::has_point_color() const { return _internal_has_point_color(); } inline void FigureDescriptor_MultiSeriesDescriptor::clear_point_color() { - if (GetArenaForAllocation() == nullptr && point_color_ != nullptr) { - delete point_color_; + if (GetArenaForAllocation() == nullptr && _impl_.point_color_ != nullptr) { + delete _impl_.point_color_; } - point_color_ = nullptr; + _impl_.point_color_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_internal_point_color() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = point_color_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = _impl_.point_color_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_StringMapWithDefault_default_instance_); } @@ -21571,9 +21853,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_S inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_point_color( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_color) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(point_color_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.point_color_); } - point_color_ = point_color; + _impl_.point_color_ = point_color; if (point_color) { } else { @@ -21583,8 +21865,8 @@ inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_p } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::release_point_color() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = point_color_; - point_color_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.point_color_; + _impl_.point_color_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -21599,17 +21881,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_release_point_color() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.point_color) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = point_color_; - point_color_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.point_color_; + _impl_.point_color_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::_internal_mutable_point_color() { - if (point_color_ == nullptr) { + if (_impl_.point_color_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault>(GetArenaForAllocation()); - point_color_ = p; + _impl_.point_color_ = p; } - return point_color_; + return _impl_.point_color_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::mutable_point_color() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* _msg = _internal_mutable_point_color(); @@ -21619,7 +21901,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_point_color(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_color) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete point_color_; + delete _impl_.point_color_; } if (point_color) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -21632,25 +21914,25 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_point_color(:: } else { } - point_color_ = point_color; + _impl_.point_color_ = point_color; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.point_color) } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault lines_visible = 5; inline bool FigureDescriptor_MultiSeriesDescriptor::_internal_has_lines_visible() const { - return this != internal_default_instance() && lines_visible_ != nullptr; + return this != internal_default_instance() && _impl_.lines_visible_ != nullptr; } inline bool FigureDescriptor_MultiSeriesDescriptor::has_lines_visible() const { return _internal_has_lines_visible(); } inline void FigureDescriptor_MultiSeriesDescriptor::clear_lines_visible() { - if (GetArenaForAllocation() == nullptr && lines_visible_ != nullptr) { - delete lines_visible_; + if (GetArenaForAllocation() == nullptr && _impl_.lines_visible_ != nullptr) { + delete _impl_.lines_visible_; } - lines_visible_ = nullptr; + _impl_.lines_visible_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_internal_lines_visible() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* p = lines_visible_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* p = _impl_.lines_visible_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_BoolMapWithDefault_default_instance_); } @@ -21661,9 +21943,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_B inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_lines_visible( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* lines_visible) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(lines_visible_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.lines_visible_); } - lines_visible_ = lines_visible; + _impl_.lines_visible_ = lines_visible; if (lines_visible) { } else { @@ -21673,8 +21955,8 @@ inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_l } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::release_lines_visible() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* temp = lines_visible_; - lines_visible_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* temp = _impl_.lines_visible_; + _impl_.lines_visible_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -21689,17 +21971,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMap inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_release_lines_visible() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.lines_visible) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* temp = lines_visible_; - lines_visible_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* temp = _impl_.lines_visible_; + _impl_.lines_visible_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::_internal_mutable_lines_visible() { - if (lines_visible_ == nullptr) { + if (_impl_.lines_visible_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault>(GetArenaForAllocation()); - lines_visible_ = p; + _impl_.lines_visible_ = p; } - return lines_visible_; + return _impl_.lines_visible_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::mutable_lines_visible() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* _msg = _internal_mutable_lines_visible(); @@ -21709,7 +21991,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMap inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_lines_visible(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* lines_visible) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete lines_visible_; + delete _impl_.lines_visible_; } if (lines_visible) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -21722,25 +22004,25 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_lines_visible( } else { } - lines_visible_ = lines_visible; + _impl_.lines_visible_ = lines_visible; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.lines_visible) } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault points_visible = 6; inline bool FigureDescriptor_MultiSeriesDescriptor::_internal_has_points_visible() const { - return this != internal_default_instance() && points_visible_ != nullptr; + return this != internal_default_instance() && _impl_.points_visible_ != nullptr; } inline bool FigureDescriptor_MultiSeriesDescriptor::has_points_visible() const { return _internal_has_points_visible(); } inline void FigureDescriptor_MultiSeriesDescriptor::clear_points_visible() { - if (GetArenaForAllocation() == nullptr && points_visible_ != nullptr) { - delete points_visible_; + if (GetArenaForAllocation() == nullptr && _impl_.points_visible_ != nullptr) { + delete _impl_.points_visible_; } - points_visible_ = nullptr; + _impl_.points_visible_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_internal_points_visible() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* p = points_visible_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* p = _impl_.points_visible_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_BoolMapWithDefault_default_instance_); } @@ -21751,9 +22033,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_B inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_points_visible( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* points_visible) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(points_visible_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.points_visible_); } - points_visible_ = points_visible; + _impl_.points_visible_ = points_visible; if (points_visible) { } else { @@ -21763,8 +22045,8 @@ inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_p } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::release_points_visible() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* temp = points_visible_; - points_visible_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* temp = _impl_.points_visible_; + _impl_.points_visible_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -21779,17 +22061,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMap inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_release_points_visible() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.points_visible) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* temp = points_visible_; - points_visible_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* temp = _impl_.points_visible_; + _impl_.points_visible_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::_internal_mutable_points_visible() { - if (points_visible_ == nullptr) { + if (_impl_.points_visible_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault>(GetArenaForAllocation()); - points_visible_ = p; + _impl_.points_visible_ = p; } - return points_visible_; + return _impl_.points_visible_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::mutable_points_visible() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* _msg = _internal_mutable_points_visible(); @@ -21799,7 +22081,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMap inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_points_visible(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* points_visible) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete points_visible_; + delete _impl_.points_visible_; } if (points_visible) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -21812,25 +22094,25 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_points_visible } else { } - points_visible_ = points_visible; + _impl_.points_visible_ = points_visible; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.points_visible) } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault gradient_visible = 7; inline bool FigureDescriptor_MultiSeriesDescriptor::_internal_has_gradient_visible() const { - return this != internal_default_instance() && gradient_visible_ != nullptr; + return this != internal_default_instance() && _impl_.gradient_visible_ != nullptr; } inline bool FigureDescriptor_MultiSeriesDescriptor::has_gradient_visible() const { return _internal_has_gradient_visible(); } inline void FigureDescriptor_MultiSeriesDescriptor::clear_gradient_visible() { - if (GetArenaForAllocation() == nullptr && gradient_visible_ != nullptr) { - delete gradient_visible_; + if (GetArenaForAllocation() == nullptr && _impl_.gradient_visible_ != nullptr) { + delete _impl_.gradient_visible_; } - gradient_visible_ = nullptr; + _impl_.gradient_visible_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_internal_gradient_visible() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* p = gradient_visible_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* p = _impl_.gradient_visible_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_BoolMapWithDefault_default_instance_); } @@ -21841,9 +22123,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_B inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_gradient_visible( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* gradient_visible) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(gradient_visible_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.gradient_visible_); } - gradient_visible_ = gradient_visible; + _impl_.gradient_visible_ = gradient_visible; if (gradient_visible) { } else { @@ -21853,8 +22135,8 @@ inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_g } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::release_gradient_visible() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* temp = gradient_visible_; - gradient_visible_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* temp = _impl_.gradient_visible_; + _impl_.gradient_visible_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -21869,17 +22151,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMap inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_release_gradient_visible() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.gradient_visible) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* temp = gradient_visible_; - gradient_visible_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* temp = _impl_.gradient_visible_; + _impl_.gradient_visible_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::_internal_mutable_gradient_visible() { - if (gradient_visible_ == nullptr) { + if (_impl_.gradient_visible_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault>(GetArenaForAllocation()); - gradient_visible_ = p; + _impl_.gradient_visible_ = p; } - return gradient_visible_; + return _impl_.gradient_visible_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::mutable_gradient_visible() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* _msg = _internal_mutable_gradient_visible(); @@ -21889,7 +22171,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMap inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_gradient_visible(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BoolMapWithDefault* gradient_visible) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete gradient_visible_; + delete _impl_.gradient_visible_; } if (gradient_visible) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -21902,25 +22184,25 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_gradient_visib } else { } - gradient_visible_ = gradient_visible; + _impl_.gradient_visible_ = gradient_visible; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.gradient_visible) } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault point_label_format = 8; inline bool FigureDescriptor_MultiSeriesDescriptor::_internal_has_point_label_format() const { - return this != internal_default_instance() && point_label_format_ != nullptr; + return this != internal_default_instance() && _impl_.point_label_format_ != nullptr; } inline bool FigureDescriptor_MultiSeriesDescriptor::has_point_label_format() const { return _internal_has_point_label_format(); } inline void FigureDescriptor_MultiSeriesDescriptor::clear_point_label_format() { - if (GetArenaForAllocation() == nullptr && point_label_format_ != nullptr) { - delete point_label_format_; + if (GetArenaForAllocation() == nullptr && _impl_.point_label_format_ != nullptr) { + delete _impl_.point_label_format_; } - point_label_format_ = nullptr; + _impl_.point_label_format_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_internal_point_label_format() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = point_label_format_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = _impl_.point_label_format_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_StringMapWithDefault_default_instance_); } @@ -21931,9 +22213,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_S inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_point_label_format( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_label_format) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(point_label_format_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.point_label_format_); } - point_label_format_ = point_label_format; + _impl_.point_label_format_ = point_label_format; if (point_label_format) { } else { @@ -21943,8 +22225,8 @@ inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_p } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::release_point_label_format() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = point_label_format_; - point_label_format_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.point_label_format_; + _impl_.point_label_format_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -21959,17 +22241,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_release_point_label_format() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.point_label_format) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = point_label_format_; - point_label_format_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.point_label_format_; + _impl_.point_label_format_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::_internal_mutable_point_label_format() { - if (point_label_format_ == nullptr) { + if (_impl_.point_label_format_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault>(GetArenaForAllocation()); - point_label_format_ = p; + _impl_.point_label_format_ = p; } - return point_label_format_; + return _impl_.point_label_format_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::mutable_point_label_format() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* _msg = _internal_mutable_point_label_format(); @@ -21979,7 +22261,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_point_label_format(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_label_format) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete point_label_format_; + delete _impl_.point_label_format_; } if (point_label_format) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -21992,25 +22274,25 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_point_label_fo } else { } - point_label_format_ = point_label_format; + _impl_.point_label_format_ = point_label_format; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.point_label_format) } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault x_tool_tip_pattern = 9; inline bool FigureDescriptor_MultiSeriesDescriptor::_internal_has_x_tool_tip_pattern() const { - return this != internal_default_instance() && x_tool_tip_pattern_ != nullptr; + return this != internal_default_instance() && _impl_.x_tool_tip_pattern_ != nullptr; } inline bool FigureDescriptor_MultiSeriesDescriptor::has_x_tool_tip_pattern() const { return _internal_has_x_tool_tip_pattern(); } inline void FigureDescriptor_MultiSeriesDescriptor::clear_x_tool_tip_pattern() { - if (GetArenaForAllocation() == nullptr && x_tool_tip_pattern_ != nullptr) { - delete x_tool_tip_pattern_; + if (GetArenaForAllocation() == nullptr && _impl_.x_tool_tip_pattern_ != nullptr) { + delete _impl_.x_tool_tip_pattern_; } - x_tool_tip_pattern_ = nullptr; + _impl_.x_tool_tip_pattern_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_internal_x_tool_tip_pattern() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = x_tool_tip_pattern_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = _impl_.x_tool_tip_pattern_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_StringMapWithDefault_default_instance_); } @@ -22021,9 +22303,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_S inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_x_tool_tip_pattern( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* x_tool_tip_pattern) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(x_tool_tip_pattern_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.x_tool_tip_pattern_); } - x_tool_tip_pattern_ = x_tool_tip_pattern; + _impl_.x_tool_tip_pattern_ = x_tool_tip_pattern; if (x_tool_tip_pattern) { } else { @@ -22033,8 +22315,8 @@ inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_x } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::release_x_tool_tip_pattern() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = x_tool_tip_pattern_; - x_tool_tip_pattern_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.x_tool_tip_pattern_; + _impl_.x_tool_tip_pattern_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -22049,17 +22331,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_release_x_tool_tip_pattern() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.x_tool_tip_pattern) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = x_tool_tip_pattern_; - x_tool_tip_pattern_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.x_tool_tip_pattern_; + _impl_.x_tool_tip_pattern_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::_internal_mutable_x_tool_tip_pattern() { - if (x_tool_tip_pattern_ == nullptr) { + if (_impl_.x_tool_tip_pattern_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault>(GetArenaForAllocation()); - x_tool_tip_pattern_ = p; + _impl_.x_tool_tip_pattern_ = p; } - return x_tool_tip_pattern_; + return _impl_.x_tool_tip_pattern_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::mutable_x_tool_tip_pattern() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* _msg = _internal_mutable_x_tool_tip_pattern(); @@ -22069,7 +22351,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_x_tool_tip_pattern(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* x_tool_tip_pattern) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete x_tool_tip_pattern_; + delete _impl_.x_tool_tip_pattern_; } if (x_tool_tip_pattern) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -22082,25 +22364,25 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_x_tool_tip_pat } else { } - x_tool_tip_pattern_ = x_tool_tip_pattern; + _impl_.x_tool_tip_pattern_ = x_tool_tip_pattern; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.x_tool_tip_pattern) } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault y_tool_tip_pattern = 10; inline bool FigureDescriptor_MultiSeriesDescriptor::_internal_has_y_tool_tip_pattern() const { - return this != internal_default_instance() && y_tool_tip_pattern_ != nullptr; + return this != internal_default_instance() && _impl_.y_tool_tip_pattern_ != nullptr; } inline bool FigureDescriptor_MultiSeriesDescriptor::has_y_tool_tip_pattern() const { return _internal_has_y_tool_tip_pattern(); } inline void FigureDescriptor_MultiSeriesDescriptor::clear_y_tool_tip_pattern() { - if (GetArenaForAllocation() == nullptr && y_tool_tip_pattern_ != nullptr) { - delete y_tool_tip_pattern_; + if (GetArenaForAllocation() == nullptr && _impl_.y_tool_tip_pattern_ != nullptr) { + delete _impl_.y_tool_tip_pattern_; } - y_tool_tip_pattern_ = nullptr; + _impl_.y_tool_tip_pattern_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_internal_y_tool_tip_pattern() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = y_tool_tip_pattern_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = _impl_.y_tool_tip_pattern_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_StringMapWithDefault_default_instance_); } @@ -22111,9 +22393,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_S inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_y_tool_tip_pattern( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* y_tool_tip_pattern) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(y_tool_tip_pattern_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.y_tool_tip_pattern_); } - y_tool_tip_pattern_ = y_tool_tip_pattern; + _impl_.y_tool_tip_pattern_ = y_tool_tip_pattern; if (y_tool_tip_pattern) { } else { @@ -22123,8 +22405,8 @@ inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_y } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::release_y_tool_tip_pattern() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = y_tool_tip_pattern_; - y_tool_tip_pattern_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.y_tool_tip_pattern_; + _impl_.y_tool_tip_pattern_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -22139,17 +22421,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_release_y_tool_tip_pattern() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.y_tool_tip_pattern) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = y_tool_tip_pattern_; - y_tool_tip_pattern_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.y_tool_tip_pattern_; + _impl_.y_tool_tip_pattern_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::_internal_mutable_y_tool_tip_pattern() { - if (y_tool_tip_pattern_ == nullptr) { + if (_impl_.y_tool_tip_pattern_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault>(GetArenaForAllocation()); - y_tool_tip_pattern_ = p; + _impl_.y_tool_tip_pattern_ = p; } - return y_tool_tip_pattern_; + return _impl_.y_tool_tip_pattern_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::mutable_y_tool_tip_pattern() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* _msg = _internal_mutable_y_tool_tip_pattern(); @@ -22159,7 +22441,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_y_tool_tip_pattern(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* y_tool_tip_pattern) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete y_tool_tip_pattern_; + delete _impl_.y_tool_tip_pattern_; } if (y_tool_tip_pattern) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -22172,25 +22454,25 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_y_tool_tip_pat } else { } - y_tool_tip_pattern_ = y_tool_tip_pattern; + _impl_.y_tool_tip_pattern_ = y_tool_tip_pattern; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.y_tool_tip_pattern) } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault point_label = 11; inline bool FigureDescriptor_MultiSeriesDescriptor::_internal_has_point_label() const { - return this != internal_default_instance() && point_label_ != nullptr; + return this != internal_default_instance() && _impl_.point_label_ != nullptr; } inline bool FigureDescriptor_MultiSeriesDescriptor::has_point_label() const { return _internal_has_point_label(); } inline void FigureDescriptor_MultiSeriesDescriptor::clear_point_label() { - if (GetArenaForAllocation() == nullptr && point_label_ != nullptr) { - delete point_label_; + if (GetArenaForAllocation() == nullptr && _impl_.point_label_ != nullptr) { + delete _impl_.point_label_; } - point_label_ = nullptr; + _impl_.point_label_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_internal_point_label() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = point_label_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = _impl_.point_label_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_StringMapWithDefault_default_instance_); } @@ -22201,9 +22483,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_S inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_point_label( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_label) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(point_label_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.point_label_); } - point_label_ = point_label; + _impl_.point_label_ = point_label; if (point_label) { } else { @@ -22213,8 +22495,8 @@ inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_p } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::release_point_label() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = point_label_; - point_label_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.point_label_; + _impl_.point_label_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -22229,17 +22511,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_release_point_label() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.point_label) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = point_label_; - point_label_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.point_label_; + _impl_.point_label_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::_internal_mutable_point_label() { - if (point_label_ == nullptr) { + if (_impl_.point_label_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault>(GetArenaForAllocation()); - point_label_ = p; + _impl_.point_label_ = p; } - return point_label_; + return _impl_.point_label_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::mutable_point_label() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* _msg = _internal_mutable_point_label(); @@ -22249,7 +22531,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_point_label(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_label) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete point_label_; + delete _impl_.point_label_; } if (point_label) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -22262,25 +22544,25 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_point_label(:: } else { } - point_label_ = point_label; + _impl_.point_label_ = point_label; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.point_label) } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault point_size = 12; inline bool FigureDescriptor_MultiSeriesDescriptor::_internal_has_point_size() const { - return this != internal_default_instance() && point_size_ != nullptr; + return this != internal_default_instance() && _impl_.point_size_ != nullptr; } inline bool FigureDescriptor_MultiSeriesDescriptor::has_point_size() const { return _internal_has_point_size(); } inline void FigureDescriptor_MultiSeriesDescriptor::clear_point_size() { - if (GetArenaForAllocation() == nullptr && point_size_ != nullptr) { - delete point_size_; + if (GetArenaForAllocation() == nullptr && _impl_.point_size_ != nullptr) { + delete _impl_.point_size_; } - point_size_ = nullptr; + _impl_.point_size_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_internal_point_size() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* p = point_size_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* p = _impl_.point_size_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_DoubleMapWithDefault_default_instance_); } @@ -22291,9 +22573,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_D inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_point_size( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* point_size) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(point_size_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.point_size_); } - point_size_ = point_size; + _impl_.point_size_ = point_size; if (point_size) { } else { @@ -22303,8 +22585,8 @@ inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_p } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::release_point_size() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* temp = point_size_; - point_size_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* temp = _impl_.point_size_; + _impl_.point_size_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -22319,17 +22601,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleM inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_release_point_size() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.point_size) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* temp = point_size_; - point_size_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* temp = _impl_.point_size_; + _impl_.point_size_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::_internal_mutable_point_size() { - if (point_size_ == nullptr) { + if (_impl_.point_size_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault>(GetArenaForAllocation()); - point_size_ = p; + _impl_.point_size_ = p; } - return point_size_; + return _impl_.point_size_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::mutable_point_size() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* _msg = _internal_mutable_point_size(); @@ -22339,7 +22621,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleM inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_point_size(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_DoubleMapWithDefault* point_size) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete point_size_; + delete _impl_.point_size_; } if (point_size) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -22352,25 +22634,25 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_point_size(::i } else { } - point_size_ = point_size; + _impl_.point_size_ = point_size; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.point_size) } // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault point_shape = 13; inline bool FigureDescriptor_MultiSeriesDescriptor::_internal_has_point_shape() const { - return this != internal_default_instance() && point_shape_ != nullptr; + return this != internal_default_instance() && _impl_.point_shape_ != nullptr; } inline bool FigureDescriptor_MultiSeriesDescriptor::has_point_shape() const { return _internal_has_point_shape(); } inline void FigureDescriptor_MultiSeriesDescriptor::clear_point_shape() { - if (GetArenaForAllocation() == nullptr && point_shape_ != nullptr) { - delete point_shape_; + if (GetArenaForAllocation() == nullptr && _impl_.point_shape_ != nullptr) { + delete _impl_.point_shape_; } - point_shape_ = nullptr; + _impl_.point_shape_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault& FigureDescriptor_MultiSeriesDescriptor::_internal_point_shape() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = point_shape_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* p = _impl_.point_shape_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_StringMapWithDefault_default_instance_); } @@ -22381,9 +22663,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_S inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_point_shape( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_shape) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(point_shape_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.point_shape_); } - point_shape_ = point_shape; + _impl_.point_shape_ = point_shape; if (point_shape) { } else { @@ -22393,8 +22675,8 @@ inline void FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_set_allocated_p } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::release_point_shape() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = point_shape_; - point_shape_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.point_shape_; + _impl_.point_shape_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -22409,17 +22691,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::unsafe_arena_release_point_shape() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.point_shape) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = point_shape_; - point_shape_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* temp = _impl_.point_shape_; + _impl_.point_shape_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::_internal_mutable_point_shape() { - if (point_shape_ == nullptr) { + if (_impl_.point_shape_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault>(GetArenaForAllocation()); - point_shape_ = p; + _impl_.point_shape_ = p; } - return point_shape_; + return _impl_.point_shape_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* FigureDescriptor_MultiSeriesDescriptor::mutable_point_shape() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* _msg = _internal_mutable_point_shape(); @@ -22429,7 +22711,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringM inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_point_shape(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_StringMapWithDefault* point_shape) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete point_shape_; + delete _impl_.point_shape_; } if (point_shape) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -22442,38 +22724,38 @@ inline void FigureDescriptor_MultiSeriesDescriptor::set_allocated_point_shape(:: } else { } - point_shape_ = point_shape; + _impl_.point_shape_ = point_shape; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.point_shape) } // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor data_sources = 14; inline int FigureDescriptor_MultiSeriesDescriptor::_internal_data_sources_size() const { - return data_sources_.size(); + return _impl_.data_sources_.size(); } inline int FigureDescriptor_MultiSeriesDescriptor::data_sources_size() const { return _internal_data_sources_size(); } inline void FigureDescriptor_MultiSeriesDescriptor::clear_data_sources() { - data_sources_.Clear(); + _impl_.data_sources_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor* FigureDescriptor_MultiSeriesDescriptor::mutable_data_sources(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.data_sources) - return data_sources_.Mutable(index); + return _impl_.data_sources_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor >* FigureDescriptor_MultiSeriesDescriptor::mutable_data_sources() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.data_sources) - return &data_sources_; + return &_impl_.data_sources_; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor& FigureDescriptor_MultiSeriesDescriptor::_internal_data_sources(int index) const { - return data_sources_.Get(index); + return _impl_.data_sources_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor& FigureDescriptor_MultiSeriesDescriptor::data_sources(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.data_sources) return _internal_data_sources(index); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor* FigureDescriptor_MultiSeriesDescriptor::_internal_add_data_sources() { - return data_sources_.Add(); + return _impl_.data_sources_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor* FigureDescriptor_MultiSeriesDescriptor::add_data_sources() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor* _add = _internal_add_data_sources(); @@ -22483,7 +22765,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSe inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_MultiSeriesSourceDescriptor >& FigureDescriptor_MultiSeriesDescriptor::data_sources() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesDescriptor.data_sources) - return data_sources_; + return _impl_.data_sources_; } // ------------------------------------------------------------------- @@ -22492,15 +22774,15 @@ FigureDescriptor_MultiSeriesDescriptor::data_sources() const { // optional string default_string = 1; inline bool FigureDescriptor_StringMapWithDefault::_internal_has_default_string() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool FigureDescriptor_StringMapWithDefault::has_default_string() const { return _internal_has_default_string(); } inline void FigureDescriptor_StringMapWithDefault::clear_default_string() { - default_string_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.default_string_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& FigureDescriptor_StringMapWithDefault::default_string() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.default_string) @@ -22509,8 +22791,8 @@ inline const std::string& FigureDescriptor_StringMapWithDefault::default_string( template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_StringMapWithDefault::set_default_string(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - default_string_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.default_string_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.default_string) } inline std::string* FigureDescriptor_StringMapWithDefault::mutable_default_string() { @@ -22519,40 +22801,40 @@ inline std::string* FigureDescriptor_StringMapWithDefault::mutable_default_strin return _s; } inline const std::string& FigureDescriptor_StringMapWithDefault::_internal_default_string() const { - return default_string_.Get(); + return _impl_.default_string_.Get(); } inline void FigureDescriptor_StringMapWithDefault::_internal_set_default_string(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - default_string_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.default_string_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_StringMapWithDefault::_internal_mutable_default_string() { - _has_bits_[0] |= 0x00000001u; - return default_string_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.default_string_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_StringMapWithDefault::release_default_string() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.default_string) if (!_internal_has_default_string()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = default_string_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.default_string_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (default_string_.IsDefault()) { - default_string_.Set("", GetArenaForAllocation()); + if (_impl_.default_string_.IsDefault()) { + _impl_.default_string_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void FigureDescriptor_StringMapWithDefault::set_allocated_default_string(std::string* default_string) { if (default_string != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - default_string_.SetAllocated(default_string, GetArenaForAllocation()); + _impl_.default_string_.SetAllocated(default_string, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (default_string_.IsDefault()) { - default_string_.Set("", GetArenaForAllocation()); + if (_impl_.default_string_.IsDefault()) { + _impl_.default_string_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.default_string) @@ -22560,13 +22842,13 @@ inline void FigureDescriptor_StringMapWithDefault::set_allocated_default_string( // repeated string keys = 2; inline int FigureDescriptor_StringMapWithDefault::_internal_keys_size() const { - return keys_.size(); + return _impl_.keys_.size(); } inline int FigureDescriptor_StringMapWithDefault::keys_size() const { return _internal_keys_size(); } inline void FigureDescriptor_StringMapWithDefault::clear_keys() { - keys_.Clear(); + _impl_.keys_.Clear(); } inline std::string* FigureDescriptor_StringMapWithDefault::add_keys() { std::string* _s = _internal_add_keys(); @@ -22574,7 +22856,7 @@ inline std::string* FigureDescriptor_StringMapWithDefault::add_keys() { return _s; } inline const std::string& FigureDescriptor_StringMapWithDefault::_internal_keys(int index) const { - return keys_.Get(index); + return _impl_.keys_.Get(index); } inline const std::string& FigureDescriptor_StringMapWithDefault::keys(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.keys) @@ -22582,66 +22864,66 @@ inline const std::string& FigureDescriptor_StringMapWithDefault::keys(int index) } inline std::string* FigureDescriptor_StringMapWithDefault::mutable_keys(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.keys) - return keys_.Mutable(index); + return _impl_.keys_.Mutable(index); } inline void FigureDescriptor_StringMapWithDefault::set_keys(int index, const std::string& value) { - keys_.Mutable(index)->assign(value); + _impl_.keys_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.keys) } inline void FigureDescriptor_StringMapWithDefault::set_keys(int index, std::string&& value) { - keys_.Mutable(index)->assign(std::move(value)); + _impl_.keys_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.keys) } inline void FigureDescriptor_StringMapWithDefault::set_keys(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - keys_.Mutable(index)->assign(value); + _impl_.keys_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.keys) } inline void FigureDescriptor_StringMapWithDefault::set_keys(int index, const char* value, size_t size) { - keys_.Mutable(index)->assign( + _impl_.keys_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.keys) } inline std::string* FigureDescriptor_StringMapWithDefault::_internal_add_keys() { - return keys_.Add(); + return _impl_.keys_.Add(); } inline void FigureDescriptor_StringMapWithDefault::add_keys(const std::string& value) { - keys_.Add()->assign(value); + _impl_.keys_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.keys) } inline void FigureDescriptor_StringMapWithDefault::add_keys(std::string&& value) { - keys_.Add(std::move(value)); + _impl_.keys_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.keys) } inline void FigureDescriptor_StringMapWithDefault::add_keys(const char* value) { GOOGLE_DCHECK(value != nullptr); - keys_.Add()->assign(value); + _impl_.keys_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.keys) } inline void FigureDescriptor_StringMapWithDefault::add_keys(const char* value, size_t size) { - keys_.Add()->assign(reinterpret_cast(value), size); + _impl_.keys_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.keys) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& FigureDescriptor_StringMapWithDefault::keys() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.keys) - return keys_; + return _impl_.keys_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* FigureDescriptor_StringMapWithDefault::mutable_keys() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.keys) - return &keys_; + return &_impl_.keys_; } // repeated string values = 3; inline int FigureDescriptor_StringMapWithDefault::_internal_values_size() const { - return values_.size(); + return _impl_.values_.size(); } inline int FigureDescriptor_StringMapWithDefault::values_size() const { return _internal_values_size(); } inline void FigureDescriptor_StringMapWithDefault::clear_values() { - values_.Clear(); + _impl_.values_.Clear(); } inline std::string* FigureDescriptor_StringMapWithDefault::add_values() { std::string* _s = _internal_add_values(); @@ -22649,7 +22931,7 @@ inline std::string* FigureDescriptor_StringMapWithDefault::add_values() { return _s; } inline const std::string& FigureDescriptor_StringMapWithDefault::_internal_values(int index) const { - return values_.Get(index); + return _impl_.values_.Get(index); } inline const std::string& FigureDescriptor_StringMapWithDefault::values(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.values) @@ -22657,55 +22939,55 @@ inline const std::string& FigureDescriptor_StringMapWithDefault::values(int inde } inline std::string* FigureDescriptor_StringMapWithDefault::mutable_values(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.values) - return values_.Mutable(index); + return _impl_.values_.Mutable(index); } inline void FigureDescriptor_StringMapWithDefault::set_values(int index, const std::string& value) { - values_.Mutable(index)->assign(value); + _impl_.values_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.values) } inline void FigureDescriptor_StringMapWithDefault::set_values(int index, std::string&& value) { - values_.Mutable(index)->assign(std::move(value)); + _impl_.values_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.values) } inline void FigureDescriptor_StringMapWithDefault::set_values(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - values_.Mutable(index)->assign(value); + _impl_.values_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.values) } inline void FigureDescriptor_StringMapWithDefault::set_values(int index, const char* value, size_t size) { - values_.Mutable(index)->assign( + _impl_.values_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.values) } inline std::string* FigureDescriptor_StringMapWithDefault::_internal_add_values() { - return values_.Add(); + return _impl_.values_.Add(); } inline void FigureDescriptor_StringMapWithDefault::add_values(const std::string& value) { - values_.Add()->assign(value); + _impl_.values_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.values) } inline void FigureDescriptor_StringMapWithDefault::add_values(std::string&& value) { - values_.Add(std::move(value)); + _impl_.values_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.values) } inline void FigureDescriptor_StringMapWithDefault::add_values(const char* value) { GOOGLE_DCHECK(value != nullptr); - values_.Add()->assign(value); + _impl_.values_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.values) } inline void FigureDescriptor_StringMapWithDefault::add_values(const char* value, size_t size) { - values_.Add()->assign(reinterpret_cast(value), size); + _impl_.values_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.values) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& FigureDescriptor_StringMapWithDefault::values() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.values) - return values_; + return _impl_.values_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* FigureDescriptor_StringMapWithDefault::mutable_values() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.StringMapWithDefault.values) - return &values_; + return &_impl_.values_; } // ------------------------------------------------------------------- @@ -22714,26 +22996,26 @@ FigureDescriptor_StringMapWithDefault::mutable_values() { // optional double default_double = 1; inline bool FigureDescriptor_DoubleMapWithDefault::_internal_has_default_double() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool FigureDescriptor_DoubleMapWithDefault::has_default_double() const { return _internal_has_default_double(); } inline void FigureDescriptor_DoubleMapWithDefault::clear_default_double() { - default_double_ = 0; - _has_bits_[0] &= ~0x00000001u; + _impl_.default_double_ = 0; + _impl_._has_bits_[0] &= ~0x00000001u; } inline double FigureDescriptor_DoubleMapWithDefault::_internal_default_double() const { - return default_double_; + return _impl_.default_double_; } inline double FigureDescriptor_DoubleMapWithDefault::default_double() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.default_double) return _internal_default_double(); } inline void FigureDescriptor_DoubleMapWithDefault::_internal_set_default_double(double value) { - _has_bits_[0] |= 0x00000001u; - default_double_ = value; + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.default_double_ = value; } inline void FigureDescriptor_DoubleMapWithDefault::set_default_double(double value) { _internal_set_default_double(value); @@ -22742,13 +23024,13 @@ inline void FigureDescriptor_DoubleMapWithDefault::set_default_double(double val // repeated string keys = 2; inline int FigureDescriptor_DoubleMapWithDefault::_internal_keys_size() const { - return keys_.size(); + return _impl_.keys_.size(); } inline int FigureDescriptor_DoubleMapWithDefault::keys_size() const { return _internal_keys_size(); } inline void FigureDescriptor_DoubleMapWithDefault::clear_keys() { - keys_.Clear(); + _impl_.keys_.Clear(); } inline std::string* FigureDescriptor_DoubleMapWithDefault::add_keys() { std::string* _s = _internal_add_keys(); @@ -22756,7 +23038,7 @@ inline std::string* FigureDescriptor_DoubleMapWithDefault::add_keys() { return _s; } inline const std::string& FigureDescriptor_DoubleMapWithDefault::_internal_keys(int index) const { - return keys_.Get(index); + return _impl_.keys_.Get(index); } inline const std::string& FigureDescriptor_DoubleMapWithDefault::keys(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.keys) @@ -22764,80 +23046,80 @@ inline const std::string& FigureDescriptor_DoubleMapWithDefault::keys(int index) } inline std::string* FigureDescriptor_DoubleMapWithDefault::mutable_keys(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.keys) - return keys_.Mutable(index); + return _impl_.keys_.Mutable(index); } inline void FigureDescriptor_DoubleMapWithDefault::set_keys(int index, const std::string& value) { - keys_.Mutable(index)->assign(value); + _impl_.keys_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.keys) } inline void FigureDescriptor_DoubleMapWithDefault::set_keys(int index, std::string&& value) { - keys_.Mutable(index)->assign(std::move(value)); + _impl_.keys_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.keys) } inline void FigureDescriptor_DoubleMapWithDefault::set_keys(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - keys_.Mutable(index)->assign(value); + _impl_.keys_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.keys) } inline void FigureDescriptor_DoubleMapWithDefault::set_keys(int index, const char* value, size_t size) { - keys_.Mutable(index)->assign( + _impl_.keys_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.keys) } inline std::string* FigureDescriptor_DoubleMapWithDefault::_internal_add_keys() { - return keys_.Add(); + return _impl_.keys_.Add(); } inline void FigureDescriptor_DoubleMapWithDefault::add_keys(const std::string& value) { - keys_.Add()->assign(value); + _impl_.keys_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.keys) } inline void FigureDescriptor_DoubleMapWithDefault::add_keys(std::string&& value) { - keys_.Add(std::move(value)); + _impl_.keys_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.keys) } inline void FigureDescriptor_DoubleMapWithDefault::add_keys(const char* value) { GOOGLE_DCHECK(value != nullptr); - keys_.Add()->assign(value); + _impl_.keys_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.keys) } inline void FigureDescriptor_DoubleMapWithDefault::add_keys(const char* value, size_t size) { - keys_.Add()->assign(reinterpret_cast(value), size); + _impl_.keys_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.keys) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& FigureDescriptor_DoubleMapWithDefault::keys() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.keys) - return keys_; + return _impl_.keys_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* FigureDescriptor_DoubleMapWithDefault::mutable_keys() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.keys) - return &keys_; + return &_impl_.keys_; } // repeated double values = 3; inline int FigureDescriptor_DoubleMapWithDefault::_internal_values_size() const { - return values_.size(); + return _impl_.values_.size(); } inline int FigureDescriptor_DoubleMapWithDefault::values_size() const { return _internal_values_size(); } inline void FigureDescriptor_DoubleMapWithDefault::clear_values() { - values_.Clear(); + _impl_.values_.Clear(); } inline double FigureDescriptor_DoubleMapWithDefault::_internal_values(int index) const { - return values_.Get(index); + return _impl_.values_.Get(index); } inline double FigureDescriptor_DoubleMapWithDefault::values(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.values) return _internal_values(index); } inline void FigureDescriptor_DoubleMapWithDefault::set_values(int index, double value) { - values_.Set(index, value); + _impl_.values_.Set(index, value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.DoubleMapWithDefault.values) } inline void FigureDescriptor_DoubleMapWithDefault::_internal_add_values(double value) { - values_.Add(value); + _impl_.values_.Add(value); } inline void FigureDescriptor_DoubleMapWithDefault::add_values(double value) { _internal_add_values(value); @@ -22845,7 +23127,7 @@ inline void FigureDescriptor_DoubleMapWithDefault::add_values(double value) { } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >& FigureDescriptor_DoubleMapWithDefault::_internal_values() const { - return values_; + return _impl_.values_; } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >& FigureDescriptor_DoubleMapWithDefault::values() const { @@ -22854,7 +23136,7 @@ FigureDescriptor_DoubleMapWithDefault::values() const { } inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >* FigureDescriptor_DoubleMapWithDefault::_internal_mutable_values() { - return &values_; + return &_impl_.values_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >* FigureDescriptor_DoubleMapWithDefault::mutable_values() { @@ -22868,26 +23150,26 @@ FigureDescriptor_DoubleMapWithDefault::mutable_values() { // optional bool default_bool = 1; inline bool FigureDescriptor_BoolMapWithDefault::_internal_has_default_bool() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool FigureDescriptor_BoolMapWithDefault::has_default_bool() const { return _internal_has_default_bool(); } inline void FigureDescriptor_BoolMapWithDefault::clear_default_bool() { - default_bool_ = false; - _has_bits_[0] &= ~0x00000001u; + _impl_.default_bool_ = false; + _impl_._has_bits_[0] &= ~0x00000001u; } inline bool FigureDescriptor_BoolMapWithDefault::_internal_default_bool() const { - return default_bool_; + return _impl_.default_bool_; } inline bool FigureDescriptor_BoolMapWithDefault::default_bool() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.default_bool) return _internal_default_bool(); } inline void FigureDescriptor_BoolMapWithDefault::_internal_set_default_bool(bool value) { - _has_bits_[0] |= 0x00000001u; - default_bool_ = value; + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.default_bool_ = value; } inline void FigureDescriptor_BoolMapWithDefault::set_default_bool(bool value) { _internal_set_default_bool(value); @@ -22896,13 +23178,13 @@ inline void FigureDescriptor_BoolMapWithDefault::set_default_bool(bool value) { // repeated string keys = 2; inline int FigureDescriptor_BoolMapWithDefault::_internal_keys_size() const { - return keys_.size(); + return _impl_.keys_.size(); } inline int FigureDescriptor_BoolMapWithDefault::keys_size() const { return _internal_keys_size(); } inline void FigureDescriptor_BoolMapWithDefault::clear_keys() { - keys_.Clear(); + _impl_.keys_.Clear(); } inline std::string* FigureDescriptor_BoolMapWithDefault::add_keys() { std::string* _s = _internal_add_keys(); @@ -22910,7 +23192,7 @@ inline std::string* FigureDescriptor_BoolMapWithDefault::add_keys() { return _s; } inline const std::string& FigureDescriptor_BoolMapWithDefault::_internal_keys(int index) const { - return keys_.Get(index); + return _impl_.keys_.Get(index); } inline const std::string& FigureDescriptor_BoolMapWithDefault::keys(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.keys) @@ -22918,80 +23200,80 @@ inline const std::string& FigureDescriptor_BoolMapWithDefault::keys(int index) c } inline std::string* FigureDescriptor_BoolMapWithDefault::mutable_keys(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.keys) - return keys_.Mutable(index); + return _impl_.keys_.Mutable(index); } inline void FigureDescriptor_BoolMapWithDefault::set_keys(int index, const std::string& value) { - keys_.Mutable(index)->assign(value); + _impl_.keys_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.keys) } inline void FigureDescriptor_BoolMapWithDefault::set_keys(int index, std::string&& value) { - keys_.Mutable(index)->assign(std::move(value)); + _impl_.keys_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.keys) } inline void FigureDescriptor_BoolMapWithDefault::set_keys(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - keys_.Mutable(index)->assign(value); + _impl_.keys_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.keys) } inline void FigureDescriptor_BoolMapWithDefault::set_keys(int index, const char* value, size_t size) { - keys_.Mutable(index)->assign( + _impl_.keys_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.keys) } inline std::string* FigureDescriptor_BoolMapWithDefault::_internal_add_keys() { - return keys_.Add(); + return _impl_.keys_.Add(); } inline void FigureDescriptor_BoolMapWithDefault::add_keys(const std::string& value) { - keys_.Add()->assign(value); + _impl_.keys_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.keys) } inline void FigureDescriptor_BoolMapWithDefault::add_keys(std::string&& value) { - keys_.Add(std::move(value)); + _impl_.keys_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.keys) } inline void FigureDescriptor_BoolMapWithDefault::add_keys(const char* value) { GOOGLE_DCHECK(value != nullptr); - keys_.Add()->assign(value); + _impl_.keys_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.keys) } inline void FigureDescriptor_BoolMapWithDefault::add_keys(const char* value, size_t size) { - keys_.Add()->assign(reinterpret_cast(value), size); + _impl_.keys_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.keys) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& FigureDescriptor_BoolMapWithDefault::keys() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.keys) - return keys_; + return _impl_.keys_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* FigureDescriptor_BoolMapWithDefault::mutable_keys() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.keys) - return &keys_; + return &_impl_.keys_; } // repeated bool values = 3; inline int FigureDescriptor_BoolMapWithDefault::_internal_values_size() const { - return values_.size(); + return _impl_.values_.size(); } inline int FigureDescriptor_BoolMapWithDefault::values_size() const { return _internal_values_size(); } inline void FigureDescriptor_BoolMapWithDefault::clear_values() { - values_.Clear(); + _impl_.values_.Clear(); } inline bool FigureDescriptor_BoolMapWithDefault::_internal_values(int index) const { - return values_.Get(index); + return _impl_.values_.Get(index); } inline bool FigureDescriptor_BoolMapWithDefault::values(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.values) return _internal_values(index); } inline void FigureDescriptor_BoolMapWithDefault::set_values(int index, bool value) { - values_.Set(index, value); + _impl_.values_.Set(index, value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BoolMapWithDefault.values) } inline void FigureDescriptor_BoolMapWithDefault::_internal_add_values(bool value) { - values_.Add(value); + _impl_.values_.Add(value); } inline void FigureDescriptor_BoolMapWithDefault::add_values(bool value) { _internal_add_values(value); @@ -22999,7 +23281,7 @@ inline void FigureDescriptor_BoolMapWithDefault::add_values(bool value) { } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool >& FigureDescriptor_BoolMapWithDefault::_internal_values() const { - return values_; + return _impl_.values_; } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool >& FigureDescriptor_BoolMapWithDefault::values() const { @@ -23008,7 +23290,7 @@ FigureDescriptor_BoolMapWithDefault::values() const { } inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool >* FigureDescriptor_BoolMapWithDefault::_internal_mutable_values() { - return &values_; + return &_impl_.values_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< bool >* FigureDescriptor_BoolMapWithDefault::mutable_values() { @@ -23022,7 +23304,7 @@ FigureDescriptor_BoolMapWithDefault::mutable_values() { // string id = 1; inline void FigureDescriptor_AxisDescriptor::clear_id() { - id_.ClearToEmpty(); + _impl_.id_.ClearToEmpty(); } inline const std::string& FigureDescriptor_AxisDescriptor::id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.id) @@ -23032,7 +23314,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_AxisDescriptor::set_id(ArgT0&& arg0, ArgT... args) { - id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.id) } inline std::string* FigureDescriptor_AxisDescriptor::mutable_id() { @@ -23041,19 +23323,19 @@ inline std::string* FigureDescriptor_AxisDescriptor::mutable_id() { return _s; } inline const std::string& FigureDescriptor_AxisDescriptor::_internal_id() const { - return id_.Get(); + return _impl_.id_.Get(); } inline void FigureDescriptor_AxisDescriptor::_internal_set_id(const std::string& value) { - id_.Set(value, GetArenaForAllocation()); + _impl_.id_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_AxisDescriptor::_internal_mutable_id() { - return id_.Mutable(GetArenaForAllocation()); + return _impl_.id_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_AxisDescriptor::release_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.id) - return id_.Release(); + return _impl_.id_.Release(); } inline void FigureDescriptor_AxisDescriptor::set_allocated_id(std::string* id) { if (id != nullptr) { @@ -23061,10 +23343,10 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_id(std::string* id) { } else { } - id_.SetAllocated(id, GetArenaForAllocation()); + _impl_.id_.SetAllocated(id, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (id_.IsDefault()) { - id_.Set("", GetArenaForAllocation()); + if (_impl_.id_.IsDefault()) { + _impl_.id_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.id) @@ -23072,10 +23354,10 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_id(std::string* id) { // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisFormatType format_type = 2; inline void FigureDescriptor_AxisDescriptor::clear_format_type() { - format_type_ = 0; + _impl_.format_type_ = 0; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisFormatType FigureDescriptor_AxisDescriptor::_internal_format_type() const { - return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisFormatType >(format_type_); + return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisFormatType >(_impl_.format_type_); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisFormatType FigureDescriptor_AxisDescriptor::format_type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.format_type) @@ -23083,7 +23365,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDes } inline void FigureDescriptor_AxisDescriptor::_internal_set_format_type(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisFormatType value) { - format_type_ = value; + _impl_.format_type_ = value; } inline void FigureDescriptor_AxisDescriptor::set_format_type(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisFormatType value) { _internal_set_format_type(value); @@ -23092,10 +23374,10 @@ inline void FigureDescriptor_AxisDescriptor::set_format_type(::io::deephaven::pr // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisType type = 3; inline void FigureDescriptor_AxisDescriptor::clear_type() { - type_ = 0; + _impl_.type_ = 0; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisType FigureDescriptor_AxisDescriptor::_internal_type() const { - return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisType >(type_); + return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisType >(_impl_.type_); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisType FigureDescriptor_AxisDescriptor::type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.type) @@ -23103,7 +23385,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDes } inline void FigureDescriptor_AxisDescriptor::_internal_set_type(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisType value) { - type_ = value; + _impl_.type_ = value; } inline void FigureDescriptor_AxisDescriptor::set_type(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisType value) { _internal_set_type(value); @@ -23112,10 +23394,10 @@ inline void FigureDescriptor_AxisDescriptor::set_type(::io::deephaven::proto::ba // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.AxisPosition position = 4; inline void FigureDescriptor_AxisDescriptor::clear_position() { - position_ = 0; + _impl_.position_ = 0; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisPosition FigureDescriptor_AxisDescriptor::_internal_position() const { - return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisPosition >(position_); + return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisPosition >(_impl_.position_); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisPosition FigureDescriptor_AxisDescriptor::position() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.position) @@ -23123,7 +23405,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDes } inline void FigureDescriptor_AxisDescriptor::_internal_set_position(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisPosition value) { - position_ = value; + _impl_.position_ = value; } inline void FigureDescriptor_AxisDescriptor::set_position(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_AxisDescriptor_AxisPosition value) { _internal_set_position(value); @@ -23132,10 +23414,10 @@ inline void FigureDescriptor_AxisDescriptor::set_position(::io::deephaven::proto // bool log = 5; inline void FigureDescriptor_AxisDescriptor::clear_log() { - log_ = false; + _impl_.log_ = false; } inline bool FigureDescriptor_AxisDescriptor::_internal_log() const { - return log_; + return _impl_.log_; } inline bool FigureDescriptor_AxisDescriptor::log() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.log) @@ -23143,7 +23425,7 @@ inline bool FigureDescriptor_AxisDescriptor::log() const { } inline void FigureDescriptor_AxisDescriptor::_internal_set_log(bool value) { - log_ = value; + _impl_.log_ = value; } inline void FigureDescriptor_AxisDescriptor::set_log(bool value) { _internal_set_log(value); @@ -23152,7 +23434,7 @@ inline void FigureDescriptor_AxisDescriptor::set_log(bool value) { // string label = 6; inline void FigureDescriptor_AxisDescriptor::clear_label() { - label_.ClearToEmpty(); + _impl_.label_.ClearToEmpty(); } inline const std::string& FigureDescriptor_AxisDescriptor::label() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.label) @@ -23162,7 +23444,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_AxisDescriptor::set_label(ArgT0&& arg0, ArgT... args) { - label_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.label_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.label) } inline std::string* FigureDescriptor_AxisDescriptor::mutable_label() { @@ -23171,19 +23453,19 @@ inline std::string* FigureDescriptor_AxisDescriptor::mutable_label() { return _s; } inline const std::string& FigureDescriptor_AxisDescriptor::_internal_label() const { - return label_.Get(); + return _impl_.label_.Get(); } inline void FigureDescriptor_AxisDescriptor::_internal_set_label(const std::string& value) { - label_.Set(value, GetArenaForAllocation()); + _impl_.label_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_AxisDescriptor::_internal_mutable_label() { - return label_.Mutable(GetArenaForAllocation()); + return _impl_.label_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_AxisDescriptor::release_label() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.label) - return label_.Release(); + return _impl_.label_.Release(); } inline void FigureDescriptor_AxisDescriptor::set_allocated_label(std::string* label) { if (label != nullptr) { @@ -23191,10 +23473,10 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_label(std::string* la } else { } - label_.SetAllocated(label, GetArenaForAllocation()); + _impl_.label_.SetAllocated(label, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (label_.IsDefault()) { - label_.Set("", GetArenaForAllocation()); + if (_impl_.label_.IsDefault()) { + _impl_.label_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.label) @@ -23202,7 +23484,7 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_label(std::string* la // string label_font = 7; inline void FigureDescriptor_AxisDescriptor::clear_label_font() { - label_font_.ClearToEmpty(); + _impl_.label_font_.ClearToEmpty(); } inline const std::string& FigureDescriptor_AxisDescriptor::label_font() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.label_font) @@ -23212,7 +23494,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_AxisDescriptor::set_label_font(ArgT0&& arg0, ArgT... args) { - label_font_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.label_font_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.label_font) } inline std::string* FigureDescriptor_AxisDescriptor::mutable_label_font() { @@ -23221,19 +23503,19 @@ inline std::string* FigureDescriptor_AxisDescriptor::mutable_label_font() { return _s; } inline const std::string& FigureDescriptor_AxisDescriptor::_internal_label_font() const { - return label_font_.Get(); + return _impl_.label_font_.Get(); } inline void FigureDescriptor_AxisDescriptor::_internal_set_label_font(const std::string& value) { - label_font_.Set(value, GetArenaForAllocation()); + _impl_.label_font_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_AxisDescriptor::_internal_mutable_label_font() { - return label_font_.Mutable(GetArenaForAllocation()); + return _impl_.label_font_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_AxisDescriptor::release_label_font() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.label_font) - return label_font_.Release(); + return _impl_.label_font_.Release(); } inline void FigureDescriptor_AxisDescriptor::set_allocated_label_font(std::string* label_font) { if (label_font != nullptr) { @@ -23241,10 +23523,10 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_label_font(std::strin } else { } - label_font_.SetAllocated(label_font, GetArenaForAllocation()); + _impl_.label_font_.SetAllocated(label_font, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (label_font_.IsDefault()) { - label_font_.Set("", GetArenaForAllocation()); + if (_impl_.label_font_.IsDefault()) { + _impl_.label_font_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.label_font) @@ -23252,7 +23534,7 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_label_font(std::strin // string ticks_font = 8; inline void FigureDescriptor_AxisDescriptor::clear_ticks_font() { - ticks_font_.ClearToEmpty(); + _impl_.ticks_font_.ClearToEmpty(); } inline const std::string& FigureDescriptor_AxisDescriptor::ticks_font() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.ticks_font) @@ -23262,7 +23544,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_AxisDescriptor::set_ticks_font(ArgT0&& arg0, ArgT... args) { - ticks_font_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.ticks_font_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.ticks_font) } inline std::string* FigureDescriptor_AxisDescriptor::mutable_ticks_font() { @@ -23271,19 +23553,19 @@ inline std::string* FigureDescriptor_AxisDescriptor::mutable_ticks_font() { return _s; } inline const std::string& FigureDescriptor_AxisDescriptor::_internal_ticks_font() const { - return ticks_font_.Get(); + return _impl_.ticks_font_.Get(); } inline void FigureDescriptor_AxisDescriptor::_internal_set_ticks_font(const std::string& value) { - ticks_font_.Set(value, GetArenaForAllocation()); + _impl_.ticks_font_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_AxisDescriptor::_internal_mutable_ticks_font() { - return ticks_font_.Mutable(GetArenaForAllocation()); + return _impl_.ticks_font_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_AxisDescriptor::release_ticks_font() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.ticks_font) - return ticks_font_.Release(); + return _impl_.ticks_font_.Release(); } inline void FigureDescriptor_AxisDescriptor::set_allocated_ticks_font(std::string* ticks_font) { if (ticks_font != nullptr) { @@ -23291,10 +23573,10 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_ticks_font(std::strin } else { } - ticks_font_.SetAllocated(ticks_font, GetArenaForAllocation()); + _impl_.ticks_font_.SetAllocated(ticks_font, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (ticks_font_.IsDefault()) { - ticks_font_.Set("", GetArenaForAllocation()); + if (_impl_.ticks_font_.IsDefault()) { + _impl_.ticks_font_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.ticks_font) @@ -23302,15 +23584,15 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_ticks_font(std::strin // optional string format_pattern = 9; inline bool FigureDescriptor_AxisDescriptor::_internal_has_format_pattern() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool FigureDescriptor_AxisDescriptor::has_format_pattern() const { return _internal_has_format_pattern(); } inline void FigureDescriptor_AxisDescriptor::clear_format_pattern() { - format_pattern_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.format_pattern_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& FigureDescriptor_AxisDescriptor::format_pattern() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.format_pattern) @@ -23319,8 +23601,8 @@ inline const std::string& FigureDescriptor_AxisDescriptor::format_pattern() cons template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_AxisDescriptor::set_format_pattern(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - format_pattern_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.format_pattern_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.format_pattern) } inline std::string* FigureDescriptor_AxisDescriptor::mutable_format_pattern() { @@ -23329,40 +23611,40 @@ inline std::string* FigureDescriptor_AxisDescriptor::mutable_format_pattern() { return _s; } inline const std::string& FigureDescriptor_AxisDescriptor::_internal_format_pattern() const { - return format_pattern_.Get(); + return _impl_.format_pattern_.Get(); } inline void FigureDescriptor_AxisDescriptor::_internal_set_format_pattern(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - format_pattern_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.format_pattern_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_AxisDescriptor::_internal_mutable_format_pattern() { - _has_bits_[0] |= 0x00000001u; - return format_pattern_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.format_pattern_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_AxisDescriptor::release_format_pattern() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.format_pattern) if (!_internal_has_format_pattern()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = format_pattern_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.format_pattern_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (format_pattern_.IsDefault()) { - format_pattern_.Set("", GetArenaForAllocation()); + if (_impl_.format_pattern_.IsDefault()) { + _impl_.format_pattern_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void FigureDescriptor_AxisDescriptor::set_allocated_format_pattern(std::string* format_pattern) { if (format_pattern != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - format_pattern_.SetAllocated(format_pattern, GetArenaForAllocation()); + _impl_.format_pattern_.SetAllocated(format_pattern, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (format_pattern_.IsDefault()) { - format_pattern_.Set("", GetArenaForAllocation()); + if (_impl_.format_pattern_.IsDefault()) { + _impl_.format_pattern_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.format_pattern) @@ -23370,7 +23652,7 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_format_pattern(std::s // string color = 10; inline void FigureDescriptor_AxisDescriptor::clear_color() { - color_.ClearToEmpty(); + _impl_.color_.ClearToEmpty(); } inline const std::string& FigureDescriptor_AxisDescriptor::color() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.color) @@ -23380,7 +23662,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_AxisDescriptor::set_color(ArgT0&& arg0, ArgT... args) { - color_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.color_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.color) } inline std::string* FigureDescriptor_AxisDescriptor::mutable_color() { @@ -23389,19 +23671,19 @@ inline std::string* FigureDescriptor_AxisDescriptor::mutable_color() { return _s; } inline const std::string& FigureDescriptor_AxisDescriptor::_internal_color() const { - return color_.Get(); + return _impl_.color_.Get(); } inline void FigureDescriptor_AxisDescriptor::_internal_set_color(const std::string& value) { - color_.Set(value, GetArenaForAllocation()); + _impl_.color_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_AxisDescriptor::_internal_mutable_color() { - return color_.Mutable(GetArenaForAllocation()); + return _impl_.color_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_AxisDescriptor::release_color() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.color) - return color_.Release(); + return _impl_.color_.Release(); } inline void FigureDescriptor_AxisDescriptor::set_allocated_color(std::string* color) { if (color != nullptr) { @@ -23409,10 +23691,10 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_color(std::string* co } else { } - color_.SetAllocated(color, GetArenaForAllocation()); + _impl_.color_.SetAllocated(color, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (color_.IsDefault()) { - color_.Set("", GetArenaForAllocation()); + if (_impl_.color_.IsDefault()) { + _impl_.color_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.color) @@ -23420,10 +23702,10 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_color(std::string* co // double min_range = 11; inline void FigureDescriptor_AxisDescriptor::clear_min_range() { - min_range_ = 0; + _impl_.min_range_ = 0; } inline double FigureDescriptor_AxisDescriptor::_internal_min_range() const { - return min_range_; + return _impl_.min_range_; } inline double FigureDescriptor_AxisDescriptor::min_range() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.min_range) @@ -23431,7 +23713,7 @@ inline double FigureDescriptor_AxisDescriptor::min_range() const { } inline void FigureDescriptor_AxisDescriptor::_internal_set_min_range(double value) { - min_range_ = value; + _impl_.min_range_ = value; } inline void FigureDescriptor_AxisDescriptor::set_min_range(double value) { _internal_set_min_range(value); @@ -23440,10 +23722,10 @@ inline void FigureDescriptor_AxisDescriptor::set_min_range(double value) { // double max_range = 12; inline void FigureDescriptor_AxisDescriptor::clear_max_range() { - max_range_ = 0; + _impl_.max_range_ = 0; } inline double FigureDescriptor_AxisDescriptor::_internal_max_range() const { - return max_range_; + return _impl_.max_range_; } inline double FigureDescriptor_AxisDescriptor::max_range() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.max_range) @@ -23451,7 +23733,7 @@ inline double FigureDescriptor_AxisDescriptor::max_range() const { } inline void FigureDescriptor_AxisDescriptor::_internal_set_max_range(double value) { - max_range_ = value; + _impl_.max_range_ = value; } inline void FigureDescriptor_AxisDescriptor::set_max_range(double value) { _internal_set_max_range(value); @@ -23460,10 +23742,10 @@ inline void FigureDescriptor_AxisDescriptor::set_max_range(double value) { // bool minor_ticks_visible = 13; inline void FigureDescriptor_AxisDescriptor::clear_minor_ticks_visible() { - minor_ticks_visible_ = false; + _impl_.minor_ticks_visible_ = false; } inline bool FigureDescriptor_AxisDescriptor::_internal_minor_ticks_visible() const { - return minor_ticks_visible_; + return _impl_.minor_ticks_visible_; } inline bool FigureDescriptor_AxisDescriptor::minor_ticks_visible() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.minor_ticks_visible) @@ -23471,7 +23753,7 @@ inline bool FigureDescriptor_AxisDescriptor::minor_ticks_visible() const { } inline void FigureDescriptor_AxisDescriptor::_internal_set_minor_ticks_visible(bool value) { - minor_ticks_visible_ = value; + _impl_.minor_ticks_visible_ = value; } inline void FigureDescriptor_AxisDescriptor::set_minor_ticks_visible(bool value) { _internal_set_minor_ticks_visible(value); @@ -23480,10 +23762,10 @@ inline void FigureDescriptor_AxisDescriptor::set_minor_ticks_visible(bool value) // bool major_ticks_visible = 14; inline void FigureDescriptor_AxisDescriptor::clear_major_ticks_visible() { - major_ticks_visible_ = false; + _impl_.major_ticks_visible_ = false; } inline bool FigureDescriptor_AxisDescriptor::_internal_major_ticks_visible() const { - return major_ticks_visible_; + return _impl_.major_ticks_visible_; } inline bool FigureDescriptor_AxisDescriptor::major_ticks_visible() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.major_ticks_visible) @@ -23491,7 +23773,7 @@ inline bool FigureDescriptor_AxisDescriptor::major_ticks_visible() const { } inline void FigureDescriptor_AxisDescriptor::_internal_set_major_ticks_visible(bool value) { - major_ticks_visible_ = value; + _impl_.major_ticks_visible_ = value; } inline void FigureDescriptor_AxisDescriptor::set_major_ticks_visible(bool value) { _internal_set_major_ticks_visible(value); @@ -23500,10 +23782,10 @@ inline void FigureDescriptor_AxisDescriptor::set_major_ticks_visible(bool value) // int32 minor_tick_count = 15; inline void FigureDescriptor_AxisDescriptor::clear_minor_tick_count() { - minor_tick_count_ = 0; + _impl_.minor_tick_count_ = 0; } inline int32_t FigureDescriptor_AxisDescriptor::_internal_minor_tick_count() const { - return minor_tick_count_; + return _impl_.minor_tick_count_; } inline int32_t FigureDescriptor_AxisDescriptor::minor_tick_count() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.minor_tick_count) @@ -23511,7 +23793,7 @@ inline int32_t FigureDescriptor_AxisDescriptor::minor_tick_count() const { } inline void FigureDescriptor_AxisDescriptor::_internal_set_minor_tick_count(int32_t value) { - minor_tick_count_ = value; + _impl_.minor_tick_count_ = value; } inline void FigureDescriptor_AxisDescriptor::set_minor_tick_count(int32_t value) { _internal_set_minor_tick_count(value); @@ -23520,26 +23802,26 @@ inline void FigureDescriptor_AxisDescriptor::set_minor_tick_count(int32_t value) // optional double gap_between_major_ticks = 16; inline bool FigureDescriptor_AxisDescriptor::_internal_has_gap_between_major_ticks() const { - bool value = (_has_bits_[0] & 0x00000002u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0; return value; } inline bool FigureDescriptor_AxisDescriptor::has_gap_between_major_ticks() const { return _internal_has_gap_between_major_ticks(); } inline void FigureDescriptor_AxisDescriptor::clear_gap_between_major_ticks() { - gap_between_major_ticks_ = 0; - _has_bits_[0] &= ~0x00000002u; + _impl_.gap_between_major_ticks_ = 0; + _impl_._has_bits_[0] &= ~0x00000002u; } inline double FigureDescriptor_AxisDescriptor::_internal_gap_between_major_ticks() const { - return gap_between_major_ticks_; + return _impl_.gap_between_major_ticks_; } inline double FigureDescriptor_AxisDescriptor::gap_between_major_ticks() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.gap_between_major_ticks) return _internal_gap_between_major_ticks(); } inline void FigureDescriptor_AxisDescriptor::_internal_set_gap_between_major_ticks(double value) { - _has_bits_[0] |= 0x00000002u; - gap_between_major_ticks_ = value; + _impl_._has_bits_[0] |= 0x00000002u; + _impl_.gap_between_major_ticks_ = value; } inline void FigureDescriptor_AxisDescriptor::set_gap_between_major_ticks(double value) { _internal_set_gap_between_major_ticks(value); @@ -23548,27 +23830,27 @@ inline void FigureDescriptor_AxisDescriptor::set_gap_between_major_ticks(double // repeated double major_tick_locations = 17; inline int FigureDescriptor_AxisDescriptor::_internal_major_tick_locations_size() const { - return major_tick_locations_.size(); + return _impl_.major_tick_locations_.size(); } inline int FigureDescriptor_AxisDescriptor::major_tick_locations_size() const { return _internal_major_tick_locations_size(); } inline void FigureDescriptor_AxisDescriptor::clear_major_tick_locations() { - major_tick_locations_.Clear(); + _impl_.major_tick_locations_.Clear(); } inline double FigureDescriptor_AxisDescriptor::_internal_major_tick_locations(int index) const { - return major_tick_locations_.Get(index); + return _impl_.major_tick_locations_.Get(index); } inline double FigureDescriptor_AxisDescriptor::major_tick_locations(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.major_tick_locations) return _internal_major_tick_locations(index); } inline void FigureDescriptor_AxisDescriptor::set_major_tick_locations(int index, double value) { - major_tick_locations_.Set(index, value); + _impl_.major_tick_locations_.Set(index, value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.major_tick_locations) } inline void FigureDescriptor_AxisDescriptor::_internal_add_major_tick_locations(double value) { - major_tick_locations_.Add(value); + _impl_.major_tick_locations_.Add(value); } inline void FigureDescriptor_AxisDescriptor::add_major_tick_locations(double value) { _internal_add_major_tick_locations(value); @@ -23576,7 +23858,7 @@ inline void FigureDescriptor_AxisDescriptor::add_major_tick_locations(double val } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >& FigureDescriptor_AxisDescriptor::_internal_major_tick_locations() const { - return major_tick_locations_; + return _impl_.major_tick_locations_; } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >& FigureDescriptor_AxisDescriptor::major_tick_locations() const { @@ -23585,7 +23867,7 @@ FigureDescriptor_AxisDescriptor::major_tick_locations() const { } inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >* FigureDescriptor_AxisDescriptor::_internal_mutable_major_tick_locations() { - return &major_tick_locations_; + return &_impl_.major_tick_locations_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >* FigureDescriptor_AxisDescriptor::mutable_major_tick_locations() { @@ -23595,10 +23877,10 @@ FigureDescriptor_AxisDescriptor::mutable_major_tick_locations() { // double tick_label_angle = 18; inline void FigureDescriptor_AxisDescriptor::clear_tick_label_angle() { - tick_label_angle_ = 0; + _impl_.tick_label_angle_ = 0; } inline double FigureDescriptor_AxisDescriptor::_internal_tick_label_angle() const { - return tick_label_angle_; + return _impl_.tick_label_angle_; } inline double FigureDescriptor_AxisDescriptor::tick_label_angle() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.tick_label_angle) @@ -23606,7 +23888,7 @@ inline double FigureDescriptor_AxisDescriptor::tick_label_angle() const { } inline void FigureDescriptor_AxisDescriptor::_internal_set_tick_label_angle(double value) { - tick_label_angle_ = value; + _impl_.tick_label_angle_ = value; } inline void FigureDescriptor_AxisDescriptor::set_tick_label_angle(double value) { _internal_set_tick_label_angle(value); @@ -23615,10 +23897,10 @@ inline void FigureDescriptor_AxisDescriptor::set_tick_label_angle(double value) // bool invert = 19; inline void FigureDescriptor_AxisDescriptor::clear_invert() { - invert_ = false; + _impl_.invert_ = false; } inline bool FigureDescriptor_AxisDescriptor::_internal_invert() const { - return invert_; + return _impl_.invert_; } inline bool FigureDescriptor_AxisDescriptor::invert() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.invert) @@ -23626,7 +23908,7 @@ inline bool FigureDescriptor_AxisDescriptor::invert() const { } inline void FigureDescriptor_AxisDescriptor::_internal_set_invert(bool value) { - invert_ = value; + _impl_.invert_ = value; } inline void FigureDescriptor_AxisDescriptor::set_invert(bool value) { _internal_set_invert(value); @@ -23635,10 +23917,10 @@ inline void FigureDescriptor_AxisDescriptor::set_invert(bool value) { // bool is_time_axis = 20; inline void FigureDescriptor_AxisDescriptor::clear_is_time_axis() { - is_time_axis_ = false; + _impl_.is_time_axis_ = false; } inline bool FigureDescriptor_AxisDescriptor::_internal_is_time_axis() const { - return is_time_axis_; + return _impl_.is_time_axis_; } inline bool FigureDescriptor_AxisDescriptor::is_time_axis() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.is_time_axis) @@ -23646,7 +23928,7 @@ inline bool FigureDescriptor_AxisDescriptor::is_time_axis() const { } inline void FigureDescriptor_AxisDescriptor::_internal_set_is_time_axis(bool value) { - is_time_axis_ = value; + _impl_.is_time_axis_ = value; } inline void FigureDescriptor_AxisDescriptor::set_is_time_axis(bool value) { _internal_set_is_time_axis(value); @@ -23655,19 +23937,19 @@ inline void FigureDescriptor_AxisDescriptor::set_is_time_axis(bool value) { // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor business_calendar_descriptor = 21; inline bool FigureDescriptor_AxisDescriptor::_internal_has_business_calendar_descriptor() const { - return this != internal_default_instance() && business_calendar_descriptor_ != nullptr; + return this != internal_default_instance() && _impl_.business_calendar_descriptor_ != nullptr; } inline bool FigureDescriptor_AxisDescriptor::has_business_calendar_descriptor() const { return _internal_has_business_calendar_descriptor(); } inline void FigureDescriptor_AxisDescriptor::clear_business_calendar_descriptor() { - if (GetArenaForAllocation() == nullptr && business_calendar_descriptor_ != nullptr) { - delete business_calendar_descriptor_; + if (GetArenaForAllocation() == nullptr && _impl_.business_calendar_descriptor_ != nullptr) { + delete _impl_.business_calendar_descriptor_; } - business_calendar_descriptor_ = nullptr; + _impl_.business_calendar_descriptor_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor& FigureDescriptor_AxisDescriptor::_internal_business_calendar_descriptor() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* p = business_calendar_descriptor_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* p = _impl_.business_calendar_descriptor_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_BusinessCalendarDescriptor_default_instance_); } @@ -23678,9 +23960,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_B inline void FigureDescriptor_AxisDescriptor::unsafe_arena_set_allocated_business_calendar_descriptor( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* business_calendar_descriptor) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(business_calendar_descriptor_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.business_calendar_descriptor_); } - business_calendar_descriptor_ = business_calendar_descriptor; + _impl_.business_calendar_descriptor_ = business_calendar_descriptor; if (business_calendar_descriptor) { } else { @@ -23690,8 +23972,8 @@ inline void FigureDescriptor_AxisDescriptor::unsafe_arena_set_allocated_business } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* FigureDescriptor_AxisDescriptor::release_business_calendar_descriptor() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* temp = business_calendar_descriptor_; - business_calendar_descriptor_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* temp = _impl_.business_calendar_descriptor_; + _impl_.business_calendar_descriptor_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -23706,17 +23988,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_Busines inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* FigureDescriptor_AxisDescriptor::unsafe_arena_release_business_calendar_descriptor() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.business_calendar_descriptor) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* temp = business_calendar_descriptor_; - business_calendar_descriptor_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* temp = _impl_.business_calendar_descriptor_; + _impl_.business_calendar_descriptor_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* FigureDescriptor_AxisDescriptor::_internal_mutable_business_calendar_descriptor() { - if (business_calendar_descriptor_ == nullptr) { + if (_impl_.business_calendar_descriptor_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor>(GetArenaForAllocation()); - business_calendar_descriptor_ = p; + _impl_.business_calendar_descriptor_ = p; } - return business_calendar_descriptor_; + return _impl_.business_calendar_descriptor_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* FigureDescriptor_AxisDescriptor::mutable_business_calendar_descriptor() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* _msg = _internal_mutable_business_calendar_descriptor(); @@ -23726,7 +24008,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_Busines inline void FigureDescriptor_AxisDescriptor::set_allocated_business_calendar_descriptor(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor* business_calendar_descriptor) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete business_calendar_descriptor_; + delete _impl_.business_calendar_descriptor_; } if (business_calendar_descriptor) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -23739,7 +24021,7 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_business_calendar_des } else { } - business_calendar_descriptor_ = business_calendar_descriptor; + _impl_.business_calendar_descriptor_ = business_calendar_descriptor; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.AxisDescriptor.business_calendar_descriptor) } @@ -23749,7 +24031,7 @@ inline void FigureDescriptor_AxisDescriptor::set_allocated_business_calendar_des // string open = 1; inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::clear_open() { - open_.ClearToEmpty(); + _impl_.open_.ClearToEmpty(); } inline const std::string& FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::open() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod.open) @@ -23759,7 +24041,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::set_open(ArgT0&& arg0, ArgT... args) { - open_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.open_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod.open) } inline std::string* FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::mutable_open() { @@ -23768,19 +24050,19 @@ inline std::string* FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod:: return _s; } inline const std::string& FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::_internal_open() const { - return open_.Get(); + return _impl_.open_.Get(); } inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::_internal_set_open(const std::string& value) { - open_.Set(value, GetArenaForAllocation()); + _impl_.open_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::_internal_mutable_open() { - return open_.Mutable(GetArenaForAllocation()); + return _impl_.open_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::release_open() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod.open) - return open_.Release(); + return _impl_.open_.Release(); } inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::set_allocated_open(std::string* open) { if (open != nullptr) { @@ -23788,10 +24070,10 @@ inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::set_allo } else { } - open_.SetAllocated(open, GetArenaForAllocation()); + _impl_.open_.SetAllocated(open, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (open_.IsDefault()) { - open_.Set("", GetArenaForAllocation()); + if (_impl_.open_.IsDefault()) { + _impl_.open_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod.open) @@ -23799,7 +24081,7 @@ inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::set_allo // string close = 2; inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::clear_close() { - close_.ClearToEmpty(); + _impl_.close_.ClearToEmpty(); } inline const std::string& FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::close() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod.close) @@ -23809,7 +24091,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::set_close(ArgT0&& arg0, ArgT... args) { - close_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.close_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod.close) } inline std::string* FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::mutable_close() { @@ -23818,19 +24100,19 @@ inline std::string* FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod:: return _s; } inline const std::string& FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::_internal_close() const { - return close_.Get(); + return _impl_.close_.Get(); } inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::_internal_set_close(const std::string& value) { - close_.Set(value, GetArenaForAllocation()); + _impl_.close_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::_internal_mutable_close() { - return close_.Mutable(GetArenaForAllocation()); + return _impl_.close_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::release_close() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod.close) - return close_.Release(); + return _impl_.close_.Release(); } inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::set_allocated_close(std::string* close) { if (close != nullptr) { @@ -23838,10 +24120,10 @@ inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::set_allo } else { } - close_.SetAllocated(close, GetArenaForAllocation()); + _impl_.close_.SetAllocated(close, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (close_.IsDefault()) { - close_.Set("", GetArenaForAllocation()); + if (_impl_.close_.IsDefault()) { + _impl_.close_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod.close) @@ -23853,19 +24135,19 @@ inline void FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod::set_allo // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.LocalDate date = 1; inline bool FigureDescriptor_BusinessCalendarDescriptor_Holiday::_internal_has_date() const { - return this != internal_default_instance() && date_ != nullptr; + return this != internal_default_instance() && _impl_.date_ != nullptr; } inline bool FigureDescriptor_BusinessCalendarDescriptor_Holiday::has_date() const { return _internal_has_date(); } inline void FigureDescriptor_BusinessCalendarDescriptor_Holiday::clear_date() { - if (GetArenaForAllocation() == nullptr && date_ != nullptr) { - delete date_; + if (GetArenaForAllocation() == nullptr && _impl_.date_ != nullptr) { + delete _impl_.date_; } - date_ = nullptr; + _impl_.date_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate& FigureDescriptor_BusinessCalendarDescriptor_Holiday::_internal_date() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* p = date_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* p = _impl_.date_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_BusinessCalendarDescriptor_LocalDate_default_instance_); } @@ -23876,9 +24158,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_B inline void FigureDescriptor_BusinessCalendarDescriptor_Holiday::unsafe_arena_set_allocated_date( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* date) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(date_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.date_); } - date_ = date; + _impl_.date_ = date; if (date) { } else { @@ -23888,8 +24170,8 @@ inline void FigureDescriptor_BusinessCalendarDescriptor_Holiday::unsafe_arena_se } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* FigureDescriptor_BusinessCalendarDescriptor_Holiday::release_date() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* temp = date_; - date_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* temp = _impl_.date_; + _impl_.date_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -23904,17 +24186,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_Busines inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* FigureDescriptor_BusinessCalendarDescriptor_Holiday::unsafe_arena_release_date() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday.date) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* temp = date_; - date_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* temp = _impl_.date_; + _impl_.date_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* FigureDescriptor_BusinessCalendarDescriptor_Holiday::_internal_mutable_date() { - if (date_ == nullptr) { + if (_impl_.date_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate>(GetArenaForAllocation()); - date_ = p; + _impl_.date_ = p; } - return date_; + return _impl_.date_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* FigureDescriptor_BusinessCalendarDescriptor_Holiday::mutable_date() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* _msg = _internal_mutable_date(); @@ -23924,7 +24206,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_Busines inline void FigureDescriptor_BusinessCalendarDescriptor_Holiday::set_allocated_date(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_LocalDate* date) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete date_; + delete _impl_.date_; } if (date) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -23937,38 +24219,38 @@ inline void FigureDescriptor_BusinessCalendarDescriptor_Holiday::set_allocated_d } else { } - date_ = date; + _impl_.date_ = date; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday.date) } // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod business_periods = 2; inline int FigureDescriptor_BusinessCalendarDescriptor_Holiday::_internal_business_periods_size() const { - return business_periods_.size(); + return _impl_.business_periods_.size(); } inline int FigureDescriptor_BusinessCalendarDescriptor_Holiday::business_periods_size() const { return _internal_business_periods_size(); } inline void FigureDescriptor_BusinessCalendarDescriptor_Holiday::clear_business_periods() { - business_periods_.Clear(); + _impl_.business_periods_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod* FigureDescriptor_BusinessCalendarDescriptor_Holiday::mutable_business_periods(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday.business_periods) - return business_periods_.Mutable(index); + return _impl_.business_periods_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod >* FigureDescriptor_BusinessCalendarDescriptor_Holiday::mutable_business_periods() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday.business_periods) - return &business_periods_; + return &_impl_.business_periods_; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod& FigureDescriptor_BusinessCalendarDescriptor_Holiday::_internal_business_periods(int index) const { - return business_periods_.Get(index); + return _impl_.business_periods_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod& FigureDescriptor_BusinessCalendarDescriptor_Holiday::business_periods(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday.business_periods) return _internal_business_periods(index); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod* FigureDescriptor_BusinessCalendarDescriptor_Holiday::_internal_add_business_periods() { - return business_periods_.Add(); + return _impl_.business_periods_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod* FigureDescriptor_BusinessCalendarDescriptor_Holiday::add_business_periods() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod* _add = _internal_add_business_periods(); @@ -23978,7 +24260,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_Busines inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod >& FigureDescriptor_BusinessCalendarDescriptor_Holiday::business_periods() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday.business_periods) - return business_periods_; + return _impl_.business_periods_; } // ------------------------------------------------------------------- @@ -23987,10 +24269,10 @@ FigureDescriptor_BusinessCalendarDescriptor_Holiday::business_periods() const { // int32 year = 1; inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::clear_year() { - year_ = 0; + _impl_.year_ = 0; } inline int32_t FigureDescriptor_BusinessCalendarDescriptor_LocalDate::_internal_year() const { - return year_; + return _impl_.year_; } inline int32_t FigureDescriptor_BusinessCalendarDescriptor_LocalDate::year() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.LocalDate.year) @@ -23998,7 +24280,7 @@ inline int32_t FigureDescriptor_BusinessCalendarDescriptor_LocalDate::year() con } inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::_internal_set_year(int32_t value) { - year_ = value; + _impl_.year_ = value; } inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::set_year(int32_t value) { _internal_set_year(value); @@ -24007,10 +24289,10 @@ inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::set_year(int3 // int32 month = 2; inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::clear_month() { - month_ = 0; + _impl_.month_ = 0; } inline int32_t FigureDescriptor_BusinessCalendarDescriptor_LocalDate::_internal_month() const { - return month_; + return _impl_.month_; } inline int32_t FigureDescriptor_BusinessCalendarDescriptor_LocalDate::month() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.LocalDate.month) @@ -24018,7 +24300,7 @@ inline int32_t FigureDescriptor_BusinessCalendarDescriptor_LocalDate::month() co } inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::_internal_set_month(int32_t value) { - month_ = value; + _impl_.month_ = value; } inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::set_month(int32_t value) { _internal_set_month(value); @@ -24027,10 +24309,10 @@ inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::set_month(int // int32 day = 3; inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::clear_day() { - day_ = 0; + _impl_.day_ = 0; } inline int32_t FigureDescriptor_BusinessCalendarDescriptor_LocalDate::_internal_day() const { - return day_; + return _impl_.day_; } inline int32_t FigureDescriptor_BusinessCalendarDescriptor_LocalDate::day() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.LocalDate.day) @@ -24038,7 +24320,7 @@ inline int32_t FigureDescriptor_BusinessCalendarDescriptor_LocalDate::day() cons } inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::_internal_set_day(int32_t value) { - day_ = value; + _impl_.day_ = value; } inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::set_day(int32_t value) { _internal_set_day(value); @@ -24051,7 +24333,7 @@ inline void FigureDescriptor_BusinessCalendarDescriptor_LocalDate::set_day(int32 // string name = 1; inline void FigureDescriptor_BusinessCalendarDescriptor::clear_name() { - name_.ClearToEmpty(); + _impl_.name_.ClearToEmpty(); } inline const std::string& FigureDescriptor_BusinessCalendarDescriptor::name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.name) @@ -24061,7 +24343,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_BusinessCalendarDescriptor::set_name(ArgT0&& arg0, ArgT... args) { - name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.name) } inline std::string* FigureDescriptor_BusinessCalendarDescriptor::mutable_name() { @@ -24070,19 +24352,19 @@ inline std::string* FigureDescriptor_BusinessCalendarDescriptor::mutable_name() return _s; } inline const std::string& FigureDescriptor_BusinessCalendarDescriptor::_internal_name() const { - return name_.Get(); + return _impl_.name_.Get(); } inline void FigureDescriptor_BusinessCalendarDescriptor::_internal_set_name(const std::string& value) { - name_.Set(value, GetArenaForAllocation()); + _impl_.name_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_BusinessCalendarDescriptor::_internal_mutable_name() { - return name_.Mutable(GetArenaForAllocation()); + return _impl_.name_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_BusinessCalendarDescriptor::release_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.name) - return name_.Release(); + return _impl_.name_.Release(); } inline void FigureDescriptor_BusinessCalendarDescriptor::set_allocated_name(std::string* name) { if (name != nullptr) { @@ -24090,10 +24372,10 @@ inline void FigureDescriptor_BusinessCalendarDescriptor::set_allocated_name(std: } else { } - name_.SetAllocated(name, GetArenaForAllocation()); + _impl_.name_.SetAllocated(name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (name_.IsDefault()) { - name_.Set("", GetArenaForAllocation()); + if (_impl_.name_.IsDefault()) { + _impl_.name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.name) @@ -24101,7 +24383,7 @@ inline void FigureDescriptor_BusinessCalendarDescriptor::set_allocated_name(std: // string time_zone = 2; inline void FigureDescriptor_BusinessCalendarDescriptor::clear_time_zone() { - time_zone_.ClearToEmpty(); + _impl_.time_zone_.ClearToEmpty(); } inline const std::string& FigureDescriptor_BusinessCalendarDescriptor::time_zone() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.time_zone) @@ -24111,7 +24393,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_BusinessCalendarDescriptor::set_time_zone(ArgT0&& arg0, ArgT... args) { - time_zone_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.time_zone_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.time_zone) } inline std::string* FigureDescriptor_BusinessCalendarDescriptor::mutable_time_zone() { @@ -24120,19 +24402,19 @@ inline std::string* FigureDescriptor_BusinessCalendarDescriptor::mutable_time_zo return _s; } inline const std::string& FigureDescriptor_BusinessCalendarDescriptor::_internal_time_zone() const { - return time_zone_.Get(); + return _impl_.time_zone_.Get(); } inline void FigureDescriptor_BusinessCalendarDescriptor::_internal_set_time_zone(const std::string& value) { - time_zone_.Set(value, GetArenaForAllocation()); + _impl_.time_zone_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_BusinessCalendarDescriptor::_internal_mutable_time_zone() { - return time_zone_.Mutable(GetArenaForAllocation()); + return _impl_.time_zone_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_BusinessCalendarDescriptor::release_time_zone() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.time_zone) - return time_zone_.Release(); + return _impl_.time_zone_.Release(); } inline void FigureDescriptor_BusinessCalendarDescriptor::set_allocated_time_zone(std::string* time_zone) { if (time_zone != nullptr) { @@ -24140,10 +24422,10 @@ inline void FigureDescriptor_BusinessCalendarDescriptor::set_allocated_time_zone } else { } - time_zone_.SetAllocated(time_zone, GetArenaForAllocation()); + _impl_.time_zone_.SetAllocated(time_zone, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (time_zone_.IsDefault()) { - time_zone_.Set("", GetArenaForAllocation()); + if (_impl_.time_zone_.IsDefault()) { + _impl_.time_zone_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.time_zone) @@ -24151,27 +24433,27 @@ inline void FigureDescriptor_BusinessCalendarDescriptor::set_allocated_time_zone // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.DayOfWeek business_days = 3; inline int FigureDescriptor_BusinessCalendarDescriptor::_internal_business_days_size() const { - return business_days_.size(); + return _impl_.business_days_.size(); } inline int FigureDescriptor_BusinessCalendarDescriptor::business_days_size() const { return _internal_business_days_size(); } inline void FigureDescriptor_BusinessCalendarDescriptor::clear_business_days() { - business_days_.Clear(); + _impl_.business_days_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_DayOfWeek FigureDescriptor_BusinessCalendarDescriptor::_internal_business_days(int index) const { - return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_DayOfWeek >(business_days_.Get(index)); + return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_DayOfWeek >(_impl_.business_days_.Get(index)); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_DayOfWeek FigureDescriptor_BusinessCalendarDescriptor::business_days(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.business_days) return _internal_business_days(index); } inline void FigureDescriptor_BusinessCalendarDescriptor::set_business_days(int index, ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_DayOfWeek value) { - business_days_.Set(index, value); + _impl_.business_days_.Set(index, value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.business_days) } inline void FigureDescriptor_BusinessCalendarDescriptor::_internal_add_business_days(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_DayOfWeek value) { - business_days_.Add(value); + _impl_.business_days_.Add(value); } inline void FigureDescriptor_BusinessCalendarDescriptor::add_business_days(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_DayOfWeek value) { _internal_add_business_days(value); @@ -24180,11 +24462,11 @@ inline void FigureDescriptor_BusinessCalendarDescriptor::add_business_days(::io: inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField& FigureDescriptor_BusinessCalendarDescriptor::business_days() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.business_days) - return business_days_; + return _impl_.business_days_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedField* FigureDescriptor_BusinessCalendarDescriptor::_internal_mutable_business_days() { - return &business_days_; + return &_impl_.business_days_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedField* FigureDescriptor_BusinessCalendarDescriptor::mutable_business_days() { @@ -24194,32 +24476,32 @@ FigureDescriptor_BusinessCalendarDescriptor::mutable_business_days() { // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.BusinessPeriod business_periods = 4; inline int FigureDescriptor_BusinessCalendarDescriptor::_internal_business_periods_size() const { - return business_periods_.size(); + return _impl_.business_periods_.size(); } inline int FigureDescriptor_BusinessCalendarDescriptor::business_periods_size() const { return _internal_business_periods_size(); } inline void FigureDescriptor_BusinessCalendarDescriptor::clear_business_periods() { - business_periods_.Clear(); + _impl_.business_periods_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod* FigureDescriptor_BusinessCalendarDescriptor::mutable_business_periods(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.business_periods) - return business_periods_.Mutable(index); + return _impl_.business_periods_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod >* FigureDescriptor_BusinessCalendarDescriptor::mutable_business_periods() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.business_periods) - return &business_periods_; + return &_impl_.business_periods_; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod& FigureDescriptor_BusinessCalendarDescriptor::_internal_business_periods(int index) const { - return business_periods_.Get(index); + return _impl_.business_periods_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod& FigureDescriptor_BusinessCalendarDescriptor::business_periods(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.business_periods) return _internal_business_periods(index); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod* FigureDescriptor_BusinessCalendarDescriptor::_internal_add_business_periods() { - return business_periods_.Add(); + return _impl_.business_periods_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod* FigureDescriptor_BusinessCalendarDescriptor::add_business_periods() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod* _add = _internal_add_business_periods(); @@ -24229,37 +24511,37 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_Busines inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_BusinessPeriod >& FigureDescriptor_BusinessCalendarDescriptor::business_periods() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.business_periods) - return business_periods_; + return _impl_.business_periods_; } // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.Holiday holidays = 5; inline int FigureDescriptor_BusinessCalendarDescriptor::_internal_holidays_size() const { - return holidays_.size(); + return _impl_.holidays_.size(); } inline int FigureDescriptor_BusinessCalendarDescriptor::holidays_size() const { return _internal_holidays_size(); } inline void FigureDescriptor_BusinessCalendarDescriptor::clear_holidays() { - holidays_.Clear(); + _impl_.holidays_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday* FigureDescriptor_BusinessCalendarDescriptor::mutable_holidays(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.holidays) - return holidays_.Mutable(index); + return _impl_.holidays_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday >* FigureDescriptor_BusinessCalendarDescriptor::mutable_holidays() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.holidays) - return &holidays_; + return &_impl_.holidays_; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday& FigureDescriptor_BusinessCalendarDescriptor::_internal_holidays(int index) const { - return holidays_.Get(index); + return _impl_.holidays_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday& FigureDescriptor_BusinessCalendarDescriptor::holidays(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.holidays) return _internal_holidays(index); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday* FigureDescriptor_BusinessCalendarDescriptor::_internal_add_holidays() { - return holidays_.Add(); + return _impl_.holidays_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday* FigureDescriptor_BusinessCalendarDescriptor::add_holidays() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday* _add = _internal_add_holidays(); @@ -24269,7 +24551,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_Busines inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_BusinessCalendarDescriptor_Holiday >& FigureDescriptor_BusinessCalendarDescriptor::holidays() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.BusinessCalendarDescriptor.holidays) - return holidays_; + return _impl_.holidays_; } // ------------------------------------------------------------------- @@ -24278,7 +24560,7 @@ FigureDescriptor_BusinessCalendarDescriptor::holidays() const { // string axis_id = 1; inline void FigureDescriptor_MultiSeriesSourceDescriptor::clear_axis_id() { - axis_id_.ClearToEmpty(); + _impl_.axis_id_.ClearToEmpty(); } inline const std::string& FigureDescriptor_MultiSeriesSourceDescriptor::axis_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor.axis_id) @@ -24288,7 +24570,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_MultiSeriesSourceDescriptor::set_axis_id(ArgT0&& arg0, ArgT... args) { - axis_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.axis_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor.axis_id) } inline std::string* FigureDescriptor_MultiSeriesSourceDescriptor::mutable_axis_id() { @@ -24297,19 +24579,19 @@ inline std::string* FigureDescriptor_MultiSeriesSourceDescriptor::mutable_axis_i return _s; } inline const std::string& FigureDescriptor_MultiSeriesSourceDescriptor::_internal_axis_id() const { - return axis_id_.Get(); + return _impl_.axis_id_.Get(); } inline void FigureDescriptor_MultiSeriesSourceDescriptor::_internal_set_axis_id(const std::string& value) { - axis_id_.Set(value, GetArenaForAllocation()); + _impl_.axis_id_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_MultiSeriesSourceDescriptor::_internal_mutable_axis_id() { - return axis_id_.Mutable(GetArenaForAllocation()); + return _impl_.axis_id_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_MultiSeriesSourceDescriptor::release_axis_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor.axis_id) - return axis_id_.Release(); + return _impl_.axis_id_.Release(); } inline void FigureDescriptor_MultiSeriesSourceDescriptor::set_allocated_axis_id(std::string* axis_id) { if (axis_id != nullptr) { @@ -24317,10 +24599,10 @@ inline void FigureDescriptor_MultiSeriesSourceDescriptor::set_allocated_axis_id( } else { } - axis_id_.SetAllocated(axis_id, GetArenaForAllocation()); + _impl_.axis_id_.SetAllocated(axis_id, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (axis_id_.IsDefault()) { - axis_id_.Set("", GetArenaForAllocation()); + if (_impl_.axis_id_.IsDefault()) { + _impl_.axis_id_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor.axis_id) @@ -24328,10 +24610,10 @@ inline void FigureDescriptor_MultiSeriesSourceDescriptor::set_allocated_axis_id( // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceType type = 2; inline void FigureDescriptor_MultiSeriesSourceDescriptor::clear_type() { - type_ = 0; + _impl_.type_ = 0; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceType FigureDescriptor_MultiSeriesSourceDescriptor::_internal_type() const { - return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceType >(type_); + return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceType >(_impl_.type_); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceType FigureDescriptor_MultiSeriesSourceDescriptor::type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor.type) @@ -24339,7 +24621,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceT } inline void FigureDescriptor_MultiSeriesSourceDescriptor::_internal_set_type(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceType value) { - type_ = value; + _impl_.type_ = value; } inline void FigureDescriptor_MultiSeriesSourceDescriptor::set_type(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceType value) { _internal_set_type(value); @@ -24348,10 +24630,10 @@ inline void FigureDescriptor_MultiSeriesSourceDescriptor::set_type(::io::deephav // int32 partitioned_table_id = 3; inline void FigureDescriptor_MultiSeriesSourceDescriptor::clear_partitioned_table_id() { - partitioned_table_id_ = 0; + _impl_.partitioned_table_id_ = 0; } inline int32_t FigureDescriptor_MultiSeriesSourceDescriptor::_internal_partitioned_table_id() const { - return partitioned_table_id_; + return _impl_.partitioned_table_id_; } inline int32_t FigureDescriptor_MultiSeriesSourceDescriptor::partitioned_table_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor.partitioned_table_id) @@ -24359,7 +24641,7 @@ inline int32_t FigureDescriptor_MultiSeriesSourceDescriptor::partitioned_table_i } inline void FigureDescriptor_MultiSeriesSourceDescriptor::_internal_set_partitioned_table_id(int32_t value) { - partitioned_table_id_ = value; + _impl_.partitioned_table_id_ = value; } inline void FigureDescriptor_MultiSeriesSourceDescriptor::set_partitioned_table_id(int32_t value) { _internal_set_partitioned_table_id(value); @@ -24368,7 +24650,7 @@ inline void FigureDescriptor_MultiSeriesSourceDescriptor::set_partitioned_table_ // string column_name = 4; inline void FigureDescriptor_MultiSeriesSourceDescriptor::clear_column_name() { - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); } inline const std::string& FigureDescriptor_MultiSeriesSourceDescriptor::column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor.column_name) @@ -24378,7 +24660,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_MultiSeriesSourceDescriptor::set_column_name(ArgT0&& arg0, ArgT... args) { - column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor.column_name) } inline std::string* FigureDescriptor_MultiSeriesSourceDescriptor::mutable_column_name() { @@ -24387,19 +24669,19 @@ inline std::string* FigureDescriptor_MultiSeriesSourceDescriptor::mutable_column return _s; } inline const std::string& FigureDescriptor_MultiSeriesSourceDescriptor::_internal_column_name() const { - return column_name_.Get(); + return _impl_.column_name_.Get(); } inline void FigureDescriptor_MultiSeriesSourceDescriptor::_internal_set_column_name(const std::string& value) { - column_name_.Set(value, GetArenaForAllocation()); + _impl_.column_name_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_MultiSeriesSourceDescriptor::_internal_mutable_column_name() { - return column_name_.Mutable(GetArenaForAllocation()); + return _impl_.column_name_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_MultiSeriesSourceDescriptor::release_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor.column_name) - return column_name_.Release(); + return _impl_.column_name_.Release(); } inline void FigureDescriptor_MultiSeriesSourceDescriptor::set_allocated_column_name(std::string* column_name) { if (column_name != nullptr) { @@ -24407,10 +24689,10 @@ inline void FigureDescriptor_MultiSeriesSourceDescriptor::set_allocated_column_n } else { } - column_name_.SetAllocated(column_name, GetArenaForAllocation()); + _impl_.column_name_.SetAllocated(column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_name_.IsDefault()) { - column_name_.Set("", GetArenaForAllocation()); + if (_impl_.column_name_.IsDefault()) { + _impl_.column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.MultiSeriesSourceDescriptor.column_name) @@ -24422,7 +24704,7 @@ inline void FigureDescriptor_MultiSeriesSourceDescriptor::set_allocated_column_n // string axis_id = 1; inline void FigureDescriptor_SourceDescriptor::clear_axis_id() { - axis_id_.ClearToEmpty(); + _impl_.axis_id_.ClearToEmpty(); } inline const std::string& FigureDescriptor_SourceDescriptor::axis_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.axis_id) @@ -24432,7 +24714,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_SourceDescriptor::set_axis_id(ArgT0&& arg0, ArgT... args) { - axis_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.axis_id_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.axis_id) } inline std::string* FigureDescriptor_SourceDescriptor::mutable_axis_id() { @@ -24441,19 +24723,19 @@ inline std::string* FigureDescriptor_SourceDescriptor::mutable_axis_id() { return _s; } inline const std::string& FigureDescriptor_SourceDescriptor::_internal_axis_id() const { - return axis_id_.Get(); + return _impl_.axis_id_.Get(); } inline void FigureDescriptor_SourceDescriptor::_internal_set_axis_id(const std::string& value) { - axis_id_.Set(value, GetArenaForAllocation()); + _impl_.axis_id_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_SourceDescriptor::_internal_mutable_axis_id() { - return axis_id_.Mutable(GetArenaForAllocation()); + return _impl_.axis_id_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_SourceDescriptor::release_axis_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.axis_id) - return axis_id_.Release(); + return _impl_.axis_id_.Release(); } inline void FigureDescriptor_SourceDescriptor::set_allocated_axis_id(std::string* axis_id) { if (axis_id != nullptr) { @@ -24461,10 +24743,10 @@ inline void FigureDescriptor_SourceDescriptor::set_allocated_axis_id(std::string } else { } - axis_id_.SetAllocated(axis_id, GetArenaForAllocation()); + _impl_.axis_id_.SetAllocated(axis_id, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (axis_id_.IsDefault()) { - axis_id_.Set("", GetArenaForAllocation()); + if (_impl_.axis_id_.IsDefault()) { + _impl_.axis_id_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.axis_id) @@ -24472,10 +24754,10 @@ inline void FigureDescriptor_SourceDescriptor::set_allocated_axis_id(std::string // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceType type = 2; inline void FigureDescriptor_SourceDescriptor::clear_type() { - type_ = 0; + _impl_.type_ = 0; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceType FigureDescriptor_SourceDescriptor::_internal_type() const { - return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceType >(type_); + return static_cast< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceType >(_impl_.type_); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceType FigureDescriptor_SourceDescriptor::type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.type) @@ -24483,7 +24765,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceT } inline void FigureDescriptor_SourceDescriptor::_internal_set_type(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceType value) { - type_ = value; + _impl_.type_ = value; } inline void FigureDescriptor_SourceDescriptor::set_type(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_SourceType value) { _internal_set_type(value); @@ -24492,10 +24774,10 @@ inline void FigureDescriptor_SourceDescriptor::set_type(::io::deephaven::proto:: // int32 table_id = 3; inline void FigureDescriptor_SourceDescriptor::clear_table_id() { - table_id_ = 0; + _impl_.table_id_ = 0; } inline int32_t FigureDescriptor_SourceDescriptor::_internal_table_id() const { - return table_id_; + return _impl_.table_id_; } inline int32_t FigureDescriptor_SourceDescriptor::table_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.table_id) @@ -24503,7 +24785,7 @@ inline int32_t FigureDescriptor_SourceDescriptor::table_id() const { } inline void FigureDescriptor_SourceDescriptor::_internal_set_table_id(int32_t value) { - table_id_ = value; + _impl_.table_id_ = value; } inline void FigureDescriptor_SourceDescriptor::set_table_id(int32_t value) { _internal_set_table_id(value); @@ -24512,10 +24794,10 @@ inline void FigureDescriptor_SourceDescriptor::set_table_id(int32_t value) { // int32 partitioned_table_id = 4; inline void FigureDescriptor_SourceDescriptor::clear_partitioned_table_id() { - partitioned_table_id_ = 0; + _impl_.partitioned_table_id_ = 0; } inline int32_t FigureDescriptor_SourceDescriptor::_internal_partitioned_table_id() const { - return partitioned_table_id_; + return _impl_.partitioned_table_id_; } inline int32_t FigureDescriptor_SourceDescriptor::partitioned_table_id() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.partitioned_table_id) @@ -24523,7 +24805,7 @@ inline int32_t FigureDescriptor_SourceDescriptor::partitioned_table_id() const { } inline void FigureDescriptor_SourceDescriptor::_internal_set_partitioned_table_id(int32_t value) { - partitioned_table_id_ = value; + _impl_.partitioned_table_id_ = value; } inline void FigureDescriptor_SourceDescriptor::set_partitioned_table_id(int32_t value) { _internal_set_partitioned_table_id(value); @@ -24532,7 +24814,7 @@ inline void FigureDescriptor_SourceDescriptor::set_partitioned_table_id(int32_t // string column_name = 5; inline void FigureDescriptor_SourceDescriptor::clear_column_name() { - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); } inline const std::string& FigureDescriptor_SourceDescriptor::column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.column_name) @@ -24542,7 +24824,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_SourceDescriptor::set_column_name(ArgT0&& arg0, ArgT... args) { - column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.column_name) } inline std::string* FigureDescriptor_SourceDescriptor::mutable_column_name() { @@ -24551,19 +24833,19 @@ inline std::string* FigureDescriptor_SourceDescriptor::mutable_column_name() { return _s; } inline const std::string& FigureDescriptor_SourceDescriptor::_internal_column_name() const { - return column_name_.Get(); + return _impl_.column_name_.Get(); } inline void FigureDescriptor_SourceDescriptor::_internal_set_column_name(const std::string& value) { - column_name_.Set(value, GetArenaForAllocation()); + _impl_.column_name_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_SourceDescriptor::_internal_mutable_column_name() { - return column_name_.Mutable(GetArenaForAllocation()); + return _impl_.column_name_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_SourceDescriptor::release_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.column_name) - return column_name_.Release(); + return _impl_.column_name_.Release(); } inline void FigureDescriptor_SourceDescriptor::set_allocated_column_name(std::string* column_name) { if (column_name != nullptr) { @@ -24571,10 +24853,10 @@ inline void FigureDescriptor_SourceDescriptor::set_allocated_column_name(std::st } else { } - column_name_.SetAllocated(column_name, GetArenaForAllocation()); + _impl_.column_name_.SetAllocated(column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_name_.IsDefault()) { - column_name_.Set("", GetArenaForAllocation()); + if (_impl_.column_name_.IsDefault()) { + _impl_.column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.column_name) @@ -24582,7 +24864,7 @@ inline void FigureDescriptor_SourceDescriptor::set_allocated_column_name(std::st // string column_type = 6; inline void FigureDescriptor_SourceDescriptor::clear_column_type() { - column_type_.ClearToEmpty(); + _impl_.column_type_.ClearToEmpty(); } inline const std::string& FigureDescriptor_SourceDescriptor::column_type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.column_type) @@ -24592,7 +24874,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor_SourceDescriptor::set_column_type(ArgT0&& arg0, ArgT... args) { - column_type_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_type_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.column_type) } inline std::string* FigureDescriptor_SourceDescriptor::mutable_column_type() { @@ -24601,19 +24883,19 @@ inline std::string* FigureDescriptor_SourceDescriptor::mutable_column_type() { return _s; } inline const std::string& FigureDescriptor_SourceDescriptor::_internal_column_type() const { - return column_type_.Get(); + return _impl_.column_type_.Get(); } inline void FigureDescriptor_SourceDescriptor::_internal_set_column_type(const std::string& value) { - column_type_.Set(value, GetArenaForAllocation()); + _impl_.column_type_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor_SourceDescriptor::_internal_mutable_column_type() { - return column_type_.Mutable(GetArenaForAllocation()); + return _impl_.column_type_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor_SourceDescriptor::release_column_type() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.column_type) - return column_type_.Release(); + return _impl_.column_type_.Release(); } inline void FigureDescriptor_SourceDescriptor::set_allocated_column_type(std::string* column_type) { if (column_type != nullptr) { @@ -24621,10 +24903,10 @@ inline void FigureDescriptor_SourceDescriptor::set_allocated_column_type(std::st } else { } - column_type_.SetAllocated(column_type, GetArenaForAllocation()); + _impl_.column_type_.SetAllocated(column_type, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_type_.IsDefault()) { - column_type_.Set("", GetArenaForAllocation()); + if (_impl_.column_type_.IsDefault()) { + _impl_.column_type_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.column_type) @@ -24632,19 +24914,19 @@ inline void FigureDescriptor_SourceDescriptor::set_allocated_column_type(std::st // .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor one_click = 7; inline bool FigureDescriptor_SourceDescriptor::_internal_has_one_click() const { - return this != internal_default_instance() && one_click_ != nullptr; + return this != internal_default_instance() && _impl_.one_click_ != nullptr; } inline bool FigureDescriptor_SourceDescriptor::has_one_click() const { return _internal_has_one_click(); } inline void FigureDescriptor_SourceDescriptor::clear_one_click() { - if (GetArenaForAllocation() == nullptr && one_click_ != nullptr) { - delete one_click_; + if (GetArenaForAllocation() == nullptr && _impl_.one_click_ != nullptr) { + delete _impl_.one_click_; } - one_click_ = nullptr; + _impl_.one_click_ = nullptr; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor& FigureDescriptor_SourceDescriptor::_internal_one_click() const { - const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* p = one_click_; + const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* p = _impl_.one_click_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::script::grpc::_FigureDescriptor_OneClickDescriptor_default_instance_); } @@ -24655,9 +24937,9 @@ inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_O inline void FigureDescriptor_SourceDescriptor::unsafe_arena_set_allocated_one_click( ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* one_click) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(one_click_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.one_click_); } - one_click_ = one_click; + _impl_.one_click_ = one_click; if (one_click) { } else { @@ -24667,8 +24949,8 @@ inline void FigureDescriptor_SourceDescriptor::unsafe_arena_set_allocated_one_cl } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* FigureDescriptor_SourceDescriptor::release_one_click() { - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* temp = one_click_; - one_click_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* temp = _impl_.one_click_; + _impl_.one_click_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -24683,17 +24965,17 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClic inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* FigureDescriptor_SourceDescriptor::unsafe_arena_release_one_click() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.one_click) - ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* temp = one_click_; - one_click_ = nullptr; + ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* temp = _impl_.one_click_; + _impl_.one_click_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* FigureDescriptor_SourceDescriptor::_internal_mutable_one_click() { - if (one_click_ == nullptr) { + if (_impl_.one_click_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor>(GetArenaForAllocation()); - one_click_ = p; + _impl_.one_click_ = p; } - return one_click_; + return _impl_.one_click_; } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* FigureDescriptor_SourceDescriptor::mutable_one_click() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* _msg = _internal_mutable_one_click(); @@ -24703,7 +24985,7 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClic inline void FigureDescriptor_SourceDescriptor::set_allocated_one_click(::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_OneClickDescriptor* one_click) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete one_click_; + delete _impl_.one_click_; } if (one_click) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -24716,7 +24998,7 @@ inline void FigureDescriptor_SourceDescriptor::set_allocated_one_click(::io::dee } else { } - one_click_ = one_click; + _impl_.one_click_ = one_click; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.SourceDescriptor.one_click) } @@ -24726,13 +25008,13 @@ inline void FigureDescriptor_SourceDescriptor::set_allocated_one_click(::io::dee // repeated string columns = 1; inline int FigureDescriptor_OneClickDescriptor::_internal_columns_size() const { - return columns_.size(); + return _impl_.columns_.size(); } inline int FigureDescriptor_OneClickDescriptor::columns_size() const { return _internal_columns_size(); } inline void FigureDescriptor_OneClickDescriptor::clear_columns() { - columns_.Clear(); + _impl_.columns_.Clear(); } inline std::string* FigureDescriptor_OneClickDescriptor::add_columns() { std::string* _s = _internal_add_columns(); @@ -24740,7 +25022,7 @@ inline std::string* FigureDescriptor_OneClickDescriptor::add_columns() { return _s; } inline const std::string& FigureDescriptor_OneClickDescriptor::_internal_columns(int index) const { - return columns_.Get(index); + return _impl_.columns_.Get(index); } inline const std::string& FigureDescriptor_OneClickDescriptor::columns(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.columns) @@ -24748,66 +25030,66 @@ inline const std::string& FigureDescriptor_OneClickDescriptor::columns(int index } inline std::string* FigureDescriptor_OneClickDescriptor::mutable_columns(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.columns) - return columns_.Mutable(index); + return _impl_.columns_.Mutable(index); } inline void FigureDescriptor_OneClickDescriptor::set_columns(int index, const std::string& value) { - columns_.Mutable(index)->assign(value); + _impl_.columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.columns) } inline void FigureDescriptor_OneClickDescriptor::set_columns(int index, std::string&& value) { - columns_.Mutable(index)->assign(std::move(value)); + _impl_.columns_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.columns) } inline void FigureDescriptor_OneClickDescriptor::set_columns(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_.Mutable(index)->assign(value); + _impl_.columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.columns) } inline void FigureDescriptor_OneClickDescriptor::set_columns(int index, const char* value, size_t size) { - columns_.Mutable(index)->assign( + _impl_.columns_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.columns) } inline std::string* FigureDescriptor_OneClickDescriptor::_internal_add_columns() { - return columns_.Add(); + return _impl_.columns_.Add(); } inline void FigureDescriptor_OneClickDescriptor::add_columns(const std::string& value) { - columns_.Add()->assign(value); + _impl_.columns_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.columns) } inline void FigureDescriptor_OneClickDescriptor::add_columns(std::string&& value) { - columns_.Add(std::move(value)); + _impl_.columns_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.columns) } inline void FigureDescriptor_OneClickDescriptor::add_columns(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_.Add()->assign(value); + _impl_.columns_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.columns) } inline void FigureDescriptor_OneClickDescriptor::add_columns(const char* value, size_t size) { - columns_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.columns) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& FigureDescriptor_OneClickDescriptor::columns() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.columns) - return columns_; + return _impl_.columns_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* FigureDescriptor_OneClickDescriptor::mutable_columns() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.columns) - return &columns_; + return &_impl_.columns_; } // repeated string column_types = 2; inline int FigureDescriptor_OneClickDescriptor::_internal_column_types_size() const { - return column_types_.size(); + return _impl_.column_types_.size(); } inline int FigureDescriptor_OneClickDescriptor::column_types_size() const { return _internal_column_types_size(); } inline void FigureDescriptor_OneClickDescriptor::clear_column_types() { - column_types_.Clear(); + _impl_.column_types_.Clear(); } inline std::string* FigureDescriptor_OneClickDescriptor::add_column_types() { std::string* _s = _internal_add_column_types(); @@ -24815,7 +25097,7 @@ inline std::string* FigureDescriptor_OneClickDescriptor::add_column_types() { return _s; } inline const std::string& FigureDescriptor_OneClickDescriptor::_internal_column_types(int index) const { - return column_types_.Get(index); + return _impl_.column_types_.Get(index); } inline const std::string& FigureDescriptor_OneClickDescriptor::column_types(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.column_types) @@ -24823,63 +25105,63 @@ inline const std::string& FigureDescriptor_OneClickDescriptor::column_types(int } inline std::string* FigureDescriptor_OneClickDescriptor::mutable_column_types(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.column_types) - return column_types_.Mutable(index); + return _impl_.column_types_.Mutable(index); } inline void FigureDescriptor_OneClickDescriptor::set_column_types(int index, const std::string& value) { - column_types_.Mutable(index)->assign(value); + _impl_.column_types_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.column_types) } inline void FigureDescriptor_OneClickDescriptor::set_column_types(int index, std::string&& value) { - column_types_.Mutable(index)->assign(std::move(value)); + _impl_.column_types_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.column_types) } inline void FigureDescriptor_OneClickDescriptor::set_column_types(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - column_types_.Mutable(index)->assign(value); + _impl_.column_types_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.column_types) } inline void FigureDescriptor_OneClickDescriptor::set_column_types(int index, const char* value, size_t size) { - column_types_.Mutable(index)->assign( + _impl_.column_types_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.column_types) } inline std::string* FigureDescriptor_OneClickDescriptor::_internal_add_column_types() { - return column_types_.Add(); + return _impl_.column_types_.Add(); } inline void FigureDescriptor_OneClickDescriptor::add_column_types(const std::string& value) { - column_types_.Add()->assign(value); + _impl_.column_types_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.column_types) } inline void FigureDescriptor_OneClickDescriptor::add_column_types(std::string&& value) { - column_types_.Add(std::move(value)); + _impl_.column_types_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.column_types) } inline void FigureDescriptor_OneClickDescriptor::add_column_types(const char* value) { GOOGLE_DCHECK(value != nullptr); - column_types_.Add()->assign(value); + _impl_.column_types_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.column_types) } inline void FigureDescriptor_OneClickDescriptor::add_column_types(const char* value, size_t size) { - column_types_.Add()->assign(reinterpret_cast(value), size); + _impl_.column_types_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.column_types) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& FigureDescriptor_OneClickDescriptor::column_types() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.column_types) - return column_types_; + return _impl_.column_types_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* FigureDescriptor_OneClickDescriptor::mutable_column_types() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.column_types) - return &column_types_; + return &_impl_.column_types_; } // bool require_all_filters_to_display = 3; inline void FigureDescriptor_OneClickDescriptor::clear_require_all_filters_to_display() { - require_all_filters_to_display_ = false; + _impl_.require_all_filters_to_display_ = false; } inline bool FigureDescriptor_OneClickDescriptor::_internal_require_all_filters_to_display() const { - return require_all_filters_to_display_; + return _impl_.require_all_filters_to_display_; } inline bool FigureDescriptor_OneClickDescriptor::require_all_filters_to_display() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.OneClickDescriptor.require_all_filters_to_display) @@ -24887,7 +25169,7 @@ inline bool FigureDescriptor_OneClickDescriptor::require_all_filters_to_display( } inline void FigureDescriptor_OneClickDescriptor::_internal_set_require_all_filters_to_display(bool value) { - require_all_filters_to_display_ = value; + _impl_.require_all_filters_to_display_ = value; } inline void FigureDescriptor_OneClickDescriptor::set_require_all_filters_to_display(bool value) { _internal_set_require_all_filters_to_display(value); @@ -24900,15 +25182,15 @@ inline void FigureDescriptor_OneClickDescriptor::set_require_all_filters_to_disp // optional string title = 1; inline bool FigureDescriptor::_internal_has_title() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool FigureDescriptor::has_title() const { return _internal_has_title(); } inline void FigureDescriptor::clear_title() { - title_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.title_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& FigureDescriptor::title() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.title) @@ -24917,8 +25199,8 @@ inline const std::string& FigureDescriptor::title() const { template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor::set_title(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - title_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.title_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.title) } inline std::string* FigureDescriptor::mutable_title() { @@ -24927,40 +25209,40 @@ inline std::string* FigureDescriptor::mutable_title() { return _s; } inline const std::string& FigureDescriptor::_internal_title() const { - return title_.Get(); + return _impl_.title_.Get(); } inline void FigureDescriptor::_internal_set_title(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - title_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.title_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor::_internal_mutable_title() { - _has_bits_[0] |= 0x00000001u; - return title_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.title_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor::release_title() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.title) if (!_internal_has_title()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = title_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.title_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (title_.IsDefault()) { - title_.Set("", GetArenaForAllocation()); + if (_impl_.title_.IsDefault()) { + _impl_.title_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void FigureDescriptor::set_allocated_title(std::string* title) { if (title != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - title_.SetAllocated(title, GetArenaForAllocation()); + _impl_.title_.SetAllocated(title, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (title_.IsDefault()) { - title_.Set("", GetArenaForAllocation()); + if (_impl_.title_.IsDefault()) { + _impl_.title_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.title) @@ -24968,7 +25250,7 @@ inline void FigureDescriptor::set_allocated_title(std::string* title) { // string title_font = 2; inline void FigureDescriptor::clear_title_font() { - title_font_.ClearToEmpty(); + _impl_.title_font_.ClearToEmpty(); } inline const std::string& FigureDescriptor::title_font() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.title_font) @@ -24978,7 +25260,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor::set_title_font(ArgT0&& arg0, ArgT... args) { - title_font_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.title_font_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.title_font) } inline std::string* FigureDescriptor::mutable_title_font() { @@ -24987,19 +25269,19 @@ inline std::string* FigureDescriptor::mutable_title_font() { return _s; } inline const std::string& FigureDescriptor::_internal_title_font() const { - return title_font_.Get(); + return _impl_.title_font_.Get(); } inline void FigureDescriptor::_internal_set_title_font(const std::string& value) { - title_font_.Set(value, GetArenaForAllocation()); + _impl_.title_font_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor::_internal_mutable_title_font() { - return title_font_.Mutable(GetArenaForAllocation()); + return _impl_.title_font_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor::release_title_font() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.title_font) - return title_font_.Release(); + return _impl_.title_font_.Release(); } inline void FigureDescriptor::set_allocated_title_font(std::string* title_font) { if (title_font != nullptr) { @@ -25007,10 +25289,10 @@ inline void FigureDescriptor::set_allocated_title_font(std::string* title_font) } else { } - title_font_.SetAllocated(title_font, GetArenaForAllocation()); + _impl_.title_font_.SetAllocated(title_font, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (title_font_.IsDefault()) { - title_font_.Set("", GetArenaForAllocation()); + if (_impl_.title_font_.IsDefault()) { + _impl_.title_font_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.title_font) @@ -25018,7 +25300,7 @@ inline void FigureDescriptor::set_allocated_title_font(std::string* title_font) // string title_color = 3; inline void FigureDescriptor::clear_title_color() { - title_color_.ClearToEmpty(); + _impl_.title_color_.ClearToEmpty(); } inline const std::string& FigureDescriptor::title_color() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.title_color) @@ -25028,7 +25310,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FigureDescriptor::set_title_color(ArgT0&& arg0, ArgT... args) { - title_color_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.title_color_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.title_color) } inline std::string* FigureDescriptor::mutable_title_color() { @@ -25037,19 +25319,19 @@ inline std::string* FigureDescriptor::mutable_title_color() { return _s; } inline const std::string& FigureDescriptor::_internal_title_color() const { - return title_color_.Get(); + return _impl_.title_color_.Get(); } inline void FigureDescriptor::_internal_set_title_color(const std::string& value) { - title_color_.Set(value, GetArenaForAllocation()); + _impl_.title_color_.Set(value, GetArenaForAllocation()); } inline std::string* FigureDescriptor::_internal_mutable_title_color() { - return title_color_.Mutable(GetArenaForAllocation()); + return _impl_.title_color_.Mutable(GetArenaForAllocation()); } inline std::string* FigureDescriptor::release_title_color() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.title_color) - return title_color_.Release(); + return _impl_.title_color_.Release(); } inline void FigureDescriptor::set_allocated_title_color(std::string* title_color) { if (title_color != nullptr) { @@ -25057,10 +25339,10 @@ inline void FigureDescriptor::set_allocated_title_color(std::string* title_color } else { } - title_color_.SetAllocated(title_color, GetArenaForAllocation()); + _impl_.title_color_.SetAllocated(title_color, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (title_color_.IsDefault()) { - title_color_.Set("", GetArenaForAllocation()); + if (_impl_.title_color_.IsDefault()) { + _impl_.title_color_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.title_color) @@ -25068,10 +25350,10 @@ inline void FigureDescriptor::set_allocated_title_color(std::string* title_color // int64 update_interval = 7 [jstype = JS_STRING]; inline void FigureDescriptor::clear_update_interval() { - update_interval_ = int64_t{0}; + _impl_.update_interval_ = int64_t{0}; } inline int64_t FigureDescriptor::_internal_update_interval() const { - return update_interval_; + return _impl_.update_interval_; } inline int64_t FigureDescriptor::update_interval() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.update_interval) @@ -25079,7 +25361,7 @@ inline int64_t FigureDescriptor::update_interval() const { } inline void FigureDescriptor::_internal_set_update_interval(int64_t value) { - update_interval_ = value; + _impl_.update_interval_ = value; } inline void FigureDescriptor::set_update_interval(int64_t value) { _internal_set_update_interval(value); @@ -25088,10 +25370,10 @@ inline void FigureDescriptor::set_update_interval(int64_t value) { // int32 cols = 8; inline void FigureDescriptor::clear_cols() { - cols_ = 0; + _impl_.cols_ = 0; } inline int32_t FigureDescriptor::_internal_cols() const { - return cols_; + return _impl_.cols_; } inline int32_t FigureDescriptor::cols() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.cols) @@ -25099,7 +25381,7 @@ inline int32_t FigureDescriptor::cols() const { } inline void FigureDescriptor::_internal_set_cols(int32_t value) { - cols_ = value; + _impl_.cols_ = value; } inline void FigureDescriptor::set_cols(int32_t value) { _internal_set_cols(value); @@ -25108,10 +25390,10 @@ inline void FigureDescriptor::set_cols(int32_t value) { // int32 rows = 9; inline void FigureDescriptor::clear_rows() { - rows_ = 0; + _impl_.rows_ = 0; } inline int32_t FigureDescriptor::_internal_rows() const { - return rows_; + return _impl_.rows_; } inline int32_t FigureDescriptor::rows() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.rows) @@ -25119,7 +25401,7 @@ inline int32_t FigureDescriptor::rows() const { } inline void FigureDescriptor::_internal_set_rows(int32_t value) { - rows_ = value; + _impl_.rows_ = value; } inline void FigureDescriptor::set_rows(int32_t value) { _internal_set_rows(value); @@ -25128,32 +25410,32 @@ inline void FigureDescriptor::set_rows(int32_t value) { // repeated .io.deephaven.proto.backplane.script.grpc.FigureDescriptor.ChartDescriptor charts = 10; inline int FigureDescriptor::_internal_charts_size() const { - return charts_.size(); + return _impl_.charts_.size(); } inline int FigureDescriptor::charts_size() const { return _internal_charts_size(); } inline void FigureDescriptor::clear_charts() { - charts_.Clear(); + _impl_.charts_.Clear(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor* FigureDescriptor::mutable_charts(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.charts) - return charts_.Mutable(index); + return _impl_.charts_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor >* FigureDescriptor::mutable_charts() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.charts) - return &charts_; + return &_impl_.charts_; } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor& FigureDescriptor::_internal_charts(int index) const { - return charts_.Get(index); + return _impl_.charts_.Get(index); } inline const ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor& FigureDescriptor::charts(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.charts) return _internal_charts(index); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor* FigureDescriptor::_internal_add_charts() { - return charts_.Add(); + return _impl_.charts_.Add(); } inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor* FigureDescriptor::add_charts() { ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor* _add = _internal_add_charts(); @@ -25163,18 +25445,18 @@ inline ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDe inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::script::grpc::FigureDescriptor_ChartDescriptor >& FigureDescriptor::charts() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.charts) - return charts_; + return _impl_.charts_; } // repeated string errors = 13; inline int FigureDescriptor::_internal_errors_size() const { - return errors_.size(); + return _impl_.errors_.size(); } inline int FigureDescriptor::errors_size() const { return _internal_errors_size(); } inline void FigureDescriptor::clear_errors() { - errors_.Clear(); + _impl_.errors_.Clear(); } inline std::string* FigureDescriptor::add_errors() { std::string* _s = _internal_add_errors(); @@ -25182,7 +25464,7 @@ inline std::string* FigureDescriptor::add_errors() { return _s; } inline const std::string& FigureDescriptor::_internal_errors(int index) const { - return errors_.Get(index); + return _impl_.errors_.Get(index); } inline const std::string& FigureDescriptor::errors(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.errors) @@ -25190,55 +25472,55 @@ inline const std::string& FigureDescriptor::errors(int index) const { } inline std::string* FigureDescriptor::mutable_errors(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.errors) - return errors_.Mutable(index); + return _impl_.errors_.Mutable(index); } inline void FigureDescriptor::set_errors(int index, const std::string& value) { - errors_.Mutable(index)->assign(value); + _impl_.errors_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.errors) } inline void FigureDescriptor::set_errors(int index, std::string&& value) { - errors_.Mutable(index)->assign(std::move(value)); + _impl_.errors_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.errors) } inline void FigureDescriptor::set_errors(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - errors_.Mutable(index)->assign(value); + _impl_.errors_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.errors) } inline void FigureDescriptor::set_errors(int index, const char* value, size_t size) { - errors_.Mutable(index)->assign( + _impl_.errors_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.errors) } inline std::string* FigureDescriptor::_internal_add_errors() { - return errors_.Add(); + return _impl_.errors_.Add(); } inline void FigureDescriptor::add_errors(const std::string& value) { - errors_.Add()->assign(value); + _impl_.errors_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.errors) } inline void FigureDescriptor::add_errors(std::string&& value) { - errors_.Add(std::move(value)); + _impl_.errors_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.errors) } inline void FigureDescriptor::add_errors(const char* value) { GOOGLE_DCHECK(value != nullptr); - errors_.Add()->assign(value); + _impl_.errors_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.errors) } inline void FigureDescriptor::add_errors(const char* value, size_t size) { - errors_.Add()->assign(reinterpret_cast(value), size); + _impl_.errors_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.errors) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& FigureDescriptor::errors() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.errors) - return errors_; + return _impl_.errors_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* FigureDescriptor::mutable_errors() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.script.grpc.FigureDescriptor.errors) - return &errors_; + return &_impl_.errors_; } #ifdef __GNUC__ diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/hierarchicaltable.pb.cc b/cpp-client/deephaven/dhclient/proto/deephaven/proto/hierarchicaltable.pb.cc index 09b63529cd3..674f1cee576 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/hierarchicaltable.pb.cc +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/hierarchicaltable.pb.cc @@ -26,12 +26,13 @@ namespace proto { namespace backplane { namespace grpc { PROTOBUF_CONSTEXPR RollupRequest::RollupRequest( - ::_pbi::ConstantInitialized) - : aggregations_() - , group_by_columns_() - , result_rollup_table_id_(nullptr) - , source_table_id_(nullptr) - , include_constituents_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.aggregations_)*/{} + , /*decltype(_impl_.group_by_columns_)*/{} + , /*decltype(_impl_.result_rollup_table_id_)*/nullptr + , /*decltype(_impl_.source_table_id_)*/nullptr + , /*decltype(_impl_.include_constituents_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct RollupRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR RollupRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -42,7 +43,7 @@ struct RollupRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RollupRequestDefaultTypeInternal _RollupRequest_default_instance_; PROTOBUF_CONSTEXPR RollupResponse::RollupResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct RollupResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR RollupResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -53,12 +54,13 @@ struct RollupResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RollupResponseDefaultTypeInternal _RollupResponse_default_instance_; PROTOBUF_CONSTEXPR TreeRequest::TreeRequest( - ::_pbi::ConstantInitialized) - : identifier_column_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , parent_identifier_column_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , result_tree_table_id_(nullptr) - , source_table_id_(nullptr) - , promote_orphans_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.identifier_column_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.parent_identifier_column_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.result_tree_table_id_)*/nullptr + , /*decltype(_impl_.source_table_id_)*/nullptr + , /*decltype(_impl_.promote_orphans_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct TreeRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR TreeRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -69,7 +71,7 @@ struct TreeRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TreeRequestDefaultTypeInternal _TreeRequest_default_instance_; PROTOBUF_CONSTEXPR TreeResponse::TreeResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct TreeResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR TreeResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -80,11 +82,12 @@ struct TreeResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TreeResponseDefaultTypeInternal _TreeResponse_default_instance_; PROTOBUF_CONSTEXPR HierarchicalTableApplyRequest::HierarchicalTableApplyRequest( - ::_pbi::ConstantInitialized) - : filters_() - , sorts_() - , result_hierarchical_table_id_(nullptr) - , input_hierarchical_table_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.filters_)*/{} + , /*decltype(_impl_.sorts_)*/{} + , /*decltype(_impl_.result_hierarchical_table_id_)*/nullptr + , /*decltype(_impl_.input_hierarchical_table_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct HierarchicalTableApplyRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR HierarchicalTableApplyRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -95,7 +98,7 @@ struct HierarchicalTableApplyRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HierarchicalTableApplyRequestDefaultTypeInternal _HierarchicalTableApplyRequest_default_instance_; PROTOBUF_CONSTEXPR HierarchicalTableApplyResponse::HierarchicalTableApplyResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct HierarchicalTableApplyResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR HierarchicalTableApplyResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -106,8 +109,9 @@ struct HierarchicalTableApplyResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HierarchicalTableApplyResponseDefaultTypeInternal _HierarchicalTableApplyResponse_default_instance_; PROTOBUF_CONSTEXPR HierarchicalTableDescriptor::HierarchicalTableDescriptor( - ::_pbi::ConstantInitialized) - : snapshot_schema_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.snapshot_schema_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct HierarchicalTableDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR HierarchicalTableDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -118,10 +122,12 @@ struct HierarchicalTableDescriptorDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HierarchicalTableDescriptorDefaultTypeInternal _HierarchicalTableDescriptor_default_instance_; PROTOBUF_CONSTEXPR HierarchicalTableViewRequest::HierarchicalTableViewRequest( - ::_pbi::ConstantInitialized) - : result_view_id_(nullptr) - , expansions_(nullptr) - , _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.result_view_id_)*/nullptr + , /*decltype(_impl_.expansions_)*/nullptr + , /*decltype(_impl_.target_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct HierarchicalTableViewRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR HierarchicalTableViewRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -132,9 +138,11 @@ struct HierarchicalTableViewRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HierarchicalTableViewRequestDefaultTypeInternal _HierarchicalTableViewRequest_default_instance_; PROTOBUF_CONSTEXPR HierarchicalTableViewKeyTableDescriptor::HierarchicalTableViewKeyTableDescriptor( - ::_pbi::ConstantInitialized) - : key_table_action_column_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , key_table_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.key_table_action_column_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.key_table_id_)*/nullptr} {} struct HierarchicalTableViewKeyTableDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR HierarchicalTableViewKeyTableDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -145,7 +153,7 @@ struct HierarchicalTableViewKeyTableDescriptorDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HierarchicalTableViewKeyTableDescriptorDefaultTypeInternal _HierarchicalTableViewKeyTableDescriptor_default_instance_; PROTOBUF_CONSTEXPR HierarchicalTableViewResponse::HierarchicalTableViewResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct HierarchicalTableViewResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR HierarchicalTableViewResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -156,9 +164,10 @@ struct HierarchicalTableViewResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HierarchicalTableViewResponseDefaultTypeInternal _HierarchicalTableViewResponse_default_instance_; PROTOBUF_CONSTEXPR HierarchicalTableSourceExportRequest::HierarchicalTableSourceExportRequest( - ::_pbi::ConstantInitialized) - : result_table_id_(nullptr) - , hierarchical_table_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.result_table_id_)*/nullptr + , /*decltype(_impl_.hierarchical_table_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct HierarchicalTableSourceExportRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR HierarchicalTableSourceExportRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -184,11 +193,11 @@ const uint32_t TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto::offset ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RollupRequest, result_rollup_table_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RollupRequest, source_table_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RollupRequest, aggregations_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RollupRequest, include_constituents_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RollupRequest, group_by_columns_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RollupRequest, _impl_.result_rollup_table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RollupRequest, _impl_.source_table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RollupRequest, _impl_.aggregations_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RollupRequest, _impl_.include_constituents_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RollupRequest, _impl_.group_by_columns_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RollupResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -201,11 +210,11 @@ const uint32_t TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto::offset ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TreeRequest, result_tree_table_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TreeRequest, source_table_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TreeRequest, identifier_column_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TreeRequest, parent_identifier_column_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TreeRequest, promote_orphans_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TreeRequest, _impl_.result_tree_table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TreeRequest, _impl_.source_table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TreeRequest, _impl_.identifier_column_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TreeRequest, _impl_.parent_identifier_column_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TreeRequest, _impl_.promote_orphans_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TreeResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -218,10 +227,10 @@ const uint32_t TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto::offset ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableApplyRequest, result_hierarchical_table_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableApplyRequest, input_hierarchical_table_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableApplyRequest, filters_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableApplyRequest, sorts_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableApplyRequest, _impl_.result_hierarchical_table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableApplyRequest, _impl_.input_hierarchical_table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableApplyRequest, _impl_.filters_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableApplyRequest, _impl_.sorts_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableApplyResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -234,26 +243,26 @@ const uint32_t TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto::offset ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableDescriptor, snapshot_schema_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableDescriptor, _impl_.snapshot_schema_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewRequest, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewRequest, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewRequest, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewRequest, result_view_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewRequest, _impl_.result_view_id_), ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewRequest, expansions_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewRequest, target_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewRequest, _impl_.expansions_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewRequest, _impl_.target_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor, key_table_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor, key_table_action_column_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor, _impl_.key_table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor, _impl_.key_table_action_column_), ~0u, 0, ~0u, // no _has_bits_ @@ -268,8 +277,8 @@ const uint32_t TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto::offset ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableSourceExportRequest, result_table_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableSourceExportRequest, hierarchical_table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableSourceExportRequest, _impl_.result_table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HierarchicalTableSourceExportRequest, _impl_.hierarchical_table_id_), }; static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::RollupRequest)}, @@ -402,59 +411,67 @@ class RollupRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& RollupRequest::_Internal::result_rollup_table_id(const RollupRequest* msg) { - return *msg->result_rollup_table_id_; + return *msg->_impl_.result_rollup_table_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& RollupRequest::_Internal::source_table_id(const RollupRequest* msg) { - return *msg->source_table_id_; + return *msg->_impl_.source_table_id_; } void RollupRequest::clear_result_rollup_table_id() { - if (GetArenaForAllocation() == nullptr && result_rollup_table_id_ != nullptr) { - delete result_rollup_table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_rollup_table_id_ != nullptr) { + delete _impl_.result_rollup_table_id_; } - result_rollup_table_id_ = nullptr; + _impl_.result_rollup_table_id_ = nullptr; } void RollupRequest::clear_source_table_id() { - if (GetArenaForAllocation() == nullptr && source_table_id_ != nullptr) { - delete source_table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_table_id_ != nullptr) { + delete _impl_.source_table_id_; } - source_table_id_ = nullptr; + _impl_.source_table_id_ = nullptr; } void RollupRequest::clear_aggregations() { - aggregations_.Clear(); + _impl_.aggregations_.Clear(); } RollupRequest::RollupRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - aggregations_(arena), - group_by_columns_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.RollupRequest) } RollupRequest::RollupRequest(const RollupRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - aggregations_(from.aggregations_), - group_by_columns_(from.group_by_columns_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + RollupRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.aggregations_){from._impl_.aggregations_} + , decltype(_impl_.group_by_columns_){from._impl_.group_by_columns_} + , decltype(_impl_.result_rollup_table_id_){nullptr} + , decltype(_impl_.source_table_id_){nullptr} + , decltype(_impl_.include_constituents_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_rollup_table_id()) { - result_rollup_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_rollup_table_id_); - } else { - result_rollup_table_id_ = nullptr; + _this->_impl_.result_rollup_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_rollup_table_id_); } if (from._internal_has_source_table_id()) { - source_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.source_table_id_); - } else { - source_table_id_ = nullptr; + _this->_impl_.source_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.source_table_id_); } - include_constituents_ = from.include_constituents_; + _this->_impl_.include_constituents_ = from._impl_.include_constituents_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.RollupRequest) } -inline void RollupRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_rollup_table_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&include_constituents_) - - reinterpret_cast(&result_rollup_table_id_)) + sizeof(include_constituents_)); +inline void RollupRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.aggregations_){arena} + , decltype(_impl_.group_by_columns_){arena} + , decltype(_impl_.result_rollup_table_id_){nullptr} + , decltype(_impl_.source_table_id_){nullptr} + , decltype(_impl_.include_constituents_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } RollupRequest::~RollupRequest() { @@ -468,12 +485,14 @@ RollupRequest::~RollupRequest() { inline void RollupRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_rollup_table_id_; - if (this != internal_default_instance()) delete source_table_id_; + _impl_.aggregations_.~RepeatedPtrField(); + _impl_.group_by_columns_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_rollup_table_id_; + if (this != internal_default_instance()) delete _impl_.source_table_id_; } void RollupRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void RollupRequest::Clear() { @@ -482,17 +501,17 @@ void RollupRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - aggregations_.Clear(); - group_by_columns_.Clear(); - if (GetArenaForAllocation() == nullptr && result_rollup_table_id_ != nullptr) { - delete result_rollup_table_id_; + _impl_.aggregations_.Clear(); + _impl_.group_by_columns_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_rollup_table_id_ != nullptr) { + delete _impl_.result_rollup_table_id_; } - result_rollup_table_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_table_id_ != nullptr) { - delete source_table_id_; + _impl_.result_rollup_table_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_table_id_ != nullptr) { + delete _impl_.source_table_id_; } - source_table_id_ = nullptr; - include_constituents_ = false; + _impl_.source_table_id_ = nullptr; + _impl_.include_constituents_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -534,7 +553,7 @@ const char* RollupRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* // bool include_constituents = 4; case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { - include_constituents_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.include_constituents_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -639,31 +658,31 @@ size_t RollupRequest::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 3; total_size += 1UL * this->_internal_aggregations_size(); - for (const auto& msg : this->aggregations_) { + for (const auto& msg : this->_impl_.aggregations_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // repeated string group_by_columns = 5; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(group_by_columns_.size()); - for (int i = 0, n = group_by_columns_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.group_by_columns_.size()); + for (int i = 0, n = _impl_.group_by_columns_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - group_by_columns_.Get(i)); + _impl_.group_by_columns_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_rollup_table_id = 1; if (this->_internal_has_result_rollup_table_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_rollup_table_id_); + *_impl_.result_rollup_table_id_); } // .io.deephaven.proto.backplane.grpc.Ticket source_table_id = 2; if (this->_internal_has_source_table_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_table_id_); + *_impl_.source_table_id_); } // bool include_constituents = 4; @@ -671,40 +690,38 @@ size_t RollupRequest::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData RollupRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, RollupRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*RollupRequest::GetClassData() const { return &_class_data_; } -void RollupRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void RollupRequest::MergeFrom(const RollupRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.RollupRequest) - GOOGLE_DCHECK_NE(&from, this); +void RollupRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.RollupRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - aggregations_.MergeFrom(from.aggregations_); - group_by_columns_.MergeFrom(from.group_by_columns_); + _this->_impl_.aggregations_.MergeFrom(from._impl_.aggregations_); + _this->_impl_.group_by_columns_.MergeFrom(from._impl_.group_by_columns_); if (from._internal_has_result_rollup_table_id()) { - _internal_mutable_result_rollup_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_rollup_table_id()); + _this->_internal_mutable_result_rollup_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_rollup_table_id()); } if (from._internal_has_source_table_id()) { - _internal_mutable_source_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_source_table_id()); + _this->_internal_mutable_source_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_source_table_id()); } if (from._internal_include_constituents() != 0) { - _internal_set_include_constituents(from._internal_include_constituents()); + _this->_internal_set_include_constituents(from._internal_include_constituents()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void RollupRequest::CopyFrom(const RollupRequest& from) { @@ -721,14 +738,14 @@ bool RollupRequest::IsInitialized() const { void RollupRequest::InternalSwap(RollupRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - aggregations_.InternalSwap(&other->aggregations_); - group_by_columns_.InternalSwap(&other->group_by_columns_); + _impl_.aggregations_.InternalSwap(&other->_impl_.aggregations_); + _impl_.group_by_columns_.InternalSwap(&other->_impl_.group_by_columns_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(RollupRequest, include_constituents_) - + sizeof(RollupRequest::include_constituents_) - - PROTOBUF_FIELD_OFFSET(RollupRequest, result_rollup_table_id_)>( - reinterpret_cast(&result_rollup_table_id_), - reinterpret_cast(&other->result_rollup_table_id_)); + PROTOBUF_FIELD_OFFSET(RollupRequest, _impl_.include_constituents_) + + sizeof(RollupRequest::_impl_.include_constituents_) + - PROTOBUF_FIELD_OFFSET(RollupRequest, _impl_.result_rollup_table_id_)>( + reinterpret_cast(&_impl_.result_rollup_table_id_), + reinterpret_cast(&other->_impl_.result_rollup_table_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata RollupRequest::GetMetadata() const { @@ -750,6 +767,7 @@ RollupResponse::RollupResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, } RollupResponse::RollupResponse(const RollupResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + RollupResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.RollupResponse) } @@ -786,76 +804,88 @@ class TreeRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& TreeRequest::_Internal::result_tree_table_id(const TreeRequest* msg) { - return *msg->result_tree_table_id_; + return *msg->_impl_.result_tree_table_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& TreeRequest::_Internal::source_table_id(const TreeRequest* msg) { - return *msg->source_table_id_; + return *msg->_impl_.source_table_id_; } void TreeRequest::clear_result_tree_table_id() { - if (GetArenaForAllocation() == nullptr && result_tree_table_id_ != nullptr) { - delete result_tree_table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_tree_table_id_ != nullptr) { + delete _impl_.result_tree_table_id_; } - result_tree_table_id_ = nullptr; + _impl_.result_tree_table_id_ = nullptr; } void TreeRequest::clear_source_table_id() { - if (GetArenaForAllocation() == nullptr && source_table_id_ != nullptr) { - delete source_table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_table_id_ != nullptr) { + delete _impl_.source_table_id_; } - source_table_id_ = nullptr; + _impl_.source_table_id_ = nullptr; } TreeRequest::TreeRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.TreeRequest) } TreeRequest::TreeRequest(const TreeRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + TreeRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.identifier_column_){} + , decltype(_impl_.parent_identifier_column_){} + , decltype(_impl_.result_tree_table_id_){nullptr} + , decltype(_impl_.source_table_id_){nullptr} + , decltype(_impl_.promote_orphans_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - identifier_column_.InitDefault(); + _impl_.identifier_column_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - identifier_column_.Set("", GetArenaForAllocation()); + _impl_.identifier_column_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_identifier_column().empty()) { - identifier_column_.Set(from._internal_identifier_column(), - GetArenaForAllocation()); + _this->_impl_.identifier_column_.Set(from._internal_identifier_column(), + _this->GetArenaForAllocation()); } - parent_identifier_column_.InitDefault(); + _impl_.parent_identifier_column_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - parent_identifier_column_.Set("", GetArenaForAllocation()); + _impl_.parent_identifier_column_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_parent_identifier_column().empty()) { - parent_identifier_column_.Set(from._internal_parent_identifier_column(), - GetArenaForAllocation()); + _this->_impl_.parent_identifier_column_.Set(from._internal_parent_identifier_column(), + _this->GetArenaForAllocation()); } if (from._internal_has_result_tree_table_id()) { - result_tree_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_tree_table_id_); - } else { - result_tree_table_id_ = nullptr; + _this->_impl_.result_tree_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_tree_table_id_); } if (from._internal_has_source_table_id()) { - source_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.source_table_id_); - } else { - source_table_id_ = nullptr; + _this->_impl_.source_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.source_table_id_); } - promote_orphans_ = from.promote_orphans_; + _this->_impl_.promote_orphans_ = from._impl_.promote_orphans_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.TreeRequest) } -inline void TreeRequest::SharedCtor() { -identifier_column_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - identifier_column_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -parent_identifier_column_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - parent_identifier_column_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_tree_table_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&promote_orphans_) - - reinterpret_cast(&result_tree_table_id_)) + sizeof(promote_orphans_)); +inline void TreeRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.identifier_column_){} + , decltype(_impl_.parent_identifier_column_){} + , decltype(_impl_.result_tree_table_id_){nullptr} + , decltype(_impl_.source_table_id_){nullptr} + , decltype(_impl_.promote_orphans_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.identifier_column_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.identifier_column_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.parent_identifier_column_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.parent_identifier_column_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } TreeRequest::~TreeRequest() { @@ -869,14 +899,14 @@ TreeRequest::~TreeRequest() { inline void TreeRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - identifier_column_.Destroy(); - parent_identifier_column_.Destroy(); - if (this != internal_default_instance()) delete result_tree_table_id_; - if (this != internal_default_instance()) delete source_table_id_; + _impl_.identifier_column_.Destroy(); + _impl_.parent_identifier_column_.Destroy(); + if (this != internal_default_instance()) delete _impl_.result_tree_table_id_; + if (this != internal_default_instance()) delete _impl_.source_table_id_; } void TreeRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void TreeRequest::Clear() { @@ -885,17 +915,17 @@ void TreeRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - identifier_column_.ClearToEmpty(); - parent_identifier_column_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && result_tree_table_id_ != nullptr) { - delete result_tree_table_id_; + _impl_.identifier_column_.ClearToEmpty(); + _impl_.parent_identifier_column_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.result_tree_table_id_ != nullptr) { + delete _impl_.result_tree_table_id_; } - result_tree_table_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_table_id_ != nullptr) { - delete source_table_id_; + _impl_.result_tree_table_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_table_id_ != nullptr) { + delete _impl_.source_table_id_; } - source_table_id_ = nullptr; - promote_orphans_ = false; + _impl_.source_table_id_ = nullptr; + _impl_.promote_orphans_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -944,7 +974,7 @@ const char* TreeRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext* c // bool promote_orphans = 5; case 5: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 40)) { - promote_orphans_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.promote_orphans_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -1052,14 +1082,14 @@ size_t TreeRequest::ByteSizeLong() const { if (this->_internal_has_result_tree_table_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_tree_table_id_); + *_impl_.result_tree_table_id_); } // .io.deephaven.proto.backplane.grpc.Ticket source_table_id = 2; if (this->_internal_has_source_table_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_table_id_); + *_impl_.source_table_id_); } // bool promote_orphans = 5; @@ -1067,44 +1097,42 @@ size_t TreeRequest::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData TreeRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, TreeRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*TreeRequest::GetClassData() const { return &_class_data_; } -void TreeRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void TreeRequest::MergeFrom(const TreeRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.TreeRequest) - GOOGLE_DCHECK_NE(&from, this); +void TreeRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.TreeRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_identifier_column().empty()) { - _internal_set_identifier_column(from._internal_identifier_column()); + _this->_internal_set_identifier_column(from._internal_identifier_column()); } if (!from._internal_parent_identifier_column().empty()) { - _internal_set_parent_identifier_column(from._internal_parent_identifier_column()); + _this->_internal_set_parent_identifier_column(from._internal_parent_identifier_column()); } if (from._internal_has_result_tree_table_id()) { - _internal_mutable_result_tree_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_tree_table_id()); + _this->_internal_mutable_result_tree_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_tree_table_id()); } if (from._internal_has_source_table_id()) { - _internal_mutable_source_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_source_table_id()); + _this->_internal_mutable_source_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_source_table_id()); } if (from._internal_promote_orphans() != 0) { - _internal_set_promote_orphans(from._internal_promote_orphans()); + _this->_internal_set_promote_orphans(from._internal_promote_orphans()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void TreeRequest::CopyFrom(const TreeRequest& from) { @@ -1124,19 +1152,19 @@ void TreeRequest::InternalSwap(TreeRequest* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &identifier_column_, lhs_arena, - &other->identifier_column_, rhs_arena + &_impl_.identifier_column_, lhs_arena, + &other->_impl_.identifier_column_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &parent_identifier_column_, lhs_arena, - &other->parent_identifier_column_, rhs_arena + &_impl_.parent_identifier_column_, lhs_arena, + &other->_impl_.parent_identifier_column_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(TreeRequest, promote_orphans_) - + sizeof(TreeRequest::promote_orphans_) - - PROTOBUF_FIELD_OFFSET(TreeRequest, result_tree_table_id_)>( - reinterpret_cast(&result_tree_table_id_), - reinterpret_cast(&other->result_tree_table_id_)); + PROTOBUF_FIELD_OFFSET(TreeRequest, _impl_.promote_orphans_) + + sizeof(TreeRequest::_impl_.promote_orphans_) + - PROTOBUF_FIELD_OFFSET(TreeRequest, _impl_.result_tree_table_id_)>( + reinterpret_cast(&_impl_.result_tree_table_id_), + reinterpret_cast(&other->_impl_.result_tree_table_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata TreeRequest::GetMetadata() const { @@ -1158,6 +1186,7 @@ TreeResponse::TreeResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, } TreeResponse::TreeResponse(const TreeResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + TreeResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.TreeResponse) } @@ -1194,61 +1223,67 @@ class HierarchicalTableApplyRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableApplyRequest::_Internal::result_hierarchical_table_id(const HierarchicalTableApplyRequest* msg) { - return *msg->result_hierarchical_table_id_; + return *msg->_impl_.result_hierarchical_table_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableApplyRequest::_Internal::input_hierarchical_table_id(const HierarchicalTableApplyRequest* msg) { - return *msg->input_hierarchical_table_id_; + return *msg->_impl_.input_hierarchical_table_id_; } void HierarchicalTableApplyRequest::clear_result_hierarchical_table_id() { - if (GetArenaForAllocation() == nullptr && result_hierarchical_table_id_ != nullptr) { - delete result_hierarchical_table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_hierarchical_table_id_ != nullptr) { + delete _impl_.result_hierarchical_table_id_; } - result_hierarchical_table_id_ = nullptr; + _impl_.result_hierarchical_table_id_ = nullptr; } void HierarchicalTableApplyRequest::clear_input_hierarchical_table_id() { - if (GetArenaForAllocation() == nullptr && input_hierarchical_table_id_ != nullptr) { - delete input_hierarchical_table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.input_hierarchical_table_id_ != nullptr) { + delete _impl_.input_hierarchical_table_id_; } - input_hierarchical_table_id_ = nullptr; + _impl_.input_hierarchical_table_id_ = nullptr; } void HierarchicalTableApplyRequest::clear_filters() { - filters_.Clear(); + _impl_.filters_.Clear(); } void HierarchicalTableApplyRequest::clear_sorts() { - sorts_.Clear(); + _impl_.sorts_.Clear(); } HierarchicalTableApplyRequest::HierarchicalTableApplyRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - filters_(arena), - sorts_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest) } HierarchicalTableApplyRequest::HierarchicalTableApplyRequest(const HierarchicalTableApplyRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - filters_(from.filters_), - sorts_(from.sorts_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + HierarchicalTableApplyRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.filters_){from._impl_.filters_} + , decltype(_impl_.sorts_){from._impl_.sorts_} + , decltype(_impl_.result_hierarchical_table_id_){nullptr} + , decltype(_impl_.input_hierarchical_table_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_hierarchical_table_id()) { - result_hierarchical_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_hierarchical_table_id_); - } else { - result_hierarchical_table_id_ = nullptr; + _this->_impl_.result_hierarchical_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_hierarchical_table_id_); } if (from._internal_has_input_hierarchical_table_id()) { - input_hierarchical_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.input_hierarchical_table_id_); - } else { - input_hierarchical_table_id_ = nullptr; + _this->_impl_.input_hierarchical_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.input_hierarchical_table_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest) } -inline void HierarchicalTableApplyRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_hierarchical_table_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&input_hierarchical_table_id_) - - reinterpret_cast(&result_hierarchical_table_id_)) + sizeof(input_hierarchical_table_id_)); +inline void HierarchicalTableApplyRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.filters_){arena} + , decltype(_impl_.sorts_){arena} + , decltype(_impl_.result_hierarchical_table_id_){nullptr} + , decltype(_impl_.input_hierarchical_table_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } HierarchicalTableApplyRequest::~HierarchicalTableApplyRequest() { @@ -1262,12 +1297,14 @@ HierarchicalTableApplyRequest::~HierarchicalTableApplyRequest() { inline void HierarchicalTableApplyRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_hierarchical_table_id_; - if (this != internal_default_instance()) delete input_hierarchical_table_id_; + _impl_.filters_.~RepeatedPtrField(); + _impl_.sorts_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_hierarchical_table_id_; + if (this != internal_default_instance()) delete _impl_.input_hierarchical_table_id_; } void HierarchicalTableApplyRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void HierarchicalTableApplyRequest::Clear() { @@ -1276,16 +1313,16 @@ void HierarchicalTableApplyRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - filters_.Clear(); - sorts_.Clear(); - if (GetArenaForAllocation() == nullptr && result_hierarchical_table_id_ != nullptr) { - delete result_hierarchical_table_id_; + _impl_.filters_.Clear(); + _impl_.sorts_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_hierarchical_table_id_ != nullptr) { + delete _impl_.result_hierarchical_table_id_; } - result_hierarchical_table_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && input_hierarchical_table_id_ != nullptr) { - delete input_hierarchical_table_id_; + _impl_.result_hierarchical_table_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.input_hierarchical_table_id_ != nullptr) { + delete _impl_.input_hierarchical_table_id_; } - input_hierarchical_table_id_ = nullptr; + _impl_.input_hierarchical_table_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1414,14 +1451,14 @@ size_t HierarchicalTableApplyRequest::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3; total_size += 1UL * this->_internal_filters_size(); - for (const auto& msg : this->filters_) { + for (const auto& msg : this->_impl_.filters_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // repeated .io.deephaven.proto.backplane.grpc.SortDescriptor sorts = 4; total_size += 1UL * this->_internal_sorts_size(); - for (const auto& msg : this->sorts_) { + for (const auto& msg : this->_impl_.sorts_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -1430,47 +1467,45 @@ size_t HierarchicalTableApplyRequest::ByteSizeLong() const { if (this->_internal_has_result_hierarchical_table_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_hierarchical_table_id_); + *_impl_.result_hierarchical_table_id_); } // .io.deephaven.proto.backplane.grpc.Ticket input_hierarchical_table_id = 2; if (this->_internal_has_input_hierarchical_table_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *input_hierarchical_table_id_); + *_impl_.input_hierarchical_table_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData HierarchicalTableApplyRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, HierarchicalTableApplyRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*HierarchicalTableApplyRequest::GetClassData() const { return &_class_data_; } -void HierarchicalTableApplyRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void HierarchicalTableApplyRequest::MergeFrom(const HierarchicalTableApplyRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest) - GOOGLE_DCHECK_NE(&from, this); +void HierarchicalTableApplyRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - filters_.MergeFrom(from.filters_); - sorts_.MergeFrom(from.sorts_); + _this->_impl_.filters_.MergeFrom(from._impl_.filters_); + _this->_impl_.sorts_.MergeFrom(from._impl_.sorts_); if (from._internal_has_result_hierarchical_table_id()) { - _internal_mutable_result_hierarchical_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_hierarchical_table_id()); + _this->_internal_mutable_result_hierarchical_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_hierarchical_table_id()); } if (from._internal_has_input_hierarchical_table_id()) { - _internal_mutable_input_hierarchical_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_input_hierarchical_table_id()); + _this->_internal_mutable_input_hierarchical_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_input_hierarchical_table_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void HierarchicalTableApplyRequest::CopyFrom(const HierarchicalTableApplyRequest& from) { @@ -1487,14 +1522,14 @@ bool HierarchicalTableApplyRequest::IsInitialized() const { void HierarchicalTableApplyRequest::InternalSwap(HierarchicalTableApplyRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - filters_.InternalSwap(&other->filters_); - sorts_.InternalSwap(&other->sorts_); + _impl_.filters_.InternalSwap(&other->_impl_.filters_); + _impl_.sorts_.InternalSwap(&other->_impl_.sorts_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(HierarchicalTableApplyRequest, input_hierarchical_table_id_) - + sizeof(HierarchicalTableApplyRequest::input_hierarchical_table_id_) - - PROTOBUF_FIELD_OFFSET(HierarchicalTableApplyRequest, result_hierarchical_table_id_)>( - reinterpret_cast(&result_hierarchical_table_id_), - reinterpret_cast(&other->result_hierarchical_table_id_)); + PROTOBUF_FIELD_OFFSET(HierarchicalTableApplyRequest, _impl_.input_hierarchical_table_id_) + + sizeof(HierarchicalTableApplyRequest::_impl_.input_hierarchical_table_id_) + - PROTOBUF_FIELD_OFFSET(HierarchicalTableApplyRequest, _impl_.result_hierarchical_table_id_)>( + reinterpret_cast(&_impl_.result_hierarchical_table_id_), + reinterpret_cast(&other->_impl_.result_hierarchical_table_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata HierarchicalTableApplyRequest::GetMetadata() const { @@ -1516,6 +1551,7 @@ HierarchicalTableApplyResponse::HierarchicalTableApplyResponse(::PROTOBUF_NAMESP } HierarchicalTableApplyResponse::HierarchicalTableApplyResponse(const HierarchicalTableApplyResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + HierarchicalTableApplyResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyResponse) } @@ -1551,28 +1587,40 @@ class HierarchicalTableDescriptor::_Internal { HierarchicalTableDescriptor::HierarchicalTableDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor) } HierarchicalTableDescriptor::HierarchicalTableDescriptor(const HierarchicalTableDescriptor& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + HierarchicalTableDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.snapshot_schema_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - snapshot_schema_.InitDefault(); + _impl_.snapshot_schema_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - snapshot_schema_.Set("", GetArenaForAllocation()); + _impl_.snapshot_schema_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_snapshot_schema().empty()) { - snapshot_schema_.Set(from._internal_snapshot_schema(), - GetArenaForAllocation()); + _this->_impl_.snapshot_schema_.Set(from._internal_snapshot_schema(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor) } -inline void HierarchicalTableDescriptor::SharedCtor() { -snapshot_schema_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - snapshot_schema_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void HierarchicalTableDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.snapshot_schema_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.snapshot_schema_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.snapshot_schema_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } HierarchicalTableDescriptor::~HierarchicalTableDescriptor() { @@ -1586,11 +1634,11 @@ HierarchicalTableDescriptor::~HierarchicalTableDescriptor() { inline void HierarchicalTableDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - snapshot_schema_.Destroy(); + _impl_.snapshot_schema_.Destroy(); } void HierarchicalTableDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void HierarchicalTableDescriptor::Clear() { @@ -1599,7 +1647,7 @@ void HierarchicalTableDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - snapshot_schema_.ClearToEmpty(); + _impl_.snapshot_schema_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1676,32 +1724,28 @@ size_t HierarchicalTableDescriptor::ByteSizeLong() const { this->_internal_snapshot_schema()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData HierarchicalTableDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, HierarchicalTableDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*HierarchicalTableDescriptor::GetClassData() const { return &_class_data_; } -void HierarchicalTableDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void HierarchicalTableDescriptor::MergeFrom(const HierarchicalTableDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void HierarchicalTableDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_snapshot_schema().empty()) { - _internal_set_snapshot_schema(from._internal_snapshot_schema()); + _this->_internal_set_snapshot_schema(from._internal_snapshot_schema()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void HierarchicalTableDescriptor::CopyFrom(const HierarchicalTableDescriptor& from) { @@ -1721,8 +1765,8 @@ void HierarchicalTableDescriptor::InternalSwap(HierarchicalTableDescriptor* othe auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &snapshot_schema_, lhs_arena, - &other->snapshot_schema_, rhs_arena + &_impl_.snapshot_schema_, lhs_arena, + &other->_impl_.snapshot_schema_, rhs_arena ); } @@ -1744,25 +1788,25 @@ class HierarchicalTableViewRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableViewRequest::_Internal::result_view_id(const HierarchicalTableViewRequest* msg) { - return *msg->result_view_id_; + return *msg->_impl_.result_view_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableViewRequest::_Internal::hierarchical_table_id(const HierarchicalTableViewRequest* msg) { - return *msg->target_.hierarchical_table_id_; + return *msg->_impl_.target_.hierarchical_table_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableViewRequest::_Internal::existing_view_id(const HierarchicalTableViewRequest* msg) { - return *msg->target_.existing_view_id_; + return *msg->_impl_.target_.existing_view_id_; } const ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor& HierarchicalTableViewRequest::_Internal::expansions(const HierarchicalTableViewRequest* msg) { - return *msg->expansions_; + return *msg->_impl_.expansions_; } void HierarchicalTableViewRequest::clear_result_view_id() { - if (GetArenaForAllocation() == nullptr && result_view_id_ != nullptr) { - delete result_view_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_view_id_ != nullptr) { + delete _impl_.result_view_id_; } - result_view_id_ = nullptr; + _impl_.result_view_id_ = nullptr; } void HierarchicalTableViewRequest::set_allocated_hierarchical_table_id(::io::deephaven::proto::backplane::grpc::Ticket* hierarchical_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -1776,14 +1820,14 @@ void HierarchicalTableViewRequest::set_allocated_hierarchical_table_id(::io::dee message_arena, hierarchical_table_id, submessage_arena); } set_has_hierarchical_table_id(); - target_.hierarchical_table_id_ = hierarchical_table_id; + _impl_.target_.hierarchical_table_id_ = hierarchical_table_id; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest.hierarchical_table_id) } void HierarchicalTableViewRequest::clear_hierarchical_table_id() { if (_internal_has_hierarchical_table_id()) { if (GetArenaForAllocation() == nullptr) { - delete target_.hierarchical_table_id_; + delete _impl_.target_.hierarchical_table_id_; } clear_has_target(); } @@ -1800,14 +1844,14 @@ void HierarchicalTableViewRequest::set_allocated_existing_view_id(::io::deephave message_arena, existing_view_id, submessage_arena); } set_has_existing_view_id(); - target_.existing_view_id_ = existing_view_id; + _impl_.target_.existing_view_id_ = existing_view_id; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest.existing_view_id) } void HierarchicalTableViewRequest::clear_existing_view_id() { if (_internal_has_existing_view_id()) { if (GetArenaForAllocation() == nullptr) { - delete target_.existing_view_id_; + delete _impl_.target_.existing_view_id_; } clear_has_target(); } @@ -1815,30 +1859,36 @@ void HierarchicalTableViewRequest::clear_existing_view_id() { HierarchicalTableViewRequest::HierarchicalTableViewRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest) } HierarchicalTableViewRequest::HierarchicalTableViewRequest(const HierarchicalTableViewRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + HierarchicalTableViewRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.result_view_id_){nullptr} + , decltype(_impl_.expansions_){nullptr} + , decltype(_impl_.target_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_view_id()) { - result_view_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_view_id_); - } else { - result_view_id_ = nullptr; + _this->_impl_.result_view_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_view_id_); } if (from._internal_has_expansions()) { - expansions_ = new ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor(*from.expansions_); - } else { - expansions_ = nullptr; + _this->_impl_.expansions_ = new ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor(*from._impl_.expansions_); } clear_has_target(); switch (from.target_case()) { case kHierarchicalTableId: { - _internal_mutable_hierarchical_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_hierarchical_table_id()); + _this->_internal_mutable_hierarchical_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_hierarchical_table_id()); break; } case kExistingViewId: { - _internal_mutable_existing_view_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_existing_view_id()); + _this->_internal_mutable_existing_view_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_existing_view_id()); break; } case TARGET_NOT_SET: { @@ -1848,12 +1898,18 @@ HierarchicalTableViewRequest::HierarchicalTableViewRequest(const HierarchicalTab // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest) } -inline void HierarchicalTableViewRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_view_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&expansions_) - - reinterpret_cast(&result_view_id_)) + sizeof(expansions_)); -clear_has_target(); +inline void HierarchicalTableViewRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.result_view_id_){nullptr} + , decltype(_impl_.expansions_){nullptr} + , decltype(_impl_.target_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_target(); } HierarchicalTableViewRequest::~HierarchicalTableViewRequest() { @@ -1867,15 +1923,15 @@ HierarchicalTableViewRequest::~HierarchicalTableViewRequest() { inline void HierarchicalTableViewRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_view_id_; - if (this != internal_default_instance()) delete expansions_; + if (this != internal_default_instance()) delete _impl_.result_view_id_; + if (this != internal_default_instance()) delete _impl_.expansions_; if (has_target()) { clear_target(); } } void HierarchicalTableViewRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void HierarchicalTableViewRequest::clear_target() { @@ -1883,13 +1939,13 @@ void HierarchicalTableViewRequest::clear_target() { switch (target_case()) { case kHierarchicalTableId: { if (GetArenaForAllocation() == nullptr) { - delete target_.hierarchical_table_id_; + delete _impl_.target_.hierarchical_table_id_; } break; } case kExistingViewId: { if (GetArenaForAllocation() == nullptr) { - delete target_.existing_view_id_; + delete _impl_.target_.existing_view_id_; } break; } @@ -1897,7 +1953,7 @@ void HierarchicalTableViewRequest::clear_target() { break; } } - _oneof_case_[0] = TARGET_NOT_SET; + _impl_._oneof_case_[0] = TARGET_NOT_SET; } @@ -1907,14 +1963,14 @@ void HierarchicalTableViewRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && result_view_id_ != nullptr) { - delete result_view_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_view_id_ != nullptr) { + delete _impl_.result_view_id_; } - result_view_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && expansions_ != nullptr) { - delete expansions_; + _impl_.result_view_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.expansions_ != nullptr) { + delete _impl_.expansions_; } - expansions_ = nullptr; + _impl_.expansions_ = nullptr; clear_target(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -2034,14 +2090,14 @@ size_t HierarchicalTableViewRequest::ByteSizeLong() const { if (this->_internal_has_result_view_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_view_id_); + *_impl_.result_view_id_); } // .io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor expansions = 4; if (this->_internal_has_expansions()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *expansions_); + *_impl_.expansions_); } switch (target_case()) { @@ -2049,62 +2105,62 @@ size_t HierarchicalTableViewRequest::ByteSizeLong() const { case kHierarchicalTableId: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *target_.hierarchical_table_id_); + *_impl_.target_.hierarchical_table_id_); break; } // .io.deephaven.proto.backplane.grpc.Ticket existing_view_id = 3; case kExistingViewId: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *target_.existing_view_id_); + *_impl_.target_.existing_view_id_); break; } case TARGET_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData HierarchicalTableViewRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, HierarchicalTableViewRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*HierarchicalTableViewRequest::GetClassData() const { return &_class_data_; } -void HierarchicalTableViewRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void HierarchicalTableViewRequest::MergeFrom(const HierarchicalTableViewRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest) - GOOGLE_DCHECK_NE(&from, this); +void HierarchicalTableViewRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_result_view_id()) { - _internal_mutable_result_view_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_view_id()); + _this->_internal_mutable_result_view_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_view_id()); } if (from._internal_has_expansions()) { - _internal_mutable_expansions()->::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor::MergeFrom(from._internal_expansions()); + _this->_internal_mutable_expansions()->::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor::MergeFrom( + from._internal_expansions()); } switch (from.target_case()) { case kHierarchicalTableId: { - _internal_mutable_hierarchical_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_hierarchical_table_id()); + _this->_internal_mutable_hierarchical_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_hierarchical_table_id()); break; } case kExistingViewId: { - _internal_mutable_existing_view_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_existing_view_id()); + _this->_internal_mutable_existing_view_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_existing_view_id()); break; } case TARGET_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void HierarchicalTableViewRequest::CopyFrom(const HierarchicalTableViewRequest& from) { @@ -2122,13 +2178,13 @@ void HierarchicalTableViewRequest::InternalSwap(HierarchicalTableViewRequest* ot using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(HierarchicalTableViewRequest, expansions_) - + sizeof(HierarchicalTableViewRequest::expansions_) - - PROTOBUF_FIELD_OFFSET(HierarchicalTableViewRequest, result_view_id_)>( - reinterpret_cast(&result_view_id_), - reinterpret_cast(&other->result_view_id_)); - swap(target_, other->target_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + PROTOBUF_FIELD_OFFSET(HierarchicalTableViewRequest, _impl_.expansions_) + + sizeof(HierarchicalTableViewRequest::_impl_.expansions_) + - PROTOBUF_FIELD_OFFSET(HierarchicalTableViewRequest, _impl_.result_view_id_)>( + reinterpret_cast(&_impl_.result_view_id_), + reinterpret_cast(&other->_impl_.result_view_id_)); + swap(_impl_.target_, other->_impl_.target_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata HierarchicalTableViewRequest::GetMetadata() const { @@ -2141,7 +2197,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata HierarchicalTableViewRequest::GetMetadata() co class HierarchicalTableViewKeyTableDescriptor::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static const ::io::deephaven::proto::backplane::grpc::Ticket& key_table_id(const HierarchicalTableViewKeyTableDescriptor* msg); static void set_has_key_table_action_column(HasBits* has_bits) { (*has_bits)[0] |= 1u; @@ -2150,46 +2206,58 @@ class HierarchicalTableViewKeyTableDescriptor::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableViewKeyTableDescriptor::_Internal::key_table_id(const HierarchicalTableViewKeyTableDescriptor* msg) { - return *msg->key_table_id_; + return *msg->_impl_.key_table_id_; } void HierarchicalTableViewKeyTableDescriptor::clear_key_table_id() { - if (GetArenaForAllocation() == nullptr && key_table_id_ != nullptr) { - delete key_table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.key_table_id_ != nullptr) { + delete _impl_.key_table_id_; } - key_table_id_ = nullptr; + _impl_.key_table_id_ = nullptr; } HierarchicalTableViewKeyTableDescriptor::HierarchicalTableViewKeyTableDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor) } HierarchicalTableViewKeyTableDescriptor::HierarchicalTableViewKeyTableDescriptor(const HierarchicalTableViewKeyTableDescriptor& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + HierarchicalTableViewKeyTableDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.key_table_action_column_){} + , decltype(_impl_.key_table_id_){nullptr}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - key_table_action_column_.InitDefault(); + _impl_.key_table_action_column_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - key_table_action_column_.Set("", GetArenaForAllocation()); + _impl_.key_table_action_column_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_key_table_action_column()) { - key_table_action_column_.Set(from._internal_key_table_action_column(), - GetArenaForAllocation()); + _this->_impl_.key_table_action_column_.Set(from._internal_key_table_action_column(), + _this->GetArenaForAllocation()); } if (from._internal_has_key_table_id()) { - key_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.key_table_id_); - } else { - key_table_id_ = nullptr; + _this->_impl_.key_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.key_table_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor) } -inline void HierarchicalTableViewKeyTableDescriptor::SharedCtor() { -key_table_action_column_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - key_table_action_column_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -key_table_id_ = nullptr; +inline void HierarchicalTableViewKeyTableDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.key_table_action_column_){} + , decltype(_impl_.key_table_id_){nullptr} + }; + _impl_.key_table_action_column_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.key_table_action_column_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } HierarchicalTableViewKeyTableDescriptor::~HierarchicalTableViewKeyTableDescriptor() { @@ -2203,12 +2271,12 @@ HierarchicalTableViewKeyTableDescriptor::~HierarchicalTableViewKeyTableDescripto inline void HierarchicalTableViewKeyTableDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - key_table_action_column_.Destroy(); - if (this != internal_default_instance()) delete key_table_id_; + _impl_.key_table_action_column_.Destroy(); + if (this != internal_default_instance()) delete _impl_.key_table_id_; } void HierarchicalTableViewKeyTableDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void HierarchicalTableViewKeyTableDescriptor::Clear() { @@ -2217,15 +2285,15 @@ void HierarchicalTableViewKeyTableDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { - key_table_action_column_.ClearNonDefaultToEmpty(); + _impl_.key_table_action_column_.ClearNonDefaultToEmpty(); } - if (GetArenaForAllocation() == nullptr && key_table_id_ != nullptr) { - delete key_table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.key_table_id_ != nullptr) { + delete _impl_.key_table_id_; } - key_table_id_ = nullptr; - _has_bits_.Clear(); + _impl_.key_table_id_ = nullptr; + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -2270,7 +2338,7 @@ const char* HierarchicalTableViewKeyTableDescriptor::_InternalParse(const char* CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -2318,7 +2386,7 @@ size_t HierarchicalTableViewKeyTableDescriptor::ByteSizeLong() const { (void) cached_has_bits; // optional string key_table_action_column = 2; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( @@ -2329,38 +2397,35 @@ size_t HierarchicalTableViewKeyTableDescriptor::ByteSizeLong() const { if (this->_internal_has_key_table_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *key_table_id_); + *_impl_.key_table_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData HierarchicalTableViewKeyTableDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, HierarchicalTableViewKeyTableDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*HierarchicalTableViewKeyTableDescriptor::GetClassData() const { return &_class_data_; } -void HierarchicalTableViewKeyTableDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void HierarchicalTableViewKeyTableDescriptor::MergeFrom(const HierarchicalTableViewKeyTableDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void HierarchicalTableViewKeyTableDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_key_table_action_column()) { - _internal_set_key_table_action_column(from._internal_key_table_action_column()); + _this->_internal_set_key_table_action_column(from._internal_key_table_action_column()); } if (from._internal_has_key_table_id()) { - _internal_mutable_key_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_key_table_id()); + _this->_internal_mutable_key_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_key_table_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void HierarchicalTableViewKeyTableDescriptor::CopyFrom(const HierarchicalTableViewKeyTableDescriptor& from) { @@ -2379,12 +2444,12 @@ void HierarchicalTableViewKeyTableDescriptor::InternalSwap(HierarchicalTableView auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &key_table_action_column_, lhs_arena, - &other->key_table_action_column_, rhs_arena + &_impl_.key_table_action_column_, lhs_arena, + &other->_impl_.key_table_action_column_, rhs_arena ); - swap(key_table_id_, other->key_table_id_); + swap(_impl_.key_table_id_, other->_impl_.key_table_id_); } ::PROTOBUF_NAMESPACE_ID::Metadata HierarchicalTableViewKeyTableDescriptor::GetMetadata() const { @@ -2406,6 +2471,7 @@ HierarchicalTableViewResponse::HierarchicalTableViewResponse(::PROTOBUF_NAMESPAC } HierarchicalTableViewResponse::HierarchicalTableViewResponse(const HierarchicalTableViewResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + HierarchicalTableViewResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.HierarchicalTableViewResponse) } @@ -2442,51 +2508,57 @@ class HierarchicalTableSourceExportRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableSourceExportRequest::_Internal::result_table_id(const HierarchicalTableSourceExportRequest* msg) { - return *msg->result_table_id_; + return *msg->_impl_.result_table_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableSourceExportRequest::_Internal::hierarchical_table_id(const HierarchicalTableSourceExportRequest* msg) { - return *msg->hierarchical_table_id_; + return *msg->_impl_.hierarchical_table_id_; } void HierarchicalTableSourceExportRequest::clear_result_table_id() { - if (GetArenaForAllocation() == nullptr && result_table_id_ != nullptr) { - delete result_table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_table_id_ != nullptr) { + delete _impl_.result_table_id_; } - result_table_id_ = nullptr; + _impl_.result_table_id_ = nullptr; } void HierarchicalTableSourceExportRequest::clear_hierarchical_table_id() { - if (GetArenaForAllocation() == nullptr && hierarchical_table_id_ != nullptr) { - delete hierarchical_table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.hierarchical_table_id_ != nullptr) { + delete _impl_.hierarchical_table_id_; } - hierarchical_table_id_ = nullptr; + _impl_.hierarchical_table_id_ = nullptr; } HierarchicalTableSourceExportRequest::HierarchicalTableSourceExportRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.HierarchicalTableSourceExportRequest) } HierarchicalTableSourceExportRequest::HierarchicalTableSourceExportRequest(const HierarchicalTableSourceExportRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + HierarchicalTableSourceExportRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.result_table_id_){nullptr} + , decltype(_impl_.hierarchical_table_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_table_id()) { - result_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_table_id_); - } else { - result_table_id_ = nullptr; + _this->_impl_.result_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_table_id_); } if (from._internal_has_hierarchical_table_id()) { - hierarchical_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.hierarchical_table_id_); - } else { - hierarchical_table_id_ = nullptr; + _this->_impl_.hierarchical_table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.hierarchical_table_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.HierarchicalTableSourceExportRequest) } -inline void HierarchicalTableSourceExportRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_table_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&hierarchical_table_id_) - - reinterpret_cast(&result_table_id_)) + sizeof(hierarchical_table_id_)); +inline void HierarchicalTableSourceExportRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.result_table_id_){nullptr} + , decltype(_impl_.hierarchical_table_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } HierarchicalTableSourceExportRequest::~HierarchicalTableSourceExportRequest() { @@ -2500,12 +2572,12 @@ HierarchicalTableSourceExportRequest::~HierarchicalTableSourceExportRequest() { inline void HierarchicalTableSourceExportRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_table_id_; - if (this != internal_default_instance()) delete hierarchical_table_id_; + if (this != internal_default_instance()) delete _impl_.result_table_id_; + if (this != internal_default_instance()) delete _impl_.hierarchical_table_id_; } void HierarchicalTableSourceExportRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void HierarchicalTableSourceExportRequest::Clear() { @@ -2514,14 +2586,14 @@ void HierarchicalTableSourceExportRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && result_table_id_ != nullptr) { - delete result_table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_table_id_ != nullptr) { + delete _impl_.result_table_id_; } - result_table_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && hierarchical_table_id_ != nullptr) { - delete hierarchical_table_id_; + _impl_.result_table_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.hierarchical_table_id_ != nullptr) { + delete _impl_.hierarchical_table_id_; } - hierarchical_table_id_ = nullptr; + _impl_.hierarchical_table_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -2610,45 +2682,43 @@ size_t HierarchicalTableSourceExportRequest::ByteSizeLong() const { if (this->_internal_has_result_table_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_table_id_); + *_impl_.result_table_id_); } // .io.deephaven.proto.backplane.grpc.Ticket hierarchical_table_id = 2; if (this->_internal_has_hierarchical_table_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *hierarchical_table_id_); + *_impl_.hierarchical_table_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData HierarchicalTableSourceExportRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, HierarchicalTableSourceExportRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*HierarchicalTableSourceExportRequest::GetClassData() const { return &_class_data_; } -void HierarchicalTableSourceExportRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void HierarchicalTableSourceExportRequest::MergeFrom(const HierarchicalTableSourceExportRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HierarchicalTableSourceExportRequest) - GOOGLE_DCHECK_NE(&from, this); +void HierarchicalTableSourceExportRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HierarchicalTableSourceExportRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_result_table_id()) { - _internal_mutable_result_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_table_id()); + _this->_internal_mutable_result_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_table_id()); } if (from._internal_has_hierarchical_table_id()) { - _internal_mutable_hierarchical_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_hierarchical_table_id()); + _this->_internal_mutable_hierarchical_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_hierarchical_table_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void HierarchicalTableSourceExportRequest::CopyFrom(const HierarchicalTableSourceExportRequest& from) { @@ -2666,11 +2736,11 @@ void HierarchicalTableSourceExportRequest::InternalSwap(HierarchicalTableSourceE using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(HierarchicalTableSourceExportRequest, hierarchical_table_id_) - + sizeof(HierarchicalTableSourceExportRequest::hierarchical_table_id_) - - PROTOBUF_FIELD_OFFSET(HierarchicalTableSourceExportRequest, result_table_id_)>( - reinterpret_cast(&result_table_id_), - reinterpret_cast(&other->result_table_id_)); + PROTOBUF_FIELD_OFFSET(HierarchicalTableSourceExportRequest, _impl_.hierarchical_table_id_) + + sizeof(HierarchicalTableSourceExportRequest::_impl_.hierarchical_table_id_) + - PROTOBUF_FIELD_OFFSET(HierarchicalTableSourceExportRequest, _impl_.result_table_id_)>( + reinterpret_cast(&_impl_.result_table_id_), + reinterpret_cast(&other->_impl_.result_table_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata HierarchicalTableSourceExportRequest::GetMetadata() const { diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/hierarchicaltable.pb.h b/cpp-client/deephaven/dhclient/proto/deephaven/proto/hierarchicaltable.pb.h index e40a33582c9..b05f4928858 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/hierarchicaltable.pb.h +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/hierarchicaltable.pb.h @@ -8,12 +8,12 @@ #include #include -#if PROTOBUF_VERSION < 3020000 +#if PROTOBUF_VERSION < 3021000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3020003 < PROTOBUF_MIN_PROTOC_VERSION +#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. @@ -191,9 +191,11 @@ class RollupRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const RollupRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const RollupRequest& from); + void MergeFrom( const RollupRequest& from) { + RollupRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -202,10 +204,10 @@ class RollupRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(RollupRequest* other); @@ -330,12 +332,15 @@ class RollupRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Aggregation > aggregations_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField group_by_columns_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_rollup_table_id_; - ::io::deephaven::proto::backplane::grpc::Ticket* source_table_id_; - bool include_constituents_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Aggregation > aggregations_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField group_by_columns_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_rollup_table_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* source_table_id_; + bool include_constituents_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto; }; // ------------------------------------------------------------------- @@ -418,11 +423,11 @@ class RollupResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const RollupResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const RollupResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -452,6 +457,8 @@ class RollupResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto; }; // ------------------------------------------------------------------- @@ -536,9 +543,11 @@ class TreeRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const TreeRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const TreeRequest& from); + void MergeFrom( const TreeRequest& from) { + TreeRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -547,10 +556,10 @@ class TreeRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(TreeRequest* other); @@ -661,12 +670,15 @@ class TreeRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr identifier_column_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr parent_identifier_column_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_tree_table_id_; - ::io::deephaven::proto::backplane::grpc::Ticket* source_table_id_; - bool promote_orphans_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr identifier_column_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr parent_identifier_column_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_tree_table_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* source_table_id_; + bool promote_orphans_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto; }; // ------------------------------------------------------------------- @@ -749,11 +761,11 @@ class TreeResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const TreeResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const TreeResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -783,6 +795,8 @@ class TreeResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto; }; // ------------------------------------------------------------------- @@ -867,9 +881,11 @@ class HierarchicalTableApplyRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const HierarchicalTableApplyRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const HierarchicalTableApplyRequest& from); + void MergeFrom( const HierarchicalTableApplyRequest& from) { + HierarchicalTableApplyRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -878,10 +894,10 @@ class HierarchicalTableApplyRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(HierarchicalTableApplyRequest* other); @@ -990,11 +1006,14 @@ class HierarchicalTableApplyRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition > filters_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::SortDescriptor > sorts_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_hierarchical_table_id_; - ::io::deephaven::proto::backplane::grpc::Ticket* input_hierarchical_table_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition > filters_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::SortDescriptor > sorts_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_hierarchical_table_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* input_hierarchical_table_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto; }; // ------------------------------------------------------------------- @@ -1077,11 +1096,11 @@ class HierarchicalTableApplyResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const HierarchicalTableApplyResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const HierarchicalTableApplyResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -1111,6 +1130,8 @@ class HierarchicalTableApplyResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto; }; // ------------------------------------------------------------------- @@ -1195,9 +1216,11 @@ class HierarchicalTableDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const HierarchicalTableDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const HierarchicalTableDescriptor& from); + void MergeFrom( const HierarchicalTableDescriptor& from) { + HierarchicalTableDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1206,10 +1229,10 @@ class HierarchicalTableDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(HierarchicalTableDescriptor* other); @@ -1257,8 +1280,11 @@ class HierarchicalTableDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr snapshot_schema_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr snapshot_schema_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto; }; // ------------------------------------------------------------------- @@ -1349,9 +1375,11 @@ class HierarchicalTableViewRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const HierarchicalTableViewRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const HierarchicalTableViewRequest& from); + void MergeFrom( const HierarchicalTableViewRequest& from) { + HierarchicalTableViewRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1360,10 +1388,10 @@ class HierarchicalTableViewRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(HierarchicalTableViewRequest* other); @@ -1479,17 +1507,20 @@ class HierarchicalTableViewRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_view_id_; - ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* expansions_; - union TargetUnion { - constexpr TargetUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::Ticket* hierarchical_table_id_; - ::io::deephaven::proto::backplane::grpc::Ticket* existing_view_id_; - } target_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* result_view_id_; + ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* expansions_; + union TargetUnion { + constexpr TargetUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::Ticket* hierarchical_table_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* existing_view_id_; + } target_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto; }; // ------------------------------------------------------------------- @@ -1574,9 +1605,11 @@ class HierarchicalTableViewKeyTableDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const HierarchicalTableViewKeyTableDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const HierarchicalTableViewKeyTableDescriptor& from); + void MergeFrom( const HierarchicalTableViewKeyTableDescriptor& from) { + HierarchicalTableViewKeyTableDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1585,10 +1618,10 @@ class HierarchicalTableViewKeyTableDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(HierarchicalTableViewKeyTableDescriptor* other); @@ -1659,10 +1692,13 @@ class HierarchicalTableViewKeyTableDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr key_table_action_column_; - ::io::deephaven::proto::backplane::grpc::Ticket* key_table_id_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr key_table_action_column_; + ::io::deephaven::proto::backplane::grpc::Ticket* key_table_id_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto; }; // ------------------------------------------------------------------- @@ -1745,11 +1781,11 @@ class HierarchicalTableViewResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const HierarchicalTableViewResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const HierarchicalTableViewResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -1779,6 +1815,8 @@ class HierarchicalTableViewResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto; }; // ------------------------------------------------------------------- @@ -1863,9 +1901,11 @@ class HierarchicalTableSourceExportRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const HierarchicalTableSourceExportRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const HierarchicalTableSourceExportRequest& from); + void MergeFrom( const HierarchicalTableSourceExportRequest& from) { + HierarchicalTableSourceExportRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1874,10 +1914,10 @@ class HierarchicalTableSourceExportRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(HierarchicalTableSourceExportRequest* other); @@ -1948,9 +1988,12 @@ class HierarchicalTableSourceExportRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_table_id_; - ::io::deephaven::proto::backplane::grpc::Ticket* hierarchical_table_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* result_table_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* hierarchical_table_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fhierarchicaltable_2eproto; }; // =================================================================== @@ -1966,13 +2009,13 @@ class HierarchicalTableSourceExportRequest final : // .io.deephaven.proto.backplane.grpc.Ticket result_rollup_table_id = 1; inline bool RollupRequest::_internal_has_result_rollup_table_id() const { - return this != internal_default_instance() && result_rollup_table_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_rollup_table_id_ != nullptr; } inline bool RollupRequest::has_result_rollup_table_id() const { return _internal_has_result_rollup_table_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& RollupRequest::_internal_result_rollup_table_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_rollup_table_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_rollup_table_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -1983,9 +2026,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& RollupRequest::res inline void RollupRequest::unsafe_arena_set_allocated_result_rollup_table_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_rollup_table_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_rollup_table_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_rollup_table_id_); } - result_rollup_table_id_ = result_rollup_table_id; + _impl_.result_rollup_table_id_ = result_rollup_table_id; if (result_rollup_table_id) { } else { @@ -1995,8 +2038,8 @@ inline void RollupRequest::unsafe_arena_set_allocated_result_rollup_table_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* RollupRequest::release_result_rollup_table_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_rollup_table_id_; - result_rollup_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_rollup_table_id_; + _impl_.result_rollup_table_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -2011,17 +2054,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* RollupRequest::release_r inline ::io::deephaven::proto::backplane::grpc::Ticket* RollupRequest::unsafe_arena_release_result_rollup_table_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.RollupRequest.result_rollup_table_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_rollup_table_id_; - result_rollup_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_rollup_table_id_; + _impl_.result_rollup_table_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* RollupRequest::_internal_mutable_result_rollup_table_id() { - if (result_rollup_table_id_ == nullptr) { + if (_impl_.result_rollup_table_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_rollup_table_id_ = p; + _impl_.result_rollup_table_id_ = p; } - return result_rollup_table_id_; + return _impl_.result_rollup_table_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* RollupRequest::mutable_result_rollup_table_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_rollup_table_id(); @@ -2031,7 +2074,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* RollupRequest::mutable_r inline void RollupRequest::set_allocated_result_rollup_table_id(::io::deephaven::proto::backplane::grpc::Ticket* result_rollup_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_rollup_table_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_rollup_table_id_); } if (result_rollup_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -2045,19 +2088,19 @@ inline void RollupRequest::set_allocated_result_rollup_table_id(::io::deephaven: } else { } - result_rollup_table_id_ = result_rollup_table_id; + _impl_.result_rollup_table_id_ = result_rollup_table_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.RollupRequest.result_rollup_table_id) } // .io.deephaven.proto.backplane.grpc.Ticket source_table_id = 2; inline bool RollupRequest::_internal_has_source_table_id() const { - return this != internal_default_instance() && source_table_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_table_id_ != nullptr; } inline bool RollupRequest::has_source_table_id() const { return _internal_has_source_table_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& RollupRequest::_internal_source_table_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = source_table_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.source_table_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -2068,9 +2111,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& RollupRequest::sou inline void RollupRequest::unsafe_arena_set_allocated_source_table_id( ::io::deephaven::proto::backplane::grpc::Ticket* source_table_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_table_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_table_id_); } - source_table_id_ = source_table_id; + _impl_.source_table_id_ = source_table_id; if (source_table_id) { } else { @@ -2080,8 +2123,8 @@ inline void RollupRequest::unsafe_arena_set_allocated_source_table_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* RollupRequest::release_source_table_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = source_table_id_; - source_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.source_table_id_; + _impl_.source_table_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -2096,17 +2139,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* RollupRequest::release_s inline ::io::deephaven::proto::backplane::grpc::Ticket* RollupRequest::unsafe_arena_release_source_table_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.RollupRequest.source_table_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = source_table_id_; - source_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.source_table_id_; + _impl_.source_table_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* RollupRequest::_internal_mutable_source_table_id() { - if (source_table_id_ == nullptr) { + if (_impl_.source_table_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - source_table_id_ = p; + _impl_.source_table_id_ = p; } - return source_table_id_; + return _impl_.source_table_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* RollupRequest::mutable_source_table_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_source_table_id(); @@ -2116,7 +2159,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* RollupRequest::mutable_s inline void RollupRequest::set_allocated_source_table_id(::io::deephaven::proto::backplane::grpc::Ticket* source_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_table_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_table_id_); } if (source_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -2130,35 +2173,35 @@ inline void RollupRequest::set_allocated_source_table_id(::io::deephaven::proto: } else { } - source_table_id_ = source_table_id; + _impl_.source_table_id_ = source_table_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.RollupRequest.source_table_id) } // repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 3; inline int RollupRequest::_internal_aggregations_size() const { - return aggregations_.size(); + return _impl_.aggregations_.size(); } inline int RollupRequest::aggregations_size() const { return _internal_aggregations_size(); } inline ::io::deephaven::proto::backplane::grpc::Aggregation* RollupRequest::mutable_aggregations(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.RollupRequest.aggregations) - return aggregations_.Mutable(index); + return _impl_.aggregations_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Aggregation >* RollupRequest::mutable_aggregations() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.RollupRequest.aggregations) - return &aggregations_; + return &_impl_.aggregations_; } inline const ::io::deephaven::proto::backplane::grpc::Aggregation& RollupRequest::_internal_aggregations(int index) const { - return aggregations_.Get(index); + return _impl_.aggregations_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::Aggregation& RollupRequest::aggregations(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RollupRequest.aggregations) return _internal_aggregations(index); } inline ::io::deephaven::proto::backplane::grpc::Aggregation* RollupRequest::_internal_add_aggregations() { - return aggregations_.Add(); + return _impl_.aggregations_.Add(); } inline ::io::deephaven::proto::backplane::grpc::Aggregation* RollupRequest::add_aggregations() { ::io::deephaven::proto::backplane::grpc::Aggregation* _add = _internal_add_aggregations(); @@ -2168,15 +2211,15 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation* RollupRequest::add_ inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Aggregation >& RollupRequest::aggregations() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.RollupRequest.aggregations) - return aggregations_; + return _impl_.aggregations_; } // bool include_constituents = 4; inline void RollupRequest::clear_include_constituents() { - include_constituents_ = false; + _impl_.include_constituents_ = false; } inline bool RollupRequest::_internal_include_constituents() const { - return include_constituents_; + return _impl_.include_constituents_; } inline bool RollupRequest::include_constituents() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RollupRequest.include_constituents) @@ -2184,7 +2227,7 @@ inline bool RollupRequest::include_constituents() const { } inline void RollupRequest::_internal_set_include_constituents(bool value) { - include_constituents_ = value; + _impl_.include_constituents_ = value; } inline void RollupRequest::set_include_constituents(bool value) { _internal_set_include_constituents(value); @@ -2193,13 +2236,13 @@ inline void RollupRequest::set_include_constituents(bool value) { // repeated string group_by_columns = 5; inline int RollupRequest::_internal_group_by_columns_size() const { - return group_by_columns_.size(); + return _impl_.group_by_columns_.size(); } inline int RollupRequest::group_by_columns_size() const { return _internal_group_by_columns_size(); } inline void RollupRequest::clear_group_by_columns() { - group_by_columns_.Clear(); + _impl_.group_by_columns_.Clear(); } inline std::string* RollupRequest::add_group_by_columns() { std::string* _s = _internal_add_group_by_columns(); @@ -2207,7 +2250,7 @@ inline std::string* RollupRequest::add_group_by_columns() { return _s; } inline const std::string& RollupRequest::_internal_group_by_columns(int index) const { - return group_by_columns_.Get(index); + return _impl_.group_by_columns_.Get(index); } inline const std::string& RollupRequest::group_by_columns(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RollupRequest.group_by_columns) @@ -2215,55 +2258,55 @@ inline const std::string& RollupRequest::group_by_columns(int index) const { } inline std::string* RollupRequest::mutable_group_by_columns(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.RollupRequest.group_by_columns) - return group_by_columns_.Mutable(index); + return _impl_.group_by_columns_.Mutable(index); } inline void RollupRequest::set_group_by_columns(int index, const std::string& value) { - group_by_columns_.Mutable(index)->assign(value); + _impl_.group_by_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.RollupRequest.group_by_columns) } inline void RollupRequest::set_group_by_columns(int index, std::string&& value) { - group_by_columns_.Mutable(index)->assign(std::move(value)); + _impl_.group_by_columns_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.RollupRequest.group_by_columns) } inline void RollupRequest::set_group_by_columns(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - group_by_columns_.Mutable(index)->assign(value); + _impl_.group_by_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.RollupRequest.group_by_columns) } inline void RollupRequest::set_group_by_columns(int index, const char* value, size_t size) { - group_by_columns_.Mutable(index)->assign( + _impl_.group_by_columns_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.RollupRequest.group_by_columns) } inline std::string* RollupRequest::_internal_add_group_by_columns() { - return group_by_columns_.Add(); + return _impl_.group_by_columns_.Add(); } inline void RollupRequest::add_group_by_columns(const std::string& value) { - group_by_columns_.Add()->assign(value); + _impl_.group_by_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.RollupRequest.group_by_columns) } inline void RollupRequest::add_group_by_columns(std::string&& value) { - group_by_columns_.Add(std::move(value)); + _impl_.group_by_columns_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.RollupRequest.group_by_columns) } inline void RollupRequest::add_group_by_columns(const char* value) { GOOGLE_DCHECK(value != nullptr); - group_by_columns_.Add()->assign(value); + _impl_.group_by_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.RollupRequest.group_by_columns) } inline void RollupRequest::add_group_by_columns(const char* value, size_t size) { - group_by_columns_.Add()->assign(reinterpret_cast(value), size); + _impl_.group_by_columns_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.RollupRequest.group_by_columns) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& RollupRequest::group_by_columns() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.RollupRequest.group_by_columns) - return group_by_columns_; + return _impl_.group_by_columns_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* RollupRequest::mutable_group_by_columns() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.RollupRequest.group_by_columns) - return &group_by_columns_; + return &_impl_.group_by_columns_; } // ------------------------------------------------------------------- @@ -2276,13 +2319,13 @@ RollupRequest::mutable_group_by_columns() { // .io.deephaven.proto.backplane.grpc.Ticket result_tree_table_id = 1; inline bool TreeRequest::_internal_has_result_tree_table_id() const { - return this != internal_default_instance() && result_tree_table_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_tree_table_id_ != nullptr; } inline bool TreeRequest::has_result_tree_table_id() const { return _internal_has_result_tree_table_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& TreeRequest::_internal_result_tree_table_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_tree_table_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_tree_table_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -2293,9 +2336,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& TreeRequest::resul inline void TreeRequest::unsafe_arena_set_allocated_result_tree_table_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_tree_table_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_tree_table_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_tree_table_id_); } - result_tree_table_id_ = result_tree_table_id; + _impl_.result_tree_table_id_ = result_tree_table_id; if (result_tree_table_id) { } else { @@ -2305,8 +2348,8 @@ inline void TreeRequest::unsafe_arena_set_allocated_result_tree_table_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* TreeRequest::release_result_tree_table_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_tree_table_id_; - result_tree_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_tree_table_id_; + _impl_.result_tree_table_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -2321,17 +2364,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* TreeRequest::release_res inline ::io::deephaven::proto::backplane::grpc::Ticket* TreeRequest::unsafe_arena_release_result_tree_table_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TreeRequest.result_tree_table_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_tree_table_id_; - result_tree_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_tree_table_id_; + _impl_.result_tree_table_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* TreeRequest::_internal_mutable_result_tree_table_id() { - if (result_tree_table_id_ == nullptr) { + if (_impl_.result_tree_table_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_tree_table_id_ = p; + _impl_.result_tree_table_id_ = p; } - return result_tree_table_id_; + return _impl_.result_tree_table_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* TreeRequest::mutable_result_tree_table_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_tree_table_id(); @@ -2341,7 +2384,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* TreeRequest::mutable_res inline void TreeRequest::set_allocated_result_tree_table_id(::io::deephaven::proto::backplane::grpc::Ticket* result_tree_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_tree_table_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_tree_table_id_); } if (result_tree_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -2355,19 +2398,19 @@ inline void TreeRequest::set_allocated_result_tree_table_id(::io::deephaven::pro } else { } - result_tree_table_id_ = result_tree_table_id; + _impl_.result_tree_table_id_ = result_tree_table_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TreeRequest.result_tree_table_id) } // .io.deephaven.proto.backplane.grpc.Ticket source_table_id = 2; inline bool TreeRequest::_internal_has_source_table_id() const { - return this != internal_default_instance() && source_table_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_table_id_ != nullptr; } inline bool TreeRequest::has_source_table_id() const { return _internal_has_source_table_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& TreeRequest::_internal_source_table_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = source_table_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.source_table_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -2378,9 +2421,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& TreeRequest::sourc inline void TreeRequest::unsafe_arena_set_allocated_source_table_id( ::io::deephaven::proto::backplane::grpc::Ticket* source_table_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_table_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_table_id_); } - source_table_id_ = source_table_id; + _impl_.source_table_id_ = source_table_id; if (source_table_id) { } else { @@ -2390,8 +2433,8 @@ inline void TreeRequest::unsafe_arena_set_allocated_source_table_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* TreeRequest::release_source_table_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = source_table_id_; - source_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.source_table_id_; + _impl_.source_table_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -2406,17 +2449,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* TreeRequest::release_sou inline ::io::deephaven::proto::backplane::grpc::Ticket* TreeRequest::unsafe_arena_release_source_table_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TreeRequest.source_table_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = source_table_id_; - source_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.source_table_id_; + _impl_.source_table_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* TreeRequest::_internal_mutable_source_table_id() { - if (source_table_id_ == nullptr) { + if (_impl_.source_table_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - source_table_id_ = p; + _impl_.source_table_id_ = p; } - return source_table_id_; + return _impl_.source_table_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* TreeRequest::mutable_source_table_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_source_table_id(); @@ -2426,7 +2469,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* TreeRequest::mutable_sou inline void TreeRequest::set_allocated_source_table_id(::io::deephaven::proto::backplane::grpc::Ticket* source_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_table_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_table_id_); } if (source_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -2440,13 +2483,13 @@ inline void TreeRequest::set_allocated_source_table_id(::io::deephaven::proto::b } else { } - source_table_id_ = source_table_id; + _impl_.source_table_id_ = source_table_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TreeRequest.source_table_id) } // string identifier_column = 3; inline void TreeRequest::clear_identifier_column() { - identifier_column_.ClearToEmpty(); + _impl_.identifier_column_.ClearToEmpty(); } inline const std::string& TreeRequest::identifier_column() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TreeRequest.identifier_column) @@ -2456,7 +2499,7 @@ template inline PROTOBUF_ALWAYS_INLINE void TreeRequest::set_identifier_column(ArgT0&& arg0, ArgT... args) { - identifier_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.identifier_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.TreeRequest.identifier_column) } inline std::string* TreeRequest::mutable_identifier_column() { @@ -2465,19 +2508,19 @@ inline std::string* TreeRequest::mutable_identifier_column() { return _s; } inline const std::string& TreeRequest::_internal_identifier_column() const { - return identifier_column_.Get(); + return _impl_.identifier_column_.Get(); } inline void TreeRequest::_internal_set_identifier_column(const std::string& value) { - identifier_column_.Set(value, GetArenaForAllocation()); + _impl_.identifier_column_.Set(value, GetArenaForAllocation()); } inline std::string* TreeRequest::_internal_mutable_identifier_column() { - return identifier_column_.Mutable(GetArenaForAllocation()); + return _impl_.identifier_column_.Mutable(GetArenaForAllocation()); } inline std::string* TreeRequest::release_identifier_column() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TreeRequest.identifier_column) - return identifier_column_.Release(); + return _impl_.identifier_column_.Release(); } inline void TreeRequest::set_allocated_identifier_column(std::string* identifier_column) { if (identifier_column != nullptr) { @@ -2485,10 +2528,10 @@ inline void TreeRequest::set_allocated_identifier_column(std::string* identifier } else { } - identifier_column_.SetAllocated(identifier_column, GetArenaForAllocation()); + _impl_.identifier_column_.SetAllocated(identifier_column, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (identifier_column_.IsDefault()) { - identifier_column_.Set("", GetArenaForAllocation()); + if (_impl_.identifier_column_.IsDefault()) { + _impl_.identifier_column_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TreeRequest.identifier_column) @@ -2496,7 +2539,7 @@ inline void TreeRequest::set_allocated_identifier_column(std::string* identifier // string parent_identifier_column = 4; inline void TreeRequest::clear_parent_identifier_column() { - parent_identifier_column_.ClearToEmpty(); + _impl_.parent_identifier_column_.ClearToEmpty(); } inline const std::string& TreeRequest::parent_identifier_column() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TreeRequest.parent_identifier_column) @@ -2506,7 +2549,7 @@ template inline PROTOBUF_ALWAYS_INLINE void TreeRequest::set_parent_identifier_column(ArgT0&& arg0, ArgT... args) { - parent_identifier_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.parent_identifier_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.TreeRequest.parent_identifier_column) } inline std::string* TreeRequest::mutable_parent_identifier_column() { @@ -2515,19 +2558,19 @@ inline std::string* TreeRequest::mutable_parent_identifier_column() { return _s; } inline const std::string& TreeRequest::_internal_parent_identifier_column() const { - return parent_identifier_column_.Get(); + return _impl_.parent_identifier_column_.Get(); } inline void TreeRequest::_internal_set_parent_identifier_column(const std::string& value) { - parent_identifier_column_.Set(value, GetArenaForAllocation()); + _impl_.parent_identifier_column_.Set(value, GetArenaForAllocation()); } inline std::string* TreeRequest::_internal_mutable_parent_identifier_column() { - return parent_identifier_column_.Mutable(GetArenaForAllocation()); + return _impl_.parent_identifier_column_.Mutable(GetArenaForAllocation()); } inline std::string* TreeRequest::release_parent_identifier_column() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TreeRequest.parent_identifier_column) - return parent_identifier_column_.Release(); + return _impl_.parent_identifier_column_.Release(); } inline void TreeRequest::set_allocated_parent_identifier_column(std::string* parent_identifier_column) { if (parent_identifier_column != nullptr) { @@ -2535,10 +2578,10 @@ inline void TreeRequest::set_allocated_parent_identifier_column(std::string* par } else { } - parent_identifier_column_.SetAllocated(parent_identifier_column, GetArenaForAllocation()); + _impl_.parent_identifier_column_.SetAllocated(parent_identifier_column, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (parent_identifier_column_.IsDefault()) { - parent_identifier_column_.Set("", GetArenaForAllocation()); + if (_impl_.parent_identifier_column_.IsDefault()) { + _impl_.parent_identifier_column_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TreeRequest.parent_identifier_column) @@ -2546,10 +2589,10 @@ inline void TreeRequest::set_allocated_parent_identifier_column(std::string* par // bool promote_orphans = 5; inline void TreeRequest::clear_promote_orphans() { - promote_orphans_ = false; + _impl_.promote_orphans_ = false; } inline bool TreeRequest::_internal_promote_orphans() const { - return promote_orphans_; + return _impl_.promote_orphans_; } inline bool TreeRequest::promote_orphans() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TreeRequest.promote_orphans) @@ -2557,7 +2600,7 @@ inline bool TreeRequest::promote_orphans() const { } inline void TreeRequest::_internal_set_promote_orphans(bool value) { - promote_orphans_ = value; + _impl_.promote_orphans_ = value; } inline void TreeRequest::set_promote_orphans(bool value) { _internal_set_promote_orphans(value); @@ -2574,13 +2617,13 @@ inline void TreeRequest::set_promote_orphans(bool value) { // .io.deephaven.proto.backplane.grpc.Ticket result_hierarchical_table_id = 1; inline bool HierarchicalTableApplyRequest::_internal_has_result_hierarchical_table_id() const { - return this != internal_default_instance() && result_hierarchical_table_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_hierarchical_table_id_ != nullptr; } inline bool HierarchicalTableApplyRequest::has_result_hierarchical_table_id() const { return _internal_has_result_hierarchical_table_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableApplyRequest::_internal_result_hierarchical_table_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_hierarchical_table_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_hierarchical_table_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -2591,9 +2634,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableA inline void HierarchicalTableApplyRequest::unsafe_arena_set_allocated_result_hierarchical_table_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_hierarchical_table_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_hierarchical_table_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_hierarchical_table_id_); } - result_hierarchical_table_id_ = result_hierarchical_table_id; + _impl_.result_hierarchical_table_id_ = result_hierarchical_table_id; if (result_hierarchical_table_id) { } else { @@ -2603,8 +2646,8 @@ inline void HierarchicalTableApplyRequest::unsafe_arena_set_allocated_result_hie } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableApplyRequest::release_result_hierarchical_table_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_hierarchical_table_id_; - result_hierarchical_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_hierarchical_table_id_; + _impl_.result_hierarchical_table_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -2619,17 +2662,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableApplyRe inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableApplyRequest::unsafe_arena_release_result_hierarchical_table_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest.result_hierarchical_table_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_hierarchical_table_id_; - result_hierarchical_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_hierarchical_table_id_; + _impl_.result_hierarchical_table_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableApplyRequest::_internal_mutable_result_hierarchical_table_id() { - if (result_hierarchical_table_id_ == nullptr) { + if (_impl_.result_hierarchical_table_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_hierarchical_table_id_ = p; + _impl_.result_hierarchical_table_id_ = p; } - return result_hierarchical_table_id_; + return _impl_.result_hierarchical_table_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableApplyRequest::mutable_result_hierarchical_table_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_hierarchical_table_id(); @@ -2639,7 +2682,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableApplyRe inline void HierarchicalTableApplyRequest::set_allocated_result_hierarchical_table_id(::io::deephaven::proto::backplane::grpc::Ticket* result_hierarchical_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_hierarchical_table_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_hierarchical_table_id_); } if (result_hierarchical_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -2653,19 +2696,19 @@ inline void HierarchicalTableApplyRequest::set_allocated_result_hierarchical_tab } else { } - result_hierarchical_table_id_ = result_hierarchical_table_id; + _impl_.result_hierarchical_table_id_ = result_hierarchical_table_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest.result_hierarchical_table_id) } // .io.deephaven.proto.backplane.grpc.Ticket input_hierarchical_table_id = 2; inline bool HierarchicalTableApplyRequest::_internal_has_input_hierarchical_table_id() const { - return this != internal_default_instance() && input_hierarchical_table_id_ != nullptr; + return this != internal_default_instance() && _impl_.input_hierarchical_table_id_ != nullptr; } inline bool HierarchicalTableApplyRequest::has_input_hierarchical_table_id() const { return _internal_has_input_hierarchical_table_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableApplyRequest::_internal_input_hierarchical_table_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = input_hierarchical_table_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.input_hierarchical_table_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -2676,9 +2719,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableA inline void HierarchicalTableApplyRequest::unsafe_arena_set_allocated_input_hierarchical_table_id( ::io::deephaven::proto::backplane::grpc::Ticket* input_hierarchical_table_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(input_hierarchical_table_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.input_hierarchical_table_id_); } - input_hierarchical_table_id_ = input_hierarchical_table_id; + _impl_.input_hierarchical_table_id_ = input_hierarchical_table_id; if (input_hierarchical_table_id) { } else { @@ -2688,8 +2731,8 @@ inline void HierarchicalTableApplyRequest::unsafe_arena_set_allocated_input_hier } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableApplyRequest::release_input_hierarchical_table_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = input_hierarchical_table_id_; - input_hierarchical_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.input_hierarchical_table_id_; + _impl_.input_hierarchical_table_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -2704,17 +2747,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableApplyRe inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableApplyRequest::unsafe_arena_release_input_hierarchical_table_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest.input_hierarchical_table_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = input_hierarchical_table_id_; - input_hierarchical_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.input_hierarchical_table_id_; + _impl_.input_hierarchical_table_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableApplyRequest::_internal_mutable_input_hierarchical_table_id() { - if (input_hierarchical_table_id_ == nullptr) { + if (_impl_.input_hierarchical_table_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - input_hierarchical_table_id_ = p; + _impl_.input_hierarchical_table_id_ = p; } - return input_hierarchical_table_id_; + return _impl_.input_hierarchical_table_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableApplyRequest::mutable_input_hierarchical_table_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_input_hierarchical_table_id(); @@ -2724,7 +2767,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableApplyRe inline void HierarchicalTableApplyRequest::set_allocated_input_hierarchical_table_id(::io::deephaven::proto::backplane::grpc::Ticket* input_hierarchical_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(input_hierarchical_table_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.input_hierarchical_table_id_); } if (input_hierarchical_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -2738,35 +2781,35 @@ inline void HierarchicalTableApplyRequest::set_allocated_input_hierarchical_tabl } else { } - input_hierarchical_table_id_ = input_hierarchical_table_id; + _impl_.input_hierarchical_table_id_ = input_hierarchical_table_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest.input_hierarchical_table_id) } // repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3; inline int HierarchicalTableApplyRequest::_internal_filters_size() const { - return filters_.size(); + return _impl_.filters_.size(); } inline int HierarchicalTableApplyRequest::filters_size() const { return _internal_filters_size(); } inline ::io::deephaven::proto::backplane::grpc::Condition* HierarchicalTableApplyRequest::mutable_filters(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest.filters) - return filters_.Mutable(index); + return _impl_.filters_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition >* HierarchicalTableApplyRequest::mutable_filters() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest.filters) - return &filters_; + return &_impl_.filters_; } inline const ::io::deephaven::proto::backplane::grpc::Condition& HierarchicalTableApplyRequest::_internal_filters(int index) const { - return filters_.Get(index); + return _impl_.filters_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::Condition& HierarchicalTableApplyRequest::filters(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest.filters) return _internal_filters(index); } inline ::io::deephaven::proto::backplane::grpc::Condition* HierarchicalTableApplyRequest::_internal_add_filters() { - return filters_.Add(); + return _impl_.filters_.Add(); } inline ::io::deephaven::proto::backplane::grpc::Condition* HierarchicalTableApplyRequest::add_filters() { ::io::deephaven::proto::backplane::grpc::Condition* _add = _internal_add_filters(); @@ -2776,34 +2819,34 @@ inline ::io::deephaven::proto::backplane::grpc::Condition* HierarchicalTableAppl inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition >& HierarchicalTableApplyRequest::filters() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest.filters) - return filters_; + return _impl_.filters_; } // repeated .io.deephaven.proto.backplane.grpc.SortDescriptor sorts = 4; inline int HierarchicalTableApplyRequest::_internal_sorts_size() const { - return sorts_.size(); + return _impl_.sorts_.size(); } inline int HierarchicalTableApplyRequest::sorts_size() const { return _internal_sorts_size(); } inline ::io::deephaven::proto::backplane::grpc::SortDescriptor* HierarchicalTableApplyRequest::mutable_sorts(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest.sorts) - return sorts_.Mutable(index); + return _impl_.sorts_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::SortDescriptor >* HierarchicalTableApplyRequest::mutable_sorts() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest.sorts) - return &sorts_; + return &_impl_.sorts_; } inline const ::io::deephaven::proto::backplane::grpc::SortDescriptor& HierarchicalTableApplyRequest::_internal_sorts(int index) const { - return sorts_.Get(index); + return _impl_.sorts_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::SortDescriptor& HierarchicalTableApplyRequest::sorts(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest.sorts) return _internal_sorts(index); } inline ::io::deephaven::proto::backplane::grpc::SortDescriptor* HierarchicalTableApplyRequest::_internal_add_sorts() { - return sorts_.Add(); + return _impl_.sorts_.Add(); } inline ::io::deephaven::proto::backplane::grpc::SortDescriptor* HierarchicalTableApplyRequest::add_sorts() { ::io::deephaven::proto::backplane::grpc::SortDescriptor* _add = _internal_add_sorts(); @@ -2813,7 +2856,7 @@ inline ::io::deephaven::proto::backplane::grpc::SortDescriptor* HierarchicalTabl inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::SortDescriptor >& HierarchicalTableApplyRequest::sorts() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.HierarchicalTableApplyRequest.sorts) - return sorts_; + return _impl_.sorts_; } // ------------------------------------------------------------------- @@ -2826,7 +2869,7 @@ HierarchicalTableApplyRequest::sorts() const { // bytes snapshot_schema = 1; inline void HierarchicalTableDescriptor::clear_snapshot_schema() { - snapshot_schema_.ClearToEmpty(); + _impl_.snapshot_schema_.ClearToEmpty(); } inline const std::string& HierarchicalTableDescriptor::snapshot_schema() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor.snapshot_schema) @@ -2836,7 +2879,7 @@ template inline PROTOBUF_ALWAYS_INLINE void HierarchicalTableDescriptor::set_snapshot_schema(ArgT0&& arg0, ArgT... args) { - snapshot_schema_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.snapshot_schema_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor.snapshot_schema) } inline std::string* HierarchicalTableDescriptor::mutable_snapshot_schema() { @@ -2845,19 +2888,19 @@ inline std::string* HierarchicalTableDescriptor::mutable_snapshot_schema() { return _s; } inline const std::string& HierarchicalTableDescriptor::_internal_snapshot_schema() const { - return snapshot_schema_.Get(); + return _impl_.snapshot_schema_.Get(); } inline void HierarchicalTableDescriptor::_internal_set_snapshot_schema(const std::string& value) { - snapshot_schema_.Set(value, GetArenaForAllocation()); + _impl_.snapshot_schema_.Set(value, GetArenaForAllocation()); } inline std::string* HierarchicalTableDescriptor::_internal_mutable_snapshot_schema() { - return snapshot_schema_.Mutable(GetArenaForAllocation()); + return _impl_.snapshot_schema_.Mutable(GetArenaForAllocation()); } inline std::string* HierarchicalTableDescriptor::release_snapshot_schema() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor.snapshot_schema) - return snapshot_schema_.Release(); + return _impl_.snapshot_schema_.Release(); } inline void HierarchicalTableDescriptor::set_allocated_snapshot_schema(std::string* snapshot_schema) { if (snapshot_schema != nullptr) { @@ -2865,10 +2908,10 @@ inline void HierarchicalTableDescriptor::set_allocated_snapshot_schema(std::stri } else { } - snapshot_schema_.SetAllocated(snapshot_schema, GetArenaForAllocation()); + _impl_.snapshot_schema_.SetAllocated(snapshot_schema, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (snapshot_schema_.IsDefault()) { - snapshot_schema_.Set("", GetArenaForAllocation()); + if (_impl_.snapshot_schema_.IsDefault()) { + _impl_.snapshot_schema_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableDescriptor.snapshot_schema) @@ -2880,13 +2923,13 @@ inline void HierarchicalTableDescriptor::set_allocated_snapshot_schema(std::stri // .io.deephaven.proto.backplane.grpc.Ticket result_view_id = 1; inline bool HierarchicalTableViewRequest::_internal_has_result_view_id() const { - return this != internal_default_instance() && result_view_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_view_id_ != nullptr; } inline bool HierarchicalTableViewRequest::has_result_view_id() const { return _internal_has_result_view_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableViewRequest::_internal_result_view_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_view_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_view_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -2897,9 +2940,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableV inline void HierarchicalTableViewRequest::unsafe_arena_set_allocated_result_view_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_view_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_view_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_view_id_); } - result_view_id_ = result_view_id; + _impl_.result_view_id_ = result_view_id; if (result_view_id) { } else { @@ -2909,8 +2952,8 @@ inline void HierarchicalTableViewRequest::unsafe_arena_set_allocated_result_view } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewRequest::release_result_view_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_view_id_; - result_view_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_view_id_; + _impl_.result_view_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -2925,17 +2968,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewReq inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewRequest::unsafe_arena_release_result_view_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest.result_view_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_view_id_; - result_view_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_view_id_; + _impl_.result_view_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewRequest::_internal_mutable_result_view_id() { - if (result_view_id_ == nullptr) { + if (_impl_.result_view_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_view_id_ = p; + _impl_.result_view_id_ = p; } - return result_view_id_; + return _impl_.result_view_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewRequest::mutable_result_view_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_view_id(); @@ -2945,7 +2988,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewReq inline void HierarchicalTableViewRequest::set_allocated_result_view_id(::io::deephaven::proto::backplane::grpc::Ticket* result_view_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_view_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_view_id_); } if (result_view_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -2959,7 +3002,7 @@ inline void HierarchicalTableViewRequest::set_allocated_result_view_id(::io::dee } else { } - result_view_id_ = result_view_id; + _impl_.result_view_id_ = result_view_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest.result_view_id) } @@ -2971,17 +3014,17 @@ inline bool HierarchicalTableViewRequest::has_hierarchical_table_id() const { return _internal_has_hierarchical_table_id(); } inline void HierarchicalTableViewRequest::set_has_hierarchical_table_id() { - _oneof_case_[0] = kHierarchicalTableId; + _impl_._oneof_case_[0] = kHierarchicalTableId; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewRequest::release_hierarchical_table_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest.hierarchical_table_id) if (_internal_has_hierarchical_table_id()) { clear_has_target(); - ::io::deephaven::proto::backplane::grpc::Ticket* temp = target_.hierarchical_table_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.target_.hierarchical_table_id_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - target_.hierarchical_table_id_ = nullptr; + _impl_.target_.hierarchical_table_id_ = nullptr; return temp; } else { return nullptr; @@ -2989,7 +3032,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewReq } inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableViewRequest::_internal_hierarchical_table_id() const { return _internal_has_hierarchical_table_id() - ? *target_.hierarchical_table_id_ + ? *_impl_.target_.hierarchical_table_id_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::Ticket&>(::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableViewRequest::hierarchical_table_id() const { @@ -3000,8 +3043,8 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewReq // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest.hierarchical_table_id) if (_internal_has_hierarchical_table_id()) { clear_has_target(); - ::io::deephaven::proto::backplane::grpc::Ticket* temp = target_.hierarchical_table_id_; - target_.hierarchical_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.target_.hierarchical_table_id_; + _impl_.target_.hierarchical_table_id_ = nullptr; return temp; } else { return nullptr; @@ -3011,7 +3054,7 @@ inline void HierarchicalTableViewRequest::unsafe_arena_set_allocated_hierarchica clear_target(); if (hierarchical_table_id) { set_has_hierarchical_table_id(); - target_.hierarchical_table_id_ = hierarchical_table_id; + _impl_.target_.hierarchical_table_id_ = hierarchical_table_id; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest.hierarchical_table_id) } @@ -3019,9 +3062,9 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewReq if (!_internal_has_hierarchical_table_id()) { clear_target(); set_has_hierarchical_table_id(); - target_.hierarchical_table_id_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Ticket >(GetArenaForAllocation()); + _impl_.target_.hierarchical_table_id_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Ticket >(GetArenaForAllocation()); } - return target_.hierarchical_table_id_; + return _impl_.target_.hierarchical_table_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewRequest::mutable_hierarchical_table_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_hierarchical_table_id(); @@ -3037,17 +3080,17 @@ inline bool HierarchicalTableViewRequest::has_existing_view_id() const { return _internal_has_existing_view_id(); } inline void HierarchicalTableViewRequest::set_has_existing_view_id() { - _oneof_case_[0] = kExistingViewId; + _impl_._oneof_case_[0] = kExistingViewId; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewRequest::release_existing_view_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest.existing_view_id) if (_internal_has_existing_view_id()) { clear_has_target(); - ::io::deephaven::proto::backplane::grpc::Ticket* temp = target_.existing_view_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.target_.existing_view_id_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - target_.existing_view_id_ = nullptr; + _impl_.target_.existing_view_id_ = nullptr; return temp; } else { return nullptr; @@ -3055,7 +3098,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewReq } inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableViewRequest::_internal_existing_view_id() const { return _internal_has_existing_view_id() - ? *target_.existing_view_id_ + ? *_impl_.target_.existing_view_id_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::Ticket&>(::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableViewRequest::existing_view_id() const { @@ -3066,8 +3109,8 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewReq // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest.existing_view_id) if (_internal_has_existing_view_id()) { clear_has_target(); - ::io::deephaven::proto::backplane::grpc::Ticket* temp = target_.existing_view_id_; - target_.existing_view_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.target_.existing_view_id_; + _impl_.target_.existing_view_id_ = nullptr; return temp; } else { return nullptr; @@ -3077,7 +3120,7 @@ inline void HierarchicalTableViewRequest::unsafe_arena_set_allocated_existing_vi clear_target(); if (existing_view_id) { set_has_existing_view_id(); - target_.existing_view_id_ = existing_view_id; + _impl_.target_.existing_view_id_ = existing_view_id; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest.existing_view_id) } @@ -3085,9 +3128,9 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewReq if (!_internal_has_existing_view_id()) { clear_target(); set_has_existing_view_id(); - target_.existing_view_id_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Ticket >(GetArenaForAllocation()); + _impl_.target_.existing_view_id_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Ticket >(GetArenaForAllocation()); } - return target_.existing_view_id_; + return _impl_.target_.existing_view_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewRequest::mutable_existing_view_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_existing_view_id(); @@ -3097,19 +3140,19 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewReq // .io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor expansions = 4; inline bool HierarchicalTableViewRequest::_internal_has_expansions() const { - return this != internal_default_instance() && expansions_ != nullptr; + return this != internal_default_instance() && _impl_.expansions_ != nullptr; } inline bool HierarchicalTableViewRequest::has_expansions() const { return _internal_has_expansions(); } inline void HierarchicalTableViewRequest::clear_expansions() { - if (GetArenaForAllocation() == nullptr && expansions_ != nullptr) { - delete expansions_; + if (GetArenaForAllocation() == nullptr && _impl_.expansions_ != nullptr) { + delete _impl_.expansions_; } - expansions_ = nullptr; + _impl_.expansions_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor& HierarchicalTableViewRequest::_internal_expansions() const { - const ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* p = expansions_; + const ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* p = _impl_.expansions_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_HierarchicalTableViewKeyTableDescriptor_default_instance_); } @@ -3120,9 +3163,9 @@ inline const ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTa inline void HierarchicalTableViewRequest::unsafe_arena_set_allocated_expansions( ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* expansions) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(expansions_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.expansions_); } - expansions_ = expansions; + _impl_.expansions_ = expansions; if (expansions) { } else { @@ -3132,8 +3175,8 @@ inline void HierarchicalTableViewRequest::unsafe_arena_set_allocated_expansions( } inline ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* HierarchicalTableViewRequest::release_expansions() { - ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* temp = expansions_; - expansions_ = nullptr; + ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* temp = _impl_.expansions_; + _impl_.expansions_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -3148,17 +3191,17 @@ inline ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDes inline ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* HierarchicalTableViewRequest::unsafe_arena_release_expansions() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest.expansions) - ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* temp = expansions_; - expansions_ = nullptr; + ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* temp = _impl_.expansions_; + _impl_.expansions_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* HierarchicalTableViewRequest::_internal_mutable_expansions() { - if (expansions_ == nullptr) { + if (_impl_.expansions_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor>(GetArenaForAllocation()); - expansions_ = p; + _impl_.expansions_ = p; } - return expansions_; + return _impl_.expansions_; } inline ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* HierarchicalTableViewRequest::mutable_expansions() { ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* _msg = _internal_mutable_expansions(); @@ -3168,7 +3211,7 @@ inline ::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDes inline void HierarchicalTableViewRequest::set_allocated_expansions(::io::deephaven::proto::backplane::grpc::HierarchicalTableViewKeyTableDescriptor* expansions) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete expansions_; + delete _impl_.expansions_; } if (expansions) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -3181,7 +3224,7 @@ inline void HierarchicalTableViewRequest::set_allocated_expansions(::io::deephav } else { } - expansions_ = expansions; + _impl_.expansions_ = expansions; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableViewRequest.expansions) } @@ -3189,10 +3232,10 @@ inline bool HierarchicalTableViewRequest::has_target() const { return target_case() != TARGET_NOT_SET; } inline void HierarchicalTableViewRequest::clear_has_target() { - _oneof_case_[0] = TARGET_NOT_SET; + _impl_._oneof_case_[0] = TARGET_NOT_SET; } inline HierarchicalTableViewRequest::TargetCase HierarchicalTableViewRequest::target_case() const { - return HierarchicalTableViewRequest::TargetCase(_oneof_case_[0]); + return HierarchicalTableViewRequest::TargetCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -3200,13 +3243,13 @@ inline HierarchicalTableViewRequest::TargetCase HierarchicalTableViewRequest::ta // .io.deephaven.proto.backplane.grpc.Ticket key_table_id = 1; inline bool HierarchicalTableViewKeyTableDescriptor::_internal_has_key_table_id() const { - return this != internal_default_instance() && key_table_id_ != nullptr; + return this != internal_default_instance() && _impl_.key_table_id_ != nullptr; } inline bool HierarchicalTableViewKeyTableDescriptor::has_key_table_id() const { return _internal_has_key_table_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableViewKeyTableDescriptor::_internal_key_table_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = key_table_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.key_table_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -3217,9 +3260,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableV inline void HierarchicalTableViewKeyTableDescriptor::unsafe_arena_set_allocated_key_table_id( ::io::deephaven::proto::backplane::grpc::Ticket* key_table_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(key_table_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.key_table_id_); } - key_table_id_ = key_table_id; + _impl_.key_table_id_ = key_table_id; if (key_table_id) { } else { @@ -3229,8 +3272,8 @@ inline void HierarchicalTableViewKeyTableDescriptor::unsafe_arena_set_allocated_ } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewKeyTableDescriptor::release_key_table_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = key_table_id_; - key_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.key_table_id_; + _impl_.key_table_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -3245,17 +3288,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewKey inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewKeyTableDescriptor::unsafe_arena_release_key_table_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor.key_table_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = key_table_id_; - key_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.key_table_id_; + _impl_.key_table_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewKeyTableDescriptor::_internal_mutable_key_table_id() { - if (key_table_id_ == nullptr) { + if (_impl_.key_table_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - key_table_id_ = p; + _impl_.key_table_id_ = p; } - return key_table_id_; + return _impl_.key_table_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewKeyTableDescriptor::mutable_key_table_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_key_table_id(); @@ -3265,7 +3308,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableViewKey inline void HierarchicalTableViewKeyTableDescriptor::set_allocated_key_table_id(::io::deephaven::proto::backplane::grpc::Ticket* key_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(key_table_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.key_table_id_); } if (key_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -3279,21 +3322,21 @@ inline void HierarchicalTableViewKeyTableDescriptor::set_allocated_key_table_id( } else { } - key_table_id_ = key_table_id; + _impl_.key_table_id_ = key_table_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor.key_table_id) } // optional string key_table_action_column = 2; inline bool HierarchicalTableViewKeyTableDescriptor::_internal_has_key_table_action_column() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool HierarchicalTableViewKeyTableDescriptor::has_key_table_action_column() const { return _internal_has_key_table_action_column(); } inline void HierarchicalTableViewKeyTableDescriptor::clear_key_table_action_column() { - key_table_action_column_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.key_table_action_column_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& HierarchicalTableViewKeyTableDescriptor::key_table_action_column() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor.key_table_action_column) @@ -3302,8 +3345,8 @@ inline const std::string& HierarchicalTableViewKeyTableDescriptor::key_table_act template inline PROTOBUF_ALWAYS_INLINE void HierarchicalTableViewKeyTableDescriptor::set_key_table_action_column(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - key_table_action_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.key_table_action_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor.key_table_action_column) } inline std::string* HierarchicalTableViewKeyTableDescriptor::mutable_key_table_action_column() { @@ -3312,40 +3355,40 @@ inline std::string* HierarchicalTableViewKeyTableDescriptor::mutable_key_table_a return _s; } inline const std::string& HierarchicalTableViewKeyTableDescriptor::_internal_key_table_action_column() const { - return key_table_action_column_.Get(); + return _impl_.key_table_action_column_.Get(); } inline void HierarchicalTableViewKeyTableDescriptor::_internal_set_key_table_action_column(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - key_table_action_column_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.key_table_action_column_.Set(value, GetArenaForAllocation()); } inline std::string* HierarchicalTableViewKeyTableDescriptor::_internal_mutable_key_table_action_column() { - _has_bits_[0] |= 0x00000001u; - return key_table_action_column_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.key_table_action_column_.Mutable(GetArenaForAllocation()); } inline std::string* HierarchicalTableViewKeyTableDescriptor::release_key_table_action_column() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor.key_table_action_column) if (!_internal_has_key_table_action_column()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = key_table_action_column_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.key_table_action_column_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (key_table_action_column_.IsDefault()) { - key_table_action_column_.Set("", GetArenaForAllocation()); + if (_impl_.key_table_action_column_.IsDefault()) { + _impl_.key_table_action_column_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void HierarchicalTableViewKeyTableDescriptor::set_allocated_key_table_action_column(std::string* key_table_action_column) { if (key_table_action_column != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - key_table_action_column_.SetAllocated(key_table_action_column, GetArenaForAllocation()); + _impl_.key_table_action_column_.SetAllocated(key_table_action_column, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (key_table_action_column_.IsDefault()) { - key_table_action_column_.Set("", GetArenaForAllocation()); + if (_impl_.key_table_action_column_.IsDefault()) { + _impl_.key_table_action_column_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableViewKeyTableDescriptor.key_table_action_column) @@ -3361,13 +3404,13 @@ inline void HierarchicalTableViewKeyTableDescriptor::set_allocated_key_table_act // .io.deephaven.proto.backplane.grpc.Ticket result_table_id = 1; inline bool HierarchicalTableSourceExportRequest::_internal_has_result_table_id() const { - return this != internal_default_instance() && result_table_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_table_id_ != nullptr; } inline bool HierarchicalTableSourceExportRequest::has_result_table_id() const { return _internal_has_result_table_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableSourceExportRequest::_internal_result_table_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_table_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_table_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -3378,9 +3421,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableS inline void HierarchicalTableSourceExportRequest::unsafe_arena_set_allocated_result_table_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_table_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_table_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_table_id_); } - result_table_id_ = result_table_id; + _impl_.result_table_id_ = result_table_id; if (result_table_id) { } else { @@ -3390,8 +3433,8 @@ inline void HierarchicalTableSourceExportRequest::unsafe_arena_set_allocated_res } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableSourceExportRequest::release_result_table_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_table_id_; - result_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_table_id_; + _impl_.result_table_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -3406,17 +3449,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableSourceE inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableSourceExportRequest::unsafe_arena_release_result_table_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HierarchicalTableSourceExportRequest.result_table_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_table_id_; - result_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_table_id_; + _impl_.result_table_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableSourceExportRequest::_internal_mutable_result_table_id() { - if (result_table_id_ == nullptr) { + if (_impl_.result_table_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_table_id_ = p; + _impl_.result_table_id_ = p; } - return result_table_id_; + return _impl_.result_table_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableSourceExportRequest::mutable_result_table_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_table_id(); @@ -3426,7 +3469,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableSourceE inline void HierarchicalTableSourceExportRequest::set_allocated_result_table_id(::io::deephaven::proto::backplane::grpc::Ticket* result_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_table_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_table_id_); } if (result_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -3440,19 +3483,19 @@ inline void HierarchicalTableSourceExportRequest::set_allocated_result_table_id( } else { } - result_table_id_ = result_table_id; + _impl_.result_table_id_ = result_table_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableSourceExportRequest.result_table_id) } // .io.deephaven.proto.backplane.grpc.Ticket hierarchical_table_id = 2; inline bool HierarchicalTableSourceExportRequest::_internal_has_hierarchical_table_id() const { - return this != internal_default_instance() && hierarchical_table_id_ != nullptr; + return this != internal_default_instance() && _impl_.hierarchical_table_id_ != nullptr; } inline bool HierarchicalTableSourceExportRequest::has_hierarchical_table_id() const { return _internal_has_hierarchical_table_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableSourceExportRequest::_internal_hierarchical_table_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = hierarchical_table_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.hierarchical_table_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -3463,9 +3506,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& HierarchicalTableS inline void HierarchicalTableSourceExportRequest::unsafe_arena_set_allocated_hierarchical_table_id( ::io::deephaven::proto::backplane::grpc::Ticket* hierarchical_table_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(hierarchical_table_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.hierarchical_table_id_); } - hierarchical_table_id_ = hierarchical_table_id; + _impl_.hierarchical_table_id_ = hierarchical_table_id; if (hierarchical_table_id) { } else { @@ -3475,8 +3518,8 @@ inline void HierarchicalTableSourceExportRequest::unsafe_arena_set_allocated_hie } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableSourceExportRequest::release_hierarchical_table_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = hierarchical_table_id_; - hierarchical_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.hierarchical_table_id_; + _impl_.hierarchical_table_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -3491,17 +3534,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableSourceE inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableSourceExportRequest::unsafe_arena_release_hierarchical_table_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HierarchicalTableSourceExportRequest.hierarchical_table_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = hierarchical_table_id_; - hierarchical_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.hierarchical_table_id_; + _impl_.hierarchical_table_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableSourceExportRequest::_internal_mutable_hierarchical_table_id() { - if (hierarchical_table_id_ == nullptr) { + if (_impl_.hierarchical_table_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - hierarchical_table_id_ = p; + _impl_.hierarchical_table_id_ = p; } - return hierarchical_table_id_; + return _impl_.hierarchical_table_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableSourceExportRequest::mutable_hierarchical_table_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_hierarchical_table_id(); @@ -3511,7 +3554,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HierarchicalTableSourceE inline void HierarchicalTableSourceExportRequest::set_allocated_hierarchical_table_id(::io::deephaven::proto::backplane::grpc::Ticket* hierarchical_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(hierarchical_table_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.hierarchical_table_id_); } if (hierarchical_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -3525,7 +3568,7 @@ inline void HierarchicalTableSourceExportRequest::set_allocated_hierarchical_tab } else { } - hierarchical_table_id_ = hierarchical_table_id; + _impl_.hierarchical_table_id_ = hierarchical_table_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HierarchicalTableSourceExportRequest.hierarchical_table_id) } diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/inputtable.pb.cc b/cpp-client/deephaven/dhclient/proto/deephaven/proto/inputtable.pb.cc index 6b7788d3f2c..95ba83cef03 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/inputtable.pb.cc +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/inputtable.pb.cc @@ -26,9 +26,10 @@ namespace proto { namespace backplane { namespace grpc { PROTOBUF_CONSTEXPR AddTableRequest::AddTableRequest( - ::_pbi::ConstantInitialized) - : input_table_(nullptr) - , table_to_add_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.input_table_)*/nullptr + , /*decltype(_impl_.table_to_add_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct AddTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR AddTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -39,7 +40,7 @@ struct AddTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AddTableRequestDefaultTypeInternal _AddTableRequest_default_instance_; PROTOBUF_CONSTEXPR AddTableResponse::AddTableResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AddTableResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR AddTableResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -50,9 +51,10 @@ struct AddTableResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AddTableResponseDefaultTypeInternal _AddTableResponse_default_instance_; PROTOBUF_CONSTEXPR DeleteTableRequest::DeleteTableRequest( - ::_pbi::ConstantInitialized) - : input_table_(nullptr) - , table_to_remove_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.input_table_)*/nullptr + , /*decltype(_impl_.table_to_remove_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct DeleteTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR DeleteTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -63,7 +65,7 @@ struct DeleteTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeleteTableRequestDefaultTypeInternal _DeleteTableRequest_default_instance_; PROTOBUF_CONSTEXPR DeleteTableResponse::DeleteTableResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct DeleteTableResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR DeleteTableResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -89,8 +91,8 @@ const uint32_t TableStruct_deephaven_2fproto_2finputtable_2eproto::offsets[] PRO ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AddTableRequest, input_table_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AddTableRequest, table_to_add_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AddTableRequest, _impl_.input_table_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AddTableRequest, _impl_.table_to_add_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AddTableResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -103,8 +105,8 @@ const uint32_t TableStruct_deephaven_2fproto_2finputtable_2eproto::offsets[] PRO ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DeleteTableRequest, input_table_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DeleteTableRequest, table_to_remove_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DeleteTableRequest, _impl_.input_table_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DeleteTableRequest, _impl_.table_to_remove_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DeleteTableResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -183,51 +185,57 @@ class AddTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& AddTableRequest::_Internal::input_table(const AddTableRequest* msg) { - return *msg->input_table_; + return *msg->_impl_.input_table_; } const ::io::deephaven::proto::backplane::grpc::Ticket& AddTableRequest::_Internal::table_to_add(const AddTableRequest* msg) { - return *msg->table_to_add_; + return *msg->_impl_.table_to_add_; } void AddTableRequest::clear_input_table() { - if (GetArenaForAllocation() == nullptr && input_table_ != nullptr) { - delete input_table_; + if (GetArenaForAllocation() == nullptr && _impl_.input_table_ != nullptr) { + delete _impl_.input_table_; } - input_table_ = nullptr; + _impl_.input_table_ = nullptr; } void AddTableRequest::clear_table_to_add() { - if (GetArenaForAllocation() == nullptr && table_to_add_ != nullptr) { - delete table_to_add_; + if (GetArenaForAllocation() == nullptr && _impl_.table_to_add_ != nullptr) { + delete _impl_.table_to_add_; } - table_to_add_ = nullptr; + _impl_.table_to_add_ = nullptr; } AddTableRequest::AddTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AddTableRequest) } AddTableRequest::AddTableRequest(const AddTableRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AddTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.input_table_){nullptr} + , decltype(_impl_.table_to_add_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_input_table()) { - input_table_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.input_table_); - } else { - input_table_ = nullptr; + _this->_impl_.input_table_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.input_table_); } if (from._internal_has_table_to_add()) { - table_to_add_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.table_to_add_); - } else { - table_to_add_ = nullptr; + _this->_impl_.table_to_add_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.table_to_add_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AddTableRequest) } -inline void AddTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&input_table_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&table_to_add_) - - reinterpret_cast(&input_table_)) + sizeof(table_to_add_)); +inline void AddTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.input_table_){nullptr} + , decltype(_impl_.table_to_add_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } AddTableRequest::~AddTableRequest() { @@ -241,12 +249,12 @@ AddTableRequest::~AddTableRequest() { inline void AddTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete input_table_; - if (this != internal_default_instance()) delete table_to_add_; + if (this != internal_default_instance()) delete _impl_.input_table_; + if (this != internal_default_instance()) delete _impl_.table_to_add_; } void AddTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AddTableRequest::Clear() { @@ -255,14 +263,14 @@ void AddTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && input_table_ != nullptr) { - delete input_table_; + if (GetArenaForAllocation() == nullptr && _impl_.input_table_ != nullptr) { + delete _impl_.input_table_; } - input_table_ = nullptr; - if (GetArenaForAllocation() == nullptr && table_to_add_ != nullptr) { - delete table_to_add_; + _impl_.input_table_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.table_to_add_ != nullptr) { + delete _impl_.table_to_add_; } - table_to_add_ = nullptr; + _impl_.table_to_add_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -351,45 +359,43 @@ size_t AddTableRequest::ByteSizeLong() const { if (this->_internal_has_input_table()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *input_table_); + *_impl_.input_table_); } // .io.deephaven.proto.backplane.grpc.Ticket table_to_add = 2; if (this->_internal_has_table_to_add()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *table_to_add_); + *_impl_.table_to_add_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AddTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AddTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AddTableRequest::GetClassData() const { return &_class_data_; } -void AddTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AddTableRequest::MergeFrom(const AddTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AddTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void AddTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AddTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_input_table()) { - _internal_mutable_input_table()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_input_table()); + _this->_internal_mutable_input_table()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_input_table()); } if (from._internal_has_table_to_add()) { - _internal_mutable_table_to_add()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_table_to_add()); + _this->_internal_mutable_table_to_add()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_table_to_add()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AddTableRequest::CopyFrom(const AddTableRequest& from) { @@ -407,11 +413,11 @@ void AddTableRequest::InternalSwap(AddTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(AddTableRequest, table_to_add_) - + sizeof(AddTableRequest::table_to_add_) - - PROTOBUF_FIELD_OFFSET(AddTableRequest, input_table_)>( - reinterpret_cast(&input_table_), - reinterpret_cast(&other->input_table_)); + PROTOBUF_FIELD_OFFSET(AddTableRequest, _impl_.table_to_add_) + + sizeof(AddTableRequest::_impl_.table_to_add_) + - PROTOBUF_FIELD_OFFSET(AddTableRequest, _impl_.input_table_)>( + reinterpret_cast(&_impl_.input_table_), + reinterpret_cast(&other->_impl_.input_table_)); } ::PROTOBUF_NAMESPACE_ID::Metadata AddTableRequest::GetMetadata() const { @@ -433,6 +439,7 @@ AddTableResponse::AddTableResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, } AddTableResponse::AddTableResponse(const AddTableResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AddTableResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AddTableResponse) } @@ -469,51 +476,57 @@ class DeleteTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& DeleteTableRequest::_Internal::input_table(const DeleteTableRequest* msg) { - return *msg->input_table_; + return *msg->_impl_.input_table_; } const ::io::deephaven::proto::backplane::grpc::Ticket& DeleteTableRequest::_Internal::table_to_remove(const DeleteTableRequest* msg) { - return *msg->table_to_remove_; + return *msg->_impl_.table_to_remove_; } void DeleteTableRequest::clear_input_table() { - if (GetArenaForAllocation() == nullptr && input_table_ != nullptr) { - delete input_table_; + if (GetArenaForAllocation() == nullptr && _impl_.input_table_ != nullptr) { + delete _impl_.input_table_; } - input_table_ = nullptr; + _impl_.input_table_ = nullptr; } void DeleteTableRequest::clear_table_to_remove() { - if (GetArenaForAllocation() == nullptr && table_to_remove_ != nullptr) { - delete table_to_remove_; + if (GetArenaForAllocation() == nullptr && _impl_.table_to_remove_ != nullptr) { + delete _impl_.table_to_remove_; } - table_to_remove_ = nullptr; + _impl_.table_to_remove_ = nullptr; } DeleteTableRequest::DeleteTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.DeleteTableRequest) } DeleteTableRequest::DeleteTableRequest(const DeleteTableRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + DeleteTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.input_table_){nullptr} + , decltype(_impl_.table_to_remove_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_input_table()) { - input_table_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.input_table_); - } else { - input_table_ = nullptr; + _this->_impl_.input_table_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.input_table_); } if (from._internal_has_table_to_remove()) { - table_to_remove_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.table_to_remove_); - } else { - table_to_remove_ = nullptr; + _this->_impl_.table_to_remove_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.table_to_remove_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.DeleteTableRequest) } -inline void DeleteTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&input_table_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&table_to_remove_) - - reinterpret_cast(&input_table_)) + sizeof(table_to_remove_)); +inline void DeleteTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.input_table_){nullptr} + , decltype(_impl_.table_to_remove_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } DeleteTableRequest::~DeleteTableRequest() { @@ -527,12 +540,12 @@ DeleteTableRequest::~DeleteTableRequest() { inline void DeleteTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete input_table_; - if (this != internal_default_instance()) delete table_to_remove_; + if (this != internal_default_instance()) delete _impl_.input_table_; + if (this != internal_default_instance()) delete _impl_.table_to_remove_; } void DeleteTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void DeleteTableRequest::Clear() { @@ -541,14 +554,14 @@ void DeleteTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && input_table_ != nullptr) { - delete input_table_; + if (GetArenaForAllocation() == nullptr && _impl_.input_table_ != nullptr) { + delete _impl_.input_table_; } - input_table_ = nullptr; - if (GetArenaForAllocation() == nullptr && table_to_remove_ != nullptr) { - delete table_to_remove_; + _impl_.input_table_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.table_to_remove_ != nullptr) { + delete _impl_.table_to_remove_; } - table_to_remove_ = nullptr; + _impl_.table_to_remove_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -637,45 +650,43 @@ size_t DeleteTableRequest::ByteSizeLong() const { if (this->_internal_has_input_table()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *input_table_); + *_impl_.input_table_); } // .io.deephaven.proto.backplane.grpc.Ticket table_to_remove = 2; if (this->_internal_has_table_to_remove()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *table_to_remove_); + *_impl_.table_to_remove_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData DeleteTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, DeleteTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeleteTableRequest::GetClassData() const { return &_class_data_; } -void DeleteTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void DeleteTableRequest::MergeFrom(const DeleteTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.DeleteTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void DeleteTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.DeleteTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_input_table()) { - _internal_mutable_input_table()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_input_table()); + _this->_internal_mutable_input_table()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_input_table()); } if (from._internal_has_table_to_remove()) { - _internal_mutable_table_to_remove()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_table_to_remove()); + _this->_internal_mutable_table_to_remove()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_table_to_remove()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void DeleteTableRequest::CopyFrom(const DeleteTableRequest& from) { @@ -693,11 +704,11 @@ void DeleteTableRequest::InternalSwap(DeleteTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(DeleteTableRequest, table_to_remove_) - + sizeof(DeleteTableRequest::table_to_remove_) - - PROTOBUF_FIELD_OFFSET(DeleteTableRequest, input_table_)>( - reinterpret_cast(&input_table_), - reinterpret_cast(&other->input_table_)); + PROTOBUF_FIELD_OFFSET(DeleteTableRequest, _impl_.table_to_remove_) + + sizeof(DeleteTableRequest::_impl_.table_to_remove_) + - PROTOBUF_FIELD_OFFSET(DeleteTableRequest, _impl_.input_table_)>( + reinterpret_cast(&_impl_.input_table_), + reinterpret_cast(&other->_impl_.input_table_)); } ::PROTOBUF_NAMESPACE_ID::Metadata DeleteTableRequest::GetMetadata() const { @@ -719,6 +730,7 @@ DeleteTableResponse::DeleteTableResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, } DeleteTableResponse::DeleteTableResponse(const DeleteTableResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + DeleteTableResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.DeleteTableResponse) } diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/inputtable.pb.h b/cpp-client/deephaven/dhclient/proto/deephaven/proto/inputtable.pb.h index 6426a423174..43604d6ccf3 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/inputtable.pb.h +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/inputtable.pb.h @@ -8,12 +8,12 @@ #include #include -#if PROTOBUF_VERSION < 3020000 +#if PROTOBUF_VERSION < 3021000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3020003 < PROTOBUF_MIN_PROTOC_VERSION +#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. @@ -162,9 +162,11 @@ class AddTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AddTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AddTableRequest& from); + void MergeFrom( const AddTableRequest& from) { + AddTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -173,10 +175,10 @@ class AddTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AddTableRequest* other); @@ -247,9 +249,12 @@ class AddTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* input_table_; - ::io::deephaven::proto::backplane::grpc::Ticket* table_to_add_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* input_table_; + ::io::deephaven::proto::backplane::grpc::Ticket* table_to_add_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2finputtable_2eproto; }; // ------------------------------------------------------------------- @@ -332,11 +337,11 @@ class AddTableResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AddTableResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AddTableResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -366,6 +371,8 @@ class AddTableResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2finputtable_2eproto; }; // ------------------------------------------------------------------- @@ -450,9 +457,11 @@ class DeleteTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const DeleteTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const DeleteTableRequest& from); + void MergeFrom( const DeleteTableRequest& from) { + DeleteTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -461,10 +470,10 @@ class DeleteTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(DeleteTableRequest* other); @@ -535,9 +544,12 @@ class DeleteTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* input_table_; - ::io::deephaven::proto::backplane::grpc::Ticket* table_to_remove_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* input_table_; + ::io::deephaven::proto::backplane::grpc::Ticket* table_to_remove_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2finputtable_2eproto; }; // ------------------------------------------------------------------- @@ -620,11 +632,11 @@ class DeleteTableResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const DeleteTableResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const DeleteTableResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -654,6 +666,8 @@ class DeleteTableResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2finputtable_2eproto; }; // =================================================================== @@ -669,13 +683,13 @@ class DeleteTableResponse final : // .io.deephaven.proto.backplane.grpc.Ticket input_table = 1; inline bool AddTableRequest::_internal_has_input_table() const { - return this != internal_default_instance() && input_table_ != nullptr; + return this != internal_default_instance() && _impl_.input_table_ != nullptr; } inline bool AddTableRequest::has_input_table() const { return _internal_has_input_table(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& AddTableRequest::_internal_input_table() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = input_table_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.input_table_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -686,9 +700,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& AddTableRequest::i inline void AddTableRequest::unsafe_arena_set_allocated_input_table( ::io::deephaven::proto::backplane::grpc::Ticket* input_table) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(input_table_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.input_table_); } - input_table_ = input_table; + _impl_.input_table_ = input_table; if (input_table) { } else { @@ -698,8 +712,8 @@ inline void AddTableRequest::unsafe_arena_set_allocated_input_table( } inline ::io::deephaven::proto::backplane::grpc::Ticket* AddTableRequest::release_input_table() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = input_table_; - input_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.input_table_; + _impl_.input_table_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -714,17 +728,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AddTableRequest::release inline ::io::deephaven::proto::backplane::grpc::Ticket* AddTableRequest::unsafe_arena_release_input_table() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AddTableRequest.input_table) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = input_table_; - input_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.input_table_; + _impl_.input_table_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AddTableRequest::_internal_mutable_input_table() { - if (input_table_ == nullptr) { + if (_impl_.input_table_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - input_table_ = p; + _impl_.input_table_ = p; } - return input_table_; + return _impl_.input_table_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AddTableRequest::mutable_input_table() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_input_table(); @@ -734,7 +748,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AddTableRequest::mutable inline void AddTableRequest::set_allocated_input_table(::io::deephaven::proto::backplane::grpc::Ticket* input_table) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(input_table_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.input_table_); } if (input_table) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -748,19 +762,19 @@ inline void AddTableRequest::set_allocated_input_table(::io::deephaven::proto::b } else { } - input_table_ = input_table; + _impl_.input_table_ = input_table; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AddTableRequest.input_table) } // .io.deephaven.proto.backplane.grpc.Ticket table_to_add = 2; inline bool AddTableRequest::_internal_has_table_to_add() const { - return this != internal_default_instance() && table_to_add_ != nullptr; + return this != internal_default_instance() && _impl_.table_to_add_ != nullptr; } inline bool AddTableRequest::has_table_to_add() const { return _internal_has_table_to_add(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& AddTableRequest::_internal_table_to_add() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = table_to_add_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.table_to_add_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -771,9 +785,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& AddTableRequest::t inline void AddTableRequest::unsafe_arena_set_allocated_table_to_add( ::io::deephaven::proto::backplane::grpc::Ticket* table_to_add) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(table_to_add_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.table_to_add_); } - table_to_add_ = table_to_add; + _impl_.table_to_add_ = table_to_add; if (table_to_add) { } else { @@ -783,8 +797,8 @@ inline void AddTableRequest::unsafe_arena_set_allocated_table_to_add( } inline ::io::deephaven::proto::backplane::grpc::Ticket* AddTableRequest::release_table_to_add() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = table_to_add_; - table_to_add_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.table_to_add_; + _impl_.table_to_add_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -799,17 +813,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AddTableRequest::release inline ::io::deephaven::proto::backplane::grpc::Ticket* AddTableRequest::unsafe_arena_release_table_to_add() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AddTableRequest.table_to_add) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = table_to_add_; - table_to_add_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.table_to_add_; + _impl_.table_to_add_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AddTableRequest::_internal_mutable_table_to_add() { - if (table_to_add_ == nullptr) { + if (_impl_.table_to_add_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - table_to_add_ = p; + _impl_.table_to_add_ = p; } - return table_to_add_; + return _impl_.table_to_add_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AddTableRequest::mutable_table_to_add() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_table_to_add(); @@ -819,7 +833,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AddTableRequest::mutable inline void AddTableRequest::set_allocated_table_to_add(::io::deephaven::proto::backplane::grpc::Ticket* table_to_add) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(table_to_add_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.table_to_add_); } if (table_to_add) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -833,7 +847,7 @@ inline void AddTableRequest::set_allocated_table_to_add(::io::deephaven::proto:: } else { } - table_to_add_ = table_to_add; + _impl_.table_to_add_ = table_to_add; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AddTableRequest.table_to_add) } @@ -847,13 +861,13 @@ inline void AddTableRequest::set_allocated_table_to_add(::io::deephaven::proto:: // .io.deephaven.proto.backplane.grpc.Ticket input_table = 1; inline bool DeleteTableRequest::_internal_has_input_table() const { - return this != internal_default_instance() && input_table_ != nullptr; + return this != internal_default_instance() && _impl_.input_table_ != nullptr; } inline bool DeleteTableRequest::has_input_table() const { return _internal_has_input_table(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& DeleteTableRequest::_internal_input_table() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = input_table_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.input_table_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -864,9 +878,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& DeleteTableRequest inline void DeleteTableRequest::unsafe_arena_set_allocated_input_table( ::io::deephaven::proto::backplane::grpc::Ticket* input_table) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(input_table_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.input_table_); } - input_table_ = input_table; + _impl_.input_table_ = input_table; if (input_table) { } else { @@ -876,8 +890,8 @@ inline void DeleteTableRequest::unsafe_arena_set_allocated_input_table( } inline ::io::deephaven::proto::backplane::grpc::Ticket* DeleteTableRequest::release_input_table() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = input_table_; - input_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.input_table_; + _impl_.input_table_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -892,17 +906,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* DeleteTableRequest::rele inline ::io::deephaven::proto::backplane::grpc::Ticket* DeleteTableRequest::unsafe_arena_release_input_table() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.DeleteTableRequest.input_table) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = input_table_; - input_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.input_table_; + _impl_.input_table_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* DeleteTableRequest::_internal_mutable_input_table() { - if (input_table_ == nullptr) { + if (_impl_.input_table_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - input_table_ = p; + _impl_.input_table_ = p; } - return input_table_; + return _impl_.input_table_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* DeleteTableRequest::mutable_input_table() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_input_table(); @@ -912,7 +926,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* DeleteTableRequest::muta inline void DeleteTableRequest::set_allocated_input_table(::io::deephaven::proto::backplane::grpc::Ticket* input_table) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(input_table_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.input_table_); } if (input_table) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -926,19 +940,19 @@ inline void DeleteTableRequest::set_allocated_input_table(::io::deephaven::proto } else { } - input_table_ = input_table; + _impl_.input_table_ = input_table; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.DeleteTableRequest.input_table) } // .io.deephaven.proto.backplane.grpc.Ticket table_to_remove = 2; inline bool DeleteTableRequest::_internal_has_table_to_remove() const { - return this != internal_default_instance() && table_to_remove_ != nullptr; + return this != internal_default_instance() && _impl_.table_to_remove_ != nullptr; } inline bool DeleteTableRequest::has_table_to_remove() const { return _internal_has_table_to_remove(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& DeleteTableRequest::_internal_table_to_remove() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = table_to_remove_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.table_to_remove_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -949,9 +963,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& DeleteTableRequest inline void DeleteTableRequest::unsafe_arena_set_allocated_table_to_remove( ::io::deephaven::proto::backplane::grpc::Ticket* table_to_remove) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(table_to_remove_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.table_to_remove_); } - table_to_remove_ = table_to_remove; + _impl_.table_to_remove_ = table_to_remove; if (table_to_remove) { } else { @@ -961,8 +975,8 @@ inline void DeleteTableRequest::unsafe_arena_set_allocated_table_to_remove( } inline ::io::deephaven::proto::backplane::grpc::Ticket* DeleteTableRequest::release_table_to_remove() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = table_to_remove_; - table_to_remove_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.table_to_remove_; + _impl_.table_to_remove_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -977,17 +991,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* DeleteTableRequest::rele inline ::io::deephaven::proto::backplane::grpc::Ticket* DeleteTableRequest::unsafe_arena_release_table_to_remove() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.DeleteTableRequest.table_to_remove) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = table_to_remove_; - table_to_remove_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.table_to_remove_; + _impl_.table_to_remove_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* DeleteTableRequest::_internal_mutable_table_to_remove() { - if (table_to_remove_ == nullptr) { + if (_impl_.table_to_remove_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - table_to_remove_ = p; + _impl_.table_to_remove_ = p; } - return table_to_remove_; + return _impl_.table_to_remove_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* DeleteTableRequest::mutable_table_to_remove() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_table_to_remove(); @@ -997,7 +1011,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* DeleteTableRequest::muta inline void DeleteTableRequest::set_allocated_table_to_remove(::io::deephaven::proto::backplane::grpc::Ticket* table_to_remove) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(table_to_remove_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.table_to_remove_); } if (table_to_remove) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -1011,7 +1025,7 @@ inline void DeleteTableRequest::set_allocated_table_to_remove(::io::deephaven::p } else { } - table_to_remove_ = table_to_remove; + _impl_.table_to_remove_ = table_to_remove; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.DeleteTableRequest.table_to_remove) } diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/object.pb.cc b/cpp-client/deephaven/dhclient/proto/deephaven/proto/object.pb.cc index c0c5a777a57..6ed56c48383 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/object.pb.cc +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/object.pb.cc @@ -26,8 +26,9 @@ namespace proto { namespace backplane { namespace grpc { PROTOBUF_CONSTEXPR FetchObjectRequest::FetchObjectRequest( - ::_pbi::ConstantInitialized) - : source_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct FetchObjectRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR FetchObjectRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -38,10 +39,11 @@ struct FetchObjectRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FetchObjectRequestDefaultTypeInternal _FetchObjectRequest_default_instance_; PROTOBUF_CONSTEXPR FetchObjectResponse::FetchObjectResponse( - ::_pbi::ConstantInitialized) - : typed_export_ids_() - , type_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , data_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.typed_export_ids_)*/{} + , /*decltype(_impl_.type_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.data_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct FetchObjectResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR FetchObjectResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -52,8 +54,9 @@ struct FetchObjectResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FetchObjectResponseDefaultTypeInternal _FetchObjectResponse_default_instance_; PROTOBUF_CONSTEXPR ConnectRequest::ConnectRequest( - ::_pbi::ConstantInitialized) - : source_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct ConnectRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ConnectRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -64,9 +67,10 @@ struct ConnectRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConnectRequestDefaultTypeInternal _ConnectRequest_default_instance_; PROTOBUF_CONSTEXPR ClientData::ClientData( - ::_pbi::ConstantInitialized) - : references_() - , payload_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.references_)*/{} + , /*decltype(_impl_.payload_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct ClientDataDefaultTypeInternal { PROTOBUF_CONSTEXPR ClientDataDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -77,9 +81,10 @@ struct ClientDataDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ClientDataDefaultTypeInternal _ClientData_default_instance_; PROTOBUF_CONSTEXPR ServerData::ServerData( - ::_pbi::ConstantInitialized) - : exported_references_() - , payload_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.exported_references_)*/{} + , /*decltype(_impl_.payload_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct ServerDataDefaultTypeInternal { PROTOBUF_CONSTEXPR ServerDataDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -90,8 +95,10 @@ struct ServerDataDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ServerDataDefaultTypeInternal _ServerData_default_instance_; PROTOBUF_CONSTEXPR StreamRequest::StreamRequest( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.message_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct StreamRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR StreamRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -102,8 +109,10 @@ struct StreamRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StreamRequestDefaultTypeInternal _StreamRequest_default_instance_; PROTOBUF_CONSTEXPR StreamResponse::StreamResponse( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.message_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct StreamResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR StreamResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -114,7 +123,7 @@ struct StreamResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StreamResponseDefaultTypeInternal _StreamResponse_default_instance_; PROTOBUF_CONSTEXPR BrowserNextResponse::BrowserNextResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct BrowserNextResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR BrowserNextResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -140,56 +149,56 @@ const uint32_t TableStruct_deephaven_2fproto_2fobject_2eproto::offsets[] PROTOBU ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchObjectRequest, source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchObjectRequest, _impl_.source_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchObjectResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchObjectResponse, type_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchObjectResponse, data_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchObjectResponse, typed_export_ids_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchObjectResponse, _impl_.type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchObjectResponse, _impl_.data_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchObjectResponse, _impl_.typed_export_ids_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ConnectRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ConnectRequest, source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ConnectRequest, _impl_.source_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ClientData, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ClientData, payload_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ClientData, references_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ClientData, _impl_.payload_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ClientData, _impl_.references_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ServerData, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ServerData, payload_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ServerData, exported_references_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ServerData, _impl_.payload_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ServerData, _impl_.exported_references_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::StreamRequest, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::StreamRequest, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::StreamRequest, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::StreamRequest, message_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::StreamRequest, _impl_.message_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::StreamResponse, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::StreamResponse, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::StreamResponse, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::StreamResponse, message_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::StreamResponse, _impl_.message_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::BrowserNextResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -292,33 +301,42 @@ class FetchObjectRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::TypedTicket& FetchObjectRequest::_Internal::source_id(const FetchObjectRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void FetchObjectRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } FetchObjectRequest::FetchObjectRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.FetchObjectRequest) } FetchObjectRequest::FetchObjectRequest(const FetchObjectRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + FetchObjectRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TypedTicket(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TypedTicket(*from._impl_.source_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.FetchObjectRequest) } -inline void FetchObjectRequest::SharedCtor() { -source_id_ = nullptr; +inline void FetchObjectRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } FetchObjectRequest::~FetchObjectRequest() { @@ -332,11 +350,11 @@ FetchObjectRequest::~FetchObjectRequest() { inline void FetchObjectRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete source_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void FetchObjectRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FetchObjectRequest::Clear() { @@ -345,10 +363,10 @@ void FetchObjectRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -422,35 +440,32 @@ size_t FetchObjectRequest::ByteSizeLong() const { if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FetchObjectRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FetchObjectRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FetchObjectRequest::GetClassData() const { return &_class_data_; } -void FetchObjectRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FetchObjectRequest::MergeFrom(const FetchObjectRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FetchObjectRequest) - GOOGLE_DCHECK_NE(&from, this); +void FetchObjectRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FetchObjectRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TypedTicket::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TypedTicket::MergeFrom( + from._internal_source_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FetchObjectRequest::CopyFrom(const FetchObjectRequest& from) { @@ -467,7 +482,7 @@ bool FetchObjectRequest::IsInitialized() const { void FetchObjectRequest::InternalSwap(FetchObjectRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(source_id_, other->source_id_); + swap(_impl_.source_id_, other->_impl_.source_id_); } ::PROTOBUF_NAMESPACE_ID::Metadata FetchObjectRequest::GetMetadata() const { @@ -483,47 +498,61 @@ class FetchObjectResponse::_Internal { }; void FetchObjectResponse::clear_typed_export_ids() { - typed_export_ids_.Clear(); + _impl_.typed_export_ids_.Clear(); } FetchObjectResponse::FetchObjectResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - typed_export_ids_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.FetchObjectResponse) } FetchObjectResponse::FetchObjectResponse(const FetchObjectResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - typed_export_ids_(from.typed_export_ids_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FetchObjectResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.typed_export_ids_){from._impl_.typed_export_ids_} + , decltype(_impl_.type_){} + , decltype(_impl_.data_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - type_.InitDefault(); + _impl_.type_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - type_.Set("", GetArenaForAllocation()); + _impl_.type_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_type().empty()) { - type_.Set(from._internal_type(), - GetArenaForAllocation()); + _this->_impl_.type_.Set(from._internal_type(), + _this->GetArenaForAllocation()); } - data_.InitDefault(); + _impl_.data_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - data_.Set("", GetArenaForAllocation()); + _impl_.data_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_data().empty()) { - data_.Set(from._internal_data(), - GetArenaForAllocation()); + _this->_impl_.data_.Set(from._internal_data(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.FetchObjectResponse) } -inline void FetchObjectResponse::SharedCtor() { -type_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - type_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -data_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - data_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void FetchObjectResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.typed_export_ids_){arena} + , decltype(_impl_.type_){} + , decltype(_impl_.data_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.type_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.type_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.data_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.data_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FetchObjectResponse::~FetchObjectResponse() { @@ -537,12 +566,13 @@ FetchObjectResponse::~FetchObjectResponse() { inline void FetchObjectResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - type_.Destroy(); - data_.Destroy(); + _impl_.typed_export_ids_.~RepeatedPtrField(); + _impl_.type_.Destroy(); + _impl_.data_.Destroy(); } void FetchObjectResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FetchObjectResponse::Clear() { @@ -551,9 +581,9 @@ void FetchObjectResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - typed_export_ids_.Clear(); - type_.ClearToEmpty(); - data_.ClearToEmpty(); + _impl_.typed_export_ids_.Clear(); + _impl_.type_.ClearToEmpty(); + _impl_.data_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -666,7 +696,7 @@ size_t FetchObjectResponse::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.TypedTicket typed_export_ids = 3; total_size += 1UL * this->_internal_typed_export_ids_size(); - for (const auto& msg : this->typed_export_ids_) { + for (const auto& msg : this->_impl_.typed_export_ids_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -685,36 +715,32 @@ size_t FetchObjectResponse::ByteSizeLong() const { this->_internal_data()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FetchObjectResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FetchObjectResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FetchObjectResponse::GetClassData() const { return &_class_data_; } -void FetchObjectResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FetchObjectResponse::MergeFrom(const FetchObjectResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FetchObjectResponse) - GOOGLE_DCHECK_NE(&from, this); +void FetchObjectResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FetchObjectResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - typed_export_ids_.MergeFrom(from.typed_export_ids_); + _this->_impl_.typed_export_ids_.MergeFrom(from._impl_.typed_export_ids_); if (!from._internal_type().empty()) { - _internal_set_type(from._internal_type()); + _this->_internal_set_type(from._internal_type()); } if (!from._internal_data().empty()) { - _internal_set_data(from._internal_data()); + _this->_internal_set_data(from._internal_data()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FetchObjectResponse::CopyFrom(const FetchObjectResponse& from) { @@ -733,14 +759,14 @@ void FetchObjectResponse::InternalSwap(FetchObjectResponse* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - typed_export_ids_.InternalSwap(&other->typed_export_ids_); + _impl_.typed_export_ids_.InternalSwap(&other->_impl_.typed_export_ids_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &type_, lhs_arena, - &other->type_, rhs_arena + &_impl_.type_, lhs_arena, + &other->_impl_.type_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &data_, lhs_arena, - &other->data_, rhs_arena + &_impl_.data_, lhs_arena, + &other->_impl_.data_, rhs_arena ); } @@ -759,33 +785,42 @@ class ConnectRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::TypedTicket& ConnectRequest::_Internal::source_id(const ConnectRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void ConnectRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } ConnectRequest::ConnectRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ConnectRequest) } ConnectRequest::ConnectRequest(const ConnectRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ConnectRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TypedTicket(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TypedTicket(*from._impl_.source_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ConnectRequest) } -inline void ConnectRequest::SharedCtor() { -source_id_ = nullptr; +inline void ConnectRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } ConnectRequest::~ConnectRequest() { @@ -799,11 +834,11 @@ ConnectRequest::~ConnectRequest() { inline void ConnectRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete source_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void ConnectRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ConnectRequest::Clear() { @@ -812,10 +847,10 @@ void ConnectRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -889,35 +924,32 @@ size_t ConnectRequest::ByteSizeLong() const { if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ConnectRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ConnectRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ConnectRequest::GetClassData() const { return &_class_data_; } -void ConnectRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ConnectRequest::MergeFrom(const ConnectRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ConnectRequest) - GOOGLE_DCHECK_NE(&from, this); +void ConnectRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ConnectRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TypedTicket::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TypedTicket::MergeFrom( + from._internal_source_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ConnectRequest::CopyFrom(const ConnectRequest& from) { @@ -934,7 +966,7 @@ bool ConnectRequest::IsInitialized() const { void ConnectRequest::InternalSwap(ConnectRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(source_id_, other->source_id_); + swap(_impl_.source_id_, other->_impl_.source_id_); } ::PROTOBUF_NAMESPACE_ID::Metadata ConnectRequest::GetMetadata() const { @@ -950,35 +982,47 @@ class ClientData::_Internal { }; void ClientData::clear_references() { - references_.Clear(); + _impl_.references_.Clear(); } ClientData::ClientData(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - references_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ClientData) } ClientData::ClientData(const ClientData& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - references_(from.references_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + ClientData* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.references_){from._impl_.references_} + , decltype(_impl_.payload_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - payload_.InitDefault(); + _impl_.payload_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - payload_.Set("", GetArenaForAllocation()); + _impl_.payload_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_payload().empty()) { - payload_.Set(from._internal_payload(), - GetArenaForAllocation()); + _this->_impl_.payload_.Set(from._internal_payload(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ClientData) } -inline void ClientData::SharedCtor() { -payload_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - payload_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void ClientData::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.references_){arena} + , decltype(_impl_.payload_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.payload_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.payload_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ClientData::~ClientData() { @@ -992,11 +1036,12 @@ ClientData::~ClientData() { inline void ClientData::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - payload_.Destroy(); + _impl_.references_.~RepeatedPtrField(); + _impl_.payload_.Destroy(); } void ClientData::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ClientData::Clear() { @@ -1005,8 +1050,8 @@ void ClientData::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - references_.Clear(); - payload_.ClearToEmpty(); + _impl_.references_.Clear(); + _impl_.payload_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1099,7 +1144,7 @@ size_t ClientData::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.TypedTicket references = 2; total_size += 1UL * this->_internal_references_size(); - for (const auto& msg : this->references_) { + for (const auto& msg : this->_impl_.references_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -1111,33 +1156,29 @@ size_t ClientData::ByteSizeLong() const { this->_internal_payload()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ClientData::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ClientData::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ClientData::GetClassData() const { return &_class_data_; } -void ClientData::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ClientData::MergeFrom(const ClientData& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ClientData) - GOOGLE_DCHECK_NE(&from, this); +void ClientData::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ClientData) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - references_.MergeFrom(from.references_); + _this->_impl_.references_.MergeFrom(from._impl_.references_); if (!from._internal_payload().empty()) { - _internal_set_payload(from._internal_payload()); + _this->_internal_set_payload(from._internal_payload()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ClientData::CopyFrom(const ClientData& from) { @@ -1156,10 +1197,10 @@ void ClientData::InternalSwap(ClientData* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - references_.InternalSwap(&other->references_); + _impl_.references_.InternalSwap(&other->_impl_.references_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &payload_, lhs_arena, - &other->payload_, rhs_arena + &_impl_.payload_, lhs_arena, + &other->_impl_.payload_, rhs_arena ); } @@ -1176,35 +1217,47 @@ class ServerData::_Internal { }; void ServerData::clear_exported_references() { - exported_references_.Clear(); + _impl_.exported_references_.Clear(); } ServerData::ServerData(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - exported_references_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ServerData) } ServerData::ServerData(const ServerData& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - exported_references_(from.exported_references_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + ServerData* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.exported_references_){from._impl_.exported_references_} + , decltype(_impl_.payload_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - payload_.InitDefault(); + _impl_.payload_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - payload_.Set("", GetArenaForAllocation()); + _impl_.payload_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_payload().empty()) { - payload_.Set(from._internal_payload(), - GetArenaForAllocation()); + _this->_impl_.payload_.Set(from._internal_payload(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ServerData) } -inline void ServerData::SharedCtor() { -payload_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - payload_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void ServerData::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.exported_references_){arena} + , decltype(_impl_.payload_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.payload_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.payload_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ServerData::~ServerData() { @@ -1218,11 +1271,12 @@ ServerData::~ServerData() { inline void ServerData::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - payload_.Destroy(); + _impl_.exported_references_.~RepeatedPtrField(); + _impl_.payload_.Destroy(); } void ServerData::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ServerData::Clear() { @@ -1231,8 +1285,8 @@ void ServerData::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - exported_references_.Clear(); - payload_.ClearToEmpty(); + _impl_.exported_references_.Clear(); + _impl_.payload_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1325,7 +1379,7 @@ size_t ServerData::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.TypedTicket exported_references = 2; total_size += 1UL * this->_internal_exported_references_size(); - for (const auto& msg : this->exported_references_) { + for (const auto& msg : this->_impl_.exported_references_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -1337,33 +1391,29 @@ size_t ServerData::ByteSizeLong() const { this->_internal_payload()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ServerData::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ServerData::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ServerData::GetClassData() const { return &_class_data_; } -void ServerData::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ServerData::MergeFrom(const ServerData& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ServerData) - GOOGLE_DCHECK_NE(&from, this); +void ServerData::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ServerData) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - exported_references_.MergeFrom(from.exported_references_); + _this->_impl_.exported_references_.MergeFrom(from._impl_.exported_references_); if (!from._internal_payload().empty()) { - _internal_set_payload(from._internal_payload()); + _this->_internal_set_payload(from._internal_payload()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ServerData::CopyFrom(const ServerData& from) { @@ -1382,10 +1432,10 @@ void ServerData::InternalSwap(ServerData* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - exported_references_.InternalSwap(&other->exported_references_); + _impl_.exported_references_.InternalSwap(&other->_impl_.exported_references_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &payload_, lhs_arena, - &other->payload_, rhs_arena + &_impl_.payload_, lhs_arena, + &other->_impl_.payload_, rhs_arena ); } @@ -1405,11 +1455,11 @@ class StreamRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::ConnectRequest& StreamRequest::_Internal::connect(const StreamRequest* msg) { - return *msg->message_.connect_; + return *msg->_impl_.message_.connect_; } const ::io::deephaven::proto::backplane::grpc::ClientData& StreamRequest::_Internal::data(const StreamRequest* msg) { - return *msg->message_.data_; + return *msg->_impl_.message_.data_; } void StreamRequest::set_allocated_connect(::io::deephaven::proto::backplane::grpc::ConnectRequest* connect) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -1422,7 +1472,7 @@ void StreamRequest::set_allocated_connect(::io::deephaven::proto::backplane::grp message_arena, connect, submessage_arena); } set_has_connect(); - message_.connect_ = connect; + _impl_.message_.connect_ = connect; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.StreamRequest.connect) } @@ -1437,27 +1487,35 @@ void StreamRequest::set_allocated_data(::io::deephaven::proto::backplane::grpc:: message_arena, data, submessage_arena); } set_has_data(); - message_.data_ = data; + _impl_.message_.data_ = data; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.StreamRequest.data) } StreamRequest::StreamRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.StreamRequest) } StreamRequest::StreamRequest(const StreamRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + StreamRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.message_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_message(); switch (from.message_case()) { case kConnect: { - _internal_mutable_connect()->::io::deephaven::proto::backplane::grpc::ConnectRequest::MergeFrom(from._internal_connect()); + _this->_internal_mutable_connect()->::io::deephaven::proto::backplane::grpc::ConnectRequest::MergeFrom( + from._internal_connect()); break; } case kData: { - _internal_mutable_data()->::io::deephaven::proto::backplane::grpc::ClientData::MergeFrom(from._internal_data()); + _this->_internal_mutable_data()->::io::deephaven::proto::backplane::grpc::ClientData::MergeFrom( + from._internal_data()); break; } case MESSAGE_NOT_SET: { @@ -1467,8 +1525,16 @@ StreamRequest::StreamRequest(const StreamRequest& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.StreamRequest) } -inline void StreamRequest::SharedCtor() { -clear_has_message(); +inline void StreamRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.message_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_message(); } StreamRequest::~StreamRequest() { @@ -1488,7 +1554,7 @@ inline void StreamRequest::SharedDtor() { } void StreamRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void StreamRequest::clear_message() { @@ -1496,13 +1562,13 @@ void StreamRequest::clear_message() { switch (message_case()) { case kConnect: { if (GetArenaForAllocation() == nullptr) { - delete message_.connect_; + delete _impl_.message_.connect_; } break; } case kData: { if (GetArenaForAllocation() == nullptr) { - delete message_.data_; + delete _impl_.message_.data_; } break; } @@ -1510,7 +1576,7 @@ void StreamRequest::clear_message() { break; } } - _oneof_case_[0] = MESSAGE_NOT_SET; + _impl_._oneof_case_[0] = MESSAGE_NOT_SET; } @@ -1610,56 +1676,54 @@ size_t StreamRequest::ByteSizeLong() const { case kConnect: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *message_.connect_); + *_impl_.message_.connect_); break; } // .io.deephaven.proto.backplane.grpc.ClientData data = 2; case kData: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *message_.data_); + *_impl_.message_.data_); break; } case MESSAGE_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData StreamRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, StreamRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*StreamRequest::GetClassData() const { return &_class_data_; } -void StreamRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void StreamRequest::MergeFrom(const StreamRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.StreamRequest) - GOOGLE_DCHECK_NE(&from, this); +void StreamRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.StreamRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.message_case()) { case kConnect: { - _internal_mutable_connect()->::io::deephaven::proto::backplane::grpc::ConnectRequest::MergeFrom(from._internal_connect()); + _this->_internal_mutable_connect()->::io::deephaven::proto::backplane::grpc::ConnectRequest::MergeFrom( + from._internal_connect()); break; } case kData: { - _internal_mutable_data()->::io::deephaven::proto::backplane::grpc::ClientData::MergeFrom(from._internal_data()); + _this->_internal_mutable_data()->::io::deephaven::proto::backplane::grpc::ClientData::MergeFrom( + from._internal_data()); break; } case MESSAGE_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void StreamRequest::CopyFrom(const StreamRequest& from) { @@ -1676,8 +1740,8 @@ bool StreamRequest::IsInitialized() const { void StreamRequest::InternalSwap(StreamRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(message_, other->message_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.message_, other->_impl_.message_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata StreamRequest::GetMetadata() const { @@ -1695,7 +1759,7 @@ class StreamResponse::_Internal { const ::io::deephaven::proto::backplane::grpc::ServerData& StreamResponse::_Internal::data(const StreamResponse* msg) { - return *msg->message_.data_; + return *msg->_impl_.message_.data_; } void StreamResponse::set_allocated_data(::io::deephaven::proto::backplane::grpc::ServerData* data) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -1708,23 +1772,30 @@ void StreamResponse::set_allocated_data(::io::deephaven::proto::backplane::grpc: message_arena, data, submessage_arena); } set_has_data(); - message_.data_ = data; + _impl_.message_.data_ = data; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.StreamResponse.data) } StreamResponse::StreamResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.StreamResponse) } StreamResponse::StreamResponse(const StreamResponse& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + StreamResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.message_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_message(); switch (from.message_case()) { case kData: { - _internal_mutable_data()->::io::deephaven::proto::backplane::grpc::ServerData::MergeFrom(from._internal_data()); + _this->_internal_mutable_data()->::io::deephaven::proto::backplane::grpc::ServerData::MergeFrom( + from._internal_data()); break; } case MESSAGE_NOT_SET: { @@ -1734,8 +1805,16 @@ StreamResponse::StreamResponse(const StreamResponse& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.StreamResponse) } -inline void StreamResponse::SharedCtor() { -clear_has_message(); +inline void StreamResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.message_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_message(); } StreamResponse::~StreamResponse() { @@ -1755,7 +1834,7 @@ inline void StreamResponse::SharedDtor() { } void StreamResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void StreamResponse::clear_message() { @@ -1763,7 +1842,7 @@ void StreamResponse::clear_message() { switch (message_case()) { case kData: { if (GetArenaForAllocation() == nullptr) { - delete message_.data_; + delete _impl_.message_.data_; } break; } @@ -1771,7 +1850,7 @@ void StreamResponse::clear_message() { break; } } - _oneof_case_[0] = MESSAGE_NOT_SET; + _impl_._oneof_case_[0] = MESSAGE_NOT_SET; } @@ -1856,45 +1935,42 @@ size_t StreamResponse::ByteSizeLong() const { case kData: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *message_.data_); + *_impl_.message_.data_); break; } case MESSAGE_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData StreamResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, StreamResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*StreamResponse::GetClassData() const { return &_class_data_; } -void StreamResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void StreamResponse::MergeFrom(const StreamResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.StreamResponse) - GOOGLE_DCHECK_NE(&from, this); +void StreamResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.StreamResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.message_case()) { case kData: { - _internal_mutable_data()->::io::deephaven::proto::backplane::grpc::ServerData::MergeFrom(from._internal_data()); + _this->_internal_mutable_data()->::io::deephaven::proto::backplane::grpc::ServerData::MergeFrom( + from._internal_data()); break; } case MESSAGE_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void StreamResponse::CopyFrom(const StreamResponse& from) { @@ -1911,8 +1987,8 @@ bool StreamResponse::IsInitialized() const { void StreamResponse::InternalSwap(StreamResponse* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(message_, other->message_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.message_, other->_impl_.message_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata StreamResponse::GetMetadata() const { @@ -1934,6 +2010,7 @@ BrowserNextResponse::BrowserNextResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, } BrowserNextResponse::BrowserNextResponse(const BrowserNextResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + BrowserNextResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.BrowserNextResponse) } diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/object.pb.h b/cpp-client/deephaven/dhclient/proto/deephaven/proto/object.pb.h index 78533ccf72e..5c382bf212b 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/object.pb.h +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/object.pb.h @@ -8,12 +8,12 @@ #include #include -#if PROTOBUF_VERSION < 3020000 +#if PROTOBUF_VERSION < 3021000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3020003 < PROTOBUF_MIN_PROTOC_VERSION +#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. @@ -178,9 +178,11 @@ class FetchObjectRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FetchObjectRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FetchObjectRequest& from); + void MergeFrom( const FetchObjectRequest& from) { + FetchObjectRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -189,10 +191,10 @@ class FetchObjectRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FetchObjectRequest* other); @@ -244,8 +246,11 @@ class FetchObjectRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::TypedTicket* source_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::TypedTicket* source_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fobject_2eproto; }; // ------------------------------------------------------------------- @@ -330,9 +335,11 @@ class FetchObjectResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FetchObjectResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FetchObjectResponse& from); + void MergeFrom( const FetchObjectResponse& from) { + FetchObjectResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -341,10 +348,10 @@ class FetchObjectResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FetchObjectResponse* other); @@ -426,10 +433,13 @@ class FetchObjectResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TypedTicket > typed_export_ids_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr data_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TypedTicket > typed_export_ids_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr data_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fobject_2eproto; }; // ------------------------------------------------------------------- @@ -514,9 +524,11 @@ class ConnectRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ConnectRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ConnectRequest& from); + void MergeFrom( const ConnectRequest& from) { + ConnectRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -525,10 +537,10 @@ class ConnectRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ConnectRequest* other); @@ -580,8 +592,11 @@ class ConnectRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::TypedTicket* source_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::TypedTicket* source_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fobject_2eproto; }; // ------------------------------------------------------------------- @@ -666,9 +681,11 @@ class ClientData final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ClientData& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ClientData& from); + void MergeFrom( const ClientData& from) { + ClientData::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -677,10 +694,10 @@ class ClientData final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ClientData* other); @@ -747,9 +764,12 @@ class ClientData final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TypedTicket > references_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr payload_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TypedTicket > references_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr payload_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fobject_2eproto; }; // ------------------------------------------------------------------- @@ -834,9 +854,11 @@ class ServerData final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ServerData& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ServerData& from); + void MergeFrom( const ServerData& from) { + ServerData::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -845,10 +867,10 @@ class ServerData final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ServerData* other); @@ -915,9 +937,12 @@ class ServerData final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TypedTicket > exported_references_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr payload_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TypedTicket > exported_references_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr payload_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fobject_2eproto; }; // ------------------------------------------------------------------- @@ -1008,9 +1033,11 @@ class StreamRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const StreamRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const StreamRequest& from); + void MergeFrom( const StreamRequest& from) { + StreamRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1019,10 +1046,10 @@ class StreamRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(StreamRequest* other); @@ -1100,15 +1127,18 @@ class StreamRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union MessageUnion { - constexpr MessageUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::ConnectRequest* connect_; - ::io::deephaven::proto::backplane::grpc::ClientData* data_; - } message_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union MessageUnion { + constexpr MessageUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::ConnectRequest* connect_; + ::io::deephaven::proto::backplane::grpc::ClientData* data_; + } message_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fobject_2eproto; }; // ------------------------------------------------------------------- @@ -1198,9 +1228,11 @@ class StreamResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const StreamResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const StreamResponse& from); + void MergeFrom( const StreamResponse& from) { + StreamResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1209,10 +1241,10 @@ class StreamResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(StreamResponse* other); @@ -1270,14 +1302,17 @@ class StreamResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union MessageUnion { - constexpr MessageUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::ServerData* data_; - } message_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union MessageUnion { + constexpr MessageUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::ServerData* data_; + } message_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fobject_2eproto; }; // ------------------------------------------------------------------- @@ -1360,11 +1395,11 @@ class BrowserNextResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const BrowserNextResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const BrowserNextResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -1394,6 +1429,8 @@ class BrowserNextResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fobject_2eproto; }; // =================================================================== @@ -1409,13 +1446,13 @@ class BrowserNextResponse final : // .io.deephaven.proto.backplane.grpc.TypedTicket source_id = 1; inline bool FetchObjectRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool FetchObjectRequest::has_source_id() const { return _internal_has_source_id(); } inline const ::io::deephaven::proto::backplane::grpc::TypedTicket& FetchObjectRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TypedTicket* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TypedTicket* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TypedTicket_default_instance_); } @@ -1426,9 +1463,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TypedTicket& FetchObjectRe inline void FetchObjectRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TypedTicket* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -1438,8 +1475,8 @@ inline void FetchObjectRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FetchObjectRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TypedTicket* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TypedTicket* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -1454,17 +1491,17 @@ inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FetchObjectRequest: inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FetchObjectRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FetchObjectRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TypedTicket* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TypedTicket* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FetchObjectRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TypedTicket>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FetchObjectRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TypedTicket* _msg = _internal_mutable_source_id(); @@ -1474,7 +1511,7 @@ inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FetchObjectRequest: inline void FetchObjectRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TypedTicket* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -1488,7 +1525,7 @@ inline void FetchObjectRequest::set_allocated_source_id(::io::deephaven::proto:: } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FetchObjectRequest.source_id) } @@ -1498,7 +1535,7 @@ inline void FetchObjectRequest::set_allocated_source_id(::io::deephaven::proto:: // string type = 1; inline void FetchObjectResponse::clear_type() { - type_.ClearToEmpty(); + _impl_.type_.ClearToEmpty(); } inline const std::string& FetchObjectResponse::type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FetchObjectResponse.type) @@ -1508,7 +1545,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FetchObjectResponse::set_type(ArgT0&& arg0, ArgT... args) { - type_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.type_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.FetchObjectResponse.type) } inline std::string* FetchObjectResponse::mutable_type() { @@ -1517,19 +1554,19 @@ inline std::string* FetchObjectResponse::mutable_type() { return _s; } inline const std::string& FetchObjectResponse::_internal_type() const { - return type_.Get(); + return _impl_.type_.Get(); } inline void FetchObjectResponse::_internal_set_type(const std::string& value) { - type_.Set(value, GetArenaForAllocation()); + _impl_.type_.Set(value, GetArenaForAllocation()); } inline std::string* FetchObjectResponse::_internal_mutable_type() { - return type_.Mutable(GetArenaForAllocation()); + return _impl_.type_.Mutable(GetArenaForAllocation()); } inline std::string* FetchObjectResponse::release_type() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FetchObjectResponse.type) - return type_.Release(); + return _impl_.type_.Release(); } inline void FetchObjectResponse::set_allocated_type(std::string* type) { if (type != nullptr) { @@ -1537,10 +1574,10 @@ inline void FetchObjectResponse::set_allocated_type(std::string* type) { } else { } - type_.SetAllocated(type, GetArenaForAllocation()); + _impl_.type_.SetAllocated(type, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (type_.IsDefault()) { - type_.Set("", GetArenaForAllocation()); + if (_impl_.type_.IsDefault()) { + _impl_.type_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FetchObjectResponse.type) @@ -1548,7 +1585,7 @@ inline void FetchObjectResponse::set_allocated_type(std::string* type) { // bytes data = 2; inline void FetchObjectResponse::clear_data() { - data_.ClearToEmpty(); + _impl_.data_.ClearToEmpty(); } inline const std::string& FetchObjectResponse::data() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FetchObjectResponse.data) @@ -1558,7 +1595,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FetchObjectResponse::set_data(ArgT0&& arg0, ArgT... args) { - data_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.data_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.FetchObjectResponse.data) } inline std::string* FetchObjectResponse::mutable_data() { @@ -1567,19 +1604,19 @@ inline std::string* FetchObjectResponse::mutable_data() { return _s; } inline const std::string& FetchObjectResponse::_internal_data() const { - return data_.Get(); + return _impl_.data_.Get(); } inline void FetchObjectResponse::_internal_set_data(const std::string& value) { - data_.Set(value, GetArenaForAllocation()); + _impl_.data_.Set(value, GetArenaForAllocation()); } inline std::string* FetchObjectResponse::_internal_mutable_data() { - return data_.Mutable(GetArenaForAllocation()); + return _impl_.data_.Mutable(GetArenaForAllocation()); } inline std::string* FetchObjectResponse::release_data() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FetchObjectResponse.data) - return data_.Release(); + return _impl_.data_.Release(); } inline void FetchObjectResponse::set_allocated_data(std::string* data) { if (data != nullptr) { @@ -1587,10 +1624,10 @@ inline void FetchObjectResponse::set_allocated_data(std::string* data) { } else { } - data_.SetAllocated(data, GetArenaForAllocation()); + _impl_.data_.SetAllocated(data, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (data_.IsDefault()) { - data_.Set("", GetArenaForAllocation()); + if (_impl_.data_.IsDefault()) { + _impl_.data_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FetchObjectResponse.data) @@ -1598,29 +1635,29 @@ inline void FetchObjectResponse::set_allocated_data(std::string* data) { // repeated .io.deephaven.proto.backplane.grpc.TypedTicket typed_export_ids = 3; inline int FetchObjectResponse::_internal_typed_export_ids_size() const { - return typed_export_ids_.size(); + return _impl_.typed_export_ids_.size(); } inline int FetchObjectResponse::typed_export_ids_size() const { return _internal_typed_export_ids_size(); } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FetchObjectResponse::mutable_typed_export_ids(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.FetchObjectResponse.typed_export_ids) - return typed_export_ids_.Mutable(index); + return _impl_.typed_export_ids_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TypedTicket >* FetchObjectResponse::mutable_typed_export_ids() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.FetchObjectResponse.typed_export_ids) - return &typed_export_ids_; + return &_impl_.typed_export_ids_; } inline const ::io::deephaven::proto::backplane::grpc::TypedTicket& FetchObjectResponse::_internal_typed_export_ids(int index) const { - return typed_export_ids_.Get(index); + return _impl_.typed_export_ids_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::TypedTicket& FetchObjectResponse::typed_export_ids(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FetchObjectResponse.typed_export_ids) return _internal_typed_export_ids(index); } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FetchObjectResponse::_internal_add_typed_export_ids() { - return typed_export_ids_.Add(); + return _impl_.typed_export_ids_.Add(); } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FetchObjectResponse::add_typed_export_ids() { ::io::deephaven::proto::backplane::grpc::TypedTicket* _add = _internal_add_typed_export_ids(); @@ -1630,7 +1667,7 @@ inline ::io::deephaven::proto::backplane::grpc::TypedTicket* FetchObjectResponse inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TypedTicket >& FetchObjectResponse::typed_export_ids() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.FetchObjectResponse.typed_export_ids) - return typed_export_ids_; + return _impl_.typed_export_ids_; } // ------------------------------------------------------------------- @@ -1639,13 +1676,13 @@ FetchObjectResponse::typed_export_ids() const { // .io.deephaven.proto.backplane.grpc.TypedTicket source_id = 1; inline bool ConnectRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool ConnectRequest::has_source_id() const { return _internal_has_source_id(); } inline const ::io::deephaven::proto::backplane::grpc::TypedTicket& ConnectRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TypedTicket* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TypedTicket* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TypedTicket_default_instance_); } @@ -1656,9 +1693,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TypedTicket& ConnectReques inline void ConnectRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TypedTicket* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -1668,8 +1705,8 @@ inline void ConnectRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ConnectRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TypedTicket* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TypedTicket* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -1684,17 +1721,17 @@ inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ConnectRequest::rel inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ConnectRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ConnectRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TypedTicket* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TypedTicket* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ConnectRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TypedTicket>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ConnectRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TypedTicket* _msg = _internal_mutable_source_id(); @@ -1704,7 +1741,7 @@ inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ConnectRequest::mut inline void ConnectRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TypedTicket* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -1718,7 +1755,7 @@ inline void ConnectRequest::set_allocated_source_id(::io::deephaven::proto::back } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ConnectRequest.source_id) } @@ -1728,7 +1765,7 @@ inline void ConnectRequest::set_allocated_source_id(::io::deephaven::proto::back // bytes payload = 1; inline void ClientData::clear_payload() { - payload_.ClearToEmpty(); + _impl_.payload_.ClearToEmpty(); } inline const std::string& ClientData::payload() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ClientData.payload) @@ -1738,7 +1775,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ClientData::set_payload(ArgT0&& arg0, ArgT... args) { - payload_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.payload_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ClientData.payload) } inline std::string* ClientData::mutable_payload() { @@ -1747,19 +1784,19 @@ inline std::string* ClientData::mutable_payload() { return _s; } inline const std::string& ClientData::_internal_payload() const { - return payload_.Get(); + return _impl_.payload_.Get(); } inline void ClientData::_internal_set_payload(const std::string& value) { - payload_.Set(value, GetArenaForAllocation()); + _impl_.payload_.Set(value, GetArenaForAllocation()); } inline std::string* ClientData::_internal_mutable_payload() { - return payload_.Mutable(GetArenaForAllocation()); + return _impl_.payload_.Mutable(GetArenaForAllocation()); } inline std::string* ClientData::release_payload() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ClientData.payload) - return payload_.Release(); + return _impl_.payload_.Release(); } inline void ClientData::set_allocated_payload(std::string* payload) { if (payload != nullptr) { @@ -1767,10 +1804,10 @@ inline void ClientData::set_allocated_payload(std::string* payload) { } else { } - payload_.SetAllocated(payload, GetArenaForAllocation()); + _impl_.payload_.SetAllocated(payload, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (payload_.IsDefault()) { - payload_.Set("", GetArenaForAllocation()); + if (_impl_.payload_.IsDefault()) { + _impl_.payload_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ClientData.payload) @@ -1778,29 +1815,29 @@ inline void ClientData::set_allocated_payload(std::string* payload) { // repeated .io.deephaven.proto.backplane.grpc.TypedTicket references = 2; inline int ClientData::_internal_references_size() const { - return references_.size(); + return _impl_.references_.size(); } inline int ClientData::references_size() const { return _internal_references_size(); } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ClientData::mutable_references(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ClientData.references) - return references_.Mutable(index); + return _impl_.references_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TypedTicket >* ClientData::mutable_references() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.ClientData.references) - return &references_; + return &_impl_.references_; } inline const ::io::deephaven::proto::backplane::grpc::TypedTicket& ClientData::_internal_references(int index) const { - return references_.Get(index); + return _impl_.references_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::TypedTicket& ClientData::references(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ClientData.references) return _internal_references(index); } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ClientData::_internal_add_references() { - return references_.Add(); + return _impl_.references_.Add(); } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ClientData::add_references() { ::io::deephaven::proto::backplane::grpc::TypedTicket* _add = _internal_add_references(); @@ -1810,7 +1847,7 @@ inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ClientData::add_ref inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TypedTicket >& ClientData::references() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.ClientData.references) - return references_; + return _impl_.references_; } // ------------------------------------------------------------------- @@ -1819,7 +1856,7 @@ ClientData::references() const { // bytes payload = 1; inline void ServerData::clear_payload() { - payload_.ClearToEmpty(); + _impl_.payload_.ClearToEmpty(); } inline const std::string& ServerData::payload() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ServerData.payload) @@ -1829,7 +1866,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ServerData::set_payload(ArgT0&& arg0, ArgT... args) { - payload_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.payload_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ServerData.payload) } inline std::string* ServerData::mutable_payload() { @@ -1838,19 +1875,19 @@ inline std::string* ServerData::mutable_payload() { return _s; } inline const std::string& ServerData::_internal_payload() const { - return payload_.Get(); + return _impl_.payload_.Get(); } inline void ServerData::_internal_set_payload(const std::string& value) { - payload_.Set(value, GetArenaForAllocation()); + _impl_.payload_.Set(value, GetArenaForAllocation()); } inline std::string* ServerData::_internal_mutable_payload() { - return payload_.Mutable(GetArenaForAllocation()); + return _impl_.payload_.Mutable(GetArenaForAllocation()); } inline std::string* ServerData::release_payload() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ServerData.payload) - return payload_.Release(); + return _impl_.payload_.Release(); } inline void ServerData::set_allocated_payload(std::string* payload) { if (payload != nullptr) { @@ -1858,10 +1895,10 @@ inline void ServerData::set_allocated_payload(std::string* payload) { } else { } - payload_.SetAllocated(payload, GetArenaForAllocation()); + _impl_.payload_.SetAllocated(payload, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (payload_.IsDefault()) { - payload_.Set("", GetArenaForAllocation()); + if (_impl_.payload_.IsDefault()) { + _impl_.payload_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ServerData.payload) @@ -1869,29 +1906,29 @@ inline void ServerData::set_allocated_payload(std::string* payload) { // repeated .io.deephaven.proto.backplane.grpc.TypedTicket exported_references = 2; inline int ServerData::_internal_exported_references_size() const { - return exported_references_.size(); + return _impl_.exported_references_.size(); } inline int ServerData::exported_references_size() const { return _internal_exported_references_size(); } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ServerData::mutable_exported_references(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ServerData.exported_references) - return exported_references_.Mutable(index); + return _impl_.exported_references_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TypedTicket >* ServerData::mutable_exported_references() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.ServerData.exported_references) - return &exported_references_; + return &_impl_.exported_references_; } inline const ::io::deephaven::proto::backplane::grpc::TypedTicket& ServerData::_internal_exported_references(int index) const { - return exported_references_.Get(index); + return _impl_.exported_references_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::TypedTicket& ServerData::exported_references(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ServerData.exported_references) return _internal_exported_references(index); } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ServerData::_internal_add_exported_references() { - return exported_references_.Add(); + return _impl_.exported_references_.Add(); } inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ServerData::add_exported_references() { ::io::deephaven::proto::backplane::grpc::TypedTicket* _add = _internal_add_exported_references(); @@ -1901,7 +1938,7 @@ inline ::io::deephaven::proto::backplane::grpc::TypedTicket* ServerData::add_exp inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TypedTicket >& ServerData::exported_references() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.ServerData.exported_references) - return exported_references_; + return _impl_.exported_references_; } // ------------------------------------------------------------------- @@ -1916,12 +1953,12 @@ inline bool StreamRequest::has_connect() const { return _internal_has_connect(); } inline void StreamRequest::set_has_connect() { - _oneof_case_[0] = kConnect; + _impl_._oneof_case_[0] = kConnect; } inline void StreamRequest::clear_connect() { if (_internal_has_connect()) { if (GetArenaForAllocation() == nullptr) { - delete message_.connect_; + delete _impl_.message_.connect_; } clear_has_message(); } @@ -1930,11 +1967,11 @@ inline ::io::deephaven::proto::backplane::grpc::ConnectRequest* StreamRequest::r // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.StreamRequest.connect) if (_internal_has_connect()) { clear_has_message(); - ::io::deephaven::proto::backplane::grpc::ConnectRequest* temp = message_.connect_; + ::io::deephaven::proto::backplane::grpc::ConnectRequest* temp = _impl_.message_.connect_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - message_.connect_ = nullptr; + _impl_.message_.connect_ = nullptr; return temp; } else { return nullptr; @@ -1942,7 +1979,7 @@ inline ::io::deephaven::proto::backplane::grpc::ConnectRequest* StreamRequest::r } inline const ::io::deephaven::proto::backplane::grpc::ConnectRequest& StreamRequest::_internal_connect() const { return _internal_has_connect() - ? *message_.connect_ + ? *_impl_.message_.connect_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::ConnectRequest&>(::io::deephaven::proto::backplane::grpc::_ConnectRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::ConnectRequest& StreamRequest::connect() const { @@ -1953,8 +1990,8 @@ inline ::io::deephaven::proto::backplane::grpc::ConnectRequest* StreamRequest::u // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.StreamRequest.connect) if (_internal_has_connect()) { clear_has_message(); - ::io::deephaven::proto::backplane::grpc::ConnectRequest* temp = message_.connect_; - message_.connect_ = nullptr; + ::io::deephaven::proto::backplane::grpc::ConnectRequest* temp = _impl_.message_.connect_; + _impl_.message_.connect_ = nullptr; return temp; } else { return nullptr; @@ -1964,7 +2001,7 @@ inline void StreamRequest::unsafe_arena_set_allocated_connect(::io::deephaven::p clear_message(); if (connect) { set_has_connect(); - message_.connect_ = connect; + _impl_.message_.connect_ = connect; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.StreamRequest.connect) } @@ -1972,9 +2009,9 @@ inline ::io::deephaven::proto::backplane::grpc::ConnectRequest* StreamRequest::_ if (!_internal_has_connect()) { clear_message(); set_has_connect(); - message_.connect_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ConnectRequest >(GetArenaForAllocation()); + _impl_.message_.connect_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ConnectRequest >(GetArenaForAllocation()); } - return message_.connect_; + return _impl_.message_.connect_; } inline ::io::deephaven::proto::backplane::grpc::ConnectRequest* StreamRequest::mutable_connect() { ::io::deephaven::proto::backplane::grpc::ConnectRequest* _msg = _internal_mutable_connect(); @@ -1990,12 +2027,12 @@ inline bool StreamRequest::has_data() const { return _internal_has_data(); } inline void StreamRequest::set_has_data() { - _oneof_case_[0] = kData; + _impl_._oneof_case_[0] = kData; } inline void StreamRequest::clear_data() { if (_internal_has_data()) { if (GetArenaForAllocation() == nullptr) { - delete message_.data_; + delete _impl_.message_.data_; } clear_has_message(); } @@ -2004,11 +2041,11 @@ inline ::io::deephaven::proto::backplane::grpc::ClientData* StreamRequest::relea // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.StreamRequest.data) if (_internal_has_data()) { clear_has_message(); - ::io::deephaven::proto::backplane::grpc::ClientData* temp = message_.data_; + ::io::deephaven::proto::backplane::grpc::ClientData* temp = _impl_.message_.data_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - message_.data_ = nullptr; + _impl_.message_.data_ = nullptr; return temp; } else { return nullptr; @@ -2016,7 +2053,7 @@ inline ::io::deephaven::proto::backplane::grpc::ClientData* StreamRequest::relea } inline const ::io::deephaven::proto::backplane::grpc::ClientData& StreamRequest::_internal_data() const { return _internal_has_data() - ? *message_.data_ + ? *_impl_.message_.data_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::ClientData&>(::io::deephaven::proto::backplane::grpc::_ClientData_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::ClientData& StreamRequest::data() const { @@ -2027,8 +2064,8 @@ inline ::io::deephaven::proto::backplane::grpc::ClientData* StreamRequest::unsaf // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.StreamRequest.data) if (_internal_has_data()) { clear_has_message(); - ::io::deephaven::proto::backplane::grpc::ClientData* temp = message_.data_; - message_.data_ = nullptr; + ::io::deephaven::proto::backplane::grpc::ClientData* temp = _impl_.message_.data_; + _impl_.message_.data_ = nullptr; return temp; } else { return nullptr; @@ -2038,7 +2075,7 @@ inline void StreamRequest::unsafe_arena_set_allocated_data(::io::deephaven::prot clear_message(); if (data) { set_has_data(); - message_.data_ = data; + _impl_.message_.data_ = data; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.StreamRequest.data) } @@ -2046,9 +2083,9 @@ inline ::io::deephaven::proto::backplane::grpc::ClientData* StreamRequest::_inte if (!_internal_has_data()) { clear_message(); set_has_data(); - message_.data_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ClientData >(GetArenaForAllocation()); + _impl_.message_.data_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ClientData >(GetArenaForAllocation()); } - return message_.data_; + return _impl_.message_.data_; } inline ::io::deephaven::proto::backplane::grpc::ClientData* StreamRequest::mutable_data() { ::io::deephaven::proto::backplane::grpc::ClientData* _msg = _internal_mutable_data(); @@ -2060,10 +2097,10 @@ inline bool StreamRequest::has_message() const { return message_case() != MESSAGE_NOT_SET; } inline void StreamRequest::clear_has_message() { - _oneof_case_[0] = MESSAGE_NOT_SET; + _impl_._oneof_case_[0] = MESSAGE_NOT_SET; } inline StreamRequest::MessageCase StreamRequest::message_case() const { - return StreamRequest::MessageCase(_oneof_case_[0]); + return StreamRequest::MessageCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -2077,12 +2114,12 @@ inline bool StreamResponse::has_data() const { return _internal_has_data(); } inline void StreamResponse::set_has_data() { - _oneof_case_[0] = kData; + _impl_._oneof_case_[0] = kData; } inline void StreamResponse::clear_data() { if (_internal_has_data()) { if (GetArenaForAllocation() == nullptr) { - delete message_.data_; + delete _impl_.message_.data_; } clear_has_message(); } @@ -2091,11 +2128,11 @@ inline ::io::deephaven::proto::backplane::grpc::ServerData* StreamResponse::rele // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.StreamResponse.data) if (_internal_has_data()) { clear_has_message(); - ::io::deephaven::proto::backplane::grpc::ServerData* temp = message_.data_; + ::io::deephaven::proto::backplane::grpc::ServerData* temp = _impl_.message_.data_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - message_.data_ = nullptr; + _impl_.message_.data_ = nullptr; return temp; } else { return nullptr; @@ -2103,7 +2140,7 @@ inline ::io::deephaven::proto::backplane::grpc::ServerData* StreamResponse::rele } inline const ::io::deephaven::proto::backplane::grpc::ServerData& StreamResponse::_internal_data() const { return _internal_has_data() - ? *message_.data_ + ? *_impl_.message_.data_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::ServerData&>(::io::deephaven::proto::backplane::grpc::_ServerData_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::ServerData& StreamResponse::data() const { @@ -2114,8 +2151,8 @@ inline ::io::deephaven::proto::backplane::grpc::ServerData* StreamResponse::unsa // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.StreamResponse.data) if (_internal_has_data()) { clear_has_message(); - ::io::deephaven::proto::backplane::grpc::ServerData* temp = message_.data_; - message_.data_ = nullptr; + ::io::deephaven::proto::backplane::grpc::ServerData* temp = _impl_.message_.data_; + _impl_.message_.data_ = nullptr; return temp; } else { return nullptr; @@ -2125,7 +2162,7 @@ inline void StreamResponse::unsafe_arena_set_allocated_data(::io::deephaven::pro clear_message(); if (data) { set_has_data(); - message_.data_ = data; + _impl_.message_.data_ = data; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.StreamResponse.data) } @@ -2133,9 +2170,9 @@ inline ::io::deephaven::proto::backplane::grpc::ServerData* StreamResponse::_int if (!_internal_has_data()) { clear_message(); set_has_data(); - message_.data_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ServerData >(GetArenaForAllocation()); + _impl_.message_.data_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ServerData >(GetArenaForAllocation()); } - return message_.data_; + return _impl_.message_.data_; } inline ::io::deephaven::proto::backplane::grpc::ServerData* StreamResponse::mutable_data() { ::io::deephaven::proto::backplane::grpc::ServerData* _msg = _internal_mutable_data(); @@ -2147,10 +2184,10 @@ inline bool StreamResponse::has_message() const { return message_case() != MESSAGE_NOT_SET; } inline void StreamResponse::clear_has_message() { - _oneof_case_[0] = MESSAGE_NOT_SET; + _impl_._oneof_case_[0] = MESSAGE_NOT_SET; } inline StreamResponse::MessageCase StreamResponse::message_case() const { - return StreamResponse::MessageCase(_oneof_case_[0]); + return StreamResponse::MessageCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/partitionedtable.pb.cc b/cpp-client/deephaven/dhclient/proto/deephaven/proto/partitionedtable.pb.cc index 57260cc0e30..09a2f23f07b 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/partitionedtable.pb.cc +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/partitionedtable.pb.cc @@ -26,11 +26,12 @@ namespace proto { namespace backplane { namespace grpc { PROTOBUF_CONSTEXPR PartitionByRequest::PartitionByRequest( - ::_pbi::ConstantInitialized) - : key_column_names_() - , table_id_(nullptr) - , result_id_(nullptr) - , drop_keys_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.key_column_names_)*/{} + , /*decltype(_impl_.table_id_)*/nullptr + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.drop_keys_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct PartitionByRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR PartitionByRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -41,7 +42,7 @@ struct PartitionByRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PartitionByRequestDefaultTypeInternal _PartitionByRequest_default_instance_; PROTOBUF_CONSTEXPR PartitionByResponse::PartitionByResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct PartitionByResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR PartitionByResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -52,9 +53,10 @@ struct PartitionByResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PartitionByResponseDefaultTypeInternal _PartitionByResponse_default_instance_; PROTOBUF_CONSTEXPR MergeRequest::MergeRequest( - ::_pbi::ConstantInitialized) - : partitioned_table_(nullptr) - , result_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.partitioned_table_)*/nullptr + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct MergeRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR MergeRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -65,10 +67,11 @@ struct MergeRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MergeRequestDefaultTypeInternal _MergeRequest_default_instance_; PROTOBUF_CONSTEXPR GetTableRequest::GetTableRequest( - ::_pbi::ConstantInitialized) - : partitioned_table_(nullptr) - , key_table_ticket_(nullptr) - , result_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.partitioned_table_)*/nullptr + , /*decltype(_impl_.key_table_ticket_)*/nullptr + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct GetTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR GetTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -79,12 +82,13 @@ struct GetTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetTableRequestDefaultTypeInternal _GetTableRequest_default_instance_; PROTOBUF_CONSTEXPR PartitionedTableDescriptor::PartitionedTableDescriptor( - ::_pbi::ConstantInitialized) - : key_column_names_() - , constituent_definition_schema_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , constituent_column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , unique_keys_(false) - , constituent_changes_permitted_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.key_column_names_)*/{} + , /*decltype(_impl_.constituent_definition_schema_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.constituent_column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.unique_keys_)*/false + , /*decltype(_impl_.constituent_changes_permitted_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct PartitionedTableDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR PartitionedTableDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -110,10 +114,10 @@ const uint32_t TableStruct_deephaven_2fproto_2fpartitionedtable_2eproto::offsets ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionByRequest, table_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionByRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionByRequest, key_column_names_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionByRequest, drop_keys_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionByRequest, _impl_.table_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionByRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionByRequest, _impl_.key_column_names_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionByRequest, _impl_.drop_keys_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionByResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -126,28 +130,28 @@ const uint32_t TableStruct_deephaven_2fproto_2fpartitionedtable_2eproto::offsets ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MergeRequest, partitioned_table_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MergeRequest, result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MergeRequest, _impl_.partitioned_table_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MergeRequest, _impl_.result_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::GetTableRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::GetTableRequest, partitioned_table_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::GetTableRequest, key_table_ticket_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::GetTableRequest, result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::GetTableRequest, _impl_.partitioned_table_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::GetTableRequest, _impl_.key_table_ticket_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::GetTableRequest, _impl_.result_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionedTableDescriptor, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionedTableDescriptor, key_column_names_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionedTableDescriptor, constituent_column_name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionedTableDescriptor, unique_keys_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionedTableDescriptor, constituent_definition_schema_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionedTableDescriptor, constituent_changes_permitted_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionedTableDescriptor, _impl_.key_column_names_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionedTableDescriptor, _impl_.constituent_column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionedTableDescriptor, _impl_.unique_keys_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionedTableDescriptor, _impl_.constituent_definition_schema_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PartitionedTableDescriptor, _impl_.constituent_changes_permitted_), }; static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::PartitionByRequest)}, @@ -238,54 +242,62 @@ class PartitionByRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& PartitionByRequest::_Internal::table_id(const PartitionByRequest* msg) { - return *msg->table_id_; + return *msg->_impl_.table_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& PartitionByRequest::_Internal::result_id(const PartitionByRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } void PartitionByRequest::clear_table_id() { - if (GetArenaForAllocation() == nullptr && table_id_ != nullptr) { - delete table_id_; + if (GetArenaForAllocation() == nullptr && _impl_.table_id_ != nullptr) { + delete _impl_.table_id_; } - table_id_ = nullptr; + _impl_.table_id_ = nullptr; } void PartitionByRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } PartitionByRequest::PartitionByRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - key_column_names_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.PartitionByRequest) } PartitionByRequest::PartitionByRequest(const PartitionByRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - key_column_names_(from.key_column_names_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + PartitionByRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.key_column_names_){from._impl_.key_column_names_} + , decltype(_impl_.table_id_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.drop_keys_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_table_id()) { - table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.table_id_); - } else { - table_id_ = nullptr; + _this->_impl_.table_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.table_id_); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } - drop_keys_ = from.drop_keys_; + _this->_impl_.drop_keys_ = from._impl_.drop_keys_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.PartitionByRequest) } -inline void PartitionByRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&table_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&drop_keys_) - - reinterpret_cast(&table_id_)) + sizeof(drop_keys_)); +inline void PartitionByRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.key_column_names_){arena} + , decltype(_impl_.table_id_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.drop_keys_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } PartitionByRequest::~PartitionByRequest() { @@ -299,12 +311,13 @@ PartitionByRequest::~PartitionByRequest() { inline void PartitionByRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete table_id_; - if (this != internal_default_instance()) delete result_id_; + _impl_.key_column_names_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.table_id_; + if (this != internal_default_instance()) delete _impl_.result_id_; } void PartitionByRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void PartitionByRequest::Clear() { @@ -313,16 +326,16 @@ void PartitionByRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - key_column_names_.Clear(); - if (GetArenaForAllocation() == nullptr && table_id_ != nullptr) { - delete table_id_; + _impl_.key_column_names_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.table_id_ != nullptr) { + delete _impl_.table_id_; } - table_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.table_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - drop_keys_ = false; + _impl_.result_id_ = nullptr; + _impl_.drop_keys_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -366,7 +379,7 @@ const char* PartitionByRequest::_InternalParse(const char* ptr, ::_pbi::ParseCon // bool drop_keys = 4; case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { - drop_keys_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.drop_keys_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -448,24 +461,24 @@ size_t PartitionByRequest::ByteSizeLong() const { // repeated string key_column_names = 3; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(key_column_names_.size()); - for (int i = 0, n = key_column_names_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.key_column_names_.size()); + for (int i = 0, n = _impl_.key_column_names_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - key_column_names_.Get(i)); + _impl_.key_column_names_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket table_id = 1; if (this->_internal_has_table_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *table_id_); + *_impl_.table_id_); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 2; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // bool drop_keys = 4; @@ -473,39 +486,37 @@ size_t PartitionByRequest::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData PartitionByRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, PartitionByRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*PartitionByRequest::GetClassData() const { return &_class_data_; } -void PartitionByRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void PartitionByRequest::MergeFrom(const PartitionByRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.PartitionByRequest) - GOOGLE_DCHECK_NE(&from, this); +void PartitionByRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.PartitionByRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - key_column_names_.MergeFrom(from.key_column_names_); + _this->_impl_.key_column_names_.MergeFrom(from._impl_.key_column_names_); if (from._internal_has_table_id()) { - _internal_mutable_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_table_id()); + _this->_internal_mutable_table_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_table_id()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_drop_keys() != 0) { - _internal_set_drop_keys(from._internal_drop_keys()); + _this->_internal_set_drop_keys(from._internal_drop_keys()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void PartitionByRequest::CopyFrom(const PartitionByRequest& from) { @@ -522,13 +533,13 @@ bool PartitionByRequest::IsInitialized() const { void PartitionByRequest::InternalSwap(PartitionByRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - key_column_names_.InternalSwap(&other->key_column_names_); + _impl_.key_column_names_.InternalSwap(&other->_impl_.key_column_names_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(PartitionByRequest, drop_keys_) - + sizeof(PartitionByRequest::drop_keys_) - - PROTOBUF_FIELD_OFFSET(PartitionByRequest, table_id_)>( - reinterpret_cast(&table_id_), - reinterpret_cast(&other->table_id_)); + PROTOBUF_FIELD_OFFSET(PartitionByRequest, _impl_.drop_keys_) + + sizeof(PartitionByRequest::_impl_.drop_keys_) + - PROTOBUF_FIELD_OFFSET(PartitionByRequest, _impl_.table_id_)>( + reinterpret_cast(&_impl_.table_id_), + reinterpret_cast(&other->_impl_.table_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata PartitionByRequest::GetMetadata() const { @@ -550,6 +561,7 @@ PartitionByResponse::PartitionByResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, } PartitionByResponse::PartitionByResponse(const PartitionByResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + PartitionByResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.PartitionByResponse) } @@ -586,51 +598,57 @@ class MergeRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& MergeRequest::_Internal::partitioned_table(const MergeRequest* msg) { - return *msg->partitioned_table_; + return *msg->_impl_.partitioned_table_; } const ::io::deephaven::proto::backplane::grpc::Ticket& MergeRequest::_Internal::result_id(const MergeRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } void MergeRequest::clear_partitioned_table() { - if (GetArenaForAllocation() == nullptr && partitioned_table_ != nullptr) { - delete partitioned_table_; + if (GetArenaForAllocation() == nullptr && _impl_.partitioned_table_ != nullptr) { + delete _impl_.partitioned_table_; } - partitioned_table_ = nullptr; + _impl_.partitioned_table_ = nullptr; } void MergeRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } MergeRequest::MergeRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.MergeRequest) } MergeRequest::MergeRequest(const MergeRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + MergeRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.partitioned_table_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_partitioned_table()) { - partitioned_table_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.partitioned_table_); - } else { - partitioned_table_ = nullptr; + _this->_impl_.partitioned_table_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.partitioned_table_); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.MergeRequest) } -inline void MergeRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&partitioned_table_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&result_id_) - - reinterpret_cast(&partitioned_table_)) + sizeof(result_id_)); +inline void MergeRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.partitioned_table_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } MergeRequest::~MergeRequest() { @@ -644,12 +662,12 @@ MergeRequest::~MergeRequest() { inline void MergeRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete partitioned_table_; - if (this != internal_default_instance()) delete result_id_; + if (this != internal_default_instance()) delete _impl_.partitioned_table_; + if (this != internal_default_instance()) delete _impl_.result_id_; } void MergeRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void MergeRequest::Clear() { @@ -658,14 +676,14 @@ void MergeRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && partitioned_table_ != nullptr) { - delete partitioned_table_; + if (GetArenaForAllocation() == nullptr && _impl_.partitioned_table_ != nullptr) { + delete _impl_.partitioned_table_; } - partitioned_table_ = nullptr; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.partitioned_table_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -754,45 +772,43 @@ size_t MergeRequest::ByteSizeLong() const { if (this->_internal_has_partitioned_table()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *partitioned_table_); + *_impl_.partitioned_table_); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 2; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData MergeRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, MergeRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*MergeRequest::GetClassData() const { return &_class_data_; } -void MergeRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void MergeRequest::MergeFrom(const MergeRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.MergeRequest) - GOOGLE_DCHECK_NE(&from, this); +void MergeRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.MergeRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_partitioned_table()) { - _internal_mutable_partitioned_table()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_partitioned_table()); + _this->_internal_mutable_partitioned_table()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_partitioned_table()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void MergeRequest::CopyFrom(const MergeRequest& from) { @@ -810,11 +826,11 @@ void MergeRequest::InternalSwap(MergeRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(MergeRequest, result_id_) - + sizeof(MergeRequest::result_id_) - - PROTOBUF_FIELD_OFFSET(MergeRequest, partitioned_table_)>( - reinterpret_cast(&partitioned_table_), - reinterpret_cast(&other->partitioned_table_)); + PROTOBUF_FIELD_OFFSET(MergeRequest, _impl_.result_id_) + + sizeof(MergeRequest::_impl_.result_id_) + - PROTOBUF_FIELD_OFFSET(MergeRequest, _impl_.partitioned_table_)>( + reinterpret_cast(&_impl_.partitioned_table_), + reinterpret_cast(&other->_impl_.partitioned_table_)); } ::PROTOBUF_NAMESPACE_ID::Metadata MergeRequest::GetMetadata() const { @@ -834,66 +850,72 @@ class GetTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& GetTableRequest::_Internal::partitioned_table(const GetTableRequest* msg) { - return *msg->partitioned_table_; + return *msg->_impl_.partitioned_table_; } const ::io::deephaven::proto::backplane::grpc::Ticket& GetTableRequest::_Internal::key_table_ticket(const GetTableRequest* msg) { - return *msg->key_table_ticket_; + return *msg->_impl_.key_table_ticket_; } const ::io::deephaven::proto::backplane::grpc::Ticket& GetTableRequest::_Internal::result_id(const GetTableRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } void GetTableRequest::clear_partitioned_table() { - if (GetArenaForAllocation() == nullptr && partitioned_table_ != nullptr) { - delete partitioned_table_; + if (GetArenaForAllocation() == nullptr && _impl_.partitioned_table_ != nullptr) { + delete _impl_.partitioned_table_; } - partitioned_table_ = nullptr; + _impl_.partitioned_table_ = nullptr; } void GetTableRequest::clear_key_table_ticket() { - if (GetArenaForAllocation() == nullptr && key_table_ticket_ != nullptr) { - delete key_table_ticket_; + if (GetArenaForAllocation() == nullptr && _impl_.key_table_ticket_ != nullptr) { + delete _impl_.key_table_ticket_; } - key_table_ticket_ = nullptr; + _impl_.key_table_ticket_ = nullptr; } void GetTableRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } GetTableRequest::GetTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.GetTableRequest) } GetTableRequest::GetTableRequest(const GetTableRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + GetTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.partitioned_table_){nullptr} + , decltype(_impl_.key_table_ticket_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_partitioned_table()) { - partitioned_table_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.partitioned_table_); - } else { - partitioned_table_ = nullptr; + _this->_impl_.partitioned_table_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.partitioned_table_); } if (from._internal_has_key_table_ticket()) { - key_table_ticket_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.key_table_ticket_); - } else { - key_table_ticket_ = nullptr; + _this->_impl_.key_table_ticket_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.key_table_ticket_); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.GetTableRequest) } -inline void GetTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&partitioned_table_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&result_id_) - - reinterpret_cast(&partitioned_table_)) + sizeof(result_id_)); +inline void GetTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.partitioned_table_){nullptr} + , decltype(_impl_.key_table_ticket_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } GetTableRequest::~GetTableRequest() { @@ -907,13 +929,13 @@ GetTableRequest::~GetTableRequest() { inline void GetTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete partitioned_table_; - if (this != internal_default_instance()) delete key_table_ticket_; - if (this != internal_default_instance()) delete result_id_; + if (this != internal_default_instance()) delete _impl_.partitioned_table_; + if (this != internal_default_instance()) delete _impl_.key_table_ticket_; + if (this != internal_default_instance()) delete _impl_.result_id_; } void GetTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void GetTableRequest::Clear() { @@ -922,18 +944,18 @@ void GetTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && partitioned_table_ != nullptr) { - delete partitioned_table_; + if (GetArenaForAllocation() == nullptr && _impl_.partitioned_table_ != nullptr) { + delete _impl_.partitioned_table_; } - partitioned_table_ = nullptr; - if (GetArenaForAllocation() == nullptr && key_table_ticket_ != nullptr) { - delete key_table_ticket_; + _impl_.partitioned_table_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.key_table_ticket_ != nullptr) { + delete _impl_.key_table_ticket_; } - key_table_ticket_ = nullptr; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.key_table_ticket_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1037,55 +1059,54 @@ size_t GetTableRequest::ByteSizeLong() const { if (this->_internal_has_partitioned_table()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *partitioned_table_); + *_impl_.partitioned_table_); } // .io.deephaven.proto.backplane.grpc.Ticket key_table_ticket = 2; if (this->_internal_has_key_table_ticket()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *key_table_ticket_); + *_impl_.key_table_ticket_); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 4; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData GetTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, GetTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetTableRequest::GetClassData() const { return &_class_data_; } -void GetTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void GetTableRequest::MergeFrom(const GetTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.GetTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void GetTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.GetTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_partitioned_table()) { - _internal_mutable_partitioned_table()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_partitioned_table()); + _this->_internal_mutable_partitioned_table()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_partitioned_table()); } if (from._internal_has_key_table_ticket()) { - _internal_mutable_key_table_ticket()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_key_table_ticket()); + _this->_internal_mutable_key_table_ticket()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_key_table_ticket()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void GetTableRequest::CopyFrom(const GetTableRequest& from) { @@ -1103,11 +1124,11 @@ void GetTableRequest::InternalSwap(GetTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(GetTableRequest, result_id_) - + sizeof(GetTableRequest::result_id_) - - PROTOBUF_FIELD_OFFSET(GetTableRequest, partitioned_table_)>( - reinterpret_cast(&partitioned_table_), - reinterpret_cast(&other->partitioned_table_)); + PROTOBUF_FIELD_OFFSET(GetTableRequest, _impl_.result_id_) + + sizeof(GetTableRequest::_impl_.result_id_) + - PROTOBUF_FIELD_OFFSET(GetTableRequest, _impl_.partitioned_table_)>( + reinterpret_cast(&_impl_.partitioned_table_), + reinterpret_cast(&other->_impl_.partitioned_table_)); } ::PROTOBUF_NAMESPACE_ID::Metadata GetTableRequest::GetMetadata() const { @@ -1124,50 +1145,64 @@ class PartitionedTableDescriptor::_Internal { PartitionedTableDescriptor::PartitionedTableDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - key_column_names_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor) } PartitionedTableDescriptor::PartitionedTableDescriptor(const PartitionedTableDescriptor& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - key_column_names_(from.key_column_names_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + PartitionedTableDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.key_column_names_){from._impl_.key_column_names_} + , decltype(_impl_.constituent_definition_schema_){} + , decltype(_impl_.constituent_column_name_){} + , decltype(_impl_.unique_keys_){} + , decltype(_impl_.constituent_changes_permitted_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - constituent_definition_schema_.InitDefault(); + _impl_.constituent_definition_schema_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - constituent_definition_schema_.Set("", GetArenaForAllocation()); + _impl_.constituent_definition_schema_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_constituent_definition_schema().empty()) { - constituent_definition_schema_.Set(from._internal_constituent_definition_schema(), - GetArenaForAllocation()); + _this->_impl_.constituent_definition_schema_.Set(from._internal_constituent_definition_schema(), + _this->GetArenaForAllocation()); } - constituent_column_name_.InitDefault(); + _impl_.constituent_column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - constituent_column_name_.Set("", GetArenaForAllocation()); + _impl_.constituent_column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_constituent_column_name().empty()) { - constituent_column_name_.Set(from._internal_constituent_column_name(), - GetArenaForAllocation()); + _this->_impl_.constituent_column_name_.Set(from._internal_constituent_column_name(), + _this->GetArenaForAllocation()); } - ::memcpy(&unique_keys_, &from.unique_keys_, - static_cast(reinterpret_cast(&constituent_changes_permitted_) - - reinterpret_cast(&unique_keys_)) + sizeof(constituent_changes_permitted_)); + ::memcpy(&_impl_.unique_keys_, &from._impl_.unique_keys_, + static_cast(reinterpret_cast(&_impl_.constituent_changes_permitted_) - + reinterpret_cast(&_impl_.unique_keys_)) + sizeof(_impl_.constituent_changes_permitted_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor) } -inline void PartitionedTableDescriptor::SharedCtor() { -constituent_definition_schema_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - constituent_definition_schema_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -constituent_column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - constituent_column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&unique_keys_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&constituent_changes_permitted_) - - reinterpret_cast(&unique_keys_)) + sizeof(constituent_changes_permitted_)); +inline void PartitionedTableDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.key_column_names_){arena} + , decltype(_impl_.constituent_definition_schema_){} + , decltype(_impl_.constituent_column_name_){} + , decltype(_impl_.unique_keys_){false} + , decltype(_impl_.constituent_changes_permitted_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.constituent_definition_schema_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.constituent_definition_schema_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.constituent_column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.constituent_column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } PartitionedTableDescriptor::~PartitionedTableDescriptor() { @@ -1181,12 +1216,13 @@ PartitionedTableDescriptor::~PartitionedTableDescriptor() { inline void PartitionedTableDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - constituent_definition_schema_.Destroy(); - constituent_column_name_.Destroy(); + _impl_.key_column_names_.~RepeatedPtrField(); + _impl_.constituent_definition_schema_.Destroy(); + _impl_.constituent_column_name_.Destroy(); } void PartitionedTableDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void PartitionedTableDescriptor::Clear() { @@ -1195,12 +1231,12 @@ void PartitionedTableDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - key_column_names_.Clear(); - constituent_definition_schema_.ClearToEmpty(); - constituent_column_name_.ClearToEmpty(); - ::memset(&unique_keys_, 0, static_cast( - reinterpret_cast(&constituent_changes_permitted_) - - reinterpret_cast(&unique_keys_)) + sizeof(constituent_changes_permitted_)); + _impl_.key_column_names_.Clear(); + _impl_.constituent_definition_schema_.ClearToEmpty(); + _impl_.constituent_column_name_.ClearToEmpty(); + ::memset(&_impl_.unique_keys_, 0, static_cast( + reinterpret_cast(&_impl_.constituent_changes_permitted_) - + reinterpret_cast(&_impl_.unique_keys_)) + sizeof(_impl_.constituent_changes_permitted_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1228,7 +1264,7 @@ const char* PartitionedTableDescriptor::_InternalParse(const char* ptr, ::_pbi:: // bool unique_keys = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - unique_keys_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.unique_keys_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -1255,7 +1291,7 @@ const char* PartitionedTableDescriptor::_InternalParse(const char* ptr, ::_pbi:: // bool constituent_changes_permitted = 5; case 5: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 40)) { - constituent_changes_permitted_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.constituent_changes_permitted_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -1345,10 +1381,10 @@ size_t PartitionedTableDescriptor::ByteSizeLong() const { // repeated string key_column_names = 1; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(key_column_names_.size()); - for (int i = 0, n = key_column_names_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.key_column_names_.size()); + for (int i = 0, n = _impl_.key_column_names_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - key_column_names_.Get(i)); + _impl_.key_column_names_.Get(i)); } // bytes constituent_definition_schema = 3; @@ -1375,42 +1411,38 @@ size_t PartitionedTableDescriptor::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData PartitionedTableDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, PartitionedTableDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*PartitionedTableDescriptor::GetClassData() const { return &_class_data_; } -void PartitionedTableDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void PartitionedTableDescriptor::MergeFrom(const PartitionedTableDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void PartitionedTableDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - key_column_names_.MergeFrom(from.key_column_names_); + _this->_impl_.key_column_names_.MergeFrom(from._impl_.key_column_names_); if (!from._internal_constituent_definition_schema().empty()) { - _internal_set_constituent_definition_schema(from._internal_constituent_definition_schema()); + _this->_internal_set_constituent_definition_schema(from._internal_constituent_definition_schema()); } if (!from._internal_constituent_column_name().empty()) { - _internal_set_constituent_column_name(from._internal_constituent_column_name()); + _this->_internal_set_constituent_column_name(from._internal_constituent_column_name()); } if (from._internal_unique_keys() != 0) { - _internal_set_unique_keys(from._internal_unique_keys()); + _this->_internal_set_unique_keys(from._internal_unique_keys()); } if (from._internal_constituent_changes_permitted() != 0) { - _internal_set_constituent_changes_permitted(from._internal_constituent_changes_permitted()); + _this->_internal_set_constituent_changes_permitted(from._internal_constituent_changes_permitted()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void PartitionedTableDescriptor::CopyFrom(const PartitionedTableDescriptor& from) { @@ -1429,21 +1461,21 @@ void PartitionedTableDescriptor::InternalSwap(PartitionedTableDescriptor* other) auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - key_column_names_.InternalSwap(&other->key_column_names_); + _impl_.key_column_names_.InternalSwap(&other->_impl_.key_column_names_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &constituent_definition_schema_, lhs_arena, - &other->constituent_definition_schema_, rhs_arena + &_impl_.constituent_definition_schema_, lhs_arena, + &other->_impl_.constituent_definition_schema_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &constituent_column_name_, lhs_arena, - &other->constituent_column_name_, rhs_arena + &_impl_.constituent_column_name_, lhs_arena, + &other->_impl_.constituent_column_name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(PartitionedTableDescriptor, constituent_changes_permitted_) - + sizeof(PartitionedTableDescriptor::constituent_changes_permitted_) - - PROTOBUF_FIELD_OFFSET(PartitionedTableDescriptor, unique_keys_)>( - reinterpret_cast(&unique_keys_), - reinterpret_cast(&other->unique_keys_)); + PROTOBUF_FIELD_OFFSET(PartitionedTableDescriptor, _impl_.constituent_changes_permitted_) + + sizeof(PartitionedTableDescriptor::_impl_.constituent_changes_permitted_) + - PROTOBUF_FIELD_OFFSET(PartitionedTableDescriptor, _impl_.unique_keys_)>( + reinterpret_cast(&_impl_.unique_keys_), + reinterpret_cast(&other->_impl_.unique_keys_)); } ::PROTOBUF_NAMESPACE_ID::Metadata PartitionedTableDescriptor::GetMetadata() const { diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/partitionedtable.pb.h b/cpp-client/deephaven/dhclient/proto/deephaven/proto/partitionedtable.pb.h index 631661c9b3f..206da27f121 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/partitionedtable.pb.h +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/partitionedtable.pb.h @@ -8,12 +8,12 @@ #include #include -#if PROTOBUF_VERSION < 3020000 +#if PROTOBUF_VERSION < 3021000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3020003 < PROTOBUF_MIN_PROTOC_VERSION +#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. @@ -167,9 +167,11 @@ class PartitionByRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const PartitionByRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const PartitionByRequest& from); + void MergeFrom( const PartitionByRequest& from) { + PartitionByRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -178,10 +180,10 @@ class PartitionByRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(PartitionByRequest* other); @@ -287,11 +289,14 @@ class PartitionByRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField key_column_names_; - ::io::deephaven::proto::backplane::grpc::Ticket* table_id_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - bool drop_keys_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField key_column_names_; + ::io::deephaven::proto::backplane::grpc::Ticket* table_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + bool drop_keys_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fpartitionedtable_2eproto; }; // ------------------------------------------------------------------- @@ -374,11 +379,11 @@ class PartitionByResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const PartitionByResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const PartitionByResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -408,6 +413,8 @@ class PartitionByResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fpartitionedtable_2eproto; }; // ------------------------------------------------------------------- @@ -492,9 +499,11 @@ class MergeRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const MergeRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const MergeRequest& from); + void MergeFrom( const MergeRequest& from) { + MergeRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -503,10 +512,10 @@ class MergeRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(MergeRequest* other); @@ -577,9 +586,12 @@ class MergeRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* partitioned_table_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* partitioned_table_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fpartitionedtable_2eproto; }; // ------------------------------------------------------------------- @@ -664,9 +676,11 @@ class GetTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const GetTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const GetTableRequest& from); + void MergeFrom( const GetTableRequest& from) { + GetTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -675,10 +689,10 @@ class GetTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(GetTableRequest* other); @@ -768,10 +782,13 @@ class GetTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* partitioned_table_; - ::io::deephaven::proto::backplane::grpc::Ticket* key_table_ticket_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* partitioned_table_; + ::io::deephaven::proto::backplane::grpc::Ticket* key_table_ticket_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fpartitionedtable_2eproto; }; // ------------------------------------------------------------------- @@ -856,9 +873,11 @@ class PartitionedTableDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const PartitionedTableDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const PartitionedTableDescriptor& from); + void MergeFrom( const PartitionedTableDescriptor& from) { + PartitionedTableDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -867,10 +886,10 @@ class PartitionedTableDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(PartitionedTableDescriptor* other); @@ -978,12 +997,15 @@ class PartitionedTableDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField key_column_names_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr constituent_definition_schema_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr constituent_column_name_; - bool unique_keys_; - bool constituent_changes_permitted_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField key_column_names_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr constituent_definition_schema_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr constituent_column_name_; + bool unique_keys_; + bool constituent_changes_permitted_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fpartitionedtable_2eproto; }; // =================================================================== @@ -999,13 +1021,13 @@ class PartitionedTableDescriptor final : // .io.deephaven.proto.backplane.grpc.Ticket table_id = 1; inline bool PartitionByRequest::_internal_has_table_id() const { - return this != internal_default_instance() && table_id_ != nullptr; + return this != internal_default_instance() && _impl_.table_id_ != nullptr; } inline bool PartitionByRequest::has_table_id() const { return _internal_has_table_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& PartitionByRequest::_internal_table_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = table_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.table_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -1016,9 +1038,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& PartitionByRequest inline void PartitionByRequest::unsafe_arena_set_allocated_table_id( ::io::deephaven::proto::backplane::grpc::Ticket* table_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(table_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.table_id_); } - table_id_ = table_id; + _impl_.table_id_ = table_id; if (table_id) { } else { @@ -1028,8 +1050,8 @@ inline void PartitionByRequest::unsafe_arena_set_allocated_table_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* PartitionByRequest::release_table_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = table_id_; - table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.table_id_; + _impl_.table_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -1044,17 +1066,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* PartitionByRequest::rele inline ::io::deephaven::proto::backplane::grpc::Ticket* PartitionByRequest::unsafe_arena_release_table_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.PartitionByRequest.table_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = table_id_; - table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.table_id_; + _impl_.table_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* PartitionByRequest::_internal_mutable_table_id() { - if (table_id_ == nullptr) { + if (_impl_.table_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - table_id_ = p; + _impl_.table_id_ = p; } - return table_id_; + return _impl_.table_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* PartitionByRequest::mutable_table_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_table_id(); @@ -1064,7 +1086,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* PartitionByRequest::muta inline void PartitionByRequest::set_allocated_table_id(::io::deephaven::proto::backplane::grpc::Ticket* table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(table_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.table_id_); } if (table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -1078,19 +1100,19 @@ inline void PartitionByRequest::set_allocated_table_id(::io::deephaven::proto::b } else { } - table_id_ = table_id; + _impl_.table_id_ = table_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.PartitionByRequest.table_id) } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 2; inline bool PartitionByRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool PartitionByRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& PartitionByRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -1101,9 +1123,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& PartitionByRequest inline void PartitionByRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -1113,8 +1135,8 @@ inline void PartitionByRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* PartitionByRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -1129,17 +1151,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* PartitionByRequest::rele inline ::io::deephaven::proto::backplane::grpc::Ticket* PartitionByRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.PartitionByRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* PartitionByRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* PartitionByRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -1149,7 +1171,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* PartitionByRequest::muta inline void PartitionByRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -1163,19 +1185,19 @@ inline void PartitionByRequest::set_allocated_result_id(::io::deephaven::proto:: } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.PartitionByRequest.result_id) } // repeated string key_column_names = 3; inline int PartitionByRequest::_internal_key_column_names_size() const { - return key_column_names_.size(); + return _impl_.key_column_names_.size(); } inline int PartitionByRequest::key_column_names_size() const { return _internal_key_column_names_size(); } inline void PartitionByRequest::clear_key_column_names() { - key_column_names_.Clear(); + _impl_.key_column_names_.Clear(); } inline std::string* PartitionByRequest::add_key_column_names() { std::string* _s = _internal_add_key_column_names(); @@ -1183,7 +1205,7 @@ inline std::string* PartitionByRequest::add_key_column_names() { return _s; } inline const std::string& PartitionByRequest::_internal_key_column_names(int index) const { - return key_column_names_.Get(index); + return _impl_.key_column_names_.Get(index); } inline const std::string& PartitionByRequest::key_column_names(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.PartitionByRequest.key_column_names) @@ -1191,63 +1213,63 @@ inline const std::string& PartitionByRequest::key_column_names(int index) const } inline std::string* PartitionByRequest::mutable_key_column_names(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.PartitionByRequest.key_column_names) - return key_column_names_.Mutable(index); + return _impl_.key_column_names_.Mutable(index); } inline void PartitionByRequest::set_key_column_names(int index, const std::string& value) { - key_column_names_.Mutable(index)->assign(value); + _impl_.key_column_names_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.PartitionByRequest.key_column_names) } inline void PartitionByRequest::set_key_column_names(int index, std::string&& value) { - key_column_names_.Mutable(index)->assign(std::move(value)); + _impl_.key_column_names_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.PartitionByRequest.key_column_names) } inline void PartitionByRequest::set_key_column_names(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - key_column_names_.Mutable(index)->assign(value); + _impl_.key_column_names_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.PartitionByRequest.key_column_names) } inline void PartitionByRequest::set_key_column_names(int index, const char* value, size_t size) { - key_column_names_.Mutable(index)->assign( + _impl_.key_column_names_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.PartitionByRequest.key_column_names) } inline std::string* PartitionByRequest::_internal_add_key_column_names() { - return key_column_names_.Add(); + return _impl_.key_column_names_.Add(); } inline void PartitionByRequest::add_key_column_names(const std::string& value) { - key_column_names_.Add()->assign(value); + _impl_.key_column_names_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.PartitionByRequest.key_column_names) } inline void PartitionByRequest::add_key_column_names(std::string&& value) { - key_column_names_.Add(std::move(value)); + _impl_.key_column_names_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.PartitionByRequest.key_column_names) } inline void PartitionByRequest::add_key_column_names(const char* value) { GOOGLE_DCHECK(value != nullptr); - key_column_names_.Add()->assign(value); + _impl_.key_column_names_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.PartitionByRequest.key_column_names) } inline void PartitionByRequest::add_key_column_names(const char* value, size_t size) { - key_column_names_.Add()->assign(reinterpret_cast(value), size); + _impl_.key_column_names_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.PartitionByRequest.key_column_names) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& PartitionByRequest::key_column_names() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.PartitionByRequest.key_column_names) - return key_column_names_; + return _impl_.key_column_names_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* PartitionByRequest::mutable_key_column_names() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.PartitionByRequest.key_column_names) - return &key_column_names_; + return &_impl_.key_column_names_; } // bool drop_keys = 4; inline void PartitionByRequest::clear_drop_keys() { - drop_keys_ = false; + _impl_.drop_keys_ = false; } inline bool PartitionByRequest::_internal_drop_keys() const { - return drop_keys_; + return _impl_.drop_keys_; } inline bool PartitionByRequest::drop_keys() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.PartitionByRequest.drop_keys) @@ -1255,7 +1277,7 @@ inline bool PartitionByRequest::drop_keys() const { } inline void PartitionByRequest::_internal_set_drop_keys(bool value) { - drop_keys_ = value; + _impl_.drop_keys_ = value; } inline void PartitionByRequest::set_drop_keys(bool value) { _internal_set_drop_keys(value); @@ -1272,13 +1294,13 @@ inline void PartitionByRequest::set_drop_keys(bool value) { // .io.deephaven.proto.backplane.grpc.Ticket partitioned_table = 1; inline bool MergeRequest::_internal_has_partitioned_table() const { - return this != internal_default_instance() && partitioned_table_ != nullptr; + return this != internal_default_instance() && _impl_.partitioned_table_ != nullptr; } inline bool MergeRequest::has_partitioned_table() const { return _internal_has_partitioned_table(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& MergeRequest::_internal_partitioned_table() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = partitioned_table_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.partitioned_table_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -1289,9 +1311,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& MergeRequest::part inline void MergeRequest::unsafe_arena_set_allocated_partitioned_table( ::io::deephaven::proto::backplane::grpc::Ticket* partitioned_table) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(partitioned_table_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.partitioned_table_); } - partitioned_table_ = partitioned_table; + _impl_.partitioned_table_ = partitioned_table; if (partitioned_table) { } else { @@ -1301,8 +1323,8 @@ inline void MergeRequest::unsafe_arena_set_allocated_partitioned_table( } inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeRequest::release_partitioned_table() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = partitioned_table_; - partitioned_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.partitioned_table_; + _impl_.partitioned_table_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -1317,17 +1339,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeRequest::release_pa inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeRequest::unsafe_arena_release_partitioned_table() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.MergeRequest.partitioned_table) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = partitioned_table_; - partitioned_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.partitioned_table_; + _impl_.partitioned_table_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeRequest::_internal_mutable_partitioned_table() { - if (partitioned_table_ == nullptr) { + if (_impl_.partitioned_table_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - partitioned_table_ = p; + _impl_.partitioned_table_ = p; } - return partitioned_table_; + return _impl_.partitioned_table_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeRequest::mutable_partitioned_table() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_partitioned_table(); @@ -1337,7 +1359,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeRequest::mutable_pa inline void MergeRequest::set_allocated_partitioned_table(::io::deephaven::proto::backplane::grpc::Ticket* partitioned_table) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(partitioned_table_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.partitioned_table_); } if (partitioned_table) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -1351,19 +1373,19 @@ inline void MergeRequest::set_allocated_partitioned_table(::io::deephaven::proto } else { } - partitioned_table_ = partitioned_table; + _impl_.partitioned_table_ = partitioned_table; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.MergeRequest.partitioned_table) } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 2; inline bool MergeRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool MergeRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& MergeRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -1374,9 +1396,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& MergeRequest::resu inline void MergeRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -1386,8 +1408,8 @@ inline void MergeRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -1402,17 +1424,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeRequest::release_re inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.MergeRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -1422,7 +1444,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeRequest::mutable_re inline void MergeRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -1436,7 +1458,7 @@ inline void MergeRequest::set_allocated_result_id(::io::deephaven::proto::backpl } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.MergeRequest.result_id) } @@ -1446,13 +1468,13 @@ inline void MergeRequest::set_allocated_result_id(::io::deephaven::proto::backpl // .io.deephaven.proto.backplane.grpc.Ticket partitioned_table = 1; inline bool GetTableRequest::_internal_has_partitioned_table() const { - return this != internal_default_instance() && partitioned_table_ != nullptr; + return this != internal_default_instance() && _impl_.partitioned_table_ != nullptr; } inline bool GetTableRequest::has_partitioned_table() const { return _internal_has_partitioned_table(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& GetTableRequest::_internal_partitioned_table() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = partitioned_table_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.partitioned_table_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -1463,9 +1485,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& GetTableRequest::p inline void GetTableRequest::unsafe_arena_set_allocated_partitioned_table( ::io::deephaven::proto::backplane::grpc::Ticket* partitioned_table) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(partitioned_table_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.partitioned_table_); } - partitioned_table_ = partitioned_table; + _impl_.partitioned_table_ = partitioned_table; if (partitioned_table) { } else { @@ -1475,8 +1497,8 @@ inline void GetTableRequest::unsafe_arena_set_allocated_partitioned_table( } inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::release_partitioned_table() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = partitioned_table_; - partitioned_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.partitioned_table_; + _impl_.partitioned_table_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -1491,17 +1513,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::release inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::unsafe_arena_release_partitioned_table() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.GetTableRequest.partitioned_table) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = partitioned_table_; - partitioned_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.partitioned_table_; + _impl_.partitioned_table_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::_internal_mutable_partitioned_table() { - if (partitioned_table_ == nullptr) { + if (_impl_.partitioned_table_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - partitioned_table_ = p; + _impl_.partitioned_table_ = p; } - return partitioned_table_; + return _impl_.partitioned_table_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::mutable_partitioned_table() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_partitioned_table(); @@ -1511,7 +1533,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::mutable inline void GetTableRequest::set_allocated_partitioned_table(::io::deephaven::proto::backplane::grpc::Ticket* partitioned_table) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(partitioned_table_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.partitioned_table_); } if (partitioned_table) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -1525,19 +1547,19 @@ inline void GetTableRequest::set_allocated_partitioned_table(::io::deephaven::pr } else { } - partitioned_table_ = partitioned_table; + _impl_.partitioned_table_ = partitioned_table; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.GetTableRequest.partitioned_table) } // .io.deephaven.proto.backplane.grpc.Ticket key_table_ticket = 2; inline bool GetTableRequest::_internal_has_key_table_ticket() const { - return this != internal_default_instance() && key_table_ticket_ != nullptr; + return this != internal_default_instance() && _impl_.key_table_ticket_ != nullptr; } inline bool GetTableRequest::has_key_table_ticket() const { return _internal_has_key_table_ticket(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& GetTableRequest::_internal_key_table_ticket() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = key_table_ticket_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.key_table_ticket_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -1548,9 +1570,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& GetTableRequest::k inline void GetTableRequest::unsafe_arena_set_allocated_key_table_ticket( ::io::deephaven::proto::backplane::grpc::Ticket* key_table_ticket) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(key_table_ticket_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.key_table_ticket_); } - key_table_ticket_ = key_table_ticket; + _impl_.key_table_ticket_ = key_table_ticket; if (key_table_ticket) { } else { @@ -1560,8 +1582,8 @@ inline void GetTableRequest::unsafe_arena_set_allocated_key_table_ticket( } inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::release_key_table_ticket() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = key_table_ticket_; - key_table_ticket_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.key_table_ticket_; + _impl_.key_table_ticket_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -1576,17 +1598,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::release inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::unsafe_arena_release_key_table_ticket() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.GetTableRequest.key_table_ticket) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = key_table_ticket_; - key_table_ticket_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.key_table_ticket_; + _impl_.key_table_ticket_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::_internal_mutable_key_table_ticket() { - if (key_table_ticket_ == nullptr) { + if (_impl_.key_table_ticket_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - key_table_ticket_ = p; + _impl_.key_table_ticket_ = p; } - return key_table_ticket_; + return _impl_.key_table_ticket_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::mutable_key_table_ticket() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_key_table_ticket(); @@ -1596,7 +1618,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::mutable inline void GetTableRequest::set_allocated_key_table_ticket(::io::deephaven::proto::backplane::grpc::Ticket* key_table_ticket) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(key_table_ticket_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.key_table_ticket_); } if (key_table_ticket) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -1610,19 +1632,19 @@ inline void GetTableRequest::set_allocated_key_table_ticket(::io::deephaven::pro } else { } - key_table_ticket_ = key_table_ticket; + _impl_.key_table_ticket_ = key_table_ticket; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.GetTableRequest.key_table_ticket) } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 4; inline bool GetTableRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool GetTableRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& GetTableRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -1633,9 +1655,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& GetTableRequest::r inline void GetTableRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -1645,8 +1667,8 @@ inline void GetTableRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -1661,17 +1683,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::release inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.GetTableRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -1681,7 +1703,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* GetTableRequest::mutable inline void GetTableRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -1695,7 +1717,7 @@ inline void GetTableRequest::set_allocated_result_id(::io::deephaven::proto::bac } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.GetTableRequest.result_id) } @@ -1705,13 +1727,13 @@ inline void GetTableRequest::set_allocated_result_id(::io::deephaven::proto::bac // repeated string key_column_names = 1; inline int PartitionedTableDescriptor::_internal_key_column_names_size() const { - return key_column_names_.size(); + return _impl_.key_column_names_.size(); } inline int PartitionedTableDescriptor::key_column_names_size() const { return _internal_key_column_names_size(); } inline void PartitionedTableDescriptor::clear_key_column_names() { - key_column_names_.Clear(); + _impl_.key_column_names_.Clear(); } inline std::string* PartitionedTableDescriptor::add_key_column_names() { std::string* _s = _internal_add_key_column_names(); @@ -1719,7 +1741,7 @@ inline std::string* PartitionedTableDescriptor::add_key_column_names() { return _s; } inline const std::string& PartitionedTableDescriptor::_internal_key_column_names(int index) const { - return key_column_names_.Get(index); + return _impl_.key_column_names_.Get(index); } inline const std::string& PartitionedTableDescriptor::key_column_names(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.key_column_names) @@ -1727,60 +1749,60 @@ inline const std::string& PartitionedTableDescriptor::key_column_names(int index } inline std::string* PartitionedTableDescriptor::mutable_key_column_names(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.key_column_names) - return key_column_names_.Mutable(index); + return _impl_.key_column_names_.Mutable(index); } inline void PartitionedTableDescriptor::set_key_column_names(int index, const std::string& value) { - key_column_names_.Mutable(index)->assign(value); + _impl_.key_column_names_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.key_column_names) } inline void PartitionedTableDescriptor::set_key_column_names(int index, std::string&& value) { - key_column_names_.Mutable(index)->assign(std::move(value)); + _impl_.key_column_names_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.key_column_names) } inline void PartitionedTableDescriptor::set_key_column_names(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - key_column_names_.Mutable(index)->assign(value); + _impl_.key_column_names_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.key_column_names) } inline void PartitionedTableDescriptor::set_key_column_names(int index, const char* value, size_t size) { - key_column_names_.Mutable(index)->assign( + _impl_.key_column_names_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.key_column_names) } inline std::string* PartitionedTableDescriptor::_internal_add_key_column_names() { - return key_column_names_.Add(); + return _impl_.key_column_names_.Add(); } inline void PartitionedTableDescriptor::add_key_column_names(const std::string& value) { - key_column_names_.Add()->assign(value); + _impl_.key_column_names_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.key_column_names) } inline void PartitionedTableDescriptor::add_key_column_names(std::string&& value) { - key_column_names_.Add(std::move(value)); + _impl_.key_column_names_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.key_column_names) } inline void PartitionedTableDescriptor::add_key_column_names(const char* value) { GOOGLE_DCHECK(value != nullptr); - key_column_names_.Add()->assign(value); + _impl_.key_column_names_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.key_column_names) } inline void PartitionedTableDescriptor::add_key_column_names(const char* value, size_t size) { - key_column_names_.Add()->assign(reinterpret_cast(value), size); + _impl_.key_column_names_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.key_column_names) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& PartitionedTableDescriptor::key_column_names() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.key_column_names) - return key_column_names_; + return _impl_.key_column_names_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* PartitionedTableDescriptor::mutable_key_column_names() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.key_column_names) - return &key_column_names_; + return &_impl_.key_column_names_; } // string constituent_column_name = 4; inline void PartitionedTableDescriptor::clear_constituent_column_name() { - constituent_column_name_.ClearToEmpty(); + _impl_.constituent_column_name_.ClearToEmpty(); } inline const std::string& PartitionedTableDescriptor::constituent_column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.constituent_column_name) @@ -1790,7 +1812,7 @@ template inline PROTOBUF_ALWAYS_INLINE void PartitionedTableDescriptor::set_constituent_column_name(ArgT0&& arg0, ArgT... args) { - constituent_column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.constituent_column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.constituent_column_name) } inline std::string* PartitionedTableDescriptor::mutable_constituent_column_name() { @@ -1799,19 +1821,19 @@ inline std::string* PartitionedTableDescriptor::mutable_constituent_column_name( return _s; } inline const std::string& PartitionedTableDescriptor::_internal_constituent_column_name() const { - return constituent_column_name_.Get(); + return _impl_.constituent_column_name_.Get(); } inline void PartitionedTableDescriptor::_internal_set_constituent_column_name(const std::string& value) { - constituent_column_name_.Set(value, GetArenaForAllocation()); + _impl_.constituent_column_name_.Set(value, GetArenaForAllocation()); } inline std::string* PartitionedTableDescriptor::_internal_mutable_constituent_column_name() { - return constituent_column_name_.Mutable(GetArenaForAllocation()); + return _impl_.constituent_column_name_.Mutable(GetArenaForAllocation()); } inline std::string* PartitionedTableDescriptor::release_constituent_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.constituent_column_name) - return constituent_column_name_.Release(); + return _impl_.constituent_column_name_.Release(); } inline void PartitionedTableDescriptor::set_allocated_constituent_column_name(std::string* constituent_column_name) { if (constituent_column_name != nullptr) { @@ -1819,10 +1841,10 @@ inline void PartitionedTableDescriptor::set_allocated_constituent_column_name(st } else { } - constituent_column_name_.SetAllocated(constituent_column_name, GetArenaForAllocation()); + _impl_.constituent_column_name_.SetAllocated(constituent_column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (constituent_column_name_.IsDefault()) { - constituent_column_name_.Set("", GetArenaForAllocation()); + if (_impl_.constituent_column_name_.IsDefault()) { + _impl_.constituent_column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.constituent_column_name) @@ -1830,10 +1852,10 @@ inline void PartitionedTableDescriptor::set_allocated_constituent_column_name(st // bool unique_keys = 2; inline void PartitionedTableDescriptor::clear_unique_keys() { - unique_keys_ = false; + _impl_.unique_keys_ = false; } inline bool PartitionedTableDescriptor::_internal_unique_keys() const { - return unique_keys_; + return _impl_.unique_keys_; } inline bool PartitionedTableDescriptor::unique_keys() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.unique_keys) @@ -1841,7 +1863,7 @@ inline bool PartitionedTableDescriptor::unique_keys() const { } inline void PartitionedTableDescriptor::_internal_set_unique_keys(bool value) { - unique_keys_ = value; + _impl_.unique_keys_ = value; } inline void PartitionedTableDescriptor::set_unique_keys(bool value) { _internal_set_unique_keys(value); @@ -1850,7 +1872,7 @@ inline void PartitionedTableDescriptor::set_unique_keys(bool value) { // bytes constituent_definition_schema = 3; inline void PartitionedTableDescriptor::clear_constituent_definition_schema() { - constituent_definition_schema_.ClearToEmpty(); + _impl_.constituent_definition_schema_.ClearToEmpty(); } inline const std::string& PartitionedTableDescriptor::constituent_definition_schema() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.constituent_definition_schema) @@ -1860,7 +1882,7 @@ template inline PROTOBUF_ALWAYS_INLINE void PartitionedTableDescriptor::set_constituent_definition_schema(ArgT0&& arg0, ArgT... args) { - constituent_definition_schema_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.constituent_definition_schema_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.constituent_definition_schema) } inline std::string* PartitionedTableDescriptor::mutable_constituent_definition_schema() { @@ -1869,19 +1891,19 @@ inline std::string* PartitionedTableDescriptor::mutable_constituent_definition_s return _s; } inline const std::string& PartitionedTableDescriptor::_internal_constituent_definition_schema() const { - return constituent_definition_schema_.Get(); + return _impl_.constituent_definition_schema_.Get(); } inline void PartitionedTableDescriptor::_internal_set_constituent_definition_schema(const std::string& value) { - constituent_definition_schema_.Set(value, GetArenaForAllocation()); + _impl_.constituent_definition_schema_.Set(value, GetArenaForAllocation()); } inline std::string* PartitionedTableDescriptor::_internal_mutable_constituent_definition_schema() { - return constituent_definition_schema_.Mutable(GetArenaForAllocation()); + return _impl_.constituent_definition_schema_.Mutable(GetArenaForAllocation()); } inline std::string* PartitionedTableDescriptor::release_constituent_definition_schema() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.constituent_definition_schema) - return constituent_definition_schema_.Release(); + return _impl_.constituent_definition_schema_.Release(); } inline void PartitionedTableDescriptor::set_allocated_constituent_definition_schema(std::string* constituent_definition_schema) { if (constituent_definition_schema != nullptr) { @@ -1889,10 +1911,10 @@ inline void PartitionedTableDescriptor::set_allocated_constituent_definition_sch } else { } - constituent_definition_schema_.SetAllocated(constituent_definition_schema, GetArenaForAllocation()); + _impl_.constituent_definition_schema_.SetAllocated(constituent_definition_schema, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (constituent_definition_schema_.IsDefault()) { - constituent_definition_schema_.Set("", GetArenaForAllocation()); + if (_impl_.constituent_definition_schema_.IsDefault()) { + _impl_.constituent_definition_schema_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.constituent_definition_schema) @@ -1900,10 +1922,10 @@ inline void PartitionedTableDescriptor::set_allocated_constituent_definition_sch // bool constituent_changes_permitted = 5; inline void PartitionedTableDescriptor::clear_constituent_changes_permitted() { - constituent_changes_permitted_ = false; + _impl_.constituent_changes_permitted_ = false; } inline bool PartitionedTableDescriptor::_internal_constituent_changes_permitted() const { - return constituent_changes_permitted_; + return _impl_.constituent_changes_permitted_; } inline bool PartitionedTableDescriptor::constituent_changes_permitted() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.PartitionedTableDescriptor.constituent_changes_permitted) @@ -1911,7 +1933,7 @@ inline bool PartitionedTableDescriptor::constituent_changes_permitted() const { } inline void PartitionedTableDescriptor::_internal_set_constituent_changes_permitted(bool value) { - constituent_changes_permitted_ = value; + _impl_.constituent_changes_permitted_ = value; } inline void PartitionedTableDescriptor::set_constituent_changes_permitted(bool value) { _internal_set_constituent_changes_permitted(value); diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/session.pb.cc b/cpp-client/deephaven/dhclient/proto/deephaven/proto/session.pb.cc index 7d866559471..a5d50eb16e0 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/session.pb.cc +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/session.pb.cc @@ -26,9 +26,10 @@ namespace proto { namespace backplane { namespace grpc { PROTOBUF_CONSTEXPR WrappedAuthenticationRequest::WrappedAuthenticationRequest( - ::_pbi::ConstantInitialized) - : type_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , payload_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.type_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.payload_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct WrappedAuthenticationRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR WrappedAuthenticationRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -39,9 +40,10 @@ struct WrappedAuthenticationRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 WrappedAuthenticationRequestDefaultTypeInternal _WrappedAuthenticationRequest_default_instance_; PROTOBUF_CONSTEXPR HandshakeRequest::HandshakeRequest( - ::_pbi::ConstantInitialized) - : payload_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , auth_protocol_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.payload_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.auth_protocol_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct HandshakeRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR HandshakeRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -52,11 +54,12 @@ struct HandshakeRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HandshakeRequestDefaultTypeInternal _HandshakeRequest_default_instance_; PROTOBUF_CONSTEXPR HandshakeResponse::HandshakeResponse( - ::_pbi::ConstantInitialized) - : metadata_header_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , session_token_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , token_deadline_time_millis_(int64_t{0}) - , token_expiration_delay_millis_(int64_t{0}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.metadata_header_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.session_token_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.token_deadline_time_millis_)*/int64_t{0} + , /*decltype(_impl_.token_expiration_delay_millis_)*/int64_t{0} + , /*decltype(_impl_._cached_size_)*/{}} {} struct HandshakeResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR HandshakeResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -67,7 +70,7 @@ struct HandshakeResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HandshakeResponseDefaultTypeInternal _HandshakeResponse_default_instance_; PROTOBUF_CONSTEXPR CloseSessionResponse::CloseSessionResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct CloseSessionResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR CloseSessionResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -78,8 +81,9 @@ struct CloseSessionResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CloseSessionResponseDefaultTypeInternal _CloseSessionResponse_default_instance_; PROTOBUF_CONSTEXPR ReleaseRequest::ReleaseRequest( - ::_pbi::ConstantInitialized) - : id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct ReleaseRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ReleaseRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -90,7 +94,7 @@ struct ReleaseRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReleaseRequestDefaultTypeInternal _ReleaseRequest_default_instance_; PROTOBUF_CONSTEXPR ReleaseResponse::ReleaseResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct ReleaseResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR ReleaseResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -101,9 +105,10 @@ struct ReleaseResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReleaseResponseDefaultTypeInternal _ReleaseResponse_default_instance_; PROTOBUF_CONSTEXPR ExportRequest::ExportRequest( - ::_pbi::ConstantInitialized) - : source_id_(nullptr) - , result_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct ExportRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ExportRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -114,7 +119,7 @@ struct ExportRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ExportRequestDefaultTypeInternal _ExportRequest_default_instance_; PROTOBUF_CONSTEXPR ExportResponse::ExportResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct ExportResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR ExportResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -125,9 +130,10 @@ struct ExportResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ExportResponseDefaultTypeInternal _ExportResponse_default_instance_; PROTOBUF_CONSTEXPR PublishRequest::PublishRequest( - ::_pbi::ConstantInitialized) - : source_id_(nullptr) - , result_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct PublishRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR PublishRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -138,7 +144,7 @@ struct PublishRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PublishRequestDefaultTypeInternal _PublishRequest_default_instance_; PROTOBUF_CONSTEXPR PublishResponse::PublishResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct PublishResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR PublishResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -149,7 +155,7 @@ struct PublishResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PublishResponseDefaultTypeInternal _PublishResponse_default_instance_; PROTOBUF_CONSTEXPR ExportNotificationRequest::ExportNotificationRequest( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct ExportNotificationRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ExportNotificationRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -160,12 +166,12 @@ struct ExportNotificationRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ExportNotificationRequestDefaultTypeInternal _ExportNotificationRequest_default_instance_; PROTOBUF_CONSTEXPR ExportNotification::ExportNotification( - ::_pbi::ConstantInitialized) - : context_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , dependent_handle_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , ticket_(nullptr) - , export_state_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.context_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.dependent_handle_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.ticket_)*/nullptr + , /*decltype(_impl_.export_state_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct ExportNotificationDefaultTypeInternal { PROTOBUF_CONSTEXPR ExportNotificationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -176,7 +182,7 @@ struct ExportNotificationDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ExportNotificationDefaultTypeInternal _ExportNotification_default_instance_; PROTOBUF_CONSTEXPR TerminationNotificationRequest::TerminationNotificationRequest( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct TerminationNotificationRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR TerminationNotificationRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -187,10 +193,11 @@ struct TerminationNotificationRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TerminationNotificationRequestDefaultTypeInternal _TerminationNotificationRequest_default_instance_; PROTOBUF_CONSTEXPR TerminationNotificationResponse_StackTrace::TerminationNotificationResponse_StackTrace( - ::_pbi::ConstantInitialized) - : elements_() - , type_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.elements_)*/{} + , /*decltype(_impl_.type_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.message_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct TerminationNotificationResponse_StackTraceDefaultTypeInternal { PROTOBUF_CONSTEXPR TerminationNotificationResponse_StackTraceDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -201,11 +208,12 @@ struct TerminationNotificationResponse_StackTraceDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TerminationNotificationResponse_StackTraceDefaultTypeInternal _TerminationNotificationResponse_StackTrace_default_instance_; PROTOBUF_CONSTEXPR TerminationNotificationResponse::TerminationNotificationResponse( - ::_pbi::ConstantInitialized) - : stack_traces_() - , reason_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , abnormal_termination_(false) - , is_from_uncaught_exception_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.stack_traces_)*/{} + , /*decltype(_impl_.reason_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.abnormal_termination_)*/false + , /*decltype(_impl_.is_from_uncaught_exception_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct TerminationNotificationResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR TerminationNotificationResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -231,26 +239,26 @@ const uint32_t TableStruct_deephaven_2fproto_2fsession_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WrappedAuthenticationRequest, type_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WrappedAuthenticationRequest, payload_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WrappedAuthenticationRequest, _impl_.type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WrappedAuthenticationRequest, _impl_.payload_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeRequest, auth_protocol_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeRequest, payload_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeRequest, _impl_.auth_protocol_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeRequest, _impl_.payload_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeResponse, metadata_header_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeResponse, session_token_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeResponse, token_deadline_time_millis_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeResponse, token_expiration_delay_millis_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeResponse, _impl_.metadata_header_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeResponse, _impl_.session_token_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeResponse, _impl_.token_deadline_time_millis_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HandshakeResponse, _impl_.token_expiration_delay_millis_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CloseSessionResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -263,7 +271,7 @@ const uint32_t TableStruct_deephaven_2fproto_2fsession_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ReleaseRequest, id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ReleaseRequest, _impl_.id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ReleaseResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -276,8 +284,8 @@ const uint32_t TableStruct_deephaven_2fproto_2fsession_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportRequest, result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportRequest, _impl_.result_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -290,8 +298,8 @@ const uint32_t TableStruct_deephaven_2fproto_2fsession_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PublishRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PublishRequest, result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PublishRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PublishRequest, _impl_.result_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::PublishResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -310,10 +318,10 @@ const uint32_t TableStruct_deephaven_2fproto_2fsession_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportNotification, ticket_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportNotification, export_state_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportNotification, context_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportNotification, dependent_handle_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportNotification, _impl_.ticket_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportNotification, _impl_.export_state_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportNotification, _impl_.context_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportNotification, _impl_.dependent_handle_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationRequest, _internal_metadata_), ~0u, // no _extensions_ @@ -326,19 +334,19 @@ const uint32_t TableStruct_deephaven_2fproto_2fsession_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace, type_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace, message_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace, elements_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace, _impl_.type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace, _impl_.message_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace, _impl_.elements_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse, abnormal_termination_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse, reason_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse, is_from_uncaught_exception_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse, stack_traces_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse, _impl_.abnormal_termination_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse, _impl_.reason_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse, _impl_.is_from_uncaught_exception_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse, _impl_.stack_traces_), }; static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::WrappedAuthenticationRequest)}, @@ -524,40 +532,54 @@ class WrappedAuthenticationRequest::_Internal { WrappedAuthenticationRequest::WrappedAuthenticationRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest) } WrappedAuthenticationRequest::WrappedAuthenticationRequest(const WrappedAuthenticationRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + WrappedAuthenticationRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , decltype(_impl_.payload_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - type_.InitDefault(); + _impl_.type_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - type_.Set("", GetArenaForAllocation()); + _impl_.type_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_type().empty()) { - type_.Set(from._internal_type(), - GetArenaForAllocation()); + _this->_impl_.type_.Set(from._internal_type(), + _this->GetArenaForAllocation()); } - payload_.InitDefault(); + _impl_.payload_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - payload_.Set("", GetArenaForAllocation()); + _impl_.payload_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_payload().empty()) { - payload_.Set(from._internal_payload(), - GetArenaForAllocation()); + _this->_impl_.payload_.Set(from._internal_payload(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest) } -inline void WrappedAuthenticationRequest::SharedCtor() { -type_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - type_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -payload_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - payload_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void WrappedAuthenticationRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , decltype(_impl_.payload_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.type_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.type_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.payload_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.payload_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } WrappedAuthenticationRequest::~WrappedAuthenticationRequest() { @@ -571,12 +593,12 @@ WrappedAuthenticationRequest::~WrappedAuthenticationRequest() { inline void WrappedAuthenticationRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - type_.Destroy(); - payload_.Destroy(); + _impl_.type_.Destroy(); + _impl_.payload_.Destroy(); } void WrappedAuthenticationRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void WrappedAuthenticationRequest::Clear() { @@ -585,8 +607,8 @@ void WrappedAuthenticationRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - type_.ClearToEmpty(); - payload_.ClearToEmpty(); + _impl_.type_.ClearToEmpty(); + _impl_.payload_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -690,35 +712,31 @@ size_t WrappedAuthenticationRequest::ByteSizeLong() const { this->_internal_payload()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData WrappedAuthenticationRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, WrappedAuthenticationRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*WrappedAuthenticationRequest::GetClassData() const { return &_class_data_; } -void WrappedAuthenticationRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void WrappedAuthenticationRequest::MergeFrom(const WrappedAuthenticationRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest) - GOOGLE_DCHECK_NE(&from, this); +void WrappedAuthenticationRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_type().empty()) { - _internal_set_type(from._internal_type()); + _this->_internal_set_type(from._internal_type()); } if (!from._internal_payload().empty()) { - _internal_set_payload(from._internal_payload()); + _this->_internal_set_payload(from._internal_payload()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void WrappedAuthenticationRequest::CopyFrom(const WrappedAuthenticationRequest& from) { @@ -738,12 +756,12 @@ void WrappedAuthenticationRequest::InternalSwap(WrappedAuthenticationRequest* ot auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &type_, lhs_arena, - &other->type_, rhs_arena + &_impl_.type_, lhs_arena, + &other->_impl_.type_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &payload_, lhs_arena, - &other->payload_, rhs_arena + &_impl_.payload_, lhs_arena, + &other->_impl_.payload_, rhs_arena ); } @@ -762,30 +780,43 @@ class HandshakeRequest::_Internal { HandshakeRequest::HandshakeRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.HandshakeRequest) } HandshakeRequest::HandshakeRequest(const HandshakeRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + HandshakeRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.payload_){} + , decltype(_impl_.auth_protocol_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - payload_.InitDefault(); + _impl_.payload_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - payload_.Set("", GetArenaForAllocation()); + _impl_.payload_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_payload().empty()) { - payload_.Set(from._internal_payload(), - GetArenaForAllocation()); + _this->_impl_.payload_.Set(from._internal_payload(), + _this->GetArenaForAllocation()); } - auth_protocol_ = from.auth_protocol_; + _this->_impl_.auth_protocol_ = from._impl_.auth_protocol_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.HandshakeRequest) } -inline void HandshakeRequest::SharedCtor() { -payload_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - payload_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -auth_protocol_ = 0; +inline void HandshakeRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.payload_){} + , decltype(_impl_.auth_protocol_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.payload_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.payload_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } HandshakeRequest::~HandshakeRequest() { @@ -799,11 +830,11 @@ HandshakeRequest::~HandshakeRequest() { inline void HandshakeRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - payload_.Destroy(); + _impl_.payload_.Destroy(); } void HandshakeRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void HandshakeRequest::Clear() { @@ -812,8 +843,8 @@ void HandshakeRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - payload_.ClearToEmpty(); - auth_protocol_ = 0; + _impl_.payload_.ClearToEmpty(); + _impl_.auth_protocol_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -826,7 +857,7 @@ const char* HandshakeRequest::_InternalParse(const char* ptr, ::_pbi::ParseConte // sint32 auth_protocol = 1 [deprecated = true]; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - auth_protocol_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr); + _impl_.auth_protocol_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -909,35 +940,31 @@ size_t HandshakeRequest::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::SInt32SizePlusOne(this->_internal_auth_protocol()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData HandshakeRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, HandshakeRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*HandshakeRequest::GetClassData() const { return &_class_data_; } -void HandshakeRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void HandshakeRequest::MergeFrom(const HandshakeRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HandshakeRequest) - GOOGLE_DCHECK_NE(&from, this); +void HandshakeRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HandshakeRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_payload().empty()) { - _internal_set_payload(from._internal_payload()); + _this->_internal_set_payload(from._internal_payload()); } if (from._internal_auth_protocol() != 0) { - _internal_set_auth_protocol(from._internal_auth_protocol()); + _this->_internal_set_auth_protocol(from._internal_auth_protocol()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void HandshakeRequest::CopyFrom(const HandshakeRequest& from) { @@ -957,10 +984,10 @@ void HandshakeRequest::InternalSwap(HandshakeRequest* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &payload_, lhs_arena, - &other->payload_, rhs_arena + &_impl_.payload_, lhs_arena, + &other->_impl_.payload_, rhs_arena ); - swap(auth_protocol_, other->auth_protocol_); + swap(_impl_.auth_protocol_, other->_impl_.auth_protocol_); } ::PROTOBUF_NAMESPACE_ID::Metadata HandshakeRequest::GetMetadata() const { @@ -978,47 +1005,61 @@ class HandshakeResponse::_Internal { HandshakeResponse::HandshakeResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.HandshakeResponse) } HandshakeResponse::HandshakeResponse(const HandshakeResponse& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + HandshakeResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.metadata_header_){} + , decltype(_impl_.session_token_){} + , decltype(_impl_.token_deadline_time_millis_){} + , decltype(_impl_.token_expiration_delay_millis_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - metadata_header_.InitDefault(); + _impl_.metadata_header_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - metadata_header_.Set("", GetArenaForAllocation()); + _impl_.metadata_header_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_metadata_header().empty()) { - metadata_header_.Set(from._internal_metadata_header(), - GetArenaForAllocation()); + _this->_impl_.metadata_header_.Set(from._internal_metadata_header(), + _this->GetArenaForAllocation()); } - session_token_.InitDefault(); + _impl_.session_token_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - session_token_.Set("", GetArenaForAllocation()); + _impl_.session_token_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_session_token().empty()) { - session_token_.Set(from._internal_session_token(), - GetArenaForAllocation()); + _this->_impl_.session_token_.Set(from._internal_session_token(), + _this->GetArenaForAllocation()); } - ::memcpy(&token_deadline_time_millis_, &from.token_deadline_time_millis_, - static_cast(reinterpret_cast(&token_expiration_delay_millis_) - - reinterpret_cast(&token_deadline_time_millis_)) + sizeof(token_expiration_delay_millis_)); + ::memcpy(&_impl_.token_deadline_time_millis_, &from._impl_.token_deadline_time_millis_, + static_cast(reinterpret_cast(&_impl_.token_expiration_delay_millis_) - + reinterpret_cast(&_impl_.token_deadline_time_millis_)) + sizeof(_impl_.token_expiration_delay_millis_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.HandshakeResponse) } -inline void HandshakeResponse::SharedCtor() { -metadata_header_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - metadata_header_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -session_token_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - session_token_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&token_deadline_time_millis_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&token_expiration_delay_millis_) - - reinterpret_cast(&token_deadline_time_millis_)) + sizeof(token_expiration_delay_millis_)); +inline void HandshakeResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.metadata_header_){} + , decltype(_impl_.session_token_){} + , decltype(_impl_.token_deadline_time_millis_){int64_t{0}} + , decltype(_impl_.token_expiration_delay_millis_){int64_t{0}} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.metadata_header_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.metadata_header_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.session_token_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.session_token_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } HandshakeResponse::~HandshakeResponse() { @@ -1032,12 +1073,12 @@ HandshakeResponse::~HandshakeResponse() { inline void HandshakeResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - metadata_header_.Destroy(); - session_token_.Destroy(); + _impl_.metadata_header_.Destroy(); + _impl_.session_token_.Destroy(); } void HandshakeResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void HandshakeResponse::Clear() { @@ -1046,11 +1087,11 @@ void HandshakeResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - metadata_header_.ClearToEmpty(); - session_token_.ClearToEmpty(); - ::memset(&token_deadline_time_millis_, 0, static_cast( - reinterpret_cast(&token_expiration_delay_millis_) - - reinterpret_cast(&token_deadline_time_millis_)) + sizeof(token_expiration_delay_millis_)); + _impl_.metadata_header_.ClearToEmpty(); + _impl_.session_token_.ClearToEmpty(); + ::memset(&_impl_.token_deadline_time_millis_, 0, static_cast( + reinterpret_cast(&_impl_.token_expiration_delay_millis_) - + reinterpret_cast(&_impl_.token_deadline_time_millis_)) + sizeof(_impl_.token_expiration_delay_millis_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1081,7 +1122,7 @@ const char* HandshakeResponse::_InternalParse(const char* ptr, ::_pbi::ParseCont // sint64 token_deadline_time_millis = 3 [deprecated = true, jstype = JS_STRING]; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - token_deadline_time_millis_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); + _impl_.token_deadline_time_millis_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -1089,7 +1130,7 @@ const char* HandshakeResponse::_InternalParse(const char* ptr, ::_pbi::ParseCont // sint64 token_expiration_delay_millis = 4 [deprecated = true, jstype = JS_STRING]; case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { - token_expiration_delay_millis_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); + _impl_.token_expiration_delay_millis_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -1187,41 +1228,37 @@ size_t HandshakeResponse::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::SInt64SizePlusOne(this->_internal_token_expiration_delay_millis()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData HandshakeResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, HandshakeResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*HandshakeResponse::GetClassData() const { return &_class_data_; } -void HandshakeResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void HandshakeResponse::MergeFrom(const HandshakeResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HandshakeResponse) - GOOGLE_DCHECK_NE(&from, this); +void HandshakeResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HandshakeResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_metadata_header().empty()) { - _internal_set_metadata_header(from._internal_metadata_header()); + _this->_internal_set_metadata_header(from._internal_metadata_header()); } if (!from._internal_session_token().empty()) { - _internal_set_session_token(from._internal_session_token()); + _this->_internal_set_session_token(from._internal_session_token()); } if (from._internal_token_deadline_time_millis() != 0) { - _internal_set_token_deadline_time_millis(from._internal_token_deadline_time_millis()); + _this->_internal_set_token_deadline_time_millis(from._internal_token_deadline_time_millis()); } if (from._internal_token_expiration_delay_millis() != 0) { - _internal_set_token_expiration_delay_millis(from._internal_token_expiration_delay_millis()); + _this->_internal_set_token_expiration_delay_millis(from._internal_token_expiration_delay_millis()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void HandshakeResponse::CopyFrom(const HandshakeResponse& from) { @@ -1241,19 +1278,19 @@ void HandshakeResponse::InternalSwap(HandshakeResponse* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &metadata_header_, lhs_arena, - &other->metadata_header_, rhs_arena + &_impl_.metadata_header_, lhs_arena, + &other->_impl_.metadata_header_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &session_token_, lhs_arena, - &other->session_token_, rhs_arena + &_impl_.session_token_, lhs_arena, + &other->_impl_.session_token_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(HandshakeResponse, token_expiration_delay_millis_) - + sizeof(HandshakeResponse::token_expiration_delay_millis_) - - PROTOBUF_FIELD_OFFSET(HandshakeResponse, token_deadline_time_millis_)>( - reinterpret_cast(&token_deadline_time_millis_), - reinterpret_cast(&other->token_deadline_time_millis_)); + PROTOBUF_FIELD_OFFSET(HandshakeResponse, _impl_.token_expiration_delay_millis_) + + sizeof(HandshakeResponse::_impl_.token_expiration_delay_millis_) + - PROTOBUF_FIELD_OFFSET(HandshakeResponse, _impl_.token_deadline_time_millis_)>( + reinterpret_cast(&_impl_.token_deadline_time_millis_), + reinterpret_cast(&other->_impl_.token_deadline_time_millis_)); } ::PROTOBUF_NAMESPACE_ID::Metadata HandshakeResponse::GetMetadata() const { @@ -1275,6 +1312,7 @@ CloseSessionResponse::CloseSessionResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena } CloseSessionResponse::CloseSessionResponse(const CloseSessionResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + CloseSessionResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.CloseSessionResponse) } @@ -1310,33 +1348,42 @@ class ReleaseRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& ReleaseRequest::_Internal::id(const ReleaseRequest* msg) { - return *msg->id_; + return *msg->_impl_.id_; } void ReleaseRequest::clear_id() { - if (GetArenaForAllocation() == nullptr && id_ != nullptr) { - delete id_; + if (GetArenaForAllocation() == nullptr && _impl_.id_ != nullptr) { + delete _impl_.id_; } - id_ = nullptr; + _impl_.id_ = nullptr; } ReleaseRequest::ReleaseRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ReleaseRequest) } ReleaseRequest::ReleaseRequest(const ReleaseRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ReleaseRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_id()) { - id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.id_); - } else { - id_ = nullptr; + _this->_impl_.id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ReleaseRequest) } -inline void ReleaseRequest::SharedCtor() { -id_ = nullptr; +inline void ReleaseRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } ReleaseRequest::~ReleaseRequest() { @@ -1350,11 +1397,11 @@ ReleaseRequest::~ReleaseRequest() { inline void ReleaseRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete id_; + if (this != internal_default_instance()) delete _impl_.id_; } void ReleaseRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ReleaseRequest::Clear() { @@ -1363,10 +1410,10 @@ void ReleaseRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && id_ != nullptr) { - delete id_; + if (GetArenaForAllocation() == nullptr && _impl_.id_ != nullptr) { + delete _impl_.id_; } - id_ = nullptr; + _impl_.id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1440,35 +1487,32 @@ size_t ReleaseRequest::ByteSizeLong() const { if (this->_internal_has_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *id_); + *_impl_.id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ReleaseRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ReleaseRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ReleaseRequest::GetClassData() const { return &_class_data_; } -void ReleaseRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ReleaseRequest::MergeFrom(const ReleaseRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ReleaseRequest) - GOOGLE_DCHECK_NE(&from, this); +void ReleaseRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ReleaseRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_id()) { - _internal_mutable_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_id()); + _this->_internal_mutable_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ReleaseRequest::CopyFrom(const ReleaseRequest& from) { @@ -1485,7 +1529,7 @@ bool ReleaseRequest::IsInitialized() const { void ReleaseRequest::InternalSwap(ReleaseRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(id_, other->id_); + swap(_impl_.id_, other->_impl_.id_); } ::PROTOBUF_NAMESPACE_ID::Metadata ReleaseRequest::GetMetadata() const { @@ -1507,6 +1551,7 @@ ReleaseResponse::ReleaseResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, } ReleaseResponse::ReleaseResponse(const ReleaseResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + ReleaseResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ReleaseResponse) } @@ -1543,51 +1588,57 @@ class ExportRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& ExportRequest::_Internal::source_id(const ExportRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& ExportRequest::_Internal::result_id(const ExportRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } void ExportRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } void ExportRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } ExportRequest::ExportRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ExportRequest) } ExportRequest::ExportRequest(const ExportRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ExportRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.source_id_); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ExportRequest) } -inline void ExportRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&source_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&result_id_) - - reinterpret_cast(&source_id_)) + sizeof(result_id_)); +inline void ExportRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } ExportRequest::~ExportRequest() { @@ -1601,12 +1652,12 @@ ExportRequest::~ExportRequest() { inline void ExportRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete source_id_; - if (this != internal_default_instance()) delete result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; + if (this != internal_default_instance()) delete _impl_.result_id_; } void ExportRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ExportRequest::Clear() { @@ -1615,14 +1666,14 @@ void ExportRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.source_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1711,45 +1762,43 @@ size_t ExportRequest::ByteSizeLong() const { if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 2; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ExportRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ExportRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ExportRequest::GetClassData() const { return &_class_data_; } -void ExportRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ExportRequest::MergeFrom(const ExportRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ExportRequest) - GOOGLE_DCHECK_NE(&from, this); +void ExportRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ExportRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_source_id()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ExportRequest::CopyFrom(const ExportRequest& from) { @@ -1767,11 +1816,11 @@ void ExportRequest::InternalSwap(ExportRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ExportRequest, result_id_) - + sizeof(ExportRequest::result_id_) - - PROTOBUF_FIELD_OFFSET(ExportRequest, source_id_)>( - reinterpret_cast(&source_id_), - reinterpret_cast(&other->source_id_)); + PROTOBUF_FIELD_OFFSET(ExportRequest, _impl_.result_id_) + + sizeof(ExportRequest::_impl_.result_id_) + - PROTOBUF_FIELD_OFFSET(ExportRequest, _impl_.source_id_)>( + reinterpret_cast(&_impl_.source_id_), + reinterpret_cast(&other->_impl_.source_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ExportRequest::GetMetadata() const { @@ -1793,6 +1842,7 @@ ExportResponse::ExportResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, } ExportResponse::ExportResponse(const ExportResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + ExportResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ExportResponse) } @@ -1829,51 +1879,57 @@ class PublishRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& PublishRequest::_Internal::source_id(const PublishRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& PublishRequest::_Internal::result_id(const PublishRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } void PublishRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } void PublishRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } PublishRequest::PublishRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.PublishRequest) } PublishRequest::PublishRequest(const PublishRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + PublishRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.source_id_); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.PublishRequest) } -inline void PublishRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&source_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&result_id_) - - reinterpret_cast(&source_id_)) + sizeof(result_id_)); +inline void PublishRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } PublishRequest::~PublishRequest() { @@ -1887,12 +1943,12 @@ PublishRequest::~PublishRequest() { inline void PublishRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete source_id_; - if (this != internal_default_instance()) delete result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; + if (this != internal_default_instance()) delete _impl_.result_id_; } void PublishRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void PublishRequest::Clear() { @@ -1901,14 +1957,14 @@ void PublishRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.source_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1997,45 +2053,43 @@ size_t PublishRequest::ByteSizeLong() const { if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 2; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData PublishRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, PublishRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*PublishRequest::GetClassData() const { return &_class_data_; } -void PublishRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void PublishRequest::MergeFrom(const PublishRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.PublishRequest) - GOOGLE_DCHECK_NE(&from, this); +void PublishRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.PublishRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_source_id()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void PublishRequest::CopyFrom(const PublishRequest& from) { @@ -2053,11 +2107,11 @@ void PublishRequest::InternalSwap(PublishRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(PublishRequest, result_id_) - + sizeof(PublishRequest::result_id_) - - PROTOBUF_FIELD_OFFSET(PublishRequest, source_id_)>( - reinterpret_cast(&source_id_), - reinterpret_cast(&other->source_id_)); + PROTOBUF_FIELD_OFFSET(PublishRequest, _impl_.result_id_) + + sizeof(PublishRequest::_impl_.result_id_) + - PROTOBUF_FIELD_OFFSET(PublishRequest, _impl_.source_id_)>( + reinterpret_cast(&_impl_.source_id_), + reinterpret_cast(&other->_impl_.source_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata PublishRequest::GetMetadata() const { @@ -2079,6 +2133,7 @@ PublishResponse::PublishResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, } PublishResponse::PublishResponse(const PublishResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + PublishResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.PublishResponse) } @@ -2118,6 +2173,7 @@ ExportNotificationRequest::ExportNotificationRequest(::PROTOBUF_NAMESPACE_ID::Ar } ExportNotificationRequest::ExportNotificationRequest(const ExportNotificationRequest& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + ExportNotificationRequest* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ExportNotificationRequest) } @@ -2153,61 +2209,73 @@ class ExportNotification::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& ExportNotification::_Internal::ticket(const ExportNotification* msg) { - return *msg->ticket_; + return *msg->_impl_.ticket_; } void ExportNotification::clear_ticket() { - if (GetArenaForAllocation() == nullptr && ticket_ != nullptr) { - delete ticket_; + if (GetArenaForAllocation() == nullptr && _impl_.ticket_ != nullptr) { + delete _impl_.ticket_; } - ticket_ = nullptr; + _impl_.ticket_ = nullptr; } ExportNotification::ExportNotification(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ExportNotification) } ExportNotification::ExportNotification(const ExportNotification& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ExportNotification* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.context_){} + , decltype(_impl_.dependent_handle_){} + , decltype(_impl_.ticket_){nullptr} + , decltype(_impl_.export_state_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - context_.InitDefault(); + _impl_.context_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - context_.Set("", GetArenaForAllocation()); + _impl_.context_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_context().empty()) { - context_.Set(from._internal_context(), - GetArenaForAllocation()); + _this->_impl_.context_.Set(from._internal_context(), + _this->GetArenaForAllocation()); } - dependent_handle_.InitDefault(); + _impl_.dependent_handle_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - dependent_handle_.Set("", GetArenaForAllocation()); + _impl_.dependent_handle_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_dependent_handle().empty()) { - dependent_handle_.Set(from._internal_dependent_handle(), - GetArenaForAllocation()); + _this->_impl_.dependent_handle_.Set(from._internal_dependent_handle(), + _this->GetArenaForAllocation()); } if (from._internal_has_ticket()) { - ticket_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.ticket_); - } else { - ticket_ = nullptr; + _this->_impl_.ticket_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.ticket_); } - export_state_ = from.export_state_; + _this->_impl_.export_state_ = from._impl_.export_state_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ExportNotification) } -inline void ExportNotification::SharedCtor() { -context_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - context_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -dependent_handle_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - dependent_handle_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&ticket_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&export_state_) - - reinterpret_cast(&ticket_)) + sizeof(export_state_)); +inline void ExportNotification::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.context_){} + , decltype(_impl_.dependent_handle_){} + , decltype(_impl_.ticket_){nullptr} + , decltype(_impl_.export_state_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.context_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.context_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.dependent_handle_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.dependent_handle_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ExportNotification::~ExportNotification() { @@ -2221,13 +2289,13 @@ ExportNotification::~ExportNotification() { inline void ExportNotification::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - context_.Destroy(); - dependent_handle_.Destroy(); - if (this != internal_default_instance()) delete ticket_; + _impl_.context_.Destroy(); + _impl_.dependent_handle_.Destroy(); + if (this != internal_default_instance()) delete _impl_.ticket_; } void ExportNotification::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ExportNotification::Clear() { @@ -2236,13 +2304,13 @@ void ExportNotification::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - context_.ClearToEmpty(); - dependent_handle_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && ticket_ != nullptr) { - delete ticket_; + _impl_.context_.ClearToEmpty(); + _impl_.dependent_handle_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.ticket_ != nullptr) { + delete _impl_.ticket_; } - ticket_ = nullptr; - export_state_ = 0; + _impl_.ticket_ = nullptr; + _impl_.export_state_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -2386,7 +2454,7 @@ size_t ExportNotification::ByteSizeLong() const { if (this->_internal_has_ticket()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *ticket_); + *_impl_.ticket_); } // .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2; @@ -2395,41 +2463,38 @@ size_t ExportNotification::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_export_state()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ExportNotification::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ExportNotification::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ExportNotification::GetClassData() const { return &_class_data_; } -void ExportNotification::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ExportNotification::MergeFrom(const ExportNotification& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ExportNotification) - GOOGLE_DCHECK_NE(&from, this); +void ExportNotification::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ExportNotification) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_context().empty()) { - _internal_set_context(from._internal_context()); + _this->_internal_set_context(from._internal_context()); } if (!from._internal_dependent_handle().empty()) { - _internal_set_dependent_handle(from._internal_dependent_handle()); + _this->_internal_set_dependent_handle(from._internal_dependent_handle()); } if (from._internal_has_ticket()) { - _internal_mutable_ticket()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_ticket()); + _this->_internal_mutable_ticket()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_ticket()); } if (from._internal_export_state() != 0) { - _internal_set_export_state(from._internal_export_state()); + _this->_internal_set_export_state(from._internal_export_state()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ExportNotification::CopyFrom(const ExportNotification& from) { @@ -2449,19 +2514,19 @@ void ExportNotification::InternalSwap(ExportNotification* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &context_, lhs_arena, - &other->context_, rhs_arena + &_impl_.context_, lhs_arena, + &other->_impl_.context_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &dependent_handle_, lhs_arena, - &other->dependent_handle_, rhs_arena + &_impl_.dependent_handle_, lhs_arena, + &other->_impl_.dependent_handle_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ExportNotification, export_state_) - + sizeof(ExportNotification::export_state_) - - PROTOBUF_FIELD_OFFSET(ExportNotification, ticket_)>( - reinterpret_cast(&ticket_), - reinterpret_cast(&other->ticket_)); + PROTOBUF_FIELD_OFFSET(ExportNotification, _impl_.export_state_) + + sizeof(ExportNotification::_impl_.export_state_) + - PROTOBUF_FIELD_OFFSET(ExportNotification, _impl_.ticket_)>( + reinterpret_cast(&_impl_.ticket_), + reinterpret_cast(&other->_impl_.ticket_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ExportNotification::GetMetadata() const { @@ -2483,6 +2548,7 @@ TerminationNotificationRequest::TerminationNotificationRequest(::PROTOBUF_NAMESP } TerminationNotificationRequest::TerminationNotificationRequest(const TerminationNotificationRequest& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + TerminationNotificationRequest* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.TerminationNotificationRequest) } @@ -2517,43 +2583,57 @@ class TerminationNotificationResponse_StackTrace::_Internal { TerminationNotificationResponse_StackTrace::TerminationNotificationResponse_StackTrace(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - elements_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace) } TerminationNotificationResponse_StackTrace::TerminationNotificationResponse_StackTrace(const TerminationNotificationResponse_StackTrace& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - elements_(from.elements_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + TerminationNotificationResponse_StackTrace* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.elements_){from._impl_.elements_} + , decltype(_impl_.type_){} + , decltype(_impl_.message_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - type_.InitDefault(); + _impl_.type_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - type_.Set("", GetArenaForAllocation()); + _impl_.type_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_type().empty()) { - type_.Set(from._internal_type(), - GetArenaForAllocation()); + _this->_impl_.type_.Set(from._internal_type(), + _this->GetArenaForAllocation()); } - message_.InitDefault(); + _impl_.message_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - message_.Set("", GetArenaForAllocation()); + _impl_.message_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_message().empty()) { - message_.Set(from._internal_message(), - GetArenaForAllocation()); + _this->_impl_.message_.Set(from._internal_message(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace) } -inline void TerminationNotificationResponse_StackTrace::SharedCtor() { -type_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - type_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -message_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - message_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void TerminationNotificationResponse_StackTrace::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.elements_){arena} + , decltype(_impl_.type_){} + , decltype(_impl_.message_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.type_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.type_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.message_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.message_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } TerminationNotificationResponse_StackTrace::~TerminationNotificationResponse_StackTrace() { @@ -2567,12 +2647,13 @@ TerminationNotificationResponse_StackTrace::~TerminationNotificationResponse_Sta inline void TerminationNotificationResponse_StackTrace::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - type_.Destroy(); - message_.Destroy(); + _impl_.elements_.~RepeatedPtrField(); + _impl_.type_.Destroy(); + _impl_.message_.Destroy(); } void TerminationNotificationResponse_StackTrace::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void TerminationNotificationResponse_StackTrace::Clear() { @@ -2581,9 +2662,9 @@ void TerminationNotificationResponse_StackTrace::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - elements_.Clear(); - type_.ClearToEmpty(); - message_.ClearToEmpty(); + _impl_.elements_.Clear(); + _impl_.type_.ClearToEmpty(); + _impl_.message_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -2705,10 +2786,10 @@ size_t TerminationNotificationResponse_StackTrace::ByteSizeLong() const { // repeated string elements = 3; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(elements_.size()); - for (int i = 0, n = elements_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.elements_.size()); + for (int i = 0, n = _impl_.elements_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - elements_.Get(i)); + _impl_.elements_.Get(i)); } // string type = 1; @@ -2725,36 +2806,32 @@ size_t TerminationNotificationResponse_StackTrace::ByteSizeLong() const { this->_internal_message()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData TerminationNotificationResponse_StackTrace::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, TerminationNotificationResponse_StackTrace::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*TerminationNotificationResponse_StackTrace::GetClassData() const { return &_class_data_; } -void TerminationNotificationResponse_StackTrace::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void TerminationNotificationResponse_StackTrace::MergeFrom(const TerminationNotificationResponse_StackTrace& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace) - GOOGLE_DCHECK_NE(&from, this); +void TerminationNotificationResponse_StackTrace::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - elements_.MergeFrom(from.elements_); + _this->_impl_.elements_.MergeFrom(from._impl_.elements_); if (!from._internal_type().empty()) { - _internal_set_type(from._internal_type()); + _this->_internal_set_type(from._internal_type()); } if (!from._internal_message().empty()) { - _internal_set_message(from._internal_message()); + _this->_internal_set_message(from._internal_message()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void TerminationNotificationResponse_StackTrace::CopyFrom(const TerminationNotificationResponse_StackTrace& from) { @@ -2773,14 +2850,14 @@ void TerminationNotificationResponse_StackTrace::InternalSwap(TerminationNotific auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - elements_.InternalSwap(&other->elements_); + _impl_.elements_.InternalSwap(&other->_impl_.elements_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &type_, lhs_arena, - &other->type_, rhs_arena + &_impl_.type_, lhs_arena, + &other->_impl_.type_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &message_, lhs_arena, - &other->message_, rhs_arena + &_impl_.message_, lhs_arena, + &other->_impl_.message_, rhs_arena ); } @@ -2798,38 +2875,50 @@ class TerminationNotificationResponse::_Internal { TerminationNotificationResponse::TerminationNotificationResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - stack_traces_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse) } TerminationNotificationResponse::TerminationNotificationResponse(const TerminationNotificationResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - stack_traces_(from.stack_traces_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + TerminationNotificationResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.stack_traces_){from._impl_.stack_traces_} + , decltype(_impl_.reason_){} + , decltype(_impl_.abnormal_termination_){} + , decltype(_impl_.is_from_uncaught_exception_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - reason_.InitDefault(); + _impl_.reason_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - reason_.Set("", GetArenaForAllocation()); + _impl_.reason_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_reason().empty()) { - reason_.Set(from._internal_reason(), - GetArenaForAllocation()); + _this->_impl_.reason_.Set(from._internal_reason(), + _this->GetArenaForAllocation()); } - ::memcpy(&abnormal_termination_, &from.abnormal_termination_, - static_cast(reinterpret_cast(&is_from_uncaught_exception_) - - reinterpret_cast(&abnormal_termination_)) + sizeof(is_from_uncaught_exception_)); + ::memcpy(&_impl_.abnormal_termination_, &from._impl_.abnormal_termination_, + static_cast(reinterpret_cast(&_impl_.is_from_uncaught_exception_) - + reinterpret_cast(&_impl_.abnormal_termination_)) + sizeof(_impl_.is_from_uncaught_exception_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse) } -inline void TerminationNotificationResponse::SharedCtor() { -reason_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - reason_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&abnormal_termination_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&is_from_uncaught_exception_) - - reinterpret_cast(&abnormal_termination_)) + sizeof(is_from_uncaught_exception_)); +inline void TerminationNotificationResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.stack_traces_){arena} + , decltype(_impl_.reason_){} + , decltype(_impl_.abnormal_termination_){false} + , decltype(_impl_.is_from_uncaught_exception_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.reason_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.reason_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } TerminationNotificationResponse::~TerminationNotificationResponse() { @@ -2843,11 +2932,12 @@ TerminationNotificationResponse::~TerminationNotificationResponse() { inline void TerminationNotificationResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - reason_.Destroy(); + _impl_.stack_traces_.~RepeatedPtrField(); + _impl_.reason_.Destroy(); } void TerminationNotificationResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void TerminationNotificationResponse::Clear() { @@ -2856,11 +2946,11 @@ void TerminationNotificationResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - stack_traces_.Clear(); - reason_.ClearToEmpty(); - ::memset(&abnormal_termination_, 0, static_cast( - reinterpret_cast(&is_from_uncaught_exception_) - - reinterpret_cast(&abnormal_termination_)) + sizeof(is_from_uncaught_exception_)); + _impl_.stack_traces_.Clear(); + _impl_.reason_.ClearToEmpty(); + ::memset(&_impl_.abnormal_termination_, 0, static_cast( + reinterpret_cast(&_impl_.is_from_uncaught_exception_) - + reinterpret_cast(&_impl_.abnormal_termination_)) + sizeof(_impl_.is_from_uncaught_exception_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -2873,7 +2963,7 @@ const char* TerminationNotificationResponse::_InternalParse(const char* ptr, ::_ // bool abnormal_termination = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - abnormal_termination_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.abnormal_termination_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -2891,7 +2981,7 @@ const char* TerminationNotificationResponse::_InternalParse(const char* ptr, ::_ // bool is_from_uncaught_exception = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - is_from_uncaught_exception_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.is_from_uncaught_exception_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -2986,7 +3076,7 @@ size_t TerminationNotificationResponse::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; total_size += 1UL * this->_internal_stack_traces_size(); - for (const auto& msg : this->stack_traces_) { + for (const auto& msg : this->_impl_.stack_traces_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -3008,39 +3098,35 @@ size_t TerminationNotificationResponse::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData TerminationNotificationResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, TerminationNotificationResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*TerminationNotificationResponse::GetClassData() const { return &_class_data_; } -void TerminationNotificationResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void TerminationNotificationResponse::MergeFrom(const TerminationNotificationResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse) - GOOGLE_DCHECK_NE(&from, this); +void TerminationNotificationResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - stack_traces_.MergeFrom(from.stack_traces_); + _this->_impl_.stack_traces_.MergeFrom(from._impl_.stack_traces_); if (!from._internal_reason().empty()) { - _internal_set_reason(from._internal_reason()); + _this->_internal_set_reason(from._internal_reason()); } if (from._internal_abnormal_termination() != 0) { - _internal_set_abnormal_termination(from._internal_abnormal_termination()); + _this->_internal_set_abnormal_termination(from._internal_abnormal_termination()); } if (from._internal_is_from_uncaught_exception() != 0) { - _internal_set_is_from_uncaught_exception(from._internal_is_from_uncaught_exception()); + _this->_internal_set_is_from_uncaught_exception(from._internal_is_from_uncaught_exception()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void TerminationNotificationResponse::CopyFrom(const TerminationNotificationResponse& from) { @@ -3059,17 +3145,17 @@ void TerminationNotificationResponse::InternalSwap(TerminationNotificationRespon auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - stack_traces_.InternalSwap(&other->stack_traces_); + _impl_.stack_traces_.InternalSwap(&other->_impl_.stack_traces_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &reason_, lhs_arena, - &other->reason_, rhs_arena + &_impl_.reason_, lhs_arena, + &other->_impl_.reason_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(TerminationNotificationResponse, is_from_uncaught_exception_) - + sizeof(TerminationNotificationResponse::is_from_uncaught_exception_) - - PROTOBUF_FIELD_OFFSET(TerminationNotificationResponse, abnormal_termination_)>( - reinterpret_cast(&abnormal_termination_), - reinterpret_cast(&other->abnormal_termination_)); + PROTOBUF_FIELD_OFFSET(TerminationNotificationResponse, _impl_.is_from_uncaught_exception_) + + sizeof(TerminationNotificationResponse::_impl_.is_from_uncaught_exception_) + - PROTOBUF_FIELD_OFFSET(TerminationNotificationResponse, _impl_.abnormal_termination_)>( + reinterpret_cast(&_impl_.abnormal_termination_), + reinterpret_cast(&other->_impl_.abnormal_termination_)); } ::PROTOBUF_NAMESPACE_ID::Metadata TerminationNotificationResponse::GetMetadata() const { diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/session.pb.h b/cpp-client/deephaven/dhclient/proto/deephaven/proto/session.pb.h index 201eda7fe1b..e6f089bebfa 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/session.pb.h +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/session.pb.h @@ -8,12 +8,12 @@ #include #include -#if PROTOBUF_VERSION < 3020000 +#if PROTOBUF_VERSION < 3021000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3020003 < PROTOBUF_MIN_PROTOC_VERSION +#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. @@ -243,9 +243,11 @@ class WrappedAuthenticationRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const WrappedAuthenticationRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const WrappedAuthenticationRequest& from); + void MergeFrom( const WrappedAuthenticationRequest& from) { + WrappedAuthenticationRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -254,10 +256,10 @@ class WrappedAuthenticationRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(WrappedAuthenticationRequest* other); @@ -320,9 +322,12 @@ class WrappedAuthenticationRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr payload_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr payload_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -407,9 +412,11 @@ class HandshakeRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const HandshakeRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const HandshakeRequest& from); + void MergeFrom( const HandshakeRequest& from) { + HandshakeRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -418,10 +425,10 @@ class HandshakeRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(HandshakeRequest* other); @@ -479,9 +486,12 @@ class HandshakeRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr payload_; - int32_t auth_protocol_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr payload_; + int32_t auth_protocol_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -566,9 +576,11 @@ class HandshakeResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const HandshakeResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const HandshakeResponse& from); + void MergeFrom( const HandshakeResponse& from) { + HandshakeResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -577,10 +589,10 @@ class HandshakeResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(HandshakeResponse* other); @@ -663,11 +675,14 @@ class HandshakeResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr metadata_header_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr session_token_; - int64_t token_deadline_time_millis_; - int64_t token_expiration_delay_millis_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr metadata_header_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr session_token_; + int64_t token_deadline_time_millis_; + int64_t token_expiration_delay_millis_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -750,11 +765,11 @@ class CloseSessionResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const CloseSessionResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const CloseSessionResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -784,6 +799,8 @@ class CloseSessionResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -868,9 +885,11 @@ class ReleaseRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ReleaseRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ReleaseRequest& from); + void MergeFrom( const ReleaseRequest& from) { + ReleaseRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -879,10 +898,10 @@ class ReleaseRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ReleaseRequest* other); @@ -934,8 +953,11 @@ class ReleaseRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -1018,11 +1040,11 @@ class ReleaseResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const ReleaseResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const ReleaseResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -1052,6 +1074,8 @@ class ReleaseResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -1136,9 +1160,11 @@ class ExportRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ExportRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ExportRequest& from); + void MergeFrom( const ExportRequest& from) { + ExportRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1147,10 +1173,10 @@ class ExportRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ExportRequest* other); @@ -1221,9 +1247,12 @@ class ExportRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* source_id_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* source_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -1306,11 +1335,11 @@ class ExportResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const ExportResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const ExportResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -1340,6 +1369,8 @@ class ExportResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -1424,9 +1455,11 @@ class PublishRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const PublishRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const PublishRequest& from); + void MergeFrom( const PublishRequest& from) { + PublishRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1435,10 +1468,10 @@ class PublishRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(PublishRequest* other); @@ -1509,9 +1542,12 @@ class PublishRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* source_id_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* source_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -1594,11 +1630,11 @@ class PublishResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const PublishResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const PublishResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -1628,6 +1664,8 @@ class PublishResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -1710,11 +1748,11 @@ class ExportNotificationRequest final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const ExportNotificationRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const ExportNotificationRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -1744,6 +1782,8 @@ class ExportNotificationRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -1828,9 +1868,11 @@ class ExportNotification final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ExportNotification& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ExportNotification& from); + void MergeFrom( const ExportNotification& from) { + ExportNotification::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1839,10 +1881,10 @@ class ExportNotification final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ExportNotification* other); @@ -1986,11 +2028,14 @@ class ExportNotification final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr context_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr dependent_handle_; - ::io::deephaven::proto::backplane::grpc::Ticket* ticket_; - int export_state_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr context_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr dependent_handle_; + ::io::deephaven::proto::backplane::grpc::Ticket* ticket_; + int export_state_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -2073,11 +2118,11 @@ class TerminationNotificationRequest final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const TerminationNotificationRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const TerminationNotificationRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -2107,6 +2152,8 @@ class TerminationNotificationRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -2191,9 +2238,11 @@ class TerminationNotificationResponse_StackTrace final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const TerminationNotificationResponse_StackTrace& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const TerminationNotificationResponse_StackTrace& from); + void MergeFrom( const TerminationNotificationResponse_StackTrace& from) { + TerminationNotificationResponse_StackTrace::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -2202,10 +2251,10 @@ class TerminationNotificationResponse_StackTrace final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(TerminationNotificationResponse_StackTrace* other); @@ -2293,10 +2342,13 @@ class TerminationNotificationResponse_StackTrace final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField elements_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField elements_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr message_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // ------------------------------------------------------------------- @@ -2381,9 +2433,11 @@ class TerminationNotificationResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const TerminationNotificationResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const TerminationNotificationResponse& from); + void MergeFrom( const TerminationNotificationResponse& from) { + TerminationNotificationResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -2392,10 +2446,10 @@ class TerminationNotificationResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(TerminationNotificationResponse* other); @@ -2484,11 +2538,14 @@ class TerminationNotificationResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace > stack_traces_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr reason_; - bool abnormal_termination_; - bool is_from_uncaught_exception_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace > stack_traces_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr reason_; + bool abnormal_termination_; + bool is_from_uncaught_exception_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fsession_2eproto; }; // =================================================================== @@ -2504,7 +2561,7 @@ class TerminationNotificationResponse final : // string type = 4; inline void WrappedAuthenticationRequest::clear_type() { - type_.ClearToEmpty(); + _impl_.type_.ClearToEmpty(); } inline const std::string& WrappedAuthenticationRequest::type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest.type) @@ -2514,7 +2571,7 @@ template inline PROTOBUF_ALWAYS_INLINE void WrappedAuthenticationRequest::set_type(ArgT0&& arg0, ArgT... args) { - type_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.type_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest.type) } inline std::string* WrappedAuthenticationRequest::mutable_type() { @@ -2523,19 +2580,19 @@ inline std::string* WrappedAuthenticationRequest::mutable_type() { return _s; } inline const std::string& WrappedAuthenticationRequest::_internal_type() const { - return type_.Get(); + return _impl_.type_.Get(); } inline void WrappedAuthenticationRequest::_internal_set_type(const std::string& value) { - type_.Set(value, GetArenaForAllocation()); + _impl_.type_.Set(value, GetArenaForAllocation()); } inline std::string* WrappedAuthenticationRequest::_internal_mutable_type() { - return type_.Mutable(GetArenaForAllocation()); + return _impl_.type_.Mutable(GetArenaForAllocation()); } inline std::string* WrappedAuthenticationRequest::release_type() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest.type) - return type_.Release(); + return _impl_.type_.Release(); } inline void WrappedAuthenticationRequest::set_allocated_type(std::string* type) { if (type != nullptr) { @@ -2543,10 +2600,10 @@ inline void WrappedAuthenticationRequest::set_allocated_type(std::string* type) } else { } - type_.SetAllocated(type, GetArenaForAllocation()); + _impl_.type_.SetAllocated(type, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (type_.IsDefault()) { - type_.Set("", GetArenaForAllocation()); + if (_impl_.type_.IsDefault()) { + _impl_.type_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest.type) @@ -2554,7 +2611,7 @@ inline void WrappedAuthenticationRequest::set_allocated_type(std::string* type) // bytes payload = 5; inline void WrappedAuthenticationRequest::clear_payload() { - payload_.ClearToEmpty(); + _impl_.payload_.ClearToEmpty(); } inline const std::string& WrappedAuthenticationRequest::payload() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest.payload) @@ -2564,7 +2621,7 @@ template inline PROTOBUF_ALWAYS_INLINE void WrappedAuthenticationRequest::set_payload(ArgT0&& arg0, ArgT... args) { - payload_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.payload_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest.payload) } inline std::string* WrappedAuthenticationRequest::mutable_payload() { @@ -2573,19 +2630,19 @@ inline std::string* WrappedAuthenticationRequest::mutable_payload() { return _s; } inline const std::string& WrappedAuthenticationRequest::_internal_payload() const { - return payload_.Get(); + return _impl_.payload_.Get(); } inline void WrappedAuthenticationRequest::_internal_set_payload(const std::string& value) { - payload_.Set(value, GetArenaForAllocation()); + _impl_.payload_.Set(value, GetArenaForAllocation()); } inline std::string* WrappedAuthenticationRequest::_internal_mutable_payload() { - return payload_.Mutable(GetArenaForAllocation()); + return _impl_.payload_.Mutable(GetArenaForAllocation()); } inline std::string* WrappedAuthenticationRequest::release_payload() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest.payload) - return payload_.Release(); + return _impl_.payload_.Release(); } inline void WrappedAuthenticationRequest::set_allocated_payload(std::string* payload) { if (payload != nullptr) { @@ -2593,10 +2650,10 @@ inline void WrappedAuthenticationRequest::set_allocated_payload(std::string* pay } else { } - payload_.SetAllocated(payload, GetArenaForAllocation()); + _impl_.payload_.SetAllocated(payload, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (payload_.IsDefault()) { - payload_.Set("", GetArenaForAllocation()); + if (_impl_.payload_.IsDefault()) { + _impl_.payload_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.WrappedAuthenticationRequest.payload) @@ -2608,10 +2665,10 @@ inline void WrappedAuthenticationRequest::set_allocated_payload(std::string* pay // sint32 auth_protocol = 1 [deprecated = true]; inline void HandshakeRequest::clear_auth_protocol() { - auth_protocol_ = 0; + _impl_.auth_protocol_ = 0; } inline int32_t HandshakeRequest::_internal_auth_protocol() const { - return auth_protocol_; + return _impl_.auth_protocol_; } inline int32_t HandshakeRequest::auth_protocol() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HandshakeRequest.auth_protocol) @@ -2619,7 +2676,7 @@ inline int32_t HandshakeRequest::auth_protocol() const { } inline void HandshakeRequest::_internal_set_auth_protocol(int32_t value) { - auth_protocol_ = value; + _impl_.auth_protocol_ = value; } inline void HandshakeRequest::set_auth_protocol(int32_t value) { _internal_set_auth_protocol(value); @@ -2628,7 +2685,7 @@ inline void HandshakeRequest::set_auth_protocol(int32_t value) { // bytes payload = 2 [deprecated = true]; inline void HandshakeRequest::clear_payload() { - payload_.ClearToEmpty(); + _impl_.payload_.ClearToEmpty(); } inline const std::string& HandshakeRequest::payload() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HandshakeRequest.payload) @@ -2638,7 +2695,7 @@ template inline PROTOBUF_ALWAYS_INLINE void HandshakeRequest::set_payload(ArgT0&& arg0, ArgT... args) { - payload_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.payload_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.HandshakeRequest.payload) } inline std::string* HandshakeRequest::mutable_payload() { @@ -2647,19 +2704,19 @@ inline std::string* HandshakeRequest::mutable_payload() { return _s; } inline const std::string& HandshakeRequest::_internal_payload() const { - return payload_.Get(); + return _impl_.payload_.Get(); } inline void HandshakeRequest::_internal_set_payload(const std::string& value) { - payload_.Set(value, GetArenaForAllocation()); + _impl_.payload_.Set(value, GetArenaForAllocation()); } inline std::string* HandshakeRequest::_internal_mutable_payload() { - return payload_.Mutable(GetArenaForAllocation()); + return _impl_.payload_.Mutable(GetArenaForAllocation()); } inline std::string* HandshakeRequest::release_payload() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HandshakeRequest.payload) - return payload_.Release(); + return _impl_.payload_.Release(); } inline void HandshakeRequest::set_allocated_payload(std::string* payload) { if (payload != nullptr) { @@ -2667,10 +2724,10 @@ inline void HandshakeRequest::set_allocated_payload(std::string* payload) { } else { } - payload_.SetAllocated(payload, GetArenaForAllocation()); + _impl_.payload_.SetAllocated(payload, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (payload_.IsDefault()) { - payload_.Set("", GetArenaForAllocation()); + if (_impl_.payload_.IsDefault()) { + _impl_.payload_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HandshakeRequest.payload) @@ -2682,7 +2739,7 @@ inline void HandshakeRequest::set_allocated_payload(std::string* payload) { // bytes metadata_header = 1 [deprecated = true]; inline void HandshakeResponse::clear_metadata_header() { - metadata_header_.ClearToEmpty(); + _impl_.metadata_header_.ClearToEmpty(); } inline const std::string& HandshakeResponse::metadata_header() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HandshakeResponse.metadata_header) @@ -2692,7 +2749,7 @@ template inline PROTOBUF_ALWAYS_INLINE void HandshakeResponse::set_metadata_header(ArgT0&& arg0, ArgT... args) { - metadata_header_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.metadata_header_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.HandshakeResponse.metadata_header) } inline std::string* HandshakeResponse::mutable_metadata_header() { @@ -2701,19 +2758,19 @@ inline std::string* HandshakeResponse::mutable_metadata_header() { return _s; } inline const std::string& HandshakeResponse::_internal_metadata_header() const { - return metadata_header_.Get(); + return _impl_.metadata_header_.Get(); } inline void HandshakeResponse::_internal_set_metadata_header(const std::string& value) { - metadata_header_.Set(value, GetArenaForAllocation()); + _impl_.metadata_header_.Set(value, GetArenaForAllocation()); } inline std::string* HandshakeResponse::_internal_mutable_metadata_header() { - return metadata_header_.Mutable(GetArenaForAllocation()); + return _impl_.metadata_header_.Mutable(GetArenaForAllocation()); } inline std::string* HandshakeResponse::release_metadata_header() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HandshakeResponse.metadata_header) - return metadata_header_.Release(); + return _impl_.metadata_header_.Release(); } inline void HandshakeResponse::set_allocated_metadata_header(std::string* metadata_header) { if (metadata_header != nullptr) { @@ -2721,10 +2778,10 @@ inline void HandshakeResponse::set_allocated_metadata_header(std::string* metada } else { } - metadata_header_.SetAllocated(metadata_header, GetArenaForAllocation()); + _impl_.metadata_header_.SetAllocated(metadata_header, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (metadata_header_.IsDefault()) { - metadata_header_.Set("", GetArenaForAllocation()); + if (_impl_.metadata_header_.IsDefault()) { + _impl_.metadata_header_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HandshakeResponse.metadata_header) @@ -2732,7 +2789,7 @@ inline void HandshakeResponse::set_allocated_metadata_header(std::string* metada // bytes session_token = 2 [deprecated = true]; inline void HandshakeResponse::clear_session_token() { - session_token_.ClearToEmpty(); + _impl_.session_token_.ClearToEmpty(); } inline const std::string& HandshakeResponse::session_token() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HandshakeResponse.session_token) @@ -2742,7 +2799,7 @@ template inline PROTOBUF_ALWAYS_INLINE void HandshakeResponse::set_session_token(ArgT0&& arg0, ArgT... args) { - session_token_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.session_token_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.HandshakeResponse.session_token) } inline std::string* HandshakeResponse::mutable_session_token() { @@ -2751,19 +2808,19 @@ inline std::string* HandshakeResponse::mutable_session_token() { return _s; } inline const std::string& HandshakeResponse::_internal_session_token() const { - return session_token_.Get(); + return _impl_.session_token_.Get(); } inline void HandshakeResponse::_internal_set_session_token(const std::string& value) { - session_token_.Set(value, GetArenaForAllocation()); + _impl_.session_token_.Set(value, GetArenaForAllocation()); } inline std::string* HandshakeResponse::_internal_mutable_session_token() { - return session_token_.Mutable(GetArenaForAllocation()); + return _impl_.session_token_.Mutable(GetArenaForAllocation()); } inline std::string* HandshakeResponse::release_session_token() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HandshakeResponse.session_token) - return session_token_.Release(); + return _impl_.session_token_.Release(); } inline void HandshakeResponse::set_allocated_session_token(std::string* session_token) { if (session_token != nullptr) { @@ -2771,10 +2828,10 @@ inline void HandshakeResponse::set_allocated_session_token(std::string* session_ } else { } - session_token_.SetAllocated(session_token, GetArenaForAllocation()); + _impl_.session_token_.SetAllocated(session_token, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (session_token_.IsDefault()) { - session_token_.Set("", GetArenaForAllocation()); + if (_impl_.session_token_.IsDefault()) { + _impl_.session_token_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HandshakeResponse.session_token) @@ -2782,10 +2839,10 @@ inline void HandshakeResponse::set_allocated_session_token(std::string* session_ // sint64 token_deadline_time_millis = 3 [deprecated = true, jstype = JS_STRING]; inline void HandshakeResponse::clear_token_deadline_time_millis() { - token_deadline_time_millis_ = int64_t{0}; + _impl_.token_deadline_time_millis_ = int64_t{0}; } inline int64_t HandshakeResponse::_internal_token_deadline_time_millis() const { - return token_deadline_time_millis_; + return _impl_.token_deadline_time_millis_; } inline int64_t HandshakeResponse::token_deadline_time_millis() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HandshakeResponse.token_deadline_time_millis) @@ -2793,7 +2850,7 @@ inline int64_t HandshakeResponse::token_deadline_time_millis() const { } inline void HandshakeResponse::_internal_set_token_deadline_time_millis(int64_t value) { - token_deadline_time_millis_ = value; + _impl_.token_deadline_time_millis_ = value; } inline void HandshakeResponse::set_token_deadline_time_millis(int64_t value) { _internal_set_token_deadline_time_millis(value); @@ -2802,10 +2859,10 @@ inline void HandshakeResponse::set_token_deadline_time_millis(int64_t value) { // sint64 token_expiration_delay_millis = 4 [deprecated = true, jstype = JS_STRING]; inline void HandshakeResponse::clear_token_expiration_delay_millis() { - token_expiration_delay_millis_ = int64_t{0}; + _impl_.token_expiration_delay_millis_ = int64_t{0}; } inline int64_t HandshakeResponse::_internal_token_expiration_delay_millis() const { - return token_expiration_delay_millis_; + return _impl_.token_expiration_delay_millis_; } inline int64_t HandshakeResponse::token_expiration_delay_millis() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HandshakeResponse.token_expiration_delay_millis) @@ -2813,7 +2870,7 @@ inline int64_t HandshakeResponse::token_expiration_delay_millis() const { } inline void HandshakeResponse::_internal_set_token_expiration_delay_millis(int64_t value) { - token_expiration_delay_millis_ = value; + _impl_.token_expiration_delay_millis_ = value; } inline void HandshakeResponse::set_token_expiration_delay_millis(int64_t value) { _internal_set_token_expiration_delay_millis(value); @@ -2830,13 +2887,13 @@ inline void HandshakeResponse::set_token_expiration_delay_millis(int64_t value) // .io.deephaven.proto.backplane.grpc.Ticket id = 1; inline bool ReleaseRequest::_internal_has_id() const { - return this != internal_default_instance() && id_ != nullptr; + return this != internal_default_instance() && _impl_.id_ != nullptr; } inline bool ReleaseRequest::has_id() const { return _internal_has_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& ReleaseRequest::_internal_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -2847,9 +2904,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& ReleaseRequest::id inline void ReleaseRequest::unsafe_arena_set_allocated_id( ::io::deephaven::proto::backplane::grpc::Ticket* id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.id_); } - id_ = id; + _impl_.id_ = id; if (id) { } else { @@ -2859,8 +2916,8 @@ inline void ReleaseRequest::unsafe_arena_set_allocated_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* ReleaseRequest::release_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = id_; - id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.id_; + _impl_.id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -2875,17 +2932,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ReleaseRequest::release_ inline ::io::deephaven::proto::backplane::grpc::Ticket* ReleaseRequest::unsafe_arena_release_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ReleaseRequest.id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = id_; - id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.id_; + _impl_.id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ReleaseRequest::_internal_mutable_id() { - if (id_ == nullptr) { + if (_impl_.id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - id_ = p; + _impl_.id_ = p; } - return id_; + return _impl_.id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ReleaseRequest::mutable_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_id(); @@ -2895,7 +2952,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ReleaseRequest::mutable_ inline void ReleaseRequest::set_allocated_id(::io::deephaven::proto::backplane::grpc::Ticket* id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.id_); } if (id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -2909,7 +2966,7 @@ inline void ReleaseRequest::set_allocated_id(::io::deephaven::proto::backplane:: } else { } - id_ = id; + _impl_.id_ = id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ReleaseRequest.id) } @@ -2923,13 +2980,13 @@ inline void ReleaseRequest::set_allocated_id(::io::deephaven::proto::backplane:: // .io.deephaven.proto.backplane.grpc.Ticket source_id = 1; inline bool ExportRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool ExportRequest::has_source_id() const { return _internal_has_source_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExportRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -2940,9 +2997,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExportRequest::sou inline void ExportRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::Ticket* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -2952,8 +3009,8 @@ inline void ExportRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -2968,17 +3025,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportRequest::release_s inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExportRequest.source_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_source_id(); @@ -2988,7 +3045,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportRequest::mutable_s inline void ExportRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::Ticket* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -3002,19 +3059,19 @@ inline void ExportRequest::set_allocated_source_id(::io::deephaven::proto::backp } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExportRequest.source_id) } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 2; inline bool ExportRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool ExportRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExportRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -3025,9 +3082,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExportRequest::res inline void ExportRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -3037,8 +3094,8 @@ inline void ExportRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -3053,17 +3110,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportRequest::release_r inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExportRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -3073,7 +3130,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportRequest::mutable_r inline void ExportRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -3087,7 +3144,7 @@ inline void ExportRequest::set_allocated_result_id(::io::deephaven::proto::backp } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExportRequest.result_id) } @@ -3101,13 +3158,13 @@ inline void ExportRequest::set_allocated_result_id(::io::deephaven::proto::backp // .io.deephaven.proto.backplane.grpc.Ticket source_id = 1; inline bool PublishRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool PublishRequest::has_source_id() const { return _internal_has_source_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& PublishRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -3118,9 +3175,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& PublishRequest::so inline void PublishRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::Ticket* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -3130,8 +3187,8 @@ inline void PublishRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* PublishRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -3146,17 +3203,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* PublishRequest::release_ inline ::io::deephaven::proto::backplane::grpc::Ticket* PublishRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.PublishRequest.source_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* PublishRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* PublishRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_source_id(); @@ -3166,7 +3223,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* PublishRequest::mutable_ inline void PublishRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::Ticket* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -3180,19 +3237,19 @@ inline void PublishRequest::set_allocated_source_id(::io::deephaven::proto::back } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.PublishRequest.source_id) } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 2; inline bool PublishRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool PublishRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& PublishRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -3203,9 +3260,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& PublishRequest::re inline void PublishRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -3215,8 +3272,8 @@ inline void PublishRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* PublishRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -3231,17 +3288,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* PublishRequest::release_ inline ::io::deephaven::proto::backplane::grpc::Ticket* PublishRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.PublishRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* PublishRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* PublishRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -3251,7 +3308,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* PublishRequest::mutable_ inline void PublishRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -3265,7 +3322,7 @@ inline void PublishRequest::set_allocated_result_id(::io::deephaven::proto::back } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.PublishRequest.result_id) } @@ -3283,13 +3340,13 @@ inline void PublishRequest::set_allocated_result_id(::io::deephaven::proto::back // .io.deephaven.proto.backplane.grpc.Ticket ticket = 1; inline bool ExportNotification::_internal_has_ticket() const { - return this != internal_default_instance() && ticket_ != nullptr; + return this != internal_default_instance() && _impl_.ticket_ != nullptr; } inline bool ExportNotification::has_ticket() const { return _internal_has_ticket(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExportNotification::_internal_ticket() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = ticket_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.ticket_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -3300,9 +3357,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExportNotification inline void ExportNotification::unsafe_arena_set_allocated_ticket( ::io::deephaven::proto::backplane::grpc::Ticket* ticket) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(ticket_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.ticket_); } - ticket_ = ticket; + _impl_.ticket_ = ticket; if (ticket) { } else { @@ -3312,8 +3369,8 @@ inline void ExportNotification::unsafe_arena_set_allocated_ticket( } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportNotification::release_ticket() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = ticket_; - ticket_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.ticket_; + _impl_.ticket_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -3328,17 +3385,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportNotification::rele inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportNotification::unsafe_arena_release_ticket() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExportNotification.ticket) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = ticket_; - ticket_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.ticket_; + _impl_.ticket_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportNotification::_internal_mutable_ticket() { - if (ticket_ == nullptr) { + if (_impl_.ticket_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - ticket_ = p; + _impl_.ticket_ = p; } - return ticket_; + return _impl_.ticket_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportNotification::mutable_ticket() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_ticket(); @@ -3348,7 +3405,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportNotification::muta inline void ExportNotification::set_allocated_ticket(::io::deephaven::proto::backplane::grpc::Ticket* ticket) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(ticket_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.ticket_); } if (ticket) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -3362,16 +3419,16 @@ inline void ExportNotification::set_allocated_ticket(::io::deephaven::proto::bac } else { } - ticket_ = ticket; + _impl_.ticket_ = ticket; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExportNotification.ticket) } // .io.deephaven.proto.backplane.grpc.ExportNotification.State export_state = 2; inline void ExportNotification::clear_export_state() { - export_state_ = 0; + _impl_.export_state_ = 0; } inline ::io::deephaven::proto::backplane::grpc::ExportNotification_State ExportNotification::_internal_export_state() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::ExportNotification_State >(export_state_); + return static_cast< ::io::deephaven::proto::backplane::grpc::ExportNotification_State >(_impl_.export_state_); } inline ::io::deephaven::proto::backplane::grpc::ExportNotification_State ExportNotification::export_state() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExportNotification.export_state) @@ -3379,7 +3436,7 @@ inline ::io::deephaven::proto::backplane::grpc::ExportNotification_State ExportN } inline void ExportNotification::_internal_set_export_state(::io::deephaven::proto::backplane::grpc::ExportNotification_State value) { - export_state_ = value; + _impl_.export_state_ = value; } inline void ExportNotification::set_export_state(::io::deephaven::proto::backplane::grpc::ExportNotification_State value) { _internal_set_export_state(value); @@ -3388,7 +3445,7 @@ inline void ExportNotification::set_export_state(::io::deephaven::proto::backpla // string context = 3; inline void ExportNotification::clear_context() { - context_.ClearToEmpty(); + _impl_.context_.ClearToEmpty(); } inline const std::string& ExportNotification::context() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExportNotification.context) @@ -3398,7 +3455,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ExportNotification::set_context(ArgT0&& arg0, ArgT... args) { - context_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.context_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExportNotification.context) } inline std::string* ExportNotification::mutable_context() { @@ -3407,19 +3464,19 @@ inline std::string* ExportNotification::mutable_context() { return _s; } inline const std::string& ExportNotification::_internal_context() const { - return context_.Get(); + return _impl_.context_.Get(); } inline void ExportNotification::_internal_set_context(const std::string& value) { - context_.Set(value, GetArenaForAllocation()); + _impl_.context_.Set(value, GetArenaForAllocation()); } inline std::string* ExportNotification::_internal_mutable_context() { - return context_.Mutable(GetArenaForAllocation()); + return _impl_.context_.Mutable(GetArenaForAllocation()); } inline std::string* ExportNotification::release_context() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExportNotification.context) - return context_.Release(); + return _impl_.context_.Release(); } inline void ExportNotification::set_allocated_context(std::string* context) { if (context != nullptr) { @@ -3427,10 +3484,10 @@ inline void ExportNotification::set_allocated_context(std::string* context) { } else { } - context_.SetAllocated(context, GetArenaForAllocation()); + _impl_.context_.SetAllocated(context, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (context_.IsDefault()) { - context_.Set("", GetArenaForAllocation()); + if (_impl_.context_.IsDefault()) { + _impl_.context_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExportNotification.context) @@ -3438,7 +3495,7 @@ inline void ExportNotification::set_allocated_context(std::string* context) { // string dependent_handle = 4; inline void ExportNotification::clear_dependent_handle() { - dependent_handle_.ClearToEmpty(); + _impl_.dependent_handle_.ClearToEmpty(); } inline const std::string& ExportNotification::dependent_handle() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExportNotification.dependent_handle) @@ -3448,7 +3505,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ExportNotification::set_dependent_handle(ArgT0&& arg0, ArgT... args) { - dependent_handle_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.dependent_handle_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExportNotification.dependent_handle) } inline std::string* ExportNotification::mutable_dependent_handle() { @@ -3457,19 +3514,19 @@ inline std::string* ExportNotification::mutable_dependent_handle() { return _s; } inline const std::string& ExportNotification::_internal_dependent_handle() const { - return dependent_handle_.Get(); + return _impl_.dependent_handle_.Get(); } inline void ExportNotification::_internal_set_dependent_handle(const std::string& value) { - dependent_handle_.Set(value, GetArenaForAllocation()); + _impl_.dependent_handle_.Set(value, GetArenaForAllocation()); } inline std::string* ExportNotification::_internal_mutable_dependent_handle() { - return dependent_handle_.Mutable(GetArenaForAllocation()); + return _impl_.dependent_handle_.Mutable(GetArenaForAllocation()); } inline std::string* ExportNotification::release_dependent_handle() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExportNotification.dependent_handle) - return dependent_handle_.Release(); + return _impl_.dependent_handle_.Release(); } inline void ExportNotification::set_allocated_dependent_handle(std::string* dependent_handle) { if (dependent_handle != nullptr) { @@ -3477,10 +3534,10 @@ inline void ExportNotification::set_allocated_dependent_handle(std::string* depe } else { } - dependent_handle_.SetAllocated(dependent_handle, GetArenaForAllocation()); + _impl_.dependent_handle_.SetAllocated(dependent_handle, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (dependent_handle_.IsDefault()) { - dependent_handle_.Set("", GetArenaForAllocation()); + if (_impl_.dependent_handle_.IsDefault()) { + _impl_.dependent_handle_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExportNotification.dependent_handle) @@ -3496,7 +3553,7 @@ inline void ExportNotification::set_allocated_dependent_handle(std::string* depe // string type = 1; inline void TerminationNotificationResponse_StackTrace::clear_type() { - type_.ClearToEmpty(); + _impl_.type_.ClearToEmpty(); } inline const std::string& TerminationNotificationResponse_StackTrace::type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.type) @@ -3506,7 +3563,7 @@ template inline PROTOBUF_ALWAYS_INLINE void TerminationNotificationResponse_StackTrace::set_type(ArgT0&& arg0, ArgT... args) { - type_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.type_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.type) } inline std::string* TerminationNotificationResponse_StackTrace::mutable_type() { @@ -3515,19 +3572,19 @@ inline std::string* TerminationNotificationResponse_StackTrace::mutable_type() { return _s; } inline const std::string& TerminationNotificationResponse_StackTrace::_internal_type() const { - return type_.Get(); + return _impl_.type_.Get(); } inline void TerminationNotificationResponse_StackTrace::_internal_set_type(const std::string& value) { - type_.Set(value, GetArenaForAllocation()); + _impl_.type_.Set(value, GetArenaForAllocation()); } inline std::string* TerminationNotificationResponse_StackTrace::_internal_mutable_type() { - return type_.Mutable(GetArenaForAllocation()); + return _impl_.type_.Mutable(GetArenaForAllocation()); } inline std::string* TerminationNotificationResponse_StackTrace::release_type() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.type) - return type_.Release(); + return _impl_.type_.Release(); } inline void TerminationNotificationResponse_StackTrace::set_allocated_type(std::string* type) { if (type != nullptr) { @@ -3535,10 +3592,10 @@ inline void TerminationNotificationResponse_StackTrace::set_allocated_type(std:: } else { } - type_.SetAllocated(type, GetArenaForAllocation()); + _impl_.type_.SetAllocated(type, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (type_.IsDefault()) { - type_.Set("", GetArenaForAllocation()); + if (_impl_.type_.IsDefault()) { + _impl_.type_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.type) @@ -3546,7 +3603,7 @@ inline void TerminationNotificationResponse_StackTrace::set_allocated_type(std:: // string message = 2; inline void TerminationNotificationResponse_StackTrace::clear_message() { - message_.ClearToEmpty(); + _impl_.message_.ClearToEmpty(); } inline const std::string& TerminationNotificationResponse_StackTrace::message() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.message) @@ -3556,7 +3613,7 @@ template inline PROTOBUF_ALWAYS_INLINE void TerminationNotificationResponse_StackTrace::set_message(ArgT0&& arg0, ArgT... args) { - message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.message) } inline std::string* TerminationNotificationResponse_StackTrace::mutable_message() { @@ -3565,19 +3622,19 @@ inline std::string* TerminationNotificationResponse_StackTrace::mutable_message( return _s; } inline const std::string& TerminationNotificationResponse_StackTrace::_internal_message() const { - return message_.Get(); + return _impl_.message_.Get(); } inline void TerminationNotificationResponse_StackTrace::_internal_set_message(const std::string& value) { - message_.Set(value, GetArenaForAllocation()); + _impl_.message_.Set(value, GetArenaForAllocation()); } inline std::string* TerminationNotificationResponse_StackTrace::_internal_mutable_message() { - return message_.Mutable(GetArenaForAllocation()); + return _impl_.message_.Mutable(GetArenaForAllocation()); } inline std::string* TerminationNotificationResponse_StackTrace::release_message() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.message) - return message_.Release(); + return _impl_.message_.Release(); } inline void TerminationNotificationResponse_StackTrace::set_allocated_message(std::string* message) { if (message != nullptr) { @@ -3585,10 +3642,10 @@ inline void TerminationNotificationResponse_StackTrace::set_allocated_message(st } else { } - message_.SetAllocated(message, GetArenaForAllocation()); + _impl_.message_.SetAllocated(message, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (message_.IsDefault()) { - message_.Set("", GetArenaForAllocation()); + if (_impl_.message_.IsDefault()) { + _impl_.message_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.message) @@ -3596,13 +3653,13 @@ inline void TerminationNotificationResponse_StackTrace::set_allocated_message(st // repeated string elements = 3; inline int TerminationNotificationResponse_StackTrace::_internal_elements_size() const { - return elements_.size(); + return _impl_.elements_.size(); } inline int TerminationNotificationResponse_StackTrace::elements_size() const { return _internal_elements_size(); } inline void TerminationNotificationResponse_StackTrace::clear_elements() { - elements_.Clear(); + _impl_.elements_.Clear(); } inline std::string* TerminationNotificationResponse_StackTrace::add_elements() { std::string* _s = _internal_add_elements(); @@ -3610,7 +3667,7 @@ inline std::string* TerminationNotificationResponse_StackTrace::add_elements() { return _s; } inline const std::string& TerminationNotificationResponse_StackTrace::_internal_elements(int index) const { - return elements_.Get(index); + return _impl_.elements_.Get(index); } inline const std::string& TerminationNotificationResponse_StackTrace::elements(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.elements) @@ -3618,55 +3675,55 @@ inline const std::string& TerminationNotificationResponse_StackTrace::elements(i } inline std::string* TerminationNotificationResponse_StackTrace::mutable_elements(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.elements) - return elements_.Mutable(index); + return _impl_.elements_.Mutable(index); } inline void TerminationNotificationResponse_StackTrace::set_elements(int index, const std::string& value) { - elements_.Mutable(index)->assign(value); + _impl_.elements_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.elements) } inline void TerminationNotificationResponse_StackTrace::set_elements(int index, std::string&& value) { - elements_.Mutable(index)->assign(std::move(value)); + _impl_.elements_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.elements) } inline void TerminationNotificationResponse_StackTrace::set_elements(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - elements_.Mutable(index)->assign(value); + _impl_.elements_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.elements) } inline void TerminationNotificationResponse_StackTrace::set_elements(int index, const char* value, size_t size) { - elements_.Mutable(index)->assign( + _impl_.elements_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.elements) } inline std::string* TerminationNotificationResponse_StackTrace::_internal_add_elements() { - return elements_.Add(); + return _impl_.elements_.Add(); } inline void TerminationNotificationResponse_StackTrace::add_elements(const std::string& value) { - elements_.Add()->assign(value); + _impl_.elements_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.elements) } inline void TerminationNotificationResponse_StackTrace::add_elements(std::string&& value) { - elements_.Add(std::move(value)); + _impl_.elements_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.elements) } inline void TerminationNotificationResponse_StackTrace::add_elements(const char* value) { GOOGLE_DCHECK(value != nullptr); - elements_.Add()->assign(value); + _impl_.elements_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.elements) } inline void TerminationNotificationResponse_StackTrace::add_elements(const char* value, size_t size) { - elements_.Add()->assign(reinterpret_cast(value), size); + _impl_.elements_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.elements) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& TerminationNotificationResponse_StackTrace::elements() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.elements) - return elements_; + return _impl_.elements_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* TerminationNotificationResponse_StackTrace::mutable_elements() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace.elements) - return &elements_; + return &_impl_.elements_; } // ------------------------------------------------------------------- @@ -3675,10 +3732,10 @@ TerminationNotificationResponse_StackTrace::mutable_elements() { // bool abnormal_termination = 1; inline void TerminationNotificationResponse::clear_abnormal_termination() { - abnormal_termination_ = false; + _impl_.abnormal_termination_ = false; } inline bool TerminationNotificationResponse::_internal_abnormal_termination() const { - return abnormal_termination_; + return _impl_.abnormal_termination_; } inline bool TerminationNotificationResponse::abnormal_termination() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.abnormal_termination) @@ -3686,7 +3743,7 @@ inline bool TerminationNotificationResponse::abnormal_termination() const { } inline void TerminationNotificationResponse::_internal_set_abnormal_termination(bool value) { - abnormal_termination_ = value; + _impl_.abnormal_termination_ = value; } inline void TerminationNotificationResponse::set_abnormal_termination(bool value) { _internal_set_abnormal_termination(value); @@ -3695,7 +3752,7 @@ inline void TerminationNotificationResponse::set_abnormal_termination(bool value // string reason = 2; inline void TerminationNotificationResponse::clear_reason() { - reason_.ClearToEmpty(); + _impl_.reason_.ClearToEmpty(); } inline const std::string& TerminationNotificationResponse::reason() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.reason) @@ -3705,7 +3762,7 @@ template inline PROTOBUF_ALWAYS_INLINE void TerminationNotificationResponse::set_reason(ArgT0&& arg0, ArgT... args) { - reason_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.reason_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.reason) } inline std::string* TerminationNotificationResponse::mutable_reason() { @@ -3714,19 +3771,19 @@ inline std::string* TerminationNotificationResponse::mutable_reason() { return _s; } inline const std::string& TerminationNotificationResponse::_internal_reason() const { - return reason_.Get(); + return _impl_.reason_.Get(); } inline void TerminationNotificationResponse::_internal_set_reason(const std::string& value) { - reason_.Set(value, GetArenaForAllocation()); + _impl_.reason_.Set(value, GetArenaForAllocation()); } inline std::string* TerminationNotificationResponse::_internal_mutable_reason() { - return reason_.Mutable(GetArenaForAllocation()); + return _impl_.reason_.Mutable(GetArenaForAllocation()); } inline std::string* TerminationNotificationResponse::release_reason() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.reason) - return reason_.Release(); + return _impl_.reason_.Release(); } inline void TerminationNotificationResponse::set_allocated_reason(std::string* reason) { if (reason != nullptr) { @@ -3734,10 +3791,10 @@ inline void TerminationNotificationResponse::set_allocated_reason(std::string* r } else { } - reason_.SetAllocated(reason, GetArenaForAllocation()); + _impl_.reason_.SetAllocated(reason, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (reason_.IsDefault()) { - reason_.Set("", GetArenaForAllocation()); + if (_impl_.reason_.IsDefault()) { + _impl_.reason_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.reason) @@ -3745,10 +3802,10 @@ inline void TerminationNotificationResponse::set_allocated_reason(std::string* r // bool is_from_uncaught_exception = 3; inline void TerminationNotificationResponse::clear_is_from_uncaught_exception() { - is_from_uncaught_exception_ = false; + _impl_.is_from_uncaught_exception_ = false; } inline bool TerminationNotificationResponse::_internal_is_from_uncaught_exception() const { - return is_from_uncaught_exception_; + return _impl_.is_from_uncaught_exception_; } inline bool TerminationNotificationResponse::is_from_uncaught_exception() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.is_from_uncaught_exception) @@ -3756,7 +3813,7 @@ inline bool TerminationNotificationResponse::is_from_uncaught_exception() const } inline void TerminationNotificationResponse::_internal_set_is_from_uncaught_exception(bool value) { - is_from_uncaught_exception_ = value; + _impl_.is_from_uncaught_exception_ = value; } inline void TerminationNotificationResponse::set_is_from_uncaught_exception(bool value) { _internal_set_is_from_uncaught_exception(value); @@ -3765,32 +3822,32 @@ inline void TerminationNotificationResponse::set_is_from_uncaught_exception(bool // repeated .io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.StackTrace stack_traces = 4; inline int TerminationNotificationResponse::_internal_stack_traces_size() const { - return stack_traces_.size(); + return _impl_.stack_traces_.size(); } inline int TerminationNotificationResponse::stack_traces_size() const { return _internal_stack_traces_size(); } inline void TerminationNotificationResponse::clear_stack_traces() { - stack_traces_.Clear(); + _impl_.stack_traces_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace* TerminationNotificationResponse::mutable_stack_traces(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.stack_traces) - return stack_traces_.Mutable(index); + return _impl_.stack_traces_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace >* TerminationNotificationResponse::mutable_stack_traces() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.stack_traces) - return &stack_traces_; + return &_impl_.stack_traces_; } inline const ::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace& TerminationNotificationResponse::_internal_stack_traces(int index) const { - return stack_traces_.Get(index); + return _impl_.stack_traces_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace& TerminationNotificationResponse::stack_traces(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.stack_traces) return _internal_stack_traces(index); } inline ::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace* TerminationNotificationResponse::_internal_add_stack_traces() { - return stack_traces_.Add(); + return _impl_.stack_traces_.Add(); } inline ::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace* TerminationNotificationResponse::add_stack_traces() { ::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace* _add = _internal_add_stack_traces(); @@ -3800,7 +3857,7 @@ inline ::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_ inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TerminationNotificationResponse_StackTrace >& TerminationNotificationResponse::stack_traces() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.TerminationNotificationResponse.stack_traces) - return stack_traces_; + return _impl_.stack_traces_; } #ifdef __GNUC__ diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/storage.pb.cc b/cpp-client/deephaven/dhclient/proto/deephaven/proto/storage.pb.cc index 6f948de2997..6b51feabaf2 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/storage.pb.cc +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/storage.pb.cc @@ -26,9 +26,11 @@ namespace proto { namespace backplane { namespace grpc { PROTOBUF_CONSTEXPR ListItemsRequest::ListItemsRequest( - ::_pbi::ConstantInitialized) - : path_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , filter_glob_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.path_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.filter_glob_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}}} {} struct ListItemsRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ListItemsRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -39,12 +41,13 @@ struct ListItemsRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ListItemsRequestDefaultTypeInternal _ListItemsRequest_default_instance_; PROTOBUF_CONSTEXPR ItemInfo::ItemInfo( - ::_pbi::ConstantInitialized) - : path_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , etag_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , size_(int64_t{0}) - , type_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.path_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.etag_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.size_)*/int64_t{0} + , /*decltype(_impl_.type_)*/0} {} struct ItemInfoDefaultTypeInternal { PROTOBUF_CONSTEXPR ItemInfoDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -55,8 +58,9 @@ struct ItemInfoDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ItemInfoDefaultTypeInternal _ItemInfo_default_instance_; PROTOBUF_CONSTEXPR ListItemsResponse::ListItemsResponse( - ::_pbi::ConstantInitialized) - : items_(){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.items_)*/{} + , /*decltype(_impl_._cached_size_)*/{}} {} struct ListItemsResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR ListItemsResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -67,9 +71,11 @@ struct ListItemsResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ListItemsResponseDefaultTypeInternal _ListItemsResponse_default_instance_; PROTOBUF_CONSTEXPR FetchFileRequest::FetchFileRequest( - ::_pbi::ConstantInitialized) - : path_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , etag_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.path_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.etag_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}}} {} struct FetchFileRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR FetchFileRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -80,9 +86,11 @@ struct FetchFileRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FetchFileRequestDefaultTypeInternal _FetchFileRequest_default_instance_; PROTOBUF_CONSTEXPR FetchFileResponse::FetchFileResponse( - ::_pbi::ConstantInitialized) - : contents_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , etag_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.contents_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.etag_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}}} {} struct FetchFileResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR FetchFileResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -93,10 +101,11 @@ struct FetchFileResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FetchFileResponseDefaultTypeInternal _FetchFileResponse_default_instance_; PROTOBUF_CONSTEXPR SaveFileRequest::SaveFileRequest( - ::_pbi::ConstantInitialized) - : path_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , contents_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , allow_overwrite_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.path_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.contents_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.allow_overwrite_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct SaveFileRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR SaveFileRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -107,8 +116,10 @@ struct SaveFileRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SaveFileRequestDefaultTypeInternal _SaveFileRequest_default_instance_; PROTOBUF_CONSTEXPR SaveFileResponse::SaveFileResponse( - ::_pbi::ConstantInitialized) - : etag_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.etag_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}}} {} struct SaveFileResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR SaveFileResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -119,10 +130,11 @@ struct SaveFileResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SaveFileResponseDefaultTypeInternal _SaveFileResponse_default_instance_; PROTOBUF_CONSTEXPR MoveItemRequest::MoveItemRequest( - ::_pbi::ConstantInitialized) - : old_path_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , new_path_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , allow_overwrite_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.old_path_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.new_path_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.allow_overwrite_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct MoveItemRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR MoveItemRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -133,7 +145,7 @@ struct MoveItemRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MoveItemRequestDefaultTypeInternal _MoveItemRequest_default_instance_; PROTOBUF_CONSTEXPR MoveItemResponse::MoveItemResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct MoveItemResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR MoveItemResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -144,8 +156,9 @@ struct MoveItemResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MoveItemResponseDefaultTypeInternal _MoveItemResponse_default_instance_; PROTOBUF_CONSTEXPR CreateDirectoryRequest::CreateDirectoryRequest( - ::_pbi::ConstantInitialized) - : path_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.path_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct CreateDirectoryRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR CreateDirectoryRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -156,7 +169,7 @@ struct CreateDirectoryRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CreateDirectoryRequestDefaultTypeInternal _CreateDirectoryRequest_default_instance_; PROTOBUF_CONSTEXPR CreateDirectoryResponse::CreateDirectoryResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct CreateDirectoryResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR CreateDirectoryResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -167,8 +180,9 @@ struct CreateDirectoryResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CreateDirectoryResponseDefaultTypeInternal _CreateDirectoryResponse_default_instance_; PROTOBUF_CONSTEXPR DeleteItemRequest::DeleteItemRequest( - ::_pbi::ConstantInitialized) - : path_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.path_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct DeleteItemRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR DeleteItemRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -179,7 +193,7 @@ struct DeleteItemRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DeleteItemRequestDefaultTypeInternal _DeleteItemRequest_default_instance_; PROTOBUF_CONSTEXPR DeleteItemResponse::DeleteItemResponse( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct DeleteItemResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR DeleteItemResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -199,26 +213,26 @@ static const ::_pb::EnumDescriptor* file_level_enum_descriptors_deephaven_2fprot static constexpr ::_pb::ServiceDescriptor const** file_level_service_descriptors_deephaven_2fproto_2fstorage_2eproto = nullptr; const uint32_t TableStruct_deephaven_2fproto_2fstorage_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ListItemsRequest, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ListItemsRequest, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ListItemsRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ListItemsRequest, path_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ListItemsRequest, filter_glob_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ListItemsRequest, _impl_.path_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ListItemsRequest, _impl_.filter_glob_), ~0u, 0, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ItemInfo, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ItemInfo, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ItemInfo, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ItemInfo, path_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ItemInfo, type_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ItemInfo, size_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ItemInfo, etag_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ItemInfo, _impl_.path_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ItemInfo, _impl_.type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ItemInfo, _impl_.size_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ItemInfo, _impl_.etag_), ~0u, ~0u, ~0u, @@ -229,25 +243,25 @@ const uint32_t TableStruct_deephaven_2fproto_2fstorage_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ListItemsResponse, items_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileRequest, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ListItemsResponse, _impl_.items_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileRequest, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileRequest, path_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileRequest, etag_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileRequest, _impl_.path_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileRequest, _impl_.etag_), ~0u, 0, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileResponse, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileResponse, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileResponse, contents_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileResponse, etag_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileResponse, _impl_.contents_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchFileResponse, _impl_.etag_), ~0u, 0, ~0u, // no _has_bits_ @@ -256,16 +270,16 @@ const uint32_t TableStruct_deephaven_2fproto_2fstorage_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SaveFileRequest, allow_overwrite_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SaveFileRequest, path_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SaveFileRequest, contents_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SaveFileResponse, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SaveFileRequest, _impl_.allow_overwrite_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SaveFileRequest, _impl_.path_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SaveFileRequest, _impl_.contents_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SaveFileResponse, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SaveFileResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SaveFileResponse, etag_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SaveFileResponse, _impl_.etag_), 0, ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MoveItemRequest, _internal_metadata_), @@ -273,9 +287,9 @@ const uint32_t TableStruct_deephaven_2fproto_2fstorage_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MoveItemRequest, old_path_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MoveItemRequest, new_path_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MoveItemRequest, allow_overwrite_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MoveItemRequest, _impl_.old_path_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MoveItemRequest, _impl_.new_path_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MoveItemRequest, _impl_.allow_overwrite_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MoveItemResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -288,7 +302,7 @@ const uint32_t TableStruct_deephaven_2fproto_2fstorage_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateDirectoryRequest, path_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateDirectoryRequest, _impl_.path_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateDirectoryResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -301,7 +315,7 @@ const uint32_t TableStruct_deephaven_2fproto_2fstorage_2eproto::offsets[] PROTOB ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DeleteItemRequest, path_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DeleteItemRequest, _impl_.path_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DeleteItemResponse, _internal_metadata_), ~0u, // no _extensions_ @@ -427,7 +441,7 @@ bool ItemType_IsValid(int value) { class ListItemsRequest::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_filter_glob(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -436,41 +450,56 @@ class ListItemsRequest::_Internal { ListItemsRequest::ListItemsRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ListItemsRequest) } ListItemsRequest::ListItemsRequest(const ListItemsRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + ListItemsRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.path_){} + , decltype(_impl_.filter_glob_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - path_.InitDefault(); + _impl_.path_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - path_.Set("", GetArenaForAllocation()); + _impl_.path_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_path().empty()) { - path_.Set(from._internal_path(), - GetArenaForAllocation()); + _this->_impl_.path_.Set(from._internal_path(), + _this->GetArenaForAllocation()); } - filter_glob_.InitDefault(); + _impl_.filter_glob_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - filter_glob_.Set("", GetArenaForAllocation()); + _impl_.filter_glob_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_filter_glob()) { - filter_glob_.Set(from._internal_filter_glob(), - GetArenaForAllocation()); + _this->_impl_.filter_glob_.Set(from._internal_filter_glob(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ListItemsRequest) } -inline void ListItemsRequest::SharedCtor() { -path_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - path_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -filter_glob_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - filter_glob_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void ListItemsRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.path_){} + , decltype(_impl_.filter_glob_){} + }; + _impl_.path_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.path_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.filter_glob_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.filter_glob_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ListItemsRequest::~ListItemsRequest() { @@ -484,12 +513,12 @@ ListItemsRequest::~ListItemsRequest() { inline void ListItemsRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - path_.Destroy(); - filter_glob_.Destroy(); + _impl_.path_.Destroy(); + _impl_.filter_glob_.Destroy(); } void ListItemsRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ListItemsRequest::Clear() { @@ -498,12 +527,12 @@ void ListItemsRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - path_.ClearToEmpty(); - cached_has_bits = _has_bits_[0]; + _impl_.path_.ClearToEmpty(); + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { - filter_glob_.ClearNonDefaultToEmpty(); + _impl_.filter_glob_.ClearNonDefaultToEmpty(); } - _has_bits_.Clear(); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -550,7 +579,7 @@ const char* ListItemsRequest::_InternalParse(const char* ptr, ::_pbi::ParseConte CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -608,42 +637,38 @@ size_t ListItemsRequest::ByteSizeLong() const { } // optional string filter_glob = 4; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( this->_internal_filter_glob()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ListItemsRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ListItemsRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ListItemsRequest::GetClassData() const { return &_class_data_; } -void ListItemsRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ListItemsRequest::MergeFrom(const ListItemsRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ListItemsRequest) - GOOGLE_DCHECK_NE(&from, this); +void ListItemsRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ListItemsRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_path().empty()) { - _internal_set_path(from._internal_path()); + _this->_internal_set_path(from._internal_path()); } if (from._internal_has_filter_glob()) { - _internal_set_filter_glob(from._internal_filter_glob()); + _this->_internal_set_filter_glob(from._internal_filter_glob()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ListItemsRequest::CopyFrom(const ListItemsRequest& from) { @@ -662,14 +687,14 @@ void ListItemsRequest::InternalSwap(ListItemsRequest* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &path_, lhs_arena, - &other->path_, rhs_arena + &_impl_.path_, lhs_arena, + &other->_impl_.path_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &filter_glob_, lhs_arena, - &other->filter_glob_, rhs_arena + &_impl_.filter_glob_, lhs_arena, + &other->_impl_.filter_glob_, rhs_arena ); } @@ -683,7 +708,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata ListItemsRequest::GetMetadata() const { class ItemInfo::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_etag(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -692,48 +717,63 @@ class ItemInfo::_Internal { ItemInfo::ItemInfo(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ItemInfo) } ItemInfo::ItemInfo(const ItemInfo& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + ItemInfo* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.path_){} + , decltype(_impl_.etag_){} + , decltype(_impl_.size_){} + , decltype(_impl_.type_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - path_.InitDefault(); + _impl_.path_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - path_.Set("", GetArenaForAllocation()); + _impl_.path_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_path().empty()) { - path_.Set(from._internal_path(), - GetArenaForAllocation()); + _this->_impl_.path_.Set(from._internal_path(), + _this->GetArenaForAllocation()); } - etag_.InitDefault(); + _impl_.etag_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - etag_.Set("", GetArenaForAllocation()); + _impl_.etag_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_etag()) { - etag_.Set(from._internal_etag(), - GetArenaForAllocation()); + _this->_impl_.etag_.Set(from._internal_etag(), + _this->GetArenaForAllocation()); } - ::memcpy(&size_, &from.size_, - static_cast(reinterpret_cast(&type_) - - reinterpret_cast(&size_)) + sizeof(type_)); + ::memcpy(&_impl_.size_, &from._impl_.size_, + static_cast(reinterpret_cast(&_impl_.type_) - + reinterpret_cast(&_impl_.size_)) + sizeof(_impl_.type_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ItemInfo) } -inline void ItemInfo::SharedCtor() { -path_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - path_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -etag_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - etag_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&size_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&type_) - - reinterpret_cast(&size_)) + sizeof(type_)); +inline void ItemInfo::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.path_){} + , decltype(_impl_.etag_){} + , decltype(_impl_.size_){int64_t{0}} + , decltype(_impl_.type_){0} + }; + _impl_.path_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.path_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.etag_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.etag_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ItemInfo::~ItemInfo() { @@ -747,12 +787,12 @@ ItemInfo::~ItemInfo() { inline void ItemInfo::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - path_.Destroy(); - etag_.Destroy(); + _impl_.path_.Destroy(); + _impl_.etag_.Destroy(); } void ItemInfo::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ItemInfo::Clear() { @@ -761,15 +801,15 @@ void ItemInfo::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - path_.ClearToEmpty(); - cached_has_bits = _has_bits_[0]; + _impl_.path_.ClearToEmpty(); + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { - etag_.ClearNonDefaultToEmpty(); + _impl_.etag_.ClearNonDefaultToEmpty(); } - ::memset(&size_, 0, static_cast( - reinterpret_cast(&type_) - - reinterpret_cast(&size_)) + sizeof(type_)); - _has_bits_.Clear(); + ::memset(&_impl_.size_, 0, static_cast( + reinterpret_cast(&_impl_.type_) - + reinterpret_cast(&_impl_.size_)) + sizeof(_impl_.type_)); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -802,7 +842,7 @@ const char* ItemInfo::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) // sint64 size = 3 [jstype = JS_STRING]; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); + _impl_.size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -833,7 +873,7 @@ const char* ItemInfo::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -904,7 +944,7 @@ size_t ItemInfo::ByteSizeLong() const { } // optional string etag = 4; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( @@ -922,41 +962,37 @@ size_t ItemInfo::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_type()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ItemInfo::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ItemInfo::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ItemInfo::GetClassData() const { return &_class_data_; } -void ItemInfo::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ItemInfo::MergeFrom(const ItemInfo& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ItemInfo) - GOOGLE_DCHECK_NE(&from, this); +void ItemInfo::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ItemInfo) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_path().empty()) { - _internal_set_path(from._internal_path()); + _this->_internal_set_path(from._internal_path()); } if (from._internal_has_etag()) { - _internal_set_etag(from._internal_etag()); + _this->_internal_set_etag(from._internal_etag()); } if (from._internal_size() != 0) { - _internal_set_size(from._internal_size()); + _this->_internal_set_size(from._internal_size()); } if (from._internal_type() != 0) { - _internal_set_type(from._internal_type()); + _this->_internal_set_type(from._internal_type()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ItemInfo::CopyFrom(const ItemInfo& from) { @@ -975,21 +1011,21 @@ void ItemInfo::InternalSwap(ItemInfo* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &path_, lhs_arena, - &other->path_, rhs_arena + &_impl_.path_, lhs_arena, + &other->_impl_.path_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &etag_, lhs_arena, - &other->etag_, rhs_arena + &_impl_.etag_, lhs_arena, + &other->_impl_.etag_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ItemInfo, type_) - + sizeof(ItemInfo::type_) - - PROTOBUF_FIELD_OFFSET(ItemInfo, size_)>( - reinterpret_cast(&size_), - reinterpret_cast(&other->size_)); + PROTOBUF_FIELD_OFFSET(ItemInfo, _impl_.type_) + + sizeof(ItemInfo::_impl_.type_) + - PROTOBUF_FIELD_OFFSET(ItemInfo, _impl_.size_)>( + reinterpret_cast(&_impl_.size_), + reinterpret_cast(&other->_impl_.size_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ItemInfo::GetMetadata() const { @@ -1006,19 +1042,29 @@ class ListItemsResponse::_Internal { ListItemsResponse::ListItemsResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - items_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ListItemsResponse) } ListItemsResponse::ListItemsResponse(const ListItemsResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - items_(from.items_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + ListItemsResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.items_){from._impl_.items_} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ListItemsResponse) } -inline void ListItemsResponse::SharedCtor() { +inline void ListItemsResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.items_){arena} + , /*decltype(_impl_._cached_size_)*/{} + }; } ListItemsResponse::~ListItemsResponse() { @@ -1032,10 +1078,11 @@ ListItemsResponse::~ListItemsResponse() { inline void ListItemsResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.items_.~RepeatedPtrField(); } void ListItemsResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ListItemsResponse::Clear() { @@ -1044,7 +1091,7 @@ void ListItemsResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - items_.Clear(); + _impl_.items_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1122,35 +1169,31 @@ size_t ListItemsResponse::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; total_size += 1UL * this->_internal_items_size(); - for (const auto& msg : this->items_) { + for (const auto& msg : this->_impl_.items_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ListItemsResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ListItemsResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ListItemsResponse::GetClassData() const { return &_class_data_; } -void ListItemsResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ListItemsResponse::MergeFrom(const ListItemsResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ListItemsResponse) - GOOGLE_DCHECK_NE(&from, this); +void ListItemsResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ListItemsResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - items_.MergeFrom(from.items_); - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_impl_.items_.MergeFrom(from._impl_.items_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ListItemsResponse::CopyFrom(const ListItemsResponse& from) { @@ -1167,7 +1210,7 @@ bool ListItemsResponse::IsInitialized() const { void ListItemsResponse::InternalSwap(ListItemsResponse* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - items_.InternalSwap(&other->items_); + _impl_.items_.InternalSwap(&other->_impl_.items_); } ::PROTOBUF_NAMESPACE_ID::Metadata ListItemsResponse::GetMetadata() const { @@ -1180,7 +1223,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata ListItemsResponse::GetMetadata() const { class FetchFileRequest::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_etag(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -1189,41 +1232,56 @@ class FetchFileRequest::_Internal { FetchFileRequest::FetchFileRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.FetchFileRequest) } FetchFileRequest::FetchFileRequest(const FetchFileRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FetchFileRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.path_){} + , decltype(_impl_.etag_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - path_.InitDefault(); + _impl_.path_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - path_.Set("", GetArenaForAllocation()); + _impl_.path_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_path().empty()) { - path_.Set(from._internal_path(), - GetArenaForAllocation()); + _this->_impl_.path_.Set(from._internal_path(), + _this->GetArenaForAllocation()); } - etag_.InitDefault(); + _impl_.etag_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - etag_.Set("", GetArenaForAllocation()); + _impl_.etag_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_etag()) { - etag_.Set(from._internal_etag(), - GetArenaForAllocation()); + _this->_impl_.etag_.Set(from._internal_etag(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.FetchFileRequest) } -inline void FetchFileRequest::SharedCtor() { -path_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - path_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -etag_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - etag_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void FetchFileRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.path_){} + , decltype(_impl_.etag_){} + }; + _impl_.path_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.path_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.etag_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.etag_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FetchFileRequest::~FetchFileRequest() { @@ -1237,12 +1295,12 @@ FetchFileRequest::~FetchFileRequest() { inline void FetchFileRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - path_.Destroy(); - etag_.Destroy(); + _impl_.path_.Destroy(); + _impl_.etag_.Destroy(); } void FetchFileRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FetchFileRequest::Clear() { @@ -1251,12 +1309,12 @@ void FetchFileRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - path_.ClearToEmpty(); - cached_has_bits = _has_bits_[0]; + _impl_.path_.ClearToEmpty(); + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { - etag_.ClearNonDefaultToEmpty(); + _impl_.etag_.ClearNonDefaultToEmpty(); } - _has_bits_.Clear(); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1303,7 +1361,7 @@ const char* FetchFileRequest::_InternalParse(const char* ptr, ::_pbi::ParseConte CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -1361,42 +1419,38 @@ size_t FetchFileRequest::ByteSizeLong() const { } // optional string etag = 2; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( this->_internal_etag()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FetchFileRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FetchFileRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FetchFileRequest::GetClassData() const { return &_class_data_; } -void FetchFileRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FetchFileRequest::MergeFrom(const FetchFileRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FetchFileRequest) - GOOGLE_DCHECK_NE(&from, this); +void FetchFileRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FetchFileRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_path().empty()) { - _internal_set_path(from._internal_path()); + _this->_internal_set_path(from._internal_path()); } if (from._internal_has_etag()) { - _internal_set_etag(from._internal_etag()); + _this->_internal_set_etag(from._internal_etag()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FetchFileRequest::CopyFrom(const FetchFileRequest& from) { @@ -1415,14 +1469,14 @@ void FetchFileRequest::InternalSwap(FetchFileRequest* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &path_, lhs_arena, - &other->path_, rhs_arena + &_impl_.path_, lhs_arena, + &other->_impl_.path_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &etag_, lhs_arena, - &other->etag_, rhs_arena + &_impl_.etag_, lhs_arena, + &other->_impl_.etag_, rhs_arena ); } @@ -1436,7 +1490,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata FetchFileRequest::GetMetadata() const { class FetchFileResponse::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_etag(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -1445,41 +1499,56 @@ class FetchFileResponse::_Internal { FetchFileResponse::FetchFileResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.FetchFileResponse) } FetchFileResponse::FetchFileResponse(const FetchFileResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FetchFileResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.contents_){} + , decltype(_impl_.etag_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - contents_.InitDefault(); + _impl_.contents_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - contents_.Set("", GetArenaForAllocation()); + _impl_.contents_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_contents().empty()) { - contents_.Set(from._internal_contents(), - GetArenaForAllocation()); + _this->_impl_.contents_.Set(from._internal_contents(), + _this->GetArenaForAllocation()); } - etag_.InitDefault(); + _impl_.etag_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - etag_.Set("", GetArenaForAllocation()); + _impl_.etag_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_etag()) { - etag_.Set(from._internal_etag(), - GetArenaForAllocation()); + _this->_impl_.etag_.Set(from._internal_etag(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.FetchFileResponse) } -inline void FetchFileResponse::SharedCtor() { -contents_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - contents_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -etag_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - etag_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void FetchFileResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.contents_){} + , decltype(_impl_.etag_){} + }; + _impl_.contents_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.contents_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.etag_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.etag_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } FetchFileResponse::~FetchFileResponse() { @@ -1493,12 +1562,12 @@ FetchFileResponse::~FetchFileResponse() { inline void FetchFileResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - contents_.Destroy(); - etag_.Destroy(); + _impl_.contents_.Destroy(); + _impl_.etag_.Destroy(); } void FetchFileResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FetchFileResponse::Clear() { @@ -1507,12 +1576,12 @@ void FetchFileResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - contents_.ClearToEmpty(); - cached_has_bits = _has_bits_[0]; + _impl_.contents_.ClearToEmpty(); + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { - etag_.ClearNonDefaultToEmpty(); + _impl_.etag_.ClearNonDefaultToEmpty(); } - _has_bits_.Clear(); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1558,7 +1627,7 @@ const char* FetchFileResponse::_InternalParse(const char* ptr, ::_pbi::ParseCont CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -1612,42 +1681,38 @@ size_t FetchFileResponse::ByteSizeLong() const { } // optional string etag = 2; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( this->_internal_etag()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FetchFileResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FetchFileResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FetchFileResponse::GetClassData() const { return &_class_data_; } -void FetchFileResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FetchFileResponse::MergeFrom(const FetchFileResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FetchFileResponse) - GOOGLE_DCHECK_NE(&from, this); +void FetchFileResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FetchFileResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_contents().empty()) { - _internal_set_contents(from._internal_contents()); + _this->_internal_set_contents(from._internal_contents()); } if (from._internal_has_etag()) { - _internal_set_etag(from._internal_etag()); + _this->_internal_set_etag(from._internal_etag()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FetchFileResponse::CopyFrom(const FetchFileResponse& from) { @@ -1666,14 +1731,14 @@ void FetchFileResponse::InternalSwap(FetchFileResponse* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &contents_, lhs_arena, - &other->contents_, rhs_arena + &_impl_.contents_, lhs_arena, + &other->_impl_.contents_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &etag_, lhs_arena, - &other->etag_, rhs_arena + &_impl_.etag_, lhs_arena, + &other->_impl_.etag_, rhs_arena ); } @@ -1692,42 +1757,57 @@ class SaveFileRequest::_Internal { SaveFileRequest::SaveFileRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.SaveFileRequest) } SaveFileRequest::SaveFileRequest(const SaveFileRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + SaveFileRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.path_){} + , decltype(_impl_.contents_){} + , decltype(_impl_.allow_overwrite_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - path_.InitDefault(); + _impl_.path_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - path_.Set("", GetArenaForAllocation()); + _impl_.path_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_path().empty()) { - path_.Set(from._internal_path(), - GetArenaForAllocation()); + _this->_impl_.path_.Set(from._internal_path(), + _this->GetArenaForAllocation()); } - contents_.InitDefault(); + _impl_.contents_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - contents_.Set("", GetArenaForAllocation()); + _impl_.contents_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_contents().empty()) { - contents_.Set(from._internal_contents(), - GetArenaForAllocation()); + _this->_impl_.contents_.Set(from._internal_contents(), + _this->GetArenaForAllocation()); } - allow_overwrite_ = from.allow_overwrite_; + _this->_impl_.allow_overwrite_ = from._impl_.allow_overwrite_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.SaveFileRequest) } -inline void SaveFileRequest::SharedCtor() { -path_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - path_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -contents_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - contents_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -allow_overwrite_ = false; +inline void SaveFileRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.path_){} + , decltype(_impl_.contents_){} + , decltype(_impl_.allow_overwrite_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.path_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.path_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.contents_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.contents_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } SaveFileRequest::~SaveFileRequest() { @@ -1741,12 +1821,12 @@ SaveFileRequest::~SaveFileRequest() { inline void SaveFileRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - path_.Destroy(); - contents_.Destroy(); + _impl_.path_.Destroy(); + _impl_.contents_.Destroy(); } void SaveFileRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SaveFileRequest::Clear() { @@ -1755,9 +1835,9 @@ void SaveFileRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - path_.ClearToEmpty(); - contents_.ClearToEmpty(); - allow_overwrite_ = false; + _impl_.path_.ClearToEmpty(); + _impl_.contents_.ClearToEmpty(); + _impl_.allow_overwrite_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -1770,7 +1850,7 @@ const char* SaveFileRequest::_InternalParse(const char* ptr, ::_pbi::ParseContex // bool allow_overwrite = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - allow_overwrite_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.allow_overwrite_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -1880,38 +1960,34 @@ size_t SaveFileRequest::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SaveFileRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SaveFileRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SaveFileRequest::GetClassData() const { return &_class_data_; } -void SaveFileRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SaveFileRequest::MergeFrom(const SaveFileRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SaveFileRequest) - GOOGLE_DCHECK_NE(&from, this); +void SaveFileRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SaveFileRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_path().empty()) { - _internal_set_path(from._internal_path()); + _this->_internal_set_path(from._internal_path()); } if (!from._internal_contents().empty()) { - _internal_set_contents(from._internal_contents()); + _this->_internal_set_contents(from._internal_contents()); } if (from._internal_allow_overwrite() != 0) { - _internal_set_allow_overwrite(from._internal_allow_overwrite()); + _this->_internal_set_allow_overwrite(from._internal_allow_overwrite()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SaveFileRequest::CopyFrom(const SaveFileRequest& from) { @@ -1931,14 +2007,14 @@ void SaveFileRequest::InternalSwap(SaveFileRequest* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &path_, lhs_arena, - &other->path_, rhs_arena + &_impl_.path_, lhs_arena, + &other->_impl_.path_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &contents_, lhs_arena, - &other->contents_, rhs_arena + &_impl_.contents_, lhs_arena, + &other->_impl_.contents_, rhs_arena ); - swap(allow_overwrite_, other->allow_overwrite_); + swap(_impl_.allow_overwrite_, other->_impl_.allow_overwrite_); } ::PROTOBUF_NAMESPACE_ID::Metadata SaveFileRequest::GetMetadata() const { @@ -1951,7 +2027,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata SaveFileRequest::GetMetadata() const { class SaveFileResponse::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_etag(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -1960,29 +2036,42 @@ class SaveFileResponse::_Internal { SaveFileResponse::SaveFileResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.SaveFileResponse) } SaveFileResponse::SaveFileResponse(const SaveFileResponse& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + SaveFileResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.etag_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - etag_.InitDefault(); + _impl_.etag_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - etag_.Set("", GetArenaForAllocation()); + _impl_.etag_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (from._internal_has_etag()) { - etag_.Set(from._internal_etag(), - GetArenaForAllocation()); + _this->_impl_.etag_.Set(from._internal_etag(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.SaveFileResponse) } -inline void SaveFileResponse::SharedCtor() { -etag_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - etag_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void SaveFileResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.etag_){} + }; + _impl_.etag_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.etag_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } SaveFileResponse::~SaveFileResponse() { @@ -1996,11 +2085,11 @@ SaveFileResponse::~SaveFileResponse() { inline void SaveFileResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - etag_.Destroy(); + _impl_.etag_.Destroy(); } void SaveFileResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SaveFileResponse::Clear() { @@ -2009,11 +2098,11 @@ void SaveFileResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { - etag_.ClearNonDefaultToEmpty(); + _impl_.etag_.ClearNonDefaultToEmpty(); } - _has_bits_.Clear(); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -2050,7 +2139,7 @@ const char* SaveFileResponse::_InternalParse(const char* ptr, ::_pbi::ParseConte CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -2091,39 +2180,35 @@ size_t SaveFileResponse::ByteSizeLong() const { (void) cached_has_bits; // optional string etag = 1; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( this->_internal_etag()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SaveFileResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SaveFileResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SaveFileResponse::GetClassData() const { return &_class_data_; } -void SaveFileResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SaveFileResponse::MergeFrom(const SaveFileResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SaveFileResponse) - GOOGLE_DCHECK_NE(&from, this); +void SaveFileResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SaveFileResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_etag()) { - _internal_set_etag(from._internal_etag()); + _this->_internal_set_etag(from._internal_etag()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SaveFileResponse::CopyFrom(const SaveFileResponse& from) { @@ -2142,10 +2227,10 @@ void SaveFileResponse::InternalSwap(SaveFileResponse* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &etag_, lhs_arena, - &other->etag_, rhs_arena + &_impl_.etag_, lhs_arena, + &other->_impl_.etag_, rhs_arena ); } @@ -2164,42 +2249,57 @@ class MoveItemRequest::_Internal { MoveItemRequest::MoveItemRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.MoveItemRequest) } MoveItemRequest::MoveItemRequest(const MoveItemRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + MoveItemRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.old_path_){} + , decltype(_impl_.new_path_){} + , decltype(_impl_.allow_overwrite_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - old_path_.InitDefault(); + _impl_.old_path_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - old_path_.Set("", GetArenaForAllocation()); + _impl_.old_path_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_old_path().empty()) { - old_path_.Set(from._internal_old_path(), - GetArenaForAllocation()); + _this->_impl_.old_path_.Set(from._internal_old_path(), + _this->GetArenaForAllocation()); } - new_path_.InitDefault(); + _impl_.new_path_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - new_path_.Set("", GetArenaForAllocation()); + _impl_.new_path_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_new_path().empty()) { - new_path_.Set(from._internal_new_path(), - GetArenaForAllocation()); + _this->_impl_.new_path_.Set(from._internal_new_path(), + _this->GetArenaForAllocation()); } - allow_overwrite_ = from.allow_overwrite_; + _this->_impl_.allow_overwrite_ = from._impl_.allow_overwrite_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.MoveItemRequest) } -inline void MoveItemRequest::SharedCtor() { -old_path_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - old_path_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -new_path_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - new_path_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -allow_overwrite_ = false; +inline void MoveItemRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.old_path_){} + , decltype(_impl_.new_path_){} + , decltype(_impl_.allow_overwrite_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.old_path_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.old_path_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.new_path_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.new_path_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } MoveItemRequest::~MoveItemRequest() { @@ -2213,12 +2313,12 @@ MoveItemRequest::~MoveItemRequest() { inline void MoveItemRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - old_path_.Destroy(); - new_path_.Destroy(); + _impl_.old_path_.Destroy(); + _impl_.new_path_.Destroy(); } void MoveItemRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void MoveItemRequest::Clear() { @@ -2227,9 +2327,9 @@ void MoveItemRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - old_path_.ClearToEmpty(); - new_path_.ClearToEmpty(); - allow_overwrite_ = false; + _impl_.old_path_.ClearToEmpty(); + _impl_.new_path_.ClearToEmpty(); + _impl_.allow_overwrite_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -2262,7 +2362,7 @@ const char* MoveItemRequest::_InternalParse(const char* ptr, ::_pbi::ParseContex // bool allow_overwrite = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - allow_overwrite_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.allow_overwrite_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -2357,38 +2457,34 @@ size_t MoveItemRequest::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData MoveItemRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, MoveItemRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*MoveItemRequest::GetClassData() const { return &_class_data_; } -void MoveItemRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void MoveItemRequest::MergeFrom(const MoveItemRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.MoveItemRequest) - GOOGLE_DCHECK_NE(&from, this); +void MoveItemRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.MoveItemRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_old_path().empty()) { - _internal_set_old_path(from._internal_old_path()); + _this->_internal_set_old_path(from._internal_old_path()); } if (!from._internal_new_path().empty()) { - _internal_set_new_path(from._internal_new_path()); + _this->_internal_set_new_path(from._internal_new_path()); } if (from._internal_allow_overwrite() != 0) { - _internal_set_allow_overwrite(from._internal_allow_overwrite()); + _this->_internal_set_allow_overwrite(from._internal_allow_overwrite()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void MoveItemRequest::CopyFrom(const MoveItemRequest& from) { @@ -2408,14 +2504,14 @@ void MoveItemRequest::InternalSwap(MoveItemRequest* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &old_path_, lhs_arena, - &other->old_path_, rhs_arena + &_impl_.old_path_, lhs_arena, + &other->_impl_.old_path_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &new_path_, lhs_arena, - &other->new_path_, rhs_arena + &_impl_.new_path_, lhs_arena, + &other->_impl_.new_path_, rhs_arena ); - swap(allow_overwrite_, other->allow_overwrite_); + swap(_impl_.allow_overwrite_, other->_impl_.allow_overwrite_); } ::PROTOBUF_NAMESPACE_ID::Metadata MoveItemRequest::GetMetadata() const { @@ -2437,6 +2533,7 @@ MoveItemResponse::MoveItemResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, } MoveItemResponse::MoveItemResponse(const MoveItemResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + MoveItemResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.MoveItemResponse) } @@ -2472,28 +2569,40 @@ class CreateDirectoryRequest::_Internal { CreateDirectoryRequest::CreateDirectoryRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.CreateDirectoryRequest) } CreateDirectoryRequest::CreateDirectoryRequest(const CreateDirectoryRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + CreateDirectoryRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.path_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - path_.InitDefault(); + _impl_.path_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - path_.Set("", GetArenaForAllocation()); + _impl_.path_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_path().empty()) { - path_.Set(from._internal_path(), - GetArenaForAllocation()); + _this->_impl_.path_.Set(from._internal_path(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.CreateDirectoryRequest) } -inline void CreateDirectoryRequest::SharedCtor() { -path_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - path_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void CreateDirectoryRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.path_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.path_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.path_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } CreateDirectoryRequest::~CreateDirectoryRequest() { @@ -2507,11 +2616,11 @@ CreateDirectoryRequest::~CreateDirectoryRequest() { inline void CreateDirectoryRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - path_.Destroy(); + _impl_.path_.Destroy(); } void CreateDirectoryRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void CreateDirectoryRequest::Clear() { @@ -2520,7 +2629,7 @@ void CreateDirectoryRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - path_.ClearToEmpty(); + _impl_.path_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -2602,32 +2711,28 @@ size_t CreateDirectoryRequest::ByteSizeLong() const { this->_internal_path()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CreateDirectoryRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, CreateDirectoryRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CreateDirectoryRequest::GetClassData() const { return &_class_data_; } -void CreateDirectoryRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void CreateDirectoryRequest::MergeFrom(const CreateDirectoryRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.CreateDirectoryRequest) - GOOGLE_DCHECK_NE(&from, this); +void CreateDirectoryRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.CreateDirectoryRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_path().empty()) { - _internal_set_path(from._internal_path()); + _this->_internal_set_path(from._internal_path()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void CreateDirectoryRequest::CopyFrom(const CreateDirectoryRequest& from) { @@ -2647,8 +2752,8 @@ void CreateDirectoryRequest::InternalSwap(CreateDirectoryRequest* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &path_, lhs_arena, - &other->path_, rhs_arena + &_impl_.path_, lhs_arena, + &other->_impl_.path_, rhs_arena ); } @@ -2671,6 +2776,7 @@ CreateDirectoryResponse::CreateDirectoryResponse(::PROTOBUF_NAMESPACE_ID::Arena* } CreateDirectoryResponse::CreateDirectoryResponse(const CreateDirectoryResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + CreateDirectoryResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.CreateDirectoryResponse) } @@ -2706,28 +2812,40 @@ class DeleteItemRequest::_Internal { DeleteItemRequest::DeleteItemRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.DeleteItemRequest) } DeleteItemRequest::DeleteItemRequest(const DeleteItemRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + DeleteItemRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.path_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - path_.InitDefault(); + _impl_.path_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - path_.Set("", GetArenaForAllocation()); + _impl_.path_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_path().empty()) { - path_.Set(from._internal_path(), - GetArenaForAllocation()); + _this->_impl_.path_.Set(from._internal_path(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.DeleteItemRequest) } -inline void DeleteItemRequest::SharedCtor() { -path_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - path_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void DeleteItemRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.path_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.path_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.path_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } DeleteItemRequest::~DeleteItemRequest() { @@ -2741,11 +2859,11 @@ DeleteItemRequest::~DeleteItemRequest() { inline void DeleteItemRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - path_.Destroy(); + _impl_.path_.Destroy(); } void DeleteItemRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void DeleteItemRequest::Clear() { @@ -2754,7 +2872,7 @@ void DeleteItemRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - path_.ClearToEmpty(); + _impl_.path_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -2836,32 +2954,28 @@ size_t DeleteItemRequest::ByteSizeLong() const { this->_internal_path()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData DeleteItemRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, DeleteItemRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DeleteItemRequest::GetClassData() const { return &_class_data_; } -void DeleteItemRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void DeleteItemRequest::MergeFrom(const DeleteItemRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.DeleteItemRequest) - GOOGLE_DCHECK_NE(&from, this); +void DeleteItemRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.DeleteItemRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_path().empty()) { - _internal_set_path(from._internal_path()); + _this->_internal_set_path(from._internal_path()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void DeleteItemRequest::CopyFrom(const DeleteItemRequest& from) { @@ -2881,8 +2995,8 @@ void DeleteItemRequest::InternalSwap(DeleteItemRequest* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &path_, lhs_arena, - &other->path_, rhs_arena + &_impl_.path_, lhs_arena, + &other->_impl_.path_, rhs_arena ); } @@ -2905,6 +3019,7 @@ DeleteItemResponse::DeleteItemResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, } DeleteItemResponse::DeleteItemResponse(const DeleteItemResponse& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + DeleteItemResponse* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.DeleteItemResponse) } diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/storage.pb.h b/cpp-client/deephaven/dhclient/proto/deephaven/proto/storage.pb.h index 702848ab3f5..0c1e0654d43 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/storage.pb.h +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/storage.pb.h @@ -8,12 +8,12 @@ #include #include -#if PROTOBUF_VERSION < 3020000 +#if PROTOBUF_VERSION < 3021000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3020003 < PROTOBUF_MIN_PROTOC_VERSION +#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. @@ -224,9 +224,11 @@ class ListItemsRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ListItemsRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ListItemsRequest& from); + void MergeFrom( const ListItemsRequest& from) { + ListItemsRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -235,10 +237,10 @@ class ListItemsRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ListItemsRequest* other); @@ -305,10 +307,13 @@ class ListItemsRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filter_glob_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr filter_glob_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // ------------------------------------------------------------------- @@ -393,9 +398,11 @@ class ItemInfo final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ItemInfo& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ItemInfo& from); + void MergeFrom( const ItemInfo& from) { + ItemInfo::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -404,10 +411,10 @@ class ItemInfo final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ItemInfo* other); @@ -494,12 +501,15 @@ class ItemInfo final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr etag_; - int64_t size_; - int type_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr etag_; + int64_t size_; + int type_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // ------------------------------------------------------------------- @@ -584,9 +594,11 @@ class ListItemsResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ListItemsResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ListItemsResponse& from); + void MergeFrom( const ListItemsResponse& from) { + ListItemsResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -595,10 +607,10 @@ class ListItemsResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ListItemsResponse* other); @@ -650,8 +662,11 @@ class ListItemsResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::ItemInfo > items_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::ItemInfo > items_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // ------------------------------------------------------------------- @@ -736,9 +751,11 @@ class FetchFileRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FetchFileRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FetchFileRequest& from); + void MergeFrom( const FetchFileRequest& from) { + FetchFileRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -747,10 +764,10 @@ class FetchFileRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FetchFileRequest* other); @@ -817,10 +834,13 @@ class FetchFileRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr etag_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr etag_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // ------------------------------------------------------------------- @@ -905,9 +925,11 @@ class FetchFileResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FetchFileResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FetchFileResponse& from); + void MergeFrom( const FetchFileResponse& from) { + FetchFileResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -916,10 +938,10 @@ class FetchFileResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FetchFileResponse* other); @@ -986,10 +1008,13 @@ class FetchFileResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr contents_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr etag_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr contents_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr etag_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // ------------------------------------------------------------------- @@ -1074,9 +1099,11 @@ class SaveFileRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SaveFileRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SaveFileRequest& from); + void MergeFrom( const SaveFileRequest& from) { + SaveFileRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1085,10 +1112,10 @@ class SaveFileRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SaveFileRequest* other); @@ -1161,10 +1188,13 @@ class SaveFileRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr contents_; - bool allow_overwrite_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr contents_; + bool allow_overwrite_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // ------------------------------------------------------------------- @@ -1249,9 +1279,11 @@ class SaveFileResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SaveFileResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SaveFileResponse& from); + void MergeFrom( const SaveFileResponse& from) { + SaveFileResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1260,10 +1292,10 @@ class SaveFileResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SaveFileResponse* other); @@ -1315,9 +1347,12 @@ class SaveFileResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr etag_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr etag_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // ------------------------------------------------------------------- @@ -1402,9 +1437,11 @@ class MoveItemRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const MoveItemRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const MoveItemRequest& from); + void MergeFrom( const MoveItemRequest& from) { + MoveItemRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1413,10 +1450,10 @@ class MoveItemRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(MoveItemRequest* other); @@ -1489,10 +1526,13 @@ class MoveItemRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr old_path_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr new_path_; - bool allow_overwrite_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr old_path_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr new_path_; + bool allow_overwrite_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // ------------------------------------------------------------------- @@ -1575,11 +1615,11 @@ class MoveItemResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const MoveItemResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const MoveItemResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -1609,6 +1649,8 @@ class MoveItemResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // ------------------------------------------------------------------- @@ -1693,9 +1735,11 @@ class CreateDirectoryRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const CreateDirectoryRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CreateDirectoryRequest& from); + void MergeFrom( const CreateDirectoryRequest& from) { + CreateDirectoryRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1704,10 +1748,10 @@ class CreateDirectoryRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(CreateDirectoryRequest* other); @@ -1755,8 +1799,11 @@ class CreateDirectoryRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // ------------------------------------------------------------------- @@ -1839,11 +1886,11 @@ class CreateDirectoryResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const CreateDirectoryResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const CreateDirectoryResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -1873,6 +1920,8 @@ class CreateDirectoryResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // ------------------------------------------------------------------- @@ -1957,9 +2006,11 @@ class DeleteItemRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const DeleteItemRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const DeleteItemRequest& from); + void MergeFrom( const DeleteItemRequest& from) { + DeleteItemRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1968,10 +2019,10 @@ class DeleteItemRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(DeleteItemRequest* other); @@ -2019,8 +2070,11 @@ class DeleteItemRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr path_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // ------------------------------------------------------------------- @@ -2103,11 +2157,11 @@ class DeleteItemResponse final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const DeleteItemResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const DeleteItemResponse& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -2137,6 +2191,8 @@ class DeleteItemResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2fstorage_2eproto; }; // =================================================================== @@ -2152,7 +2208,7 @@ class DeleteItemResponse final : // string path = 1; inline void ListItemsRequest::clear_path() { - path_.ClearToEmpty(); + _impl_.path_.ClearToEmpty(); } inline const std::string& ListItemsRequest::path() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ListItemsRequest.path) @@ -2162,7 +2218,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ListItemsRequest::set_path(ArgT0&& arg0, ArgT... args) { - path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ListItemsRequest.path) } inline std::string* ListItemsRequest::mutable_path() { @@ -2171,19 +2227,19 @@ inline std::string* ListItemsRequest::mutable_path() { return _s; } inline const std::string& ListItemsRequest::_internal_path() const { - return path_.Get(); + return _impl_.path_.Get(); } inline void ListItemsRequest::_internal_set_path(const std::string& value) { - path_.Set(value, GetArenaForAllocation()); + _impl_.path_.Set(value, GetArenaForAllocation()); } inline std::string* ListItemsRequest::_internal_mutable_path() { - return path_.Mutable(GetArenaForAllocation()); + return _impl_.path_.Mutable(GetArenaForAllocation()); } inline std::string* ListItemsRequest::release_path() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ListItemsRequest.path) - return path_.Release(); + return _impl_.path_.Release(); } inline void ListItemsRequest::set_allocated_path(std::string* path) { if (path != nullptr) { @@ -2191,10 +2247,10 @@ inline void ListItemsRequest::set_allocated_path(std::string* path) { } else { } - path_.SetAllocated(path, GetArenaForAllocation()); + _impl_.path_.SetAllocated(path, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (path_.IsDefault()) { - path_.Set("", GetArenaForAllocation()); + if (_impl_.path_.IsDefault()) { + _impl_.path_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ListItemsRequest.path) @@ -2202,15 +2258,15 @@ inline void ListItemsRequest::set_allocated_path(std::string* path) { // optional string filter_glob = 4; inline bool ListItemsRequest::_internal_has_filter_glob() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool ListItemsRequest::has_filter_glob() const { return _internal_has_filter_glob(); } inline void ListItemsRequest::clear_filter_glob() { - filter_glob_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.filter_glob_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& ListItemsRequest::filter_glob() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ListItemsRequest.filter_glob) @@ -2219,8 +2275,8 @@ inline const std::string& ListItemsRequest::filter_glob() const { template inline PROTOBUF_ALWAYS_INLINE void ListItemsRequest::set_filter_glob(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - filter_glob_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.filter_glob_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ListItemsRequest.filter_glob) } inline std::string* ListItemsRequest::mutable_filter_glob() { @@ -2229,40 +2285,40 @@ inline std::string* ListItemsRequest::mutable_filter_glob() { return _s; } inline const std::string& ListItemsRequest::_internal_filter_glob() const { - return filter_glob_.Get(); + return _impl_.filter_glob_.Get(); } inline void ListItemsRequest::_internal_set_filter_glob(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - filter_glob_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.filter_glob_.Set(value, GetArenaForAllocation()); } inline std::string* ListItemsRequest::_internal_mutable_filter_glob() { - _has_bits_[0] |= 0x00000001u; - return filter_glob_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.filter_glob_.Mutable(GetArenaForAllocation()); } inline std::string* ListItemsRequest::release_filter_glob() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ListItemsRequest.filter_glob) if (!_internal_has_filter_glob()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = filter_glob_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.filter_glob_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (filter_glob_.IsDefault()) { - filter_glob_.Set("", GetArenaForAllocation()); + if (_impl_.filter_glob_.IsDefault()) { + _impl_.filter_glob_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void ListItemsRequest::set_allocated_filter_glob(std::string* filter_glob) { if (filter_glob != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - filter_glob_.SetAllocated(filter_glob, GetArenaForAllocation()); + _impl_.filter_glob_.SetAllocated(filter_glob, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (filter_glob_.IsDefault()) { - filter_glob_.Set("", GetArenaForAllocation()); + if (_impl_.filter_glob_.IsDefault()) { + _impl_.filter_glob_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ListItemsRequest.filter_glob) @@ -2274,7 +2330,7 @@ inline void ListItemsRequest::set_allocated_filter_glob(std::string* filter_glob // string path = 1; inline void ItemInfo::clear_path() { - path_.ClearToEmpty(); + _impl_.path_.ClearToEmpty(); } inline const std::string& ItemInfo::path() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ItemInfo.path) @@ -2284,7 +2340,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ItemInfo::set_path(ArgT0&& arg0, ArgT... args) { - path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ItemInfo.path) } inline std::string* ItemInfo::mutable_path() { @@ -2293,19 +2349,19 @@ inline std::string* ItemInfo::mutable_path() { return _s; } inline const std::string& ItemInfo::_internal_path() const { - return path_.Get(); + return _impl_.path_.Get(); } inline void ItemInfo::_internal_set_path(const std::string& value) { - path_.Set(value, GetArenaForAllocation()); + _impl_.path_.Set(value, GetArenaForAllocation()); } inline std::string* ItemInfo::_internal_mutable_path() { - return path_.Mutable(GetArenaForAllocation()); + return _impl_.path_.Mutable(GetArenaForAllocation()); } inline std::string* ItemInfo::release_path() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ItemInfo.path) - return path_.Release(); + return _impl_.path_.Release(); } inline void ItemInfo::set_allocated_path(std::string* path) { if (path != nullptr) { @@ -2313,10 +2369,10 @@ inline void ItemInfo::set_allocated_path(std::string* path) { } else { } - path_.SetAllocated(path, GetArenaForAllocation()); + _impl_.path_.SetAllocated(path, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (path_.IsDefault()) { - path_.Set("", GetArenaForAllocation()); + if (_impl_.path_.IsDefault()) { + _impl_.path_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ItemInfo.path) @@ -2324,10 +2380,10 @@ inline void ItemInfo::set_allocated_path(std::string* path) { // .io.deephaven.proto.backplane.grpc.ItemType type = 2; inline void ItemInfo::clear_type() { - type_ = 0; + _impl_.type_ = 0; } inline ::io::deephaven::proto::backplane::grpc::ItemType ItemInfo::_internal_type() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::ItemType >(type_); + return static_cast< ::io::deephaven::proto::backplane::grpc::ItemType >(_impl_.type_); } inline ::io::deephaven::proto::backplane::grpc::ItemType ItemInfo::type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ItemInfo.type) @@ -2335,7 +2391,7 @@ inline ::io::deephaven::proto::backplane::grpc::ItemType ItemInfo::type() const } inline void ItemInfo::_internal_set_type(::io::deephaven::proto::backplane::grpc::ItemType value) { - type_ = value; + _impl_.type_ = value; } inline void ItemInfo::set_type(::io::deephaven::proto::backplane::grpc::ItemType value) { _internal_set_type(value); @@ -2344,10 +2400,10 @@ inline void ItemInfo::set_type(::io::deephaven::proto::backplane::grpc::ItemType // sint64 size = 3 [jstype = JS_STRING]; inline void ItemInfo::clear_size() { - size_ = int64_t{0}; + _impl_.size_ = int64_t{0}; } inline int64_t ItemInfo::_internal_size() const { - return size_; + return _impl_.size_; } inline int64_t ItemInfo::size() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ItemInfo.size) @@ -2355,7 +2411,7 @@ inline int64_t ItemInfo::size() const { } inline void ItemInfo::_internal_set_size(int64_t value) { - size_ = value; + _impl_.size_ = value; } inline void ItemInfo::set_size(int64_t value) { _internal_set_size(value); @@ -2364,15 +2420,15 @@ inline void ItemInfo::set_size(int64_t value) { // optional string etag = 4; inline bool ItemInfo::_internal_has_etag() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool ItemInfo::has_etag() const { return _internal_has_etag(); } inline void ItemInfo::clear_etag() { - etag_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.etag_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& ItemInfo::etag() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ItemInfo.etag) @@ -2381,8 +2437,8 @@ inline const std::string& ItemInfo::etag() const { template inline PROTOBUF_ALWAYS_INLINE void ItemInfo::set_etag(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - etag_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.etag_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ItemInfo.etag) } inline std::string* ItemInfo::mutable_etag() { @@ -2391,40 +2447,40 @@ inline std::string* ItemInfo::mutable_etag() { return _s; } inline const std::string& ItemInfo::_internal_etag() const { - return etag_.Get(); + return _impl_.etag_.Get(); } inline void ItemInfo::_internal_set_etag(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - etag_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.etag_.Set(value, GetArenaForAllocation()); } inline std::string* ItemInfo::_internal_mutable_etag() { - _has_bits_[0] |= 0x00000001u; - return etag_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.etag_.Mutable(GetArenaForAllocation()); } inline std::string* ItemInfo::release_etag() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ItemInfo.etag) if (!_internal_has_etag()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = etag_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.etag_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (etag_.IsDefault()) { - etag_.Set("", GetArenaForAllocation()); + if (_impl_.etag_.IsDefault()) { + _impl_.etag_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void ItemInfo::set_allocated_etag(std::string* etag) { if (etag != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - etag_.SetAllocated(etag, GetArenaForAllocation()); + _impl_.etag_.SetAllocated(etag, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (etag_.IsDefault()) { - etag_.Set("", GetArenaForAllocation()); + if (_impl_.etag_.IsDefault()) { + _impl_.etag_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ItemInfo.etag) @@ -2436,32 +2492,32 @@ inline void ItemInfo::set_allocated_etag(std::string* etag) { // repeated .io.deephaven.proto.backplane.grpc.ItemInfo items = 1; inline int ListItemsResponse::_internal_items_size() const { - return items_.size(); + return _impl_.items_.size(); } inline int ListItemsResponse::items_size() const { return _internal_items_size(); } inline void ListItemsResponse::clear_items() { - items_.Clear(); + _impl_.items_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::ItemInfo* ListItemsResponse::mutable_items(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ListItemsResponse.items) - return items_.Mutable(index); + return _impl_.items_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::ItemInfo >* ListItemsResponse::mutable_items() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.ListItemsResponse.items) - return &items_; + return &_impl_.items_; } inline const ::io::deephaven::proto::backplane::grpc::ItemInfo& ListItemsResponse::_internal_items(int index) const { - return items_.Get(index); + return _impl_.items_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::ItemInfo& ListItemsResponse::items(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ListItemsResponse.items) return _internal_items(index); } inline ::io::deephaven::proto::backplane::grpc::ItemInfo* ListItemsResponse::_internal_add_items() { - return items_.Add(); + return _impl_.items_.Add(); } inline ::io::deephaven::proto::backplane::grpc::ItemInfo* ListItemsResponse::add_items() { ::io::deephaven::proto::backplane::grpc::ItemInfo* _add = _internal_add_items(); @@ -2471,7 +2527,7 @@ inline ::io::deephaven::proto::backplane::grpc::ItemInfo* ListItemsResponse::add inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::ItemInfo >& ListItemsResponse::items() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.ListItemsResponse.items) - return items_; + return _impl_.items_; } // ------------------------------------------------------------------- @@ -2480,7 +2536,7 @@ ListItemsResponse::items() const { // string path = 1; inline void FetchFileRequest::clear_path() { - path_.ClearToEmpty(); + _impl_.path_.ClearToEmpty(); } inline const std::string& FetchFileRequest::path() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FetchFileRequest.path) @@ -2490,7 +2546,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FetchFileRequest::set_path(ArgT0&& arg0, ArgT... args) { - path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.FetchFileRequest.path) } inline std::string* FetchFileRequest::mutable_path() { @@ -2499,19 +2555,19 @@ inline std::string* FetchFileRequest::mutable_path() { return _s; } inline const std::string& FetchFileRequest::_internal_path() const { - return path_.Get(); + return _impl_.path_.Get(); } inline void FetchFileRequest::_internal_set_path(const std::string& value) { - path_.Set(value, GetArenaForAllocation()); + _impl_.path_.Set(value, GetArenaForAllocation()); } inline std::string* FetchFileRequest::_internal_mutable_path() { - return path_.Mutable(GetArenaForAllocation()); + return _impl_.path_.Mutable(GetArenaForAllocation()); } inline std::string* FetchFileRequest::release_path() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FetchFileRequest.path) - return path_.Release(); + return _impl_.path_.Release(); } inline void FetchFileRequest::set_allocated_path(std::string* path) { if (path != nullptr) { @@ -2519,10 +2575,10 @@ inline void FetchFileRequest::set_allocated_path(std::string* path) { } else { } - path_.SetAllocated(path, GetArenaForAllocation()); + _impl_.path_.SetAllocated(path, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (path_.IsDefault()) { - path_.Set("", GetArenaForAllocation()); + if (_impl_.path_.IsDefault()) { + _impl_.path_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FetchFileRequest.path) @@ -2530,15 +2586,15 @@ inline void FetchFileRequest::set_allocated_path(std::string* path) { // optional string etag = 2; inline bool FetchFileRequest::_internal_has_etag() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool FetchFileRequest::has_etag() const { return _internal_has_etag(); } inline void FetchFileRequest::clear_etag() { - etag_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.etag_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& FetchFileRequest::etag() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FetchFileRequest.etag) @@ -2547,8 +2603,8 @@ inline const std::string& FetchFileRequest::etag() const { template inline PROTOBUF_ALWAYS_INLINE void FetchFileRequest::set_etag(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - etag_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.etag_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.FetchFileRequest.etag) } inline std::string* FetchFileRequest::mutable_etag() { @@ -2557,40 +2613,40 @@ inline std::string* FetchFileRequest::mutable_etag() { return _s; } inline const std::string& FetchFileRequest::_internal_etag() const { - return etag_.Get(); + return _impl_.etag_.Get(); } inline void FetchFileRequest::_internal_set_etag(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - etag_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.etag_.Set(value, GetArenaForAllocation()); } inline std::string* FetchFileRequest::_internal_mutable_etag() { - _has_bits_[0] |= 0x00000001u; - return etag_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.etag_.Mutable(GetArenaForAllocation()); } inline std::string* FetchFileRequest::release_etag() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FetchFileRequest.etag) if (!_internal_has_etag()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = etag_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.etag_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (etag_.IsDefault()) { - etag_.Set("", GetArenaForAllocation()); + if (_impl_.etag_.IsDefault()) { + _impl_.etag_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void FetchFileRequest::set_allocated_etag(std::string* etag) { if (etag != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - etag_.SetAllocated(etag, GetArenaForAllocation()); + _impl_.etag_.SetAllocated(etag, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (etag_.IsDefault()) { - etag_.Set("", GetArenaForAllocation()); + if (_impl_.etag_.IsDefault()) { + _impl_.etag_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FetchFileRequest.etag) @@ -2602,7 +2658,7 @@ inline void FetchFileRequest::set_allocated_etag(std::string* etag) { // bytes contents = 1; inline void FetchFileResponse::clear_contents() { - contents_.ClearToEmpty(); + _impl_.contents_.ClearToEmpty(); } inline const std::string& FetchFileResponse::contents() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FetchFileResponse.contents) @@ -2612,7 +2668,7 @@ template inline PROTOBUF_ALWAYS_INLINE void FetchFileResponse::set_contents(ArgT0&& arg0, ArgT... args) { - contents_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.contents_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.FetchFileResponse.contents) } inline std::string* FetchFileResponse::mutable_contents() { @@ -2621,19 +2677,19 @@ inline std::string* FetchFileResponse::mutable_contents() { return _s; } inline const std::string& FetchFileResponse::_internal_contents() const { - return contents_.Get(); + return _impl_.contents_.Get(); } inline void FetchFileResponse::_internal_set_contents(const std::string& value) { - contents_.Set(value, GetArenaForAllocation()); + _impl_.contents_.Set(value, GetArenaForAllocation()); } inline std::string* FetchFileResponse::_internal_mutable_contents() { - return contents_.Mutable(GetArenaForAllocation()); + return _impl_.contents_.Mutable(GetArenaForAllocation()); } inline std::string* FetchFileResponse::release_contents() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FetchFileResponse.contents) - return contents_.Release(); + return _impl_.contents_.Release(); } inline void FetchFileResponse::set_allocated_contents(std::string* contents) { if (contents != nullptr) { @@ -2641,10 +2697,10 @@ inline void FetchFileResponse::set_allocated_contents(std::string* contents) { } else { } - contents_.SetAllocated(contents, GetArenaForAllocation()); + _impl_.contents_.SetAllocated(contents, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (contents_.IsDefault()) { - contents_.Set("", GetArenaForAllocation()); + if (_impl_.contents_.IsDefault()) { + _impl_.contents_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FetchFileResponse.contents) @@ -2652,15 +2708,15 @@ inline void FetchFileResponse::set_allocated_contents(std::string* contents) { // optional string etag = 2; inline bool FetchFileResponse::_internal_has_etag() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool FetchFileResponse::has_etag() const { return _internal_has_etag(); } inline void FetchFileResponse::clear_etag() { - etag_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.etag_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& FetchFileResponse::etag() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FetchFileResponse.etag) @@ -2669,8 +2725,8 @@ inline const std::string& FetchFileResponse::etag() const { template inline PROTOBUF_ALWAYS_INLINE void FetchFileResponse::set_etag(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - etag_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.etag_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.FetchFileResponse.etag) } inline std::string* FetchFileResponse::mutable_etag() { @@ -2679,40 +2735,40 @@ inline std::string* FetchFileResponse::mutable_etag() { return _s; } inline const std::string& FetchFileResponse::_internal_etag() const { - return etag_.Get(); + return _impl_.etag_.Get(); } inline void FetchFileResponse::_internal_set_etag(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - etag_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.etag_.Set(value, GetArenaForAllocation()); } inline std::string* FetchFileResponse::_internal_mutable_etag() { - _has_bits_[0] |= 0x00000001u; - return etag_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.etag_.Mutable(GetArenaForAllocation()); } inline std::string* FetchFileResponse::release_etag() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FetchFileResponse.etag) if (!_internal_has_etag()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = etag_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.etag_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (etag_.IsDefault()) { - etag_.Set("", GetArenaForAllocation()); + if (_impl_.etag_.IsDefault()) { + _impl_.etag_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void FetchFileResponse::set_allocated_etag(std::string* etag) { if (etag != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - etag_.SetAllocated(etag, GetArenaForAllocation()); + _impl_.etag_.SetAllocated(etag, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (etag_.IsDefault()) { - etag_.Set("", GetArenaForAllocation()); + if (_impl_.etag_.IsDefault()) { + _impl_.etag_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FetchFileResponse.etag) @@ -2724,10 +2780,10 @@ inline void FetchFileResponse::set_allocated_etag(std::string* etag) { // bool allow_overwrite = 1; inline void SaveFileRequest::clear_allow_overwrite() { - allow_overwrite_ = false; + _impl_.allow_overwrite_ = false; } inline bool SaveFileRequest::_internal_allow_overwrite() const { - return allow_overwrite_; + return _impl_.allow_overwrite_; } inline bool SaveFileRequest::allow_overwrite() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SaveFileRequest.allow_overwrite) @@ -2735,7 +2791,7 @@ inline bool SaveFileRequest::allow_overwrite() const { } inline void SaveFileRequest::_internal_set_allow_overwrite(bool value) { - allow_overwrite_ = value; + _impl_.allow_overwrite_ = value; } inline void SaveFileRequest::set_allow_overwrite(bool value) { _internal_set_allow_overwrite(value); @@ -2744,7 +2800,7 @@ inline void SaveFileRequest::set_allow_overwrite(bool value) { // string path = 2; inline void SaveFileRequest::clear_path() { - path_.ClearToEmpty(); + _impl_.path_.ClearToEmpty(); } inline const std::string& SaveFileRequest::path() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SaveFileRequest.path) @@ -2754,7 +2810,7 @@ template inline PROTOBUF_ALWAYS_INLINE void SaveFileRequest::set_path(ArgT0&& arg0, ArgT... args) { - path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.SaveFileRequest.path) } inline std::string* SaveFileRequest::mutable_path() { @@ -2763,19 +2819,19 @@ inline std::string* SaveFileRequest::mutable_path() { return _s; } inline const std::string& SaveFileRequest::_internal_path() const { - return path_.Get(); + return _impl_.path_.Get(); } inline void SaveFileRequest::_internal_set_path(const std::string& value) { - path_.Set(value, GetArenaForAllocation()); + _impl_.path_.Set(value, GetArenaForAllocation()); } inline std::string* SaveFileRequest::_internal_mutable_path() { - return path_.Mutable(GetArenaForAllocation()); + return _impl_.path_.Mutable(GetArenaForAllocation()); } inline std::string* SaveFileRequest::release_path() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SaveFileRequest.path) - return path_.Release(); + return _impl_.path_.Release(); } inline void SaveFileRequest::set_allocated_path(std::string* path) { if (path != nullptr) { @@ -2783,10 +2839,10 @@ inline void SaveFileRequest::set_allocated_path(std::string* path) { } else { } - path_.SetAllocated(path, GetArenaForAllocation()); + _impl_.path_.SetAllocated(path, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (path_.IsDefault()) { - path_.Set("", GetArenaForAllocation()); + if (_impl_.path_.IsDefault()) { + _impl_.path_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SaveFileRequest.path) @@ -2794,7 +2850,7 @@ inline void SaveFileRequest::set_allocated_path(std::string* path) { // bytes contents = 3; inline void SaveFileRequest::clear_contents() { - contents_.ClearToEmpty(); + _impl_.contents_.ClearToEmpty(); } inline const std::string& SaveFileRequest::contents() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SaveFileRequest.contents) @@ -2804,7 +2860,7 @@ template inline PROTOBUF_ALWAYS_INLINE void SaveFileRequest::set_contents(ArgT0&& arg0, ArgT... args) { - contents_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.contents_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.SaveFileRequest.contents) } inline std::string* SaveFileRequest::mutable_contents() { @@ -2813,19 +2869,19 @@ inline std::string* SaveFileRequest::mutable_contents() { return _s; } inline const std::string& SaveFileRequest::_internal_contents() const { - return contents_.Get(); + return _impl_.contents_.Get(); } inline void SaveFileRequest::_internal_set_contents(const std::string& value) { - contents_.Set(value, GetArenaForAllocation()); + _impl_.contents_.Set(value, GetArenaForAllocation()); } inline std::string* SaveFileRequest::_internal_mutable_contents() { - return contents_.Mutable(GetArenaForAllocation()); + return _impl_.contents_.Mutable(GetArenaForAllocation()); } inline std::string* SaveFileRequest::release_contents() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SaveFileRequest.contents) - return contents_.Release(); + return _impl_.contents_.Release(); } inline void SaveFileRequest::set_allocated_contents(std::string* contents) { if (contents != nullptr) { @@ -2833,10 +2889,10 @@ inline void SaveFileRequest::set_allocated_contents(std::string* contents) { } else { } - contents_.SetAllocated(contents, GetArenaForAllocation()); + _impl_.contents_.SetAllocated(contents, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (contents_.IsDefault()) { - contents_.Set("", GetArenaForAllocation()); + if (_impl_.contents_.IsDefault()) { + _impl_.contents_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SaveFileRequest.contents) @@ -2848,15 +2904,15 @@ inline void SaveFileRequest::set_allocated_contents(std::string* contents) { // optional string etag = 1; inline bool SaveFileResponse::_internal_has_etag() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool SaveFileResponse::has_etag() const { return _internal_has_etag(); } inline void SaveFileResponse::clear_etag() { - etag_.ClearToEmpty(); - _has_bits_[0] &= ~0x00000001u; + _impl_.etag_.ClearToEmpty(); + _impl_._has_bits_[0] &= ~0x00000001u; } inline const std::string& SaveFileResponse::etag() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SaveFileResponse.etag) @@ -2865,8 +2921,8 @@ inline const std::string& SaveFileResponse::etag() const { template inline PROTOBUF_ALWAYS_INLINE void SaveFileResponse::set_etag(ArgT0&& arg0, ArgT... args) { - _has_bits_[0] |= 0x00000001u; - etag_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.etag_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.SaveFileResponse.etag) } inline std::string* SaveFileResponse::mutable_etag() { @@ -2875,40 +2931,40 @@ inline std::string* SaveFileResponse::mutable_etag() { return _s; } inline const std::string& SaveFileResponse::_internal_etag() const { - return etag_.Get(); + return _impl_.etag_.Get(); } inline void SaveFileResponse::_internal_set_etag(const std::string& value) { - _has_bits_[0] |= 0x00000001u; - etag_.Set(value, GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.etag_.Set(value, GetArenaForAllocation()); } inline std::string* SaveFileResponse::_internal_mutable_etag() { - _has_bits_[0] |= 0x00000001u; - return etag_.Mutable(GetArenaForAllocation()); + _impl_._has_bits_[0] |= 0x00000001u; + return _impl_.etag_.Mutable(GetArenaForAllocation()); } inline std::string* SaveFileResponse::release_etag() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SaveFileResponse.etag) if (!_internal_has_etag()) { return nullptr; } - _has_bits_[0] &= ~0x00000001u; - auto* p = etag_.Release(); + _impl_._has_bits_[0] &= ~0x00000001u; + auto* p = _impl_.etag_.Release(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (etag_.IsDefault()) { - etag_.Set("", GetArenaForAllocation()); + if (_impl_.etag_.IsDefault()) { + _impl_.etag_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING return p; } inline void SaveFileResponse::set_allocated_etag(std::string* etag) { if (etag != nullptr) { - _has_bits_[0] |= 0x00000001u; + _impl_._has_bits_[0] |= 0x00000001u; } else { - _has_bits_[0] &= ~0x00000001u; + _impl_._has_bits_[0] &= ~0x00000001u; } - etag_.SetAllocated(etag, GetArenaForAllocation()); + _impl_.etag_.SetAllocated(etag, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (etag_.IsDefault()) { - etag_.Set("", GetArenaForAllocation()); + if (_impl_.etag_.IsDefault()) { + _impl_.etag_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SaveFileResponse.etag) @@ -2920,7 +2976,7 @@ inline void SaveFileResponse::set_allocated_etag(std::string* etag) { // string old_path = 1; inline void MoveItemRequest::clear_old_path() { - old_path_.ClearToEmpty(); + _impl_.old_path_.ClearToEmpty(); } inline const std::string& MoveItemRequest::old_path() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.MoveItemRequest.old_path) @@ -2930,7 +2986,7 @@ template inline PROTOBUF_ALWAYS_INLINE void MoveItemRequest::set_old_path(ArgT0&& arg0, ArgT... args) { - old_path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.old_path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.MoveItemRequest.old_path) } inline std::string* MoveItemRequest::mutable_old_path() { @@ -2939,19 +2995,19 @@ inline std::string* MoveItemRequest::mutable_old_path() { return _s; } inline const std::string& MoveItemRequest::_internal_old_path() const { - return old_path_.Get(); + return _impl_.old_path_.Get(); } inline void MoveItemRequest::_internal_set_old_path(const std::string& value) { - old_path_.Set(value, GetArenaForAllocation()); + _impl_.old_path_.Set(value, GetArenaForAllocation()); } inline std::string* MoveItemRequest::_internal_mutable_old_path() { - return old_path_.Mutable(GetArenaForAllocation()); + return _impl_.old_path_.Mutable(GetArenaForAllocation()); } inline std::string* MoveItemRequest::release_old_path() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.MoveItemRequest.old_path) - return old_path_.Release(); + return _impl_.old_path_.Release(); } inline void MoveItemRequest::set_allocated_old_path(std::string* old_path) { if (old_path != nullptr) { @@ -2959,10 +3015,10 @@ inline void MoveItemRequest::set_allocated_old_path(std::string* old_path) { } else { } - old_path_.SetAllocated(old_path, GetArenaForAllocation()); + _impl_.old_path_.SetAllocated(old_path, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (old_path_.IsDefault()) { - old_path_.Set("", GetArenaForAllocation()); + if (_impl_.old_path_.IsDefault()) { + _impl_.old_path_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.MoveItemRequest.old_path) @@ -2970,7 +3026,7 @@ inline void MoveItemRequest::set_allocated_old_path(std::string* old_path) { // string new_path = 2; inline void MoveItemRequest::clear_new_path() { - new_path_.ClearToEmpty(); + _impl_.new_path_.ClearToEmpty(); } inline const std::string& MoveItemRequest::new_path() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.MoveItemRequest.new_path) @@ -2980,7 +3036,7 @@ template inline PROTOBUF_ALWAYS_INLINE void MoveItemRequest::set_new_path(ArgT0&& arg0, ArgT... args) { - new_path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.new_path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.MoveItemRequest.new_path) } inline std::string* MoveItemRequest::mutable_new_path() { @@ -2989,19 +3045,19 @@ inline std::string* MoveItemRequest::mutable_new_path() { return _s; } inline const std::string& MoveItemRequest::_internal_new_path() const { - return new_path_.Get(); + return _impl_.new_path_.Get(); } inline void MoveItemRequest::_internal_set_new_path(const std::string& value) { - new_path_.Set(value, GetArenaForAllocation()); + _impl_.new_path_.Set(value, GetArenaForAllocation()); } inline std::string* MoveItemRequest::_internal_mutable_new_path() { - return new_path_.Mutable(GetArenaForAllocation()); + return _impl_.new_path_.Mutable(GetArenaForAllocation()); } inline std::string* MoveItemRequest::release_new_path() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.MoveItemRequest.new_path) - return new_path_.Release(); + return _impl_.new_path_.Release(); } inline void MoveItemRequest::set_allocated_new_path(std::string* new_path) { if (new_path != nullptr) { @@ -3009,10 +3065,10 @@ inline void MoveItemRequest::set_allocated_new_path(std::string* new_path) { } else { } - new_path_.SetAllocated(new_path, GetArenaForAllocation()); + _impl_.new_path_.SetAllocated(new_path, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (new_path_.IsDefault()) { - new_path_.Set("", GetArenaForAllocation()); + if (_impl_.new_path_.IsDefault()) { + _impl_.new_path_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.MoveItemRequest.new_path) @@ -3020,10 +3076,10 @@ inline void MoveItemRequest::set_allocated_new_path(std::string* new_path) { // bool allow_overwrite = 3; inline void MoveItemRequest::clear_allow_overwrite() { - allow_overwrite_ = false; + _impl_.allow_overwrite_ = false; } inline bool MoveItemRequest::_internal_allow_overwrite() const { - return allow_overwrite_; + return _impl_.allow_overwrite_; } inline bool MoveItemRequest::allow_overwrite() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.MoveItemRequest.allow_overwrite) @@ -3031,7 +3087,7 @@ inline bool MoveItemRequest::allow_overwrite() const { } inline void MoveItemRequest::_internal_set_allow_overwrite(bool value) { - allow_overwrite_ = value; + _impl_.allow_overwrite_ = value; } inline void MoveItemRequest::set_allow_overwrite(bool value) { _internal_set_allow_overwrite(value); @@ -3048,7 +3104,7 @@ inline void MoveItemRequest::set_allow_overwrite(bool value) { // string path = 1; inline void CreateDirectoryRequest::clear_path() { - path_.ClearToEmpty(); + _impl_.path_.ClearToEmpty(); } inline const std::string& CreateDirectoryRequest::path() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.CreateDirectoryRequest.path) @@ -3058,7 +3114,7 @@ template inline PROTOBUF_ALWAYS_INLINE void CreateDirectoryRequest::set_path(ArgT0&& arg0, ArgT... args) { - path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.CreateDirectoryRequest.path) } inline std::string* CreateDirectoryRequest::mutable_path() { @@ -3067,19 +3123,19 @@ inline std::string* CreateDirectoryRequest::mutable_path() { return _s; } inline const std::string& CreateDirectoryRequest::_internal_path() const { - return path_.Get(); + return _impl_.path_.Get(); } inline void CreateDirectoryRequest::_internal_set_path(const std::string& value) { - path_.Set(value, GetArenaForAllocation()); + _impl_.path_.Set(value, GetArenaForAllocation()); } inline std::string* CreateDirectoryRequest::_internal_mutable_path() { - return path_.Mutable(GetArenaForAllocation()); + return _impl_.path_.Mutable(GetArenaForAllocation()); } inline std::string* CreateDirectoryRequest::release_path() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.CreateDirectoryRequest.path) - return path_.Release(); + return _impl_.path_.Release(); } inline void CreateDirectoryRequest::set_allocated_path(std::string* path) { if (path != nullptr) { @@ -3087,10 +3143,10 @@ inline void CreateDirectoryRequest::set_allocated_path(std::string* path) { } else { } - path_.SetAllocated(path, GetArenaForAllocation()); + _impl_.path_.SetAllocated(path, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (path_.IsDefault()) { - path_.Set("", GetArenaForAllocation()); + if (_impl_.path_.IsDefault()) { + _impl_.path_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.CreateDirectoryRequest.path) @@ -3106,7 +3162,7 @@ inline void CreateDirectoryRequest::set_allocated_path(std::string* path) { // string path = 1; inline void DeleteItemRequest::clear_path() { - path_.ClearToEmpty(); + _impl_.path_.ClearToEmpty(); } inline const std::string& DeleteItemRequest::path() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.DeleteItemRequest.path) @@ -3116,7 +3172,7 @@ template inline PROTOBUF_ALWAYS_INLINE void DeleteItemRequest::set_path(ArgT0&& arg0, ArgT... args) { - path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.path_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.DeleteItemRequest.path) } inline std::string* DeleteItemRequest::mutable_path() { @@ -3125,19 +3181,19 @@ inline std::string* DeleteItemRequest::mutable_path() { return _s; } inline const std::string& DeleteItemRequest::_internal_path() const { - return path_.Get(); + return _impl_.path_.Get(); } inline void DeleteItemRequest::_internal_set_path(const std::string& value) { - path_.Set(value, GetArenaForAllocation()); + _impl_.path_.Set(value, GetArenaForAllocation()); } inline std::string* DeleteItemRequest::_internal_mutable_path() { - return path_.Mutable(GetArenaForAllocation()); + return _impl_.path_.Mutable(GetArenaForAllocation()); } inline std::string* DeleteItemRequest::release_path() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.DeleteItemRequest.path) - return path_.Release(); + return _impl_.path_.Release(); } inline void DeleteItemRequest::set_allocated_path(std::string* path) { if (path != nullptr) { @@ -3145,10 +3201,10 @@ inline void DeleteItemRequest::set_allocated_path(std::string* path) { } else { } - path_.SetAllocated(path, GetArenaForAllocation()); + _impl_.path_.SetAllocated(path, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (path_.IsDefault()) { - path_.Set("", GetArenaForAllocation()); + if (_impl_.path_.IsDefault()) { + _impl_.path_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.DeleteItemRequest.path) diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/table.pb.cc b/cpp-client/deephaven/dhclient/proto/deephaven/proto/table.pb.cc index ef808bcfcb0..3b219158d00 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/table.pb.cc +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/table.pb.cc @@ -26,8 +26,10 @@ namespace proto { namespace backplane { namespace grpc { PROTOBUF_CONSTEXPR TableReference::TableReference( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.ref_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct TableReferenceDefaultTypeInternal { PROTOBUF_CONSTEXPR TableReferenceDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -38,13 +40,14 @@ struct TableReferenceDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TableReferenceDefaultTypeInternal _TableReference_default_instance_; PROTOBUF_CONSTEXPR ExportedTableCreationResponse::ExportedTableCreationResponse( - ::_pbi::ConstantInitialized) - : error_info_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , schema_header_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , result_id_(nullptr) - , size_(int64_t{0}) - , success_(false) - , is_static_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.error_info_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.schema_header_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.size_)*/int64_t{0} + , /*decltype(_impl_.success_)*/false + , /*decltype(_impl_.is_static_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct ExportedTableCreationResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR ExportedTableCreationResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -55,9 +58,10 @@ struct ExportedTableCreationResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ExportedTableCreationResponseDefaultTypeInternal _ExportedTableCreationResponse_default_instance_; PROTOBUF_CONSTEXPR FetchTableRequest::FetchTableRequest( - ::_pbi::ConstantInitialized) - : source_id_(nullptr) - , result_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct FetchTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR FetchTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -68,9 +72,10 @@ struct FetchTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FetchTableRequestDefaultTypeInternal _FetchTableRequest_default_instance_; PROTOBUF_CONSTEXPR ApplyPreviewColumnsRequest::ApplyPreviewColumnsRequest( - ::_pbi::ConstantInitialized) - : source_id_(nullptr) - , result_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct ApplyPreviewColumnsRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ApplyPreviewColumnsRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -81,7 +86,7 @@ struct ApplyPreviewColumnsRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ApplyPreviewColumnsRequestDefaultTypeInternal _ApplyPreviewColumnsRequest_default_instance_; PROTOBUF_CONSTEXPR ExportedTableUpdatesRequest::ExportedTableUpdatesRequest( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct ExportedTableUpdatesRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ExportedTableUpdatesRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -92,10 +97,11 @@ struct ExportedTableUpdatesRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ExportedTableUpdatesRequestDefaultTypeInternal _ExportedTableUpdatesRequest_default_instance_; PROTOBUF_CONSTEXPR ExportedTableUpdateMessage::ExportedTableUpdateMessage( - ::_pbi::ConstantInitialized) - : update_failure_message_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , export_id_(nullptr) - , size_(int64_t{0}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.update_failure_message_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.export_id_)*/nullptr + , /*decltype(_impl_.size_)*/int64_t{0} + , /*decltype(_impl_._cached_size_)*/{}} {} struct ExportedTableUpdateMessageDefaultTypeInternal { PROTOBUF_CONSTEXPR ExportedTableUpdateMessageDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -106,9 +112,10 @@ struct ExportedTableUpdateMessageDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ExportedTableUpdateMessageDefaultTypeInternal _ExportedTableUpdateMessage_default_instance_; PROTOBUF_CONSTEXPR EmptyTableRequest::EmptyTableRequest( - ::_pbi::ConstantInitialized) - : result_id_(nullptr) - , size_(int64_t{0}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.size_)*/int64_t{0} + , /*decltype(_impl_._cached_size_)*/{}} {} struct EmptyTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR EmptyTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -119,10 +126,13 @@ struct EmptyTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EmptyTableRequestDefaultTypeInternal _EmptyTableRequest_default_instance_; PROTOBUF_CONSTEXPR TimeTableRequest::TimeTableRequest( - ::_pbi::ConstantInitialized) - : result_id_(nullptr) - , blink_table_(false) - , _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.blink_table_)*/false + , /*decltype(_impl_.start_time_)*/{} + , /*decltype(_impl_.period_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct TimeTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR TimeTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -133,10 +143,11 @@ struct TimeTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TimeTableRequestDefaultTypeInternal _TimeTableRequest_default_instance_; PROTOBUF_CONSTEXPR SelectOrUpdateRequest::SelectOrUpdateRequest( - ::_pbi::ConstantInitialized) - : column_specs_() - , result_id_(nullptr) - , source_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.column_specs_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct SelectOrUpdateRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR SelectOrUpdateRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -147,10 +158,10 @@ struct SelectOrUpdateRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SelectOrUpdateRequestDefaultTypeInternal _SelectOrUpdateRequest_default_instance_; PROTOBUF_CONSTEXPR MathContext::MathContext( - ::_pbi::ConstantInitialized) - : precision_(0) - , rounding_mode_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.precision_)*/0 + , /*decltype(_impl_.rounding_mode_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct MathContextDefaultTypeInternal { PROTOBUF_CONSTEXPR MathContextDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -161,8 +172,9 @@ struct MathContextDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MathContextDefaultTypeInternal _MathContext_default_instance_; PROTOBUF_CONSTEXPR UpdateByWindowScale_UpdateByWindowTicks::UpdateByWindowScale_UpdateByWindowTicks( - ::_pbi::ConstantInitialized) - : ticks_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.ticks_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByWindowScale_UpdateByWindowTicksDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByWindowScale_UpdateByWindowTicksDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -173,9 +185,11 @@ struct UpdateByWindowScale_UpdateByWindowTicksDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByWindowScale_UpdateByWindowTicksDefaultTypeInternal _UpdateByWindowScale_UpdateByWindowTicks_default_instance_; PROTOBUF_CONSTEXPR UpdateByWindowScale_UpdateByWindowTime::UpdateByWindowScale_UpdateByWindowTime( - ::_pbi::ConstantInitialized) - : column_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.column_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.window_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct UpdateByWindowScale_UpdateByWindowTimeDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByWindowScale_UpdateByWindowTimeDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -186,8 +200,10 @@ struct UpdateByWindowScale_UpdateByWindowTimeDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByWindowScale_UpdateByWindowTimeDefaultTypeInternal _UpdateByWindowScale_UpdateByWindowTime_default_instance_; PROTOBUF_CONSTEXPR UpdateByWindowScale::UpdateByWindowScale( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.type_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct UpdateByWindowScaleDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByWindowScaleDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -198,18 +214,14 @@ struct UpdateByWindowScaleDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByWindowScaleDefaultTypeInternal _UpdateByWindowScale_default_instance_; PROTOBUF_CONSTEXPR UpdateByEmOptions::UpdateByEmOptions( - ::_pbi::ConstantInitialized) - : big_value_context_(nullptr) - , on_null_value_(0) - - , on_nan_value_(0) - - , on_null_time_(0) - - , on_negative_delta_time_(0) - - , on_zero_delta_time_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.big_value_context_)*/nullptr + , /*decltype(_impl_.on_null_value_)*/0 + , /*decltype(_impl_.on_nan_value_)*/0 + , /*decltype(_impl_.on_null_time_)*/0 + , /*decltype(_impl_.on_negative_delta_time_)*/0 + , /*decltype(_impl_.on_zero_delta_time_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByEmOptionsDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByEmOptionsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -220,9 +232,9 @@ struct UpdateByEmOptionsDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByEmOptionsDefaultTypeInternal _UpdateByEmOptions_default_instance_; PROTOBUF_CONSTEXPR UpdateByDeltaOptions::UpdateByDeltaOptions( - ::_pbi::ConstantInitialized) - : null_behavior_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.null_behavior_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByDeltaOptionsDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByDeltaOptionsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -233,14 +245,16 @@ struct UpdateByDeltaOptionsDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByDeltaOptionsDefaultTypeInternal _UpdateByDeltaOptions_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOptions::UpdateByRequest_UpdateByOptions( - ::_pbi::ConstantInitialized) - : math_context_(nullptr) - , use_redirection_(false) - , chunk_capacity_(0) - , max_static_sparse_memory_overhead_(0) - , maximum_load_factor_(0) - , target_load_factor_(0) - , initial_hash_table_size_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.math_context_)*/nullptr + , /*decltype(_impl_.use_redirection_)*/false + , /*decltype(_impl_.chunk_capacity_)*/0 + , /*decltype(_impl_.max_static_sparse_memory_overhead_)*/0 + , /*decltype(_impl_.maximum_load_factor_)*/0 + , /*decltype(_impl_.target_load_factor_)*/0 + , /*decltype(_impl_.initial_hash_table_size_)*/0} {} struct UpdateByRequest_UpdateByOptionsDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOptionsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -251,7 +265,7 @@ struct UpdateByRequest_UpdateByOptionsDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOptionsDefaultTypeInternal _UpdateByRequest_UpdateByOptions_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSumDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSumDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -262,7 +276,7 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCum }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSumDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMinDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMinDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -273,7 +287,7 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCum }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMinDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMaxDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMaxDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -284,7 +298,7 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCum }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMaxDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProductDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProductDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -295,7 +309,7 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCum }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProductDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFillDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFillDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -306,9 +320,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFil }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFillDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma( - ::_pbi::ConstantInitialized) - : options_(nullptr) - , window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.options_)*/nullptr + , /*decltype(_impl_.window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmaDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmaDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -319,9 +334,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmaDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms( - ::_pbi::ConstantInitialized) - : options_(nullptr) - , window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.options_)*/nullptr + , /*decltype(_impl_.window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmsDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -332,9 +348,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmsDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin( - ::_pbi::ConstantInitialized) - : options_(nullptr) - , window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.options_)*/nullptr + , /*decltype(_impl_.window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMinDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMinDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -345,9 +362,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmM }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMinDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax( - ::_pbi::ConstantInitialized) - : options_(nullptr) - , window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.options_)*/nullptr + , /*decltype(_impl_.window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMaxDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMaxDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -358,9 +376,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmM }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMaxDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd( - ::_pbi::ConstantInitialized) - : options_(nullptr) - , window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.options_)*/nullptr + , /*decltype(_impl_.window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStdDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStdDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -371,8 +390,9 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmS }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStdDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta( - ::_pbi::ConstantInitialized) - : options_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.options_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDeltaDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDeltaDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -383,9 +403,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDel }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDeltaDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum( - ::_pbi::ConstantInitialized) - : reverse_window_scale_(nullptr) - , forward_window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.reverse_window_scale_)*/nullptr + , /*decltype(_impl_.forward_window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSumDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSumDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -396,9 +417,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSumDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup( - ::_pbi::ConstantInitialized) - : reverse_window_scale_(nullptr) - , forward_window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.reverse_window_scale_)*/nullptr + , /*decltype(_impl_.forward_window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroupDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroupDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -409,9 +431,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroupDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg( - ::_pbi::ConstantInitialized) - : reverse_window_scale_(nullptr) - , forward_window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.reverse_window_scale_)*/nullptr + , /*decltype(_impl_.forward_window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvgDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvgDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -422,9 +445,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvgDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin( - ::_pbi::ConstantInitialized) - : reverse_window_scale_(nullptr) - , forward_window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.reverse_window_scale_)*/nullptr + , /*decltype(_impl_.forward_window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMinDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMinDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -435,9 +459,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMinDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax( - ::_pbi::ConstantInitialized) - : reverse_window_scale_(nullptr) - , forward_window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.reverse_window_scale_)*/nullptr + , /*decltype(_impl_.forward_window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMaxDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMaxDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -448,9 +473,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMaxDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct( - ::_pbi::ConstantInitialized) - : reverse_window_scale_(nullptr) - , forward_window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.reverse_window_scale_)*/nullptr + , /*decltype(_impl_.forward_window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProductDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProductDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -461,9 +487,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProductDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount( - ::_pbi::ConstantInitialized) - : reverse_window_scale_(nullptr) - , forward_window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.reverse_window_scale_)*/nullptr + , /*decltype(_impl_.forward_window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCountDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCountDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -474,9 +501,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCountDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd( - ::_pbi::ConstantInitialized) - : reverse_window_scale_(nullptr) - , forward_window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.reverse_window_scale_)*/nullptr + , /*decltype(_impl_.forward_window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStdDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStdDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -487,10 +515,11 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStdDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg( - ::_pbi::ConstantInitialized) - : weight_column_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , reverse_window_scale_(nullptr) - , forward_window_scale_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.weight_column_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.reverse_window_scale_)*/nullptr + , /*decltype(_impl_.forward_window_scale_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvgDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvgDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -501,8 +530,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvgDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.type_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpecDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpecDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -513,9 +544,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpecDefaultTypeI }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpecDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumn::UpdateByRequest_UpdateByOperation_UpdateByColumn( - ::_pbi::ConstantInitialized) - : match_pairs_() - , spec_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.match_pairs_)*/{} + , /*decltype(_impl_.spec_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequest_UpdateByOperation_UpdateByColumnDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation_UpdateByColumnDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -526,8 +558,10 @@ struct UpdateByRequest_UpdateByOperation_UpdateByColumnDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperation_UpdateByColumnDefaultTypeInternal _UpdateByRequest_UpdateByOperation_UpdateByColumn_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperation::UpdateByRequest_UpdateByOperation( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.type_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct UpdateByRequest_UpdateByOperationDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequest_UpdateByOperationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -538,12 +572,13 @@ struct UpdateByRequest_UpdateByOperationDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequest_UpdateByOperationDefaultTypeInternal _UpdateByRequest_UpdateByOperation_default_instance_; PROTOBUF_CONSTEXPR UpdateByRequest::UpdateByRequest( - ::_pbi::ConstantInitialized) - : operations_() - , group_by_columns_() - , result_id_(nullptr) - , source_id_(nullptr) - , options_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.operations_)*/{} + , /*decltype(_impl_.group_by_columns_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.options_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UpdateByRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR UpdateByRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -554,10 +589,11 @@ struct UpdateByRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UpdateByRequestDefaultTypeInternal _UpdateByRequest_default_instance_; PROTOBUF_CONSTEXPR SelectDistinctRequest::SelectDistinctRequest( - ::_pbi::ConstantInitialized) - : column_names_() - , result_id_(nullptr) - , source_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.column_names_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct SelectDistinctRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR SelectDistinctRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -568,10 +604,11 @@ struct SelectDistinctRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SelectDistinctRequestDefaultTypeInternal _SelectDistinctRequest_default_instance_; PROTOBUF_CONSTEXPR DropColumnsRequest::DropColumnsRequest( - ::_pbi::ConstantInitialized) - : column_names_() - , result_id_(nullptr) - , source_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.column_names_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct DropColumnsRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR DropColumnsRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -582,10 +619,11 @@ struct DropColumnsRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DropColumnsRequestDefaultTypeInternal _DropColumnsRequest_default_instance_; PROTOBUF_CONSTEXPR UnstructuredFilterTableRequest::UnstructuredFilterTableRequest( - ::_pbi::ConstantInitialized) - : filters_() - , result_id_(nullptr) - , source_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.filters_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct UnstructuredFilterTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR UnstructuredFilterTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -596,10 +634,11 @@ struct UnstructuredFilterTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UnstructuredFilterTableRequestDefaultTypeInternal _UnstructuredFilterTableRequest_default_instance_; PROTOBUF_CONSTEXPR HeadOrTailRequest::HeadOrTailRequest( - ::_pbi::ConstantInitialized) - : result_id_(nullptr) - , source_id_(nullptr) - , num_rows_(int64_t{0}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.num_rows_)*/int64_t{0} + , /*decltype(_impl_._cached_size_)*/{}} {} struct HeadOrTailRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR HeadOrTailRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -610,11 +649,12 @@ struct HeadOrTailRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HeadOrTailRequestDefaultTypeInternal _HeadOrTailRequest_default_instance_; PROTOBUF_CONSTEXPR HeadOrTailByRequest::HeadOrTailByRequest( - ::_pbi::ConstantInitialized) - : group_by_column_specs_() - , result_id_(nullptr) - , source_id_(nullptr) - , num_rows_(int64_t{0}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.group_by_column_specs_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.num_rows_)*/int64_t{0} + , /*decltype(_impl_._cached_size_)*/{}} {} struct HeadOrTailByRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR HeadOrTailByRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -625,11 +665,12 @@ struct HeadOrTailByRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HeadOrTailByRequestDefaultTypeInternal _HeadOrTailByRequest_default_instance_; PROTOBUF_CONSTEXPR UngroupRequest::UngroupRequest( - ::_pbi::ConstantInitialized) - : columns_to_ungroup_() - , result_id_(nullptr) - , source_id_(nullptr) - , null_fill_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.columns_to_ungroup_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.null_fill_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct UngroupRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR UngroupRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -640,10 +681,11 @@ struct UngroupRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UngroupRequestDefaultTypeInternal _UngroupRequest_default_instance_; PROTOBUF_CONSTEXPR MergeTablesRequest::MergeTablesRequest( - ::_pbi::ConstantInitialized) - : source_ids_() - , key_column_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , result_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.source_ids_)*/{} + , /*decltype(_impl_.key_column_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct MergeTablesRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR MergeTablesRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -654,9 +696,10 @@ struct MergeTablesRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MergeTablesRequestDefaultTypeInternal _MergeTablesRequest_default_instance_; PROTOBUF_CONSTEXPR SnapshotTableRequest::SnapshotTableRequest( - ::_pbi::ConstantInitialized) - : result_id_(nullptr) - , source_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct SnapshotTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR SnapshotTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -667,14 +710,15 @@ struct SnapshotTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SnapshotTableRequestDefaultTypeInternal _SnapshotTableRequest_default_instance_; PROTOBUF_CONSTEXPR SnapshotWhenTableRequest::SnapshotWhenTableRequest( - ::_pbi::ConstantInitialized) - : stamp_columns_() - , result_id_(nullptr) - , base_id_(nullptr) - , trigger_id_(nullptr) - , initial_(false) - , incremental_(false) - , history_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.stamp_columns_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.base_id_)*/nullptr + , /*decltype(_impl_.trigger_id_)*/nullptr + , /*decltype(_impl_.initial_)*/false + , /*decltype(_impl_.incremental_)*/false + , /*decltype(_impl_.history_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct SnapshotWhenTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR SnapshotWhenTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -685,13 +729,14 @@ struct SnapshotWhenTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SnapshotWhenTableRequestDefaultTypeInternal _SnapshotWhenTableRequest_default_instance_; PROTOBUF_CONSTEXPR CrossJoinTablesRequest::CrossJoinTablesRequest( - ::_pbi::ConstantInitialized) - : columns_to_match_() - , columns_to_add_() - , result_id_(nullptr) - , left_id_(nullptr) - , right_id_(nullptr) - , reserve_bits_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.columns_to_match_)*/{} + , /*decltype(_impl_.columns_to_add_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.left_id_)*/nullptr + , /*decltype(_impl_.right_id_)*/nullptr + , /*decltype(_impl_.reserve_bits_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct CrossJoinTablesRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR CrossJoinTablesRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -702,12 +747,13 @@ struct CrossJoinTablesRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CrossJoinTablesRequestDefaultTypeInternal _CrossJoinTablesRequest_default_instance_; PROTOBUF_CONSTEXPR NaturalJoinTablesRequest::NaturalJoinTablesRequest( - ::_pbi::ConstantInitialized) - : columns_to_match_() - , columns_to_add_() - , result_id_(nullptr) - , left_id_(nullptr) - , right_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.columns_to_match_)*/{} + , /*decltype(_impl_.columns_to_add_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.left_id_)*/nullptr + , /*decltype(_impl_.right_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct NaturalJoinTablesRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR NaturalJoinTablesRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -718,12 +764,13 @@ struct NaturalJoinTablesRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 NaturalJoinTablesRequestDefaultTypeInternal _NaturalJoinTablesRequest_default_instance_; PROTOBUF_CONSTEXPR ExactJoinTablesRequest::ExactJoinTablesRequest( - ::_pbi::ConstantInitialized) - : columns_to_match_() - , columns_to_add_() - , result_id_(nullptr) - , left_id_(nullptr) - , right_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.columns_to_match_)*/{} + , /*decltype(_impl_.columns_to_add_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.left_id_)*/nullptr + , /*decltype(_impl_.right_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct ExactJoinTablesRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ExactJoinTablesRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -734,12 +781,13 @@ struct ExactJoinTablesRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ExactJoinTablesRequestDefaultTypeInternal _ExactJoinTablesRequest_default_instance_; PROTOBUF_CONSTEXPR LeftJoinTablesRequest::LeftJoinTablesRequest( - ::_pbi::ConstantInitialized) - : columns_to_match_() - , columns_to_add_() - , result_id_(nullptr) - , left_id_(nullptr) - , right_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.columns_to_match_)*/{} + , /*decltype(_impl_.columns_to_add_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.left_id_)*/nullptr + , /*decltype(_impl_.right_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct LeftJoinTablesRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR LeftJoinTablesRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -750,14 +798,14 @@ struct LeftJoinTablesRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LeftJoinTablesRequestDefaultTypeInternal _LeftJoinTablesRequest_default_instance_; PROTOBUF_CONSTEXPR AsOfJoinTablesRequest::AsOfJoinTablesRequest( - ::_pbi::ConstantInitialized) - : columns_to_match_() - , columns_to_add_() - , result_id_(nullptr) - , left_id_(nullptr) - , right_id_(nullptr) - , as_of_match_rule_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.columns_to_match_)*/{} + , /*decltype(_impl_.columns_to_add_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.left_id_)*/nullptr + , /*decltype(_impl_.right_id_)*/nullptr + , /*decltype(_impl_.as_of_match_rule_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct AsOfJoinTablesRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR AsOfJoinTablesRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -768,13 +816,14 @@ struct AsOfJoinTablesRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AsOfJoinTablesRequestDefaultTypeInternal _AsOfJoinTablesRequest_default_instance_; PROTOBUF_CONSTEXPR AjRajTablesRequest::AjRajTablesRequest( - ::_pbi::ConstantInitialized) - : exact_match_columns_() - , columns_to_add_() - , as_of_column_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , result_id_(nullptr) - , left_id_(nullptr) - , right_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.exact_match_columns_)*/{} + , /*decltype(_impl_.columns_to_add_)*/{} + , /*decltype(_impl_.as_of_column_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.left_id_)*/nullptr + , /*decltype(_impl_.right_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct AjRajTablesRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR AjRajTablesRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -785,19 +834,18 @@ struct AjRajTablesRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AjRajTablesRequestDefaultTypeInternal _AjRajTablesRequest_default_instance_; PROTOBUF_CONSTEXPR RangeJoinTablesRequest::RangeJoinTablesRequest( - ::_pbi::ConstantInitialized) - : exact_match_columns_() - , aggregations_() - , left_start_column_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , right_range_column_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , left_end_column_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , result_id_(nullptr) - , left_id_(nullptr) - , right_id_(nullptr) - , range_start_rule_(0) - - , range_end_rule_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.exact_match_columns_)*/{} + , /*decltype(_impl_.aggregations_)*/{} + , /*decltype(_impl_.left_start_column_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.right_range_column_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.left_end_column_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.left_id_)*/nullptr + , /*decltype(_impl_.right_id_)*/nullptr + , /*decltype(_impl_.range_start_rule_)*/0 + , /*decltype(_impl_.range_end_rule_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct RangeJoinTablesRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR RangeJoinTablesRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -808,13 +856,13 @@ struct RangeJoinTablesRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RangeJoinTablesRequestDefaultTypeInternal _RangeJoinTablesRequest_default_instance_; PROTOBUF_CONSTEXPR ComboAggregateRequest_Aggregate::ComboAggregateRequest_Aggregate( - ::_pbi::ConstantInitialized) - : match_pairs_() - , column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , type_(0) - - , avg_median_(false) - , percentile_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.match_pairs_)*/{} + , /*decltype(_impl_.column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.type_)*/0 + , /*decltype(_impl_.avg_median_)*/false + , /*decltype(_impl_.percentile_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct ComboAggregateRequest_AggregateDefaultTypeInternal { PROTOBUF_CONSTEXPR ComboAggregateRequest_AggregateDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -825,12 +873,13 @@ struct ComboAggregateRequest_AggregateDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ComboAggregateRequest_AggregateDefaultTypeInternal _ComboAggregateRequest_Aggregate_default_instance_; PROTOBUF_CONSTEXPR ComboAggregateRequest::ComboAggregateRequest( - ::_pbi::ConstantInitialized) - : aggregates_() - , group_by_columns_() - , result_id_(nullptr) - , source_id_(nullptr) - , force_combo_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.aggregates_)*/{} + , /*decltype(_impl_.group_by_columns_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.force_combo_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct ComboAggregateRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ComboAggregateRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -841,11 +890,12 @@ struct ComboAggregateRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ComboAggregateRequestDefaultTypeInternal _ComboAggregateRequest_default_instance_; PROTOBUF_CONSTEXPR AggregateAllRequest::AggregateAllRequest( - ::_pbi::ConstantInitialized) - : group_by_columns_() - , result_id_(nullptr) - , source_id_(nullptr) - , spec_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.group_by_columns_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.spec_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct AggregateAllRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR AggregateAllRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -856,9 +906,11 @@ struct AggregateAllRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggregateAllRequestDefaultTypeInternal _AggregateAllRequest_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecApproximatePercentile::AggSpec_AggSpecApproximatePercentile( - ::_pbi::ConstantInitialized) - : percentile_(0) - , compression_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.percentile_)*/0 + , /*decltype(_impl_.compression_)*/0} {} struct AggSpec_AggSpecApproximatePercentileDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecApproximatePercentileDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -869,8 +921,9 @@ struct AggSpec_AggSpecApproximatePercentileDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecApproximatePercentileDefaultTypeInternal _AggSpec_AggSpecApproximatePercentile_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecCountDistinct::AggSpec_AggSpecCountDistinct( - ::_pbi::ConstantInitialized) - : count_nulls_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.count_nulls_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct AggSpec_AggSpecCountDistinctDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecCountDistinctDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -881,8 +934,9 @@ struct AggSpec_AggSpecCountDistinctDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecCountDistinctDefaultTypeInternal _AggSpec_AggSpecCountDistinct_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecDistinct::AggSpec_AggSpecDistinct( - ::_pbi::ConstantInitialized) - : include_nulls_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.include_nulls_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct AggSpec_AggSpecDistinctDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecDistinctDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -893,9 +947,10 @@ struct AggSpec_AggSpecDistinctDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecDistinctDefaultTypeInternal _AggSpec_AggSpecDistinct_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecFormula::AggSpec_AggSpecFormula( - ::_pbi::ConstantInitialized) - : formula_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , param_token_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.formula_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.param_token_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct AggSpec_AggSpecFormulaDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecFormulaDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -906,8 +961,9 @@ struct AggSpec_AggSpecFormulaDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecFormulaDefaultTypeInternal _AggSpec_AggSpecFormula_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecMedian::AggSpec_AggSpecMedian( - ::_pbi::ConstantInitialized) - : average_evenly_divided_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.average_evenly_divided_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct AggSpec_AggSpecMedianDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecMedianDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -918,9 +974,10 @@ struct AggSpec_AggSpecMedianDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecMedianDefaultTypeInternal _AggSpec_AggSpecMedian_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecPercentile::AggSpec_AggSpecPercentile( - ::_pbi::ConstantInitialized) - : percentile_(0) - , average_evenly_divided_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.percentile_)*/0 + , /*decltype(_impl_.average_evenly_divided_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct AggSpec_AggSpecPercentileDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecPercentileDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -931,8 +988,9 @@ struct AggSpec_AggSpecPercentileDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecPercentileDefaultTypeInternal _AggSpec_AggSpecPercentile_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecSorted::AggSpec_AggSpecSorted( - ::_pbi::ConstantInitialized) - : columns_(){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.columns_)*/{} + , /*decltype(_impl_._cached_size_)*/{}} {} struct AggSpec_AggSpecSortedDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecSortedDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -943,8 +1001,9 @@ struct AggSpec_AggSpecSortedDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecSortedDefaultTypeInternal _AggSpec_AggSpecSorted_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecSortedColumn::AggSpec_AggSpecSortedColumn( - ::_pbi::ConstantInitialized) - : column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct AggSpec_AggSpecSortedColumnDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecSortedColumnDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -955,8 +1014,10 @@ struct AggSpec_AggSpecSortedColumnDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecSortedColumnDefaultTypeInternal _AggSpec_AggSpecSortedColumn_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecTDigest::AggSpec_AggSpecTDigest( - ::_pbi::ConstantInitialized) - : compression_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.compression_)*/0} {} struct AggSpec_AggSpecTDigestDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecTDigestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -967,9 +1028,10 @@ struct AggSpec_AggSpecTDigestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecTDigestDefaultTypeInternal _AggSpec_AggSpecTDigest_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecUnique::AggSpec_AggSpecUnique( - ::_pbi::ConstantInitialized) - : non_unique_sentinel_(nullptr) - , include_nulls_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.non_unique_sentinel_)*/nullptr + , /*decltype(_impl_.include_nulls_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct AggSpec_AggSpecUniqueDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecUniqueDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -980,8 +1042,10 @@ struct AggSpec_AggSpecUniqueDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecUniqueDefaultTypeInternal _AggSpec_AggSpecUnique_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecNonUniqueSentinel::AggSpec_AggSpecNonUniqueSentinel( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.type_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct AggSpec_AggSpecNonUniqueSentinelDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecNonUniqueSentinelDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -992,8 +1056,9 @@ struct AggSpec_AggSpecNonUniqueSentinelDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecNonUniqueSentinelDefaultTypeInternal _AggSpec_AggSpecNonUniqueSentinel_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecWeighted::AggSpec_AggSpecWeighted( - ::_pbi::ConstantInitialized) - : weight_column_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.weight_column_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct AggSpec_AggSpecWeightedDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecWeightedDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1004,7 +1069,7 @@ struct AggSpec_AggSpecWeightedDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecWeightedDefaultTypeInternal _AggSpec_AggSpecWeighted_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecAbsSum::AggSpec_AggSpecAbsSum( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AggSpec_AggSpecAbsSumDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecAbsSumDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1015,7 +1080,7 @@ struct AggSpec_AggSpecAbsSumDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecAbsSumDefaultTypeInternal _AggSpec_AggSpecAbsSum_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecAvg::AggSpec_AggSpecAvg( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AggSpec_AggSpecAvgDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecAvgDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1026,7 +1091,7 @@ struct AggSpec_AggSpecAvgDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecAvgDefaultTypeInternal _AggSpec_AggSpecAvg_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecFirst::AggSpec_AggSpecFirst( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AggSpec_AggSpecFirstDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecFirstDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1037,7 +1102,7 @@ struct AggSpec_AggSpecFirstDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecFirstDefaultTypeInternal _AggSpec_AggSpecFirst_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecFreeze::AggSpec_AggSpecFreeze( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AggSpec_AggSpecFreezeDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecFreezeDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1048,7 +1113,7 @@ struct AggSpec_AggSpecFreezeDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecFreezeDefaultTypeInternal _AggSpec_AggSpecFreeze_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecGroup::AggSpec_AggSpecGroup( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AggSpec_AggSpecGroupDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecGroupDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1059,7 +1124,7 @@ struct AggSpec_AggSpecGroupDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecGroupDefaultTypeInternal _AggSpec_AggSpecGroup_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecLast::AggSpec_AggSpecLast( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AggSpec_AggSpecLastDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecLastDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1070,7 +1135,7 @@ struct AggSpec_AggSpecLastDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecLastDefaultTypeInternal _AggSpec_AggSpecLast_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecMax::AggSpec_AggSpecMax( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AggSpec_AggSpecMaxDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecMaxDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1081,7 +1146,7 @@ struct AggSpec_AggSpecMaxDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecMaxDefaultTypeInternal _AggSpec_AggSpecMax_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecMin::AggSpec_AggSpecMin( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AggSpec_AggSpecMinDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecMinDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1092,7 +1157,7 @@ struct AggSpec_AggSpecMinDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecMinDefaultTypeInternal _AggSpec_AggSpecMin_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecStd::AggSpec_AggSpecStd( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AggSpec_AggSpecStdDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecStdDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1103,7 +1168,7 @@ struct AggSpec_AggSpecStdDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecStdDefaultTypeInternal _AggSpec_AggSpecStd_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecSum::AggSpec_AggSpecSum( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AggSpec_AggSpecSumDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecSumDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1114,7 +1179,7 @@ struct AggSpec_AggSpecSumDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecSumDefaultTypeInternal _AggSpec_AggSpecSum_default_instance_; PROTOBUF_CONSTEXPR AggSpec_AggSpecVar::AggSpec_AggSpecVar( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct AggSpec_AggSpecVarDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpec_AggSpecVarDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1125,8 +1190,10 @@ struct AggSpec_AggSpecVarDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpec_AggSpecVarDefaultTypeInternal _AggSpec_AggSpecVar_default_instance_; PROTOBUF_CONSTEXPR AggSpec::AggSpec( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.type_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct AggSpecDefaultTypeInternal { PROTOBUF_CONSTEXPR AggSpecDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1137,13 +1204,14 @@ struct AggSpecDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggSpecDefaultTypeInternal _AggSpec_default_instance_; PROTOBUF_CONSTEXPR AggregateRequest::AggregateRequest( - ::_pbi::ConstantInitialized) - : aggregations_() - , group_by_columns_() - , result_id_(nullptr) - , source_id_(nullptr) - , initial_groups_id_(nullptr) - , preserve_empty_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.aggregations_)*/{} + , /*decltype(_impl_.group_by_columns_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.initial_groups_id_)*/nullptr + , /*decltype(_impl_.preserve_empty_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct AggregateRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR AggregateRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1154,9 +1222,10 @@ struct AggregateRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggregateRequestDefaultTypeInternal _AggregateRequest_default_instance_; PROTOBUF_CONSTEXPR Aggregation_AggregationColumns::Aggregation_AggregationColumns( - ::_pbi::ConstantInitialized) - : match_pairs_() - , spec_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.match_pairs_)*/{} + , /*decltype(_impl_.spec_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct Aggregation_AggregationColumnsDefaultTypeInternal { PROTOBUF_CONSTEXPR Aggregation_AggregationColumnsDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1167,8 +1236,9 @@ struct Aggregation_AggregationColumnsDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Aggregation_AggregationColumnsDefaultTypeInternal _Aggregation_AggregationColumns_default_instance_; PROTOBUF_CONSTEXPR Aggregation_AggregationCount::Aggregation_AggregationCount( - ::_pbi::ConstantInitialized) - : column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct Aggregation_AggregationCountDefaultTypeInternal { PROTOBUF_CONSTEXPR Aggregation_AggregationCountDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1179,8 +1249,9 @@ struct Aggregation_AggregationCountDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Aggregation_AggregationCountDefaultTypeInternal _Aggregation_AggregationCount_default_instance_; PROTOBUF_CONSTEXPR Aggregation_AggregationRowKey::Aggregation_AggregationRowKey( - ::_pbi::ConstantInitialized) - : column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct Aggregation_AggregationRowKeyDefaultTypeInternal { PROTOBUF_CONSTEXPR Aggregation_AggregationRowKeyDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1191,9 +1262,10 @@ struct Aggregation_AggregationRowKeyDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Aggregation_AggregationRowKeyDefaultTypeInternal _Aggregation_AggregationRowKey_default_instance_; PROTOBUF_CONSTEXPR Aggregation_AggregationPartition::Aggregation_AggregationPartition( - ::_pbi::ConstantInitialized) - : column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , include_group_by_columns_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.include_group_by_columns_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct Aggregation_AggregationPartitionDefaultTypeInternal { PROTOBUF_CONSTEXPR Aggregation_AggregationPartitionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1204,8 +1276,10 @@ struct Aggregation_AggregationPartitionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Aggregation_AggregationPartitionDefaultTypeInternal _Aggregation_AggregationPartition_default_instance_; PROTOBUF_CONSTEXPR Aggregation::Aggregation( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.type_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct AggregationDefaultTypeInternal { PROTOBUF_CONSTEXPR AggregationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1216,11 +1290,11 @@ struct AggregationDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AggregationDefaultTypeInternal _Aggregation_default_instance_; PROTOBUF_CONSTEXPR SortDescriptor::SortDescriptor( - ::_pbi::ConstantInitialized) - : column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , is_absolute_(false) - , direction_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.is_absolute_)*/false + , /*decltype(_impl_.direction_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct SortDescriptorDefaultTypeInternal { PROTOBUF_CONSTEXPR SortDescriptorDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1231,10 +1305,11 @@ struct SortDescriptorDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SortDescriptorDefaultTypeInternal _SortDescriptor_default_instance_; PROTOBUF_CONSTEXPR SortTableRequest::SortTableRequest( - ::_pbi::ConstantInitialized) - : sorts_() - , result_id_(nullptr) - , source_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.sorts_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct SortTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR SortTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1245,10 +1320,11 @@ struct SortTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SortTableRequestDefaultTypeInternal _SortTableRequest_default_instance_; PROTOBUF_CONSTEXPR FilterTableRequest::FilterTableRequest( - ::_pbi::ConstantInitialized) - : filters_() - , result_id_(nullptr) - , source_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.filters_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct FilterTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR FilterTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1259,14 +1335,15 @@ struct FilterTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FilterTableRequestDefaultTypeInternal _FilterTableRequest_default_instance_; PROTOBUF_CONSTEXPR SeekRowRequest::SeekRowRequest( - ::_pbi::ConstantInitialized) - : column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , source_id_(nullptr) - , seek_value_(nullptr) - , starting_row_(int64_t{0}) - , insensitive_(false) - , contains_(false) - , is_backward_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.seek_value_)*/nullptr + , /*decltype(_impl_.starting_row_)*/int64_t{0} + , /*decltype(_impl_.insensitive_)*/false + , /*decltype(_impl_.contains_)*/false + , /*decltype(_impl_.is_backward_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct SeekRowRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR SeekRowRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1277,8 +1354,9 @@ struct SeekRowRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SeekRowRequestDefaultTypeInternal _SeekRowRequest_default_instance_; PROTOBUF_CONSTEXPR SeekRowResponse::SeekRowResponse( - ::_pbi::ConstantInitialized) - : result_row_(int64_t{0}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.result_row_)*/int64_t{0} + , /*decltype(_impl_._cached_size_)*/{}} {} struct SeekRowResponseDefaultTypeInternal { PROTOBUF_CONSTEXPR SeekRowResponseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1289,8 +1367,9 @@ struct SeekRowResponseDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SeekRowResponseDefaultTypeInternal _SeekRowResponse_default_instance_; PROTOBUF_CONSTEXPR Reference::Reference( - ::_pbi::ConstantInitialized) - : column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct ReferenceDefaultTypeInternal { PROTOBUF_CONSTEXPR ReferenceDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1301,8 +1380,10 @@ struct ReferenceDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ReferenceDefaultTypeInternal _Reference_default_instance_; PROTOBUF_CONSTEXPR Literal::Literal( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.value_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct LiteralDefaultTypeInternal { PROTOBUF_CONSTEXPR LiteralDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1313,8 +1394,10 @@ struct LiteralDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LiteralDefaultTypeInternal _Literal_default_instance_; PROTOBUF_CONSTEXPR Value::Value( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.data_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct ValueDefaultTypeInternal { PROTOBUF_CONSTEXPR ValueDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1325,8 +1408,10 @@ struct ValueDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ValueDefaultTypeInternal _Value_default_instance_; PROTOBUF_CONSTEXPR Condition::Condition( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.data_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct ConditionDefaultTypeInternal { PROTOBUF_CONSTEXPR ConditionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1337,8 +1422,9 @@ struct ConditionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConditionDefaultTypeInternal _Condition_default_instance_; PROTOBUF_CONSTEXPR AndCondition::AndCondition( - ::_pbi::ConstantInitialized) - : filters_(){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.filters_)*/{} + , /*decltype(_impl_._cached_size_)*/{}} {} struct AndConditionDefaultTypeInternal { PROTOBUF_CONSTEXPR AndConditionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1349,8 +1435,9 @@ struct AndConditionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 AndConditionDefaultTypeInternal _AndCondition_default_instance_; PROTOBUF_CONSTEXPR OrCondition::OrCondition( - ::_pbi::ConstantInitialized) - : filters_(){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.filters_)*/{} + , /*decltype(_impl_._cached_size_)*/{}} {} struct OrConditionDefaultTypeInternal { PROTOBUF_CONSTEXPR OrConditionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1361,8 +1448,9 @@ struct OrConditionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 OrConditionDefaultTypeInternal _OrCondition_default_instance_; PROTOBUF_CONSTEXPR NotCondition::NotCondition( - ::_pbi::ConstantInitialized) - : filter_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.filter_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct NotConditionDefaultTypeInternal { PROTOBUF_CONSTEXPR NotConditionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1373,13 +1461,12 @@ struct NotConditionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 NotConditionDefaultTypeInternal _NotCondition_default_instance_; PROTOBUF_CONSTEXPR CompareCondition::CompareCondition( - ::_pbi::ConstantInitialized) - : lhs_(nullptr) - , rhs_(nullptr) - , operation_(0) - - , case_sensitivity_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.lhs_)*/nullptr + , /*decltype(_impl_.rhs_)*/nullptr + , /*decltype(_impl_.operation_)*/0 + , /*decltype(_impl_.case_sensitivity_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct CompareConditionDefaultTypeInternal { PROTOBUF_CONSTEXPR CompareConditionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1390,13 +1477,12 @@ struct CompareConditionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CompareConditionDefaultTypeInternal _CompareCondition_default_instance_; PROTOBUF_CONSTEXPR InCondition::InCondition( - ::_pbi::ConstantInitialized) - : candidates_() - , target_(nullptr) - , case_sensitivity_(0) - - , match_type_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.candidates_)*/{} + , /*decltype(_impl_.target_)*/nullptr + , /*decltype(_impl_.case_sensitivity_)*/0 + , /*decltype(_impl_.match_type_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct InConditionDefaultTypeInternal { PROTOBUF_CONSTEXPR InConditionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1407,10 +1493,11 @@ struct InConditionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 InConditionDefaultTypeInternal _InCondition_default_instance_; PROTOBUF_CONSTEXPR InvokeCondition::InvokeCondition( - ::_pbi::ConstantInitialized) - : arguments_() - , method_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , target_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.arguments_)*/{} + , /*decltype(_impl_.method_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.target_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct InvokeConditionDefaultTypeInternal { PROTOBUF_CONSTEXPR InvokeConditionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1421,8 +1508,9 @@ struct InvokeConditionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 InvokeConditionDefaultTypeInternal _InvokeCondition_default_instance_; PROTOBUF_CONSTEXPR IsNullCondition::IsNullCondition( - ::_pbi::ConstantInitialized) - : reference_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.reference_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct IsNullConditionDefaultTypeInternal { PROTOBUF_CONSTEXPR IsNullConditionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1433,13 +1521,12 @@ struct IsNullConditionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 IsNullConditionDefaultTypeInternal _IsNullCondition_default_instance_; PROTOBUF_CONSTEXPR MatchesCondition::MatchesCondition( - ::_pbi::ConstantInitialized) - : regex_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , reference_(nullptr) - , case_sensitivity_(0) - - , match_type_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.regex_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.reference_)*/nullptr + , /*decltype(_impl_.case_sensitivity_)*/0 + , /*decltype(_impl_.match_type_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct MatchesConditionDefaultTypeInternal { PROTOBUF_CONSTEXPR MatchesConditionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1450,13 +1537,12 @@ struct MatchesConditionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MatchesConditionDefaultTypeInternal _MatchesCondition_default_instance_; PROTOBUF_CONSTEXPR ContainsCondition::ContainsCondition( - ::_pbi::ConstantInitialized) - : search_string_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , reference_(nullptr) - , case_sensitivity_(0) - - , match_type_(0) -{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.search_string_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.reference_)*/nullptr + , /*decltype(_impl_.case_sensitivity_)*/0 + , /*decltype(_impl_.match_type_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct ContainsConditionDefaultTypeInternal { PROTOBUF_CONSTEXPR ContainsConditionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1467,9 +1553,10 @@ struct ContainsConditionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ContainsConditionDefaultTypeInternal _ContainsCondition_default_instance_; PROTOBUF_CONSTEXPR SearchCondition::SearchCondition( - ::_pbi::ConstantInitialized) - : optional_references_() - , search_string_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.optional_references_)*/{} + , /*decltype(_impl_.search_string_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct SearchConditionDefaultTypeInternal { PROTOBUF_CONSTEXPR SearchConditionDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1480,9 +1567,10 @@ struct SearchConditionDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SearchConditionDefaultTypeInternal _SearchCondition_default_instance_; PROTOBUF_CONSTEXPR FlattenRequest::FlattenRequest( - ::_pbi::ConstantInitialized) - : result_id_(nullptr) - , source_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct FlattenRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR FlattenRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1493,9 +1581,10 @@ struct FlattenRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FlattenRequestDefaultTypeInternal _FlattenRequest_default_instance_; PROTOBUF_CONSTEXPR MetaTableRequest::MetaTableRequest( - ::_pbi::ConstantInitialized) - : result_id_(nullptr) - , source_id_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct MetaTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR MetaTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1506,9 +1595,11 @@ struct MetaTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MetaTableRequestDefaultTypeInternal _MetaTableRequest_default_instance_; PROTOBUF_CONSTEXPR RunChartDownsampleRequest_ZoomRange::RunChartDownsampleRequest_ZoomRange( - ::_pbi::ConstantInitialized) - : min_date_nanos_(int64_t{0}) - , max_date_nanos_(int64_t{0}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.min_date_nanos_)*/int64_t{0} + , /*decltype(_impl_.max_date_nanos_)*/int64_t{0}} {} struct RunChartDownsampleRequest_ZoomRangeDefaultTypeInternal { PROTOBUF_CONSTEXPR RunChartDownsampleRequest_ZoomRangeDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1519,13 +1610,14 @@ struct RunChartDownsampleRequest_ZoomRangeDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RunChartDownsampleRequest_ZoomRangeDefaultTypeInternal _RunChartDownsampleRequest_ZoomRange_default_instance_; PROTOBUF_CONSTEXPR RunChartDownsampleRequest::RunChartDownsampleRequest( - ::_pbi::ConstantInitialized) - : y_column_names_() - , x_column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , result_id_(nullptr) - , source_id_(nullptr) - , zoom_range_(nullptr) - , pixel_count_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.y_column_names_)*/{} + , /*decltype(_impl_.x_column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.zoom_range_)*/nullptr + , /*decltype(_impl_.pixel_count_)*/0 + , /*decltype(_impl_._cached_size_)*/{}} {} struct RunChartDownsampleRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR RunChartDownsampleRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1536,7 +1628,7 @@ struct RunChartDownsampleRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RunChartDownsampleRequestDefaultTypeInternal _RunChartDownsampleRequest_default_instance_; PROTOBUF_CONSTEXPR CreateInputTableRequest_InputTableKind_InMemoryAppendOnly::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly( - ::_pbi::ConstantInitialized){} + ::_pbi::ConstantInitialized) {} struct CreateInputTableRequest_InputTableKind_InMemoryAppendOnlyDefaultTypeInternal { PROTOBUF_CONSTEXPR CreateInputTableRequest_InputTableKind_InMemoryAppendOnlyDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1547,8 +1639,9 @@ struct CreateInputTableRequest_InputTableKind_InMemoryAppendOnlyDefaultTypeInter }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CreateInputTableRequest_InputTableKind_InMemoryAppendOnlyDefaultTypeInternal _CreateInputTableRequest_InputTableKind_InMemoryAppendOnly_default_instance_; PROTOBUF_CONSTEXPR CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked( - ::_pbi::ConstantInitialized) - : key_columns_(){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.key_columns_)*/{} + , /*decltype(_impl_._cached_size_)*/{}} {} struct CreateInputTableRequest_InputTableKind_InMemoryKeyBackedDefaultTypeInternal { PROTOBUF_CONSTEXPR CreateInputTableRequest_InputTableKind_InMemoryKeyBackedDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1559,8 +1652,10 @@ struct CreateInputTableRequest_InputTableKind_InMemoryKeyBackedDefaultTypeIntern }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CreateInputTableRequest_InputTableKind_InMemoryKeyBackedDefaultTypeInternal _CreateInputTableRequest_InputTableKind_InMemoryKeyBacked_default_instance_; PROTOBUF_CONSTEXPR CreateInputTableRequest_InputTableKind::CreateInputTableRequest_InputTableKind( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.kind_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct CreateInputTableRequest_InputTableKindDefaultTypeInternal { PROTOBUF_CONSTEXPR CreateInputTableRequest_InputTableKindDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1571,10 +1666,12 @@ struct CreateInputTableRequest_InputTableKindDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CreateInputTableRequest_InputTableKindDefaultTypeInternal _CreateInputTableRequest_InputTableKind_default_instance_; PROTOBUF_CONSTEXPR CreateInputTableRequest::CreateInputTableRequest( - ::_pbi::ConstantInitialized) - : result_id_(nullptr) - , kind_(nullptr) - , _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.kind_)*/nullptr + , /*decltype(_impl_.definition_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct CreateInputTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR CreateInputTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1585,12 +1682,13 @@ struct CreateInputTableRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CreateInputTableRequestDefaultTypeInternal _CreateInputTableRequest_default_instance_; PROTOBUF_CONSTEXPR WhereInRequest::WhereInRequest( - ::_pbi::ConstantInitialized) - : columns_to_match_() - , result_id_(nullptr) - , left_id_(nullptr) - , right_id_(nullptr) - , inverted_(false){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.columns_to_match_)*/{} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.left_id_)*/nullptr + , /*decltype(_impl_.right_id_)*/nullptr + , /*decltype(_impl_.inverted_)*/false + , /*decltype(_impl_._cached_size_)*/{}} {} struct WhereInRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR WhereInRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1601,11 +1699,13 @@ struct WhereInRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 WhereInRequestDefaultTypeInternal _WhereInRequest_default_instance_; PROTOBUF_CONSTEXPR ColumnStatisticsRequest::ColumnStatisticsRequest( - ::_pbi::ConstantInitialized) - : column_name_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , result_id_(nullptr) - , source_id_(nullptr) - , unique_value_limit_(0){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_._has_bits_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_.column_name_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.result_id_)*/nullptr + , /*decltype(_impl_.source_id_)*/nullptr + , /*decltype(_impl_.unique_value_limit_)*/0} {} struct ColumnStatisticsRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR ColumnStatisticsRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1616,8 +1716,10 @@ struct ColumnStatisticsRequestDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ColumnStatisticsRequestDefaultTypeInternal _ColumnStatisticsRequest_default_instance_; PROTOBUF_CONSTEXPR BatchTableRequest_Operation::BatchTableRequest_Operation( - ::_pbi::ConstantInitialized) - : _oneof_case_{}{} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.op_)*/{} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}} {} struct BatchTableRequest_OperationDefaultTypeInternal { PROTOBUF_CONSTEXPR BatchTableRequest_OperationDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1628,8 +1730,9 @@ struct BatchTableRequest_OperationDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BatchTableRequest_OperationDefaultTypeInternal _BatchTableRequest_Operation_default_instance_; PROTOBUF_CONSTEXPR BatchTableRequest::BatchTableRequest( - ::_pbi::ConstantInitialized) - : ops_(){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.ops_)*/{} + , /*decltype(_impl_._cached_size_)*/{}} {} struct BatchTableRequestDefaultTypeInternal { PROTOBUF_CONSTEXPR BatchTableRequestDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -1652,40 +1755,40 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TableReference, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TableReference, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TableReference, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TableReference, ref_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TableReference, _impl_.ref_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, success_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, error_info_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, schema_header_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, is_static_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, size_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, _impl_.success_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, _impl_.error_info_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, _impl_.schema_header_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, _impl_.is_static_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableCreationResponse, _impl_.size_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchTableRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchTableRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchTableRequest, result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchTableRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FetchTableRequest, _impl_.result_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest, result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest, _impl_.result_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableUpdatesRequest, _internal_metadata_), ~0u, // no _extensions_ @@ -1698,106 +1801,106 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableUpdateMessage, export_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableUpdateMessage, size_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableUpdateMessage, update_failure_message_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableUpdateMessage, _impl_.export_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableUpdateMessage, _impl_.size_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExportedTableUpdateMessage, _impl_.update_failure_message_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::EmptyTableRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::EmptyTableRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::EmptyTableRequest, size_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::EmptyTableRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::EmptyTableRequest, _impl_.size_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TimeTableRequest, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TimeTableRequest, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TimeTableRequest, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TimeTableRequest, result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TimeTableRequest, _impl_.result_id_), ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TimeTableRequest, blink_table_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TimeTableRequest, start_time_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TimeTableRequest, period_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TimeTableRequest, _impl_.blink_table_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TimeTableRequest, _impl_.start_time_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TimeTableRequest, _impl_.period_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest, column_specs_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest, _impl_.column_specs_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MathContext, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MathContext, precision_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MathContext, rounding_mode_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MathContext, _impl_.precision_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MathContext, _impl_.rounding_mode_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks, ticks_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks, _impl_.ticks_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime, column_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime, _impl_.column_), ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime, window_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime, _impl_.window_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale, type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale, _impl_.type_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, on_null_value_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, on_nan_value_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, on_null_time_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, on_negative_delta_time_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, on_zero_delta_time_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, big_value_context_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, _impl_.on_null_value_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, _impl_.on_nan_value_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, _impl_.on_null_time_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, _impl_.on_negative_delta_time_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, _impl_.on_zero_delta_time_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions, _impl_.big_value_context_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions, null_behavior_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions, _impl_.null_behavior_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, use_redirection_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, chunk_capacity_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, max_static_sparse_memory_overhead_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, initial_hash_table_size_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, maximum_load_factor_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, target_load_factor_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, math_context_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, _impl_.use_redirection_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, _impl_.chunk_capacity_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, _impl_.max_static_sparse_memory_overhead_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, _impl_.initial_hash_table_size_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, _impl_.maximum_load_factor_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, _impl_.target_load_factor_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions, _impl_.math_context_), 0, 1, 2, @@ -1841,124 +1944,124 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma, options_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma, window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma, _impl_.options_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma, _impl_.window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms, options_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms, window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms, _impl_.options_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms, _impl_.window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin, options_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin, window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin, _impl_.options_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin, _impl_.window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax, options_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax, window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax, _impl_.options_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax, _impl_.window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd, options_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd, window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd, _impl_.options_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd, _impl_.window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta, options_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta, _impl_.options_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum, reverse_window_scale_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum, forward_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum, _impl_.reverse_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum, _impl_.forward_window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup, reverse_window_scale_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup, forward_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup, _impl_.reverse_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup, _impl_.forward_window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg, reverse_window_scale_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg, forward_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg, _impl_.reverse_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg, _impl_.forward_window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin, reverse_window_scale_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin, forward_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin, _impl_.reverse_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin, _impl_.forward_window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax, reverse_window_scale_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax, forward_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax, _impl_.reverse_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax, _impl_.forward_window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct, reverse_window_scale_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct, forward_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct, _impl_.reverse_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct, _impl_.forward_window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount, reverse_window_scale_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount, forward_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount, _impl_.reverse_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount, _impl_.forward_window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd, reverse_window_scale_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd, forward_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd, _impl_.reverse_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd, _impl_.forward_window_scale_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg, reverse_window_scale_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg, forward_window_scale_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg, weight_column_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg, _impl_.reverse_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg, _impl_.forward_window_scale_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg, _impl_.weight_column_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, @@ -1981,245 +2084,245 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec, type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec, _impl_.type_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn, spec_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn, match_pairs_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn, _impl_.spec_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn, _impl_.match_pairs_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation, type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation, _impl_.type_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest, options_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest, operations_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest, group_by_columns_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest, _impl_.options_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest, _impl_.operations_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UpdateByRequest, _impl_.group_by_columns_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectDistinctRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectDistinctRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectDistinctRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectDistinctRequest, column_names_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectDistinctRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectDistinctRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SelectDistinctRequest, _impl_.column_names_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DropColumnsRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DropColumnsRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DropColumnsRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DropColumnsRequest, column_names_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DropColumnsRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DropColumnsRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::DropColumnsRequest, _impl_.column_names_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest, filters_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest, _impl_.filters_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailRequest, num_rows_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailRequest, _impl_.num_rows_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest, num_rows_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest, group_by_column_specs_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest, _impl_.num_rows_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest, _impl_.group_by_column_specs_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UngroupRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UngroupRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UngroupRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UngroupRequest, null_fill_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UngroupRequest, columns_to_ungroup_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UngroupRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UngroupRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UngroupRequest, _impl_.null_fill_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::UngroupRequest, _impl_.columns_to_ungroup_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MergeTablesRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MergeTablesRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MergeTablesRequest, source_ids_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MergeTablesRequest, key_column_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MergeTablesRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MergeTablesRequest, _impl_.source_ids_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MergeTablesRequest, _impl_.key_column_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotTableRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotTableRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotTableRequest, source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotTableRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotTableRequest, _impl_.source_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, base_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, trigger_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, initial_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, incremental_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, history_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, stamp_columns_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, _impl_.base_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, _impl_.trigger_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, _impl_.initial_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, _impl_.incremental_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, _impl_.history_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest, _impl_.stamp_columns_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, left_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, right_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, columns_to_match_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, columns_to_add_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, reserve_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, _impl_.left_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, _impl_.right_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, _impl_.columns_to_match_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, _impl_.columns_to_add_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest, _impl_.reserve_bits_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest, left_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest, right_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest, columns_to_match_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest, columns_to_add_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest, _impl_.left_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest, _impl_.right_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest, _impl_.columns_to_match_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest, _impl_.columns_to_add_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, left_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, right_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, columns_to_match_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, columns_to_add_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, _impl_.left_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, _impl_.right_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, _impl_.columns_to_match_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest, _impl_.columns_to_add_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, left_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, right_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, columns_to_match_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, columns_to_add_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, _impl_.left_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, _impl_.right_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, _impl_.columns_to_match_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest, _impl_.columns_to_add_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, left_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, right_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, columns_to_match_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, columns_to_add_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, as_of_match_rule_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, _impl_.left_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, _impl_.right_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, _impl_.columns_to_match_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, _impl_.columns_to_add_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest, _impl_.as_of_match_rule_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, left_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, right_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, exact_match_columns_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, as_of_column_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, columns_to_add_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, _impl_.left_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, _impl_.right_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, _impl_.exact_match_columns_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, _impl_.as_of_column_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AjRajTablesRequest, _impl_.columns_to_add_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, left_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, right_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, exact_match_columns_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, left_start_column_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, range_start_rule_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, right_range_column_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, range_end_rule_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, left_end_column_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, aggregations_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, _impl_.left_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, _impl_.right_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, _impl_.exact_match_columns_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, _impl_.left_start_column_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, _impl_.range_start_rule_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, _impl_.right_range_column_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, _impl_.range_end_rule_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, _impl_.left_end_column_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest, _impl_.aggregations_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate, type_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate, match_pairs_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate, column_name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate, percentile_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate, avg_median_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate, _impl_.type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate, _impl_.match_pairs_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate, _impl_.column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate, _impl_.percentile_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate, _impl_.avg_median_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, aggregates_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, group_by_columns_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, force_combo_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, _impl_.aggregates_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, _impl_.group_by_columns_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest, _impl_.force_combo_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateAllRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateAllRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateAllRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateAllRequest, spec_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateAllRequest, group_by_columns_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateAllRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateAllRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateAllRequest, _impl_.spec_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateAllRequest, _impl_.group_by_columns_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile, percentile_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile, compression_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile, _impl_.percentile_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile, _impl_.compression_), ~0u, 0, ~0u, // no _has_bits_ @@ -2228,58 +2331,58 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct, count_nulls_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct, _impl_.count_nulls_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct, include_nulls_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct, _impl_.include_nulls_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula, formula_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula, param_token_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula, _impl_.formula_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula, _impl_.param_token_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian, average_evenly_divided_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian, _impl_.average_evenly_divided_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile, percentile_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile, average_evenly_divided_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile, _impl_.percentile_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile, _impl_.average_evenly_divided_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted, columns_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted, _impl_.columns_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn, column_name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn, _impl_.column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest, compression_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest, _impl_.compression_), 0, ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique, _internal_metadata_), @@ -2287,12 +2390,12 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique, include_nulls_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique, non_unique_sentinel_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique, _impl_.include_nulls_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique, _impl_.non_unique_sentinel_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, @@ -2305,14 +2408,14 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel, type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel, _impl_.type_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted, weight_column_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted, _impl_.weight_column_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum, _internal_metadata_), ~0u, // no _extensions_ @@ -2382,7 +2485,7 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, @@ -2408,53 +2511,53 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec, type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggSpec, _impl_.type_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, initial_groups_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, preserve_empty_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, aggregations_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, group_by_columns_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, _impl_.initial_groups_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, _impl_.preserve_empty_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, _impl_.aggregations_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AggregateRequest, _impl_.group_by_columns_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns, spec_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns, match_pairs_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns, _impl_.spec_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns, _impl_.match_pairs_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount, column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount, _impl_.column_name_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey, column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey, _impl_.column_name_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition, column_name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition, include_group_by_columns_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition, _impl_.column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition, _impl_.include_group_by_columns_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, @@ -2462,65 +2565,65 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation, type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Aggregation, _impl_.type_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortDescriptor, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortDescriptor, column_name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortDescriptor, is_absolute_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortDescriptor, direction_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortDescriptor, _impl_.column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortDescriptor, _impl_.is_absolute_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortDescriptor, _impl_.direction_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortTableRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortTableRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortTableRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortTableRequest, sorts_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortTableRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortTableRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SortTableRequest, _impl_.sorts_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FilterTableRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FilterTableRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FilterTableRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FilterTableRequest, filters_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FilterTableRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FilterTableRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FilterTableRequest, _impl_.filters_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, starting_row_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, column_name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, seek_value_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, insensitive_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, contains_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, is_backward_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, _impl_.starting_row_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, _impl_.column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, _impl_.seek_value_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, _impl_.insensitive_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, _impl_.contains_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowRequest, _impl_.is_backward_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowResponse, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowResponse, result_row_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SeekRowResponse, _impl_.result_row_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Reference, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Reference, column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Reference, _impl_.column_name_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Literal, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Literal, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Literal, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, @@ -2528,20 +2631,20 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Literal, value_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Literal, _impl_.value_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Value, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Value, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Value, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Value, data_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Value, _impl_.data_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Condition, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Condition, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Condition, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, @@ -2554,116 +2657,116 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Condition, data_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Condition, _impl_.data_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AndCondition, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AndCondition, filters_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::AndCondition, _impl_.filters_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::OrCondition, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::OrCondition, filters_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::OrCondition, _impl_.filters_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NotCondition, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NotCondition, filter_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::NotCondition, _impl_.filter_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CompareCondition, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CompareCondition, operation_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CompareCondition, case_sensitivity_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CompareCondition, lhs_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CompareCondition, rhs_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CompareCondition, _impl_.operation_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CompareCondition, _impl_.case_sensitivity_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CompareCondition, _impl_.lhs_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CompareCondition, _impl_.rhs_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InCondition, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InCondition, target_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InCondition, candidates_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InCondition, case_sensitivity_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InCondition, match_type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InCondition, _impl_.target_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InCondition, _impl_.candidates_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InCondition, _impl_.case_sensitivity_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InCondition, _impl_.match_type_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InvokeCondition, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InvokeCondition, method_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InvokeCondition, target_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InvokeCondition, arguments_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InvokeCondition, _impl_.method_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InvokeCondition, _impl_.target_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::InvokeCondition, _impl_.arguments_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::IsNullCondition, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::IsNullCondition, reference_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::IsNullCondition, _impl_.reference_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MatchesCondition, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MatchesCondition, reference_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MatchesCondition, regex_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MatchesCondition, case_sensitivity_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MatchesCondition, match_type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MatchesCondition, _impl_.reference_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MatchesCondition, _impl_.regex_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MatchesCondition, _impl_.case_sensitivity_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MatchesCondition, _impl_.match_type_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ContainsCondition, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ContainsCondition, reference_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ContainsCondition, search_string_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ContainsCondition, case_sensitivity_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ContainsCondition, match_type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ContainsCondition, _impl_.reference_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ContainsCondition, _impl_.search_string_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ContainsCondition, _impl_.case_sensitivity_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ContainsCondition, _impl_.match_type_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SearchCondition, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SearchCondition, search_string_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SearchCondition, optional_references_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SearchCondition, _impl_.search_string_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::SearchCondition, _impl_.optional_references_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FlattenRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FlattenRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FlattenRequest, source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FlattenRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::FlattenRequest, _impl_.source_id_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MetaTableRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MetaTableRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MetaTableRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MetaTableRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::MetaTableRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange, min_date_nanos_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange, max_date_nanos_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange, _impl_.min_date_nanos_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange, _impl_.max_date_nanos_), 0, 1, ~0u, // no _has_bits_ @@ -2672,12 +2775,12 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, pixel_count_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, zoom_range_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, x_column_name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, y_column_names_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, _impl_.pixel_count_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, _impl_.zoom_range_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, _impl_.x_column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest, _impl_.y_column_names_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly, _internal_metadata_), ~0u, // no _extensions_ @@ -2690,48 +2793,48 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked, key_columns_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked, _impl_.key_columns_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind, kind_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind, _impl_.kind_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, _impl_.result_id_), ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, kind_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, definition_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, _impl_.kind_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest, _impl_.definition_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WhereInRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WhereInRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WhereInRequest, left_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WhereInRequest, right_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WhereInRequest, inverted_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WhereInRequest, columns_to_match_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest, _has_bits_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WhereInRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WhereInRequest, _impl_.left_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WhereInRequest, _impl_.right_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WhereInRequest, _impl_.inverted_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::WhereInRequest, _impl_.columns_to_match_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest, _impl_._has_bits_), PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest, result_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest, source_id_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest, column_name_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest, unique_value_limit_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest, _impl_.result_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest, _impl_.source_id_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest, _impl_.column_name_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest, _impl_.unique_value_limit_), ~0u, ~0u, ~0u, @@ -2739,7 +2842,7 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation, _internal_metadata_), ~0u, // no _extensions_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation, _oneof_case_[0]), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation, _impl_._oneof_case_[0]), ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ ::_pbi::kInvalidFieldOffsetTag, @@ -2782,14 +2885,14 @@ const uint32_t TableStruct_deephaven_2fproto_2ftable_2eproto::offsets[] PROTOBUF ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, ::_pbi::kInvalidFieldOffsetTag, - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation, op_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation, _impl_.op_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::BatchTableRequest, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::BatchTableRequest, ops_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::BatchTableRequest, _impl_.ops_), }; static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::TableReference)}, @@ -4214,7 +4317,7 @@ class TableReference::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& TableReference::_Internal::ticket(const TableReference* msg) { - return *msg->ref_.ticket_; + return *msg->_impl_.ref_.ticket_; } void TableReference::set_allocated_ticket(::io::deephaven::proto::backplane::grpc::Ticket* ticket) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -4228,14 +4331,14 @@ void TableReference::set_allocated_ticket(::io::deephaven::proto::backplane::grp message_arena, ticket, submessage_arena); } set_has_ticket(); - ref_.ticket_ = ticket; + _impl_.ref_.ticket_ = ticket; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TableReference.ticket) } void TableReference::clear_ticket() { if (_internal_has_ticket()) { if (GetArenaForAllocation() == nullptr) { - delete ref_.ticket_; + delete _impl_.ref_.ticket_; } clear_has_ref(); } @@ -4243,20 +4346,27 @@ void TableReference::clear_ticket() { TableReference::TableReference(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.TableReference) } TableReference::TableReference(const TableReference& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + TableReference* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.ref_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_ref(); switch (from.ref_case()) { case kTicket: { - _internal_mutable_ticket()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_ticket()); + _this->_internal_mutable_ticket()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_ticket()); break; } case kBatchOffset: { - _internal_set_batch_offset(from._internal_batch_offset()); + _this->_internal_set_batch_offset(from._internal_batch_offset()); break; } case REF_NOT_SET: { @@ -4266,8 +4376,16 @@ TableReference::TableReference(const TableReference& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.TableReference) } -inline void TableReference::SharedCtor() { -clear_has_ref(); +inline void TableReference::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.ref_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_ref(); } TableReference::~TableReference() { @@ -4287,7 +4405,7 @@ inline void TableReference::SharedDtor() { } void TableReference::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void TableReference::clear_ref() { @@ -4295,7 +4413,7 @@ void TableReference::clear_ref() { switch (ref_case()) { case kTicket: { if (GetArenaForAllocation() == nullptr) { - delete ref_.ticket_; + delete _impl_.ref_.ticket_; } break; } @@ -4307,7 +4425,7 @@ void TableReference::clear_ref() { break; } } - _oneof_case_[0] = REF_NOT_SET; + _impl_._oneof_case_[0] = REF_NOT_SET; } @@ -4406,7 +4524,7 @@ size_t TableReference::ByteSizeLong() const { case kTicket: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *ref_.ticket_); + *_impl_.ref_.ticket_); break; } // sint32 batch_offset = 2; @@ -4418,42 +4536,39 @@ size_t TableReference::ByteSizeLong() const { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData TableReference::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, TableReference::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*TableReference::GetClassData() const { return &_class_data_; } -void TableReference::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void TableReference::MergeFrom(const TableReference& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.TableReference) - GOOGLE_DCHECK_NE(&from, this); +void TableReference::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.TableReference) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.ref_case()) { case kTicket: { - _internal_mutable_ticket()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_ticket()); + _this->_internal_mutable_ticket()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_ticket()); break; } case kBatchOffset: { - _internal_set_batch_offset(from._internal_batch_offset()); + _this->_internal_set_batch_offset(from._internal_batch_offset()); break; } case REF_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void TableReference::CopyFrom(const TableReference& from) { @@ -4470,8 +4585,8 @@ bool TableReference::IsInitialized() const { void TableReference::InternalSwap(TableReference* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(ref_, other->ref_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.ref_, other->_impl_.ref_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata TableReference::GetMetadata() const { @@ -4489,57 +4604,73 @@ class ExportedTableCreationResponse::_Internal { const ::io::deephaven::proto::backplane::grpc::TableReference& ExportedTableCreationResponse::_Internal::result_id(const ExportedTableCreationResponse* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } ExportedTableCreationResponse::ExportedTableCreationResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse) } ExportedTableCreationResponse::ExportedTableCreationResponse(const ExportedTableCreationResponse& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ExportedTableCreationResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.error_info_){} + , decltype(_impl_.schema_header_){} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.size_){} + , decltype(_impl_.success_){} + , decltype(_impl_.is_static_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - error_info_.InitDefault(); + _impl_.error_info_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - error_info_.Set("", GetArenaForAllocation()); + _impl_.error_info_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_error_info().empty()) { - error_info_.Set(from._internal_error_info(), - GetArenaForAllocation()); + _this->_impl_.error_info_.Set(from._internal_error_info(), + _this->GetArenaForAllocation()); } - schema_header_.InitDefault(); + _impl_.schema_header_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - schema_header_.Set("", GetArenaForAllocation()); + _impl_.schema_header_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_schema_header().empty()) { - schema_header_.Set(from._internal_schema_header(), - GetArenaForAllocation()); + _this->_impl_.schema_header_.Set(from._internal_schema_header(), + _this->GetArenaForAllocation()); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.result_id_); } - ::memcpy(&size_, &from.size_, - static_cast(reinterpret_cast(&is_static_) - - reinterpret_cast(&size_)) + sizeof(is_static_)); + ::memcpy(&_impl_.size_, &from._impl_.size_, + static_cast(reinterpret_cast(&_impl_.is_static_) - + reinterpret_cast(&_impl_.size_)) + sizeof(_impl_.is_static_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse) } -inline void ExportedTableCreationResponse::SharedCtor() { -error_info_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - error_info_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -schema_header_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - schema_header_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&is_static_) - - reinterpret_cast(&result_id_)) + sizeof(is_static_)); +inline void ExportedTableCreationResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.error_info_){} + , decltype(_impl_.schema_header_){} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.size_){int64_t{0}} + , decltype(_impl_.success_){false} + , decltype(_impl_.is_static_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.error_info_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.error_info_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.schema_header_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.schema_header_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ExportedTableCreationResponse::~ExportedTableCreationResponse() { @@ -4553,13 +4684,13 @@ ExportedTableCreationResponse::~ExportedTableCreationResponse() { inline void ExportedTableCreationResponse::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - error_info_.Destroy(); - schema_header_.Destroy(); - if (this != internal_default_instance()) delete result_id_; + _impl_.error_info_.Destroy(); + _impl_.schema_header_.Destroy(); + if (this != internal_default_instance()) delete _impl_.result_id_; } void ExportedTableCreationResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ExportedTableCreationResponse::Clear() { @@ -4568,15 +4699,15 @@ void ExportedTableCreationResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - error_info_.ClearToEmpty(); - schema_header_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.error_info_.ClearToEmpty(); + _impl_.schema_header_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - ::memset(&size_, 0, static_cast( - reinterpret_cast(&is_static_) - - reinterpret_cast(&size_)) + sizeof(is_static_)); + _impl_.result_id_ = nullptr; + ::memset(&_impl_.size_, 0, static_cast( + reinterpret_cast(&_impl_.is_static_) - + reinterpret_cast(&_impl_.size_)) + sizeof(_impl_.is_static_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -4597,7 +4728,7 @@ const char* ExportedTableCreationResponse::_InternalParse(const char* ptr, ::_pb // bool success = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - success_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.success_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -4624,7 +4755,7 @@ const char* ExportedTableCreationResponse::_InternalParse(const char* ptr, ::_pb // bool is_static = 5; case 5: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 40)) { - is_static_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.is_static_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -4632,7 +4763,7 @@ const char* ExportedTableCreationResponse::_InternalParse(const char* ptr, ::_pb // sint64 size = 6 [jstype = JS_STRING]; case 6: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 48)) { - size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); + _impl_.size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -4741,7 +4872,7 @@ size_t ExportedTableCreationResponse::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // sint64 size = 6 [jstype = JS_STRING]; @@ -4759,47 +4890,44 @@ size_t ExportedTableCreationResponse::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ExportedTableCreationResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ExportedTableCreationResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ExportedTableCreationResponse::GetClassData() const { return &_class_data_; } -void ExportedTableCreationResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ExportedTableCreationResponse::MergeFrom(const ExportedTableCreationResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse) - GOOGLE_DCHECK_NE(&from, this); +void ExportedTableCreationResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_error_info().empty()) { - _internal_set_error_info(from._internal_error_info()); + _this->_internal_set_error_info(from._internal_error_info()); } if (!from._internal_schema_header().empty()) { - _internal_set_schema_header(from._internal_schema_header()); + _this->_internal_set_schema_header(from._internal_schema_header()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_result_id()); } if (from._internal_size() != 0) { - _internal_set_size(from._internal_size()); + _this->_internal_set_size(from._internal_size()); } if (from._internal_success() != 0) { - _internal_set_success(from._internal_success()); + _this->_internal_set_success(from._internal_success()); } if (from._internal_is_static() != 0) { - _internal_set_is_static(from._internal_is_static()); + _this->_internal_set_is_static(from._internal_is_static()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ExportedTableCreationResponse::CopyFrom(const ExportedTableCreationResponse& from) { @@ -4819,19 +4947,19 @@ void ExportedTableCreationResponse::InternalSwap(ExportedTableCreationResponse* auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &error_info_, lhs_arena, - &other->error_info_, rhs_arena + &_impl_.error_info_, lhs_arena, + &other->_impl_.error_info_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &schema_header_, lhs_arena, - &other->schema_header_, rhs_arena + &_impl_.schema_header_, lhs_arena, + &other->_impl_.schema_header_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ExportedTableCreationResponse, is_static_) - + sizeof(ExportedTableCreationResponse::is_static_) - - PROTOBUF_FIELD_OFFSET(ExportedTableCreationResponse, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(ExportedTableCreationResponse, _impl_.is_static_) + + sizeof(ExportedTableCreationResponse::_impl_.is_static_) + - PROTOBUF_FIELD_OFFSET(ExportedTableCreationResponse, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ExportedTableCreationResponse::GetMetadata() const { @@ -4850,45 +4978,51 @@ class FetchTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::TableReference& FetchTableRequest::_Internal::source_id(const FetchTableRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& FetchTableRequest::_Internal::result_id(const FetchTableRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } void FetchTableRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } FetchTableRequest::FetchTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.FetchTableRequest) } FetchTableRequest::FetchTableRequest(const FetchTableRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + FetchTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.FetchTableRequest) } -inline void FetchTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&source_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&result_id_) - - reinterpret_cast(&source_id_)) + sizeof(result_id_)); +inline void FetchTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } FetchTableRequest::~FetchTableRequest() { @@ -4902,12 +5036,12 @@ FetchTableRequest::~FetchTableRequest() { inline void FetchTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete source_id_; - if (this != internal_default_instance()) delete result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; + if (this != internal_default_instance()) delete _impl_.result_id_; } void FetchTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FetchTableRequest::Clear() { @@ -4916,14 +5050,14 @@ void FetchTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.source_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -5012,45 +5146,43 @@ size_t FetchTableRequest::ByteSizeLong() const { if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 2; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FetchTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FetchTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FetchTableRequest::GetClassData() const { return &_class_data_; } -void FetchTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FetchTableRequest::MergeFrom(const FetchTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FetchTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void FetchTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FetchTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FetchTableRequest::CopyFrom(const FetchTableRequest& from) { @@ -5068,11 +5200,11 @@ void FetchTableRequest::InternalSwap(FetchTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(FetchTableRequest, result_id_) - + sizeof(FetchTableRequest::result_id_) - - PROTOBUF_FIELD_OFFSET(FetchTableRequest, source_id_)>( - reinterpret_cast(&source_id_), - reinterpret_cast(&other->source_id_)); + PROTOBUF_FIELD_OFFSET(FetchTableRequest, _impl_.result_id_) + + sizeof(FetchTableRequest::_impl_.result_id_) + - PROTOBUF_FIELD_OFFSET(FetchTableRequest, _impl_.source_id_)>( + reinterpret_cast(&_impl_.source_id_), + reinterpret_cast(&other->_impl_.source_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata FetchTableRequest::GetMetadata() const { @@ -5091,45 +5223,51 @@ class ApplyPreviewColumnsRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::TableReference& ApplyPreviewColumnsRequest::_Internal::source_id(const ApplyPreviewColumnsRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } const ::io::deephaven::proto::backplane::grpc::Ticket& ApplyPreviewColumnsRequest::_Internal::result_id(const ApplyPreviewColumnsRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } void ApplyPreviewColumnsRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } ApplyPreviewColumnsRequest::ApplyPreviewColumnsRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest) } ApplyPreviewColumnsRequest::ApplyPreviewColumnsRequest(const ApplyPreviewColumnsRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ApplyPreviewColumnsRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest) } -inline void ApplyPreviewColumnsRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&source_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&result_id_) - - reinterpret_cast(&source_id_)) + sizeof(result_id_)); +inline void ApplyPreviewColumnsRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } ApplyPreviewColumnsRequest::~ApplyPreviewColumnsRequest() { @@ -5143,12 +5281,12 @@ ApplyPreviewColumnsRequest::~ApplyPreviewColumnsRequest() { inline void ApplyPreviewColumnsRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete source_id_; - if (this != internal_default_instance()) delete result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; + if (this != internal_default_instance()) delete _impl_.result_id_; } void ApplyPreviewColumnsRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ApplyPreviewColumnsRequest::Clear() { @@ -5157,14 +5295,14 @@ void ApplyPreviewColumnsRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.source_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -5253,45 +5391,43 @@ size_t ApplyPreviewColumnsRequest::ByteSizeLong() const { if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 2; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ApplyPreviewColumnsRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ApplyPreviewColumnsRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ApplyPreviewColumnsRequest::GetClassData() const { return &_class_data_; } -void ApplyPreviewColumnsRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ApplyPreviewColumnsRequest::MergeFrom(const ApplyPreviewColumnsRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest) - GOOGLE_DCHECK_NE(&from, this); +void ApplyPreviewColumnsRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ApplyPreviewColumnsRequest::CopyFrom(const ApplyPreviewColumnsRequest& from) { @@ -5309,11 +5445,11 @@ void ApplyPreviewColumnsRequest::InternalSwap(ApplyPreviewColumnsRequest* other) using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ApplyPreviewColumnsRequest, result_id_) - + sizeof(ApplyPreviewColumnsRequest::result_id_) - - PROTOBUF_FIELD_OFFSET(ApplyPreviewColumnsRequest, source_id_)>( - reinterpret_cast(&source_id_), - reinterpret_cast(&other->source_id_)); + PROTOBUF_FIELD_OFFSET(ApplyPreviewColumnsRequest, _impl_.result_id_) + + sizeof(ApplyPreviewColumnsRequest::_impl_.result_id_) + - PROTOBUF_FIELD_OFFSET(ApplyPreviewColumnsRequest, _impl_.source_id_)>( + reinterpret_cast(&_impl_.source_id_), + reinterpret_cast(&other->_impl_.source_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ApplyPreviewColumnsRequest::GetMetadata() const { @@ -5335,6 +5471,7 @@ ExportedTableUpdatesRequest::ExportedTableUpdatesRequest(::PROTOBUF_NAMESPACE_ID } ExportedTableUpdatesRequest::ExportedTableUpdatesRequest(const ExportedTableUpdatesRequest& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + ExportedTableUpdatesRequest* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ExportedTableUpdatesRequest) } @@ -5370,49 +5507,59 @@ class ExportedTableUpdateMessage::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& ExportedTableUpdateMessage::_Internal::export_id(const ExportedTableUpdateMessage* msg) { - return *msg->export_id_; + return *msg->_impl_.export_id_; } void ExportedTableUpdateMessage::clear_export_id() { - if (GetArenaForAllocation() == nullptr && export_id_ != nullptr) { - delete export_id_; + if (GetArenaForAllocation() == nullptr && _impl_.export_id_ != nullptr) { + delete _impl_.export_id_; } - export_id_ = nullptr; + _impl_.export_id_ = nullptr; } ExportedTableUpdateMessage::ExportedTableUpdateMessage(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ExportedTableUpdateMessage) } ExportedTableUpdateMessage::ExportedTableUpdateMessage(const ExportedTableUpdateMessage& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ExportedTableUpdateMessage* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.update_failure_message_){} + , decltype(_impl_.export_id_){nullptr} + , decltype(_impl_.size_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - update_failure_message_.InitDefault(); + _impl_.update_failure_message_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - update_failure_message_.Set("", GetArenaForAllocation()); + _impl_.update_failure_message_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_update_failure_message().empty()) { - update_failure_message_.Set(from._internal_update_failure_message(), - GetArenaForAllocation()); + _this->_impl_.update_failure_message_.Set(from._internal_update_failure_message(), + _this->GetArenaForAllocation()); } if (from._internal_has_export_id()) { - export_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.export_id_); - } else { - export_id_ = nullptr; + _this->_impl_.export_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.export_id_); } - size_ = from.size_; + _this->_impl_.size_ = from._impl_.size_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ExportedTableUpdateMessage) } -inline void ExportedTableUpdateMessage::SharedCtor() { -update_failure_message_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - update_failure_message_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&export_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&size_) - - reinterpret_cast(&export_id_)) + sizeof(size_)); +inline void ExportedTableUpdateMessage::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.update_failure_message_){} + , decltype(_impl_.export_id_){nullptr} + , decltype(_impl_.size_){int64_t{0}} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.update_failure_message_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.update_failure_message_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ExportedTableUpdateMessage::~ExportedTableUpdateMessage() { @@ -5426,12 +5573,12 @@ ExportedTableUpdateMessage::~ExportedTableUpdateMessage() { inline void ExportedTableUpdateMessage::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - update_failure_message_.Destroy(); - if (this != internal_default_instance()) delete export_id_; + _impl_.update_failure_message_.Destroy(); + if (this != internal_default_instance()) delete _impl_.export_id_; } void ExportedTableUpdateMessage::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ExportedTableUpdateMessage::Clear() { @@ -5440,12 +5587,12 @@ void ExportedTableUpdateMessage::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - update_failure_message_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && export_id_ != nullptr) { - delete export_id_; + _impl_.update_failure_message_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.export_id_ != nullptr) { + delete _impl_.export_id_; } - export_id_ = nullptr; - size_ = int64_t{0}; + _impl_.export_id_ = nullptr; + _impl_.size_ = int64_t{0}; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -5466,7 +5613,7 @@ const char* ExportedTableUpdateMessage::_InternalParse(const char* ptr, ::_pbi:: // sint64 size = 2 [jstype = JS_STRING]; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); + _impl_.size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -5560,7 +5707,7 @@ size_t ExportedTableUpdateMessage::ByteSizeLong() const { if (this->_internal_has_export_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *export_id_); + *_impl_.export_id_); } // sint64 size = 2 [jstype = JS_STRING]; @@ -5568,38 +5715,35 @@ size_t ExportedTableUpdateMessage::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::SInt64SizePlusOne(this->_internal_size()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ExportedTableUpdateMessage::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ExportedTableUpdateMessage::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ExportedTableUpdateMessage::GetClassData() const { return &_class_data_; } -void ExportedTableUpdateMessage::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ExportedTableUpdateMessage::MergeFrom(const ExportedTableUpdateMessage& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ExportedTableUpdateMessage) - GOOGLE_DCHECK_NE(&from, this); +void ExportedTableUpdateMessage::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ExportedTableUpdateMessage) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_update_failure_message().empty()) { - _internal_set_update_failure_message(from._internal_update_failure_message()); + _this->_internal_set_update_failure_message(from._internal_update_failure_message()); } if (from._internal_has_export_id()) { - _internal_mutable_export_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_export_id()); + _this->_internal_mutable_export_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_export_id()); } if (from._internal_size() != 0) { - _internal_set_size(from._internal_size()); + _this->_internal_set_size(from._internal_size()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ExportedTableUpdateMessage::CopyFrom(const ExportedTableUpdateMessage& from) { @@ -5619,15 +5763,15 @@ void ExportedTableUpdateMessage::InternalSwap(ExportedTableUpdateMessage* other) auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &update_failure_message_, lhs_arena, - &other->update_failure_message_, rhs_arena + &_impl_.update_failure_message_, lhs_arena, + &other->_impl_.update_failure_message_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ExportedTableUpdateMessage, size_) - + sizeof(ExportedTableUpdateMessage::size_) - - PROTOBUF_FIELD_OFFSET(ExportedTableUpdateMessage, export_id_)>( - reinterpret_cast(&export_id_), - reinterpret_cast(&other->export_id_)); + PROTOBUF_FIELD_OFFSET(ExportedTableUpdateMessage, _impl_.size_) + + sizeof(ExportedTableUpdateMessage::_impl_.size_) + - PROTOBUF_FIELD_OFFSET(ExportedTableUpdateMessage, _impl_.export_id_)>( + reinterpret_cast(&_impl_.export_id_), + reinterpret_cast(&other->_impl_.export_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ExportedTableUpdateMessage::GetMetadata() const { @@ -5645,37 +5789,45 @@ class EmptyTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& EmptyTableRequest::_Internal::result_id(const EmptyTableRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } void EmptyTableRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } EmptyTableRequest::EmptyTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.EmptyTableRequest) } EmptyTableRequest::EmptyTableRequest(const EmptyTableRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + EmptyTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.size_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } - size_ = from.size_; + _this->_impl_.size_ = from._impl_.size_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.EmptyTableRequest) } -inline void EmptyTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&size_) - - reinterpret_cast(&result_id_)) + sizeof(size_)); +inline void EmptyTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.size_){int64_t{0}} + , /*decltype(_impl_._cached_size_)*/{} + }; } EmptyTableRequest::~EmptyTableRequest() { @@ -5689,11 +5841,11 @@ EmptyTableRequest::~EmptyTableRequest() { inline void EmptyTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; + if (this != internal_default_instance()) delete _impl_.result_id_; } void EmptyTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void EmptyTableRequest::Clear() { @@ -5702,11 +5854,11 @@ void EmptyTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - size_ = int64_t{0}; + _impl_.result_id_ = nullptr; + _impl_.size_ = int64_t{0}; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -5727,7 +5879,7 @@ const char* EmptyTableRequest::_InternalParse(const char* ptr, ::_pbi::ParseCont // sint64 size = 2 [jstype = JS_STRING]; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); + _impl_.size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -5794,7 +5946,7 @@ size_t EmptyTableRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // sint64 size = 2 [jstype = JS_STRING]; @@ -5802,35 +5954,32 @@ size_t EmptyTableRequest::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::SInt64SizePlusOne(this->_internal_size()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData EmptyTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, EmptyTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*EmptyTableRequest::GetClassData() const { return &_class_data_; } -void EmptyTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void EmptyTableRequest::MergeFrom(const EmptyTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.EmptyTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void EmptyTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.EmptyTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_size() != 0) { - _internal_set_size(from._internal_size()); + _this->_internal_set_size(from._internal_size()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void EmptyTableRequest::CopyFrom(const EmptyTableRequest& from) { @@ -5848,11 +5997,11 @@ void EmptyTableRequest::InternalSwap(EmptyTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(EmptyTableRequest, size_) - + sizeof(EmptyTableRequest::size_) - - PROTOBUF_FIELD_OFFSET(EmptyTableRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(EmptyTableRequest, _impl_.size_) + + sizeof(EmptyTableRequest::_impl_.size_) + - PROTOBUF_FIELD_OFFSET(EmptyTableRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata EmptyTableRequest::GetMetadata() const { @@ -5870,37 +6019,44 @@ class TimeTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& TimeTableRequest::_Internal::result_id(const TimeTableRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } void TimeTableRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } TimeTableRequest::TimeTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.TimeTableRequest) } TimeTableRequest::TimeTableRequest(const TimeTableRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + TimeTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.blink_table_){} + , decltype(_impl_.start_time_){} + , decltype(_impl_.period_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } - blink_table_ = from.blink_table_; + _this->_impl_.blink_table_ = from._impl_.blink_table_; clear_has_start_time(); switch (from.start_time_case()) { case kStartTimeNanos: { - _internal_set_start_time_nanos(from._internal_start_time_nanos()); + _this->_internal_set_start_time_nanos(from._internal_start_time_nanos()); break; } case kStartTimeString: { - _internal_set_start_time_string(from._internal_start_time_string()); + _this->_internal_set_start_time_string(from._internal_start_time_string()); break; } case START_TIME_NOT_SET: { @@ -5910,11 +6066,11 @@ TimeTableRequest::TimeTableRequest(const TimeTableRequest& from) clear_has_period(); switch (from.period_case()) { case kPeriodNanos: { - _internal_set_period_nanos(from._internal_period_nanos()); + _this->_internal_set_period_nanos(from._internal_period_nanos()); break; } case kPeriodString: { - _internal_set_period_string(from._internal_period_string()); + _this->_internal_set_period_string(from._internal_period_string()); break; } case PERIOD_NOT_SET: { @@ -5924,13 +6080,20 @@ TimeTableRequest::TimeTableRequest(const TimeTableRequest& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.TimeTableRequest) } -inline void TimeTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&blink_table_) - - reinterpret_cast(&result_id_)) + sizeof(blink_table_)); -clear_has_start_time(); -clear_has_period(); +inline void TimeTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.blink_table_){false} + , decltype(_impl_.start_time_){} + , decltype(_impl_.period_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_start_time(); + clear_has_period(); } TimeTableRequest::~TimeTableRequest() { @@ -5944,7 +6107,7 @@ TimeTableRequest::~TimeTableRequest() { inline void TimeTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; + if (this != internal_default_instance()) delete _impl_.result_id_; if (has_start_time()) { clear_start_time(); } @@ -5954,7 +6117,7 @@ inline void TimeTableRequest::SharedDtor() { } void TimeTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void TimeTableRequest::clear_start_time() { @@ -5965,14 +6128,14 @@ void TimeTableRequest::clear_start_time() { break; } case kStartTimeString: { - start_time_.start_time_string_.Destroy(); + _impl_.start_time_.start_time_string_.Destroy(); break; } case START_TIME_NOT_SET: { break; } } - _oneof_case_[0] = START_TIME_NOT_SET; + _impl_._oneof_case_[0] = START_TIME_NOT_SET; } void TimeTableRequest::clear_period() { @@ -5983,14 +6146,14 @@ void TimeTableRequest::clear_period() { break; } case kPeriodString: { - period_.period_string_.Destroy(); + _impl_.period_.period_string_.Destroy(); break; } case PERIOD_NOT_SET: { break; } } - _oneof_case_[1] = PERIOD_NOT_SET; + _impl_._oneof_case_[1] = PERIOD_NOT_SET; } @@ -6000,11 +6163,11 @@ void TimeTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - blink_table_ = false; + _impl_.result_id_ = nullptr; + _impl_.blink_table_ = false; clear_start_time(); clear_period(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); @@ -6043,7 +6206,7 @@ const char* TimeTableRequest::_InternalParse(const char* ptr, ::_pbi::ParseConte // bool blink_table = 4; case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { - blink_table_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.blink_table_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -6162,7 +6325,7 @@ size_t TimeTableRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // bool blink_table = 4; @@ -6204,41 +6367,38 @@ size_t TimeTableRequest::ByteSizeLong() const { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData TimeTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, TimeTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*TimeTableRequest::GetClassData() const { return &_class_data_; } -void TimeTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void TimeTableRequest::MergeFrom(const TimeTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.TimeTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void TimeTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.TimeTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_blink_table() != 0) { - _internal_set_blink_table(from._internal_blink_table()); + _this->_internal_set_blink_table(from._internal_blink_table()); } switch (from.start_time_case()) { case kStartTimeNanos: { - _internal_set_start_time_nanos(from._internal_start_time_nanos()); + _this->_internal_set_start_time_nanos(from._internal_start_time_nanos()); break; } case kStartTimeString: { - _internal_set_start_time_string(from._internal_start_time_string()); + _this->_internal_set_start_time_string(from._internal_start_time_string()); break; } case START_TIME_NOT_SET: { @@ -6247,18 +6407,18 @@ void TimeTableRequest::MergeFrom(const TimeTableRequest& from) { } switch (from.period_case()) { case kPeriodNanos: { - _internal_set_period_nanos(from._internal_period_nanos()); + _this->_internal_set_period_nanos(from._internal_period_nanos()); break; } case kPeriodString: { - _internal_set_period_string(from._internal_period_string()); + _this->_internal_set_period_string(from._internal_period_string()); break; } case PERIOD_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void TimeTableRequest::CopyFrom(const TimeTableRequest& from) { @@ -6276,15 +6436,15 @@ void TimeTableRequest::InternalSwap(TimeTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(TimeTableRequest, blink_table_) - + sizeof(TimeTableRequest::blink_table_) - - PROTOBUF_FIELD_OFFSET(TimeTableRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); - swap(start_time_, other->start_time_); - swap(period_, other->period_); - swap(_oneof_case_[0], other->_oneof_case_[0]); - swap(_oneof_case_[1], other->_oneof_case_[1]); + PROTOBUF_FIELD_OFFSET(TimeTableRequest, _impl_.blink_table_) + + sizeof(TimeTableRequest::_impl_.blink_table_) + - PROTOBUF_FIELD_OFFSET(TimeTableRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); + swap(_impl_.start_time_, other->_impl_.start_time_); + swap(_impl_.period_, other->_impl_.period_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); + swap(_impl_._oneof_case_[1], other->_impl_._oneof_case_[1]); } ::PROTOBUF_NAMESPACE_ID::Metadata TimeTableRequest::GetMetadata() const { @@ -6303,47 +6463,53 @@ class SelectOrUpdateRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& SelectOrUpdateRequest::_Internal::result_id(const SelectOrUpdateRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& SelectOrUpdateRequest::_Internal::source_id(const SelectOrUpdateRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void SelectOrUpdateRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } SelectOrUpdateRequest::SelectOrUpdateRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - column_specs_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest) } SelectOrUpdateRequest::SelectOrUpdateRequest(const SelectOrUpdateRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - column_specs_(from.column_specs_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + SelectOrUpdateRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.column_specs_){from._impl_.column_specs_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest) } -inline void SelectOrUpdateRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&source_id_) - - reinterpret_cast(&result_id_)) + sizeof(source_id_)); +inline void SelectOrUpdateRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.column_specs_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } SelectOrUpdateRequest::~SelectOrUpdateRequest() { @@ -6357,12 +6523,13 @@ SelectOrUpdateRequest::~SelectOrUpdateRequest() { inline void SelectOrUpdateRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + _impl_.column_specs_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void SelectOrUpdateRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SelectOrUpdateRequest::Clear() { @@ -6371,15 +6538,15 @@ void SelectOrUpdateRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - column_specs_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.column_specs_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -6491,56 +6658,54 @@ size_t SelectOrUpdateRequest::ByteSizeLong() const { // repeated string column_specs = 3; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(column_specs_.size()); - for (int i = 0, n = column_specs_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.column_specs_.size()); + for (int i = 0, n = _impl_.column_specs_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - column_specs_.Get(i)); + _impl_.column_specs_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SelectOrUpdateRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SelectOrUpdateRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SelectOrUpdateRequest::GetClassData() const { return &_class_data_; } -void SelectOrUpdateRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SelectOrUpdateRequest::MergeFrom(const SelectOrUpdateRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest) - GOOGLE_DCHECK_NE(&from, this); +void SelectOrUpdateRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - column_specs_.MergeFrom(from.column_specs_); + _this->_impl_.column_specs_.MergeFrom(from._impl_.column_specs_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SelectOrUpdateRequest::CopyFrom(const SelectOrUpdateRequest& from) { @@ -6557,13 +6722,13 @@ bool SelectOrUpdateRequest::IsInitialized() const { void SelectOrUpdateRequest::InternalSwap(SelectOrUpdateRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - column_specs_.InternalSwap(&other->column_specs_); + _impl_.column_specs_.InternalSwap(&other->_impl_.column_specs_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(SelectOrUpdateRequest, source_id_) - + sizeof(SelectOrUpdateRequest::source_id_) - - PROTOBUF_FIELD_OFFSET(SelectOrUpdateRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(SelectOrUpdateRequest, _impl_.source_id_) + + sizeof(SelectOrUpdateRequest::_impl_.source_id_) + - PROTOBUF_FIELD_OFFSET(SelectOrUpdateRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata SelectOrUpdateRequest::GetMetadata() const { @@ -6581,23 +6746,33 @@ class MathContext::_Internal { MathContext::MathContext(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.MathContext) } MathContext::MathContext(const MathContext& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + MathContext* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.precision_){} + , decltype(_impl_.rounding_mode_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - ::memcpy(&precision_, &from.precision_, - static_cast(reinterpret_cast(&rounding_mode_) - - reinterpret_cast(&precision_)) + sizeof(rounding_mode_)); + ::memcpy(&_impl_.precision_, &from._impl_.precision_, + static_cast(reinterpret_cast(&_impl_.rounding_mode_) - + reinterpret_cast(&_impl_.precision_)) + sizeof(_impl_.rounding_mode_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.MathContext) } -inline void MathContext::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&precision_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&rounding_mode_) - - reinterpret_cast(&precision_)) + sizeof(rounding_mode_)); +inline void MathContext::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.precision_){0} + , decltype(_impl_.rounding_mode_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; } MathContext::~MathContext() { @@ -6614,7 +6789,7 @@ inline void MathContext::SharedDtor() { } void MathContext::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void MathContext::Clear() { @@ -6623,9 +6798,9 @@ void MathContext::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - ::memset(&precision_, 0, static_cast( - reinterpret_cast(&rounding_mode_) - - reinterpret_cast(&precision_)) + sizeof(rounding_mode_)); + ::memset(&_impl_.precision_, 0, static_cast( + reinterpret_cast(&_impl_.rounding_mode_) - + reinterpret_cast(&_impl_.precision_)) + sizeof(_impl_.rounding_mode_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -6638,7 +6813,7 @@ const char* MathContext::_InternalParse(const char* ptr, ::_pbi::ParseContext* c // sint32 precision = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - precision_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr); + _impl_.precision_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -6721,35 +6896,31 @@ size_t MathContext::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_rounding_mode()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData MathContext::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, MathContext::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*MathContext::GetClassData() const { return &_class_data_; } -void MathContext::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void MathContext::MergeFrom(const MathContext& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.MathContext) - GOOGLE_DCHECK_NE(&from, this); +void MathContext::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.MathContext) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_precision() != 0) { - _internal_set_precision(from._internal_precision()); + _this->_internal_set_precision(from._internal_precision()); } if (from._internal_rounding_mode() != 0) { - _internal_set_rounding_mode(from._internal_rounding_mode()); + _this->_internal_set_rounding_mode(from._internal_rounding_mode()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void MathContext::CopyFrom(const MathContext& from) { @@ -6767,11 +6938,11 @@ void MathContext::InternalSwap(MathContext* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(MathContext, rounding_mode_) - + sizeof(MathContext::rounding_mode_) - - PROTOBUF_FIELD_OFFSET(MathContext, precision_)>( - reinterpret_cast(&precision_), - reinterpret_cast(&other->precision_)); + PROTOBUF_FIELD_OFFSET(MathContext, _impl_.rounding_mode_) + + sizeof(MathContext::_impl_.rounding_mode_) + - PROTOBUF_FIELD_OFFSET(MathContext, _impl_.precision_)>( + reinterpret_cast(&_impl_.precision_), + reinterpret_cast(&other->_impl_.precision_)); } ::PROTOBUF_NAMESPACE_ID::Metadata MathContext::GetMetadata() const { @@ -6789,18 +6960,29 @@ class UpdateByWindowScale_UpdateByWindowTicks::_Internal { UpdateByWindowScale_UpdateByWindowTicks::UpdateByWindowScale_UpdateByWindowTicks(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTicks) } UpdateByWindowScale_UpdateByWindowTicks::UpdateByWindowScale_UpdateByWindowTicks(const UpdateByWindowScale_UpdateByWindowTicks& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByWindowScale_UpdateByWindowTicks* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.ticks_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - ticks_ = from.ticks_; + _this->_impl_.ticks_ = from._impl_.ticks_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTicks) } -inline void UpdateByWindowScale_UpdateByWindowTicks::SharedCtor() { -ticks_ = 0; +inline void UpdateByWindowScale_UpdateByWindowTicks::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.ticks_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByWindowScale_UpdateByWindowTicks::~UpdateByWindowScale_UpdateByWindowTicks() { @@ -6817,7 +6999,7 @@ inline void UpdateByWindowScale_UpdateByWindowTicks::SharedDtor() { } void UpdateByWindowScale_UpdateByWindowTicks::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByWindowScale_UpdateByWindowTicks::Clear() { @@ -6826,7 +7008,7 @@ void UpdateByWindowScale_UpdateByWindowTicks::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - ticks_ = 0; + _impl_.ticks_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -6839,7 +7021,7 @@ const char* UpdateByWindowScale_UpdateByWindowTicks::_InternalParse(const char* // double ticks = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 9)) { - ticks_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.ticks_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -6908,25 +7090,21 @@ size_t UpdateByWindowScale_UpdateByWindowTicks::ByteSizeLong() const { total_size += 1 + 8; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByWindowScale_UpdateByWindowTicks::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByWindowScale_UpdateByWindowTicks::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByWindowScale_UpdateByWindowTicks::GetClassData() const { return &_class_data_; } -void UpdateByWindowScale_UpdateByWindowTicks::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByWindowScale_UpdateByWindowTicks::MergeFrom(const UpdateByWindowScale_UpdateByWindowTicks& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTicks) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByWindowScale_UpdateByWindowTicks::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTicks) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; @@ -6935,9 +7113,9 @@ void UpdateByWindowScale_UpdateByWindowTicks::MergeFrom(const UpdateByWindowScal uint64_t raw_ticks; memcpy(&raw_ticks, &tmp_ticks, sizeof(tmp_ticks)); if (raw_ticks != 0) { - _internal_set_ticks(from._internal_ticks()); + _this->_internal_set_ticks(from._internal_ticks()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByWindowScale_UpdateByWindowTicks::CopyFrom(const UpdateByWindowScale_UpdateByWindowTicks& from) { @@ -6954,7 +7132,7 @@ bool UpdateByWindowScale_UpdateByWindowTicks::IsInitialized() const { void UpdateByWindowScale_UpdateByWindowTicks::InternalSwap(UpdateByWindowScale_UpdateByWindowTicks* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(ticks_, other->ticks_); + swap(_impl_.ticks_, other->_impl_.ticks_); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByWindowScale_UpdateByWindowTicks::GetMetadata() const { @@ -6972,28 +7150,35 @@ class UpdateByWindowScale_UpdateByWindowTime::_Internal { UpdateByWindowScale_UpdateByWindowTime::UpdateByWindowScale_UpdateByWindowTime(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime) } UpdateByWindowScale_UpdateByWindowTime::UpdateByWindowScale_UpdateByWindowTime(const UpdateByWindowScale_UpdateByWindowTime& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByWindowScale_UpdateByWindowTime* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.column_){} + , decltype(_impl_.window_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - column_.InitDefault(); + _impl_.column_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_.Set("", GetArenaForAllocation()); + _impl_.column_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column().empty()) { - column_.Set(from._internal_column(), - GetArenaForAllocation()); + _this->_impl_.column_.Set(from._internal_column(), + _this->GetArenaForAllocation()); } clear_has_window(); switch (from.window_case()) { case kNanos: { - _internal_set_nanos(from._internal_nanos()); + _this->_internal_set_nanos(from._internal_nanos()); break; } case kDurationString: { - _internal_set_duration_string(from._internal_duration_string()); + _this->_internal_set_duration_string(from._internal_duration_string()); break; } case WINDOW_NOT_SET: { @@ -7003,12 +7188,21 @@ UpdateByWindowScale_UpdateByWindowTime::UpdateByWindowScale_UpdateByWindowTime(c // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime) } -inline void UpdateByWindowScale_UpdateByWindowTime::SharedCtor() { -column_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -clear_has_window(); +inline void UpdateByWindowScale_UpdateByWindowTime::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.column_){} + , decltype(_impl_.window_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + _impl_.column_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + clear_has_window(); } UpdateByWindowScale_UpdateByWindowTime::~UpdateByWindowScale_UpdateByWindowTime() { @@ -7022,14 +7216,14 @@ UpdateByWindowScale_UpdateByWindowTime::~UpdateByWindowScale_UpdateByWindowTime( inline void UpdateByWindowScale_UpdateByWindowTime::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - column_.Destroy(); + _impl_.column_.Destroy(); if (has_window()) { clear_window(); } } void UpdateByWindowScale_UpdateByWindowTime::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByWindowScale_UpdateByWindowTime::clear_window() { @@ -7040,14 +7234,14 @@ void UpdateByWindowScale_UpdateByWindowTime::clear_window() { break; } case kDurationString: { - window_.duration_string_.Destroy(); + _impl_.window_.duration_string_.Destroy(); break; } case WINDOW_NOT_SET: { break; } } - _oneof_case_[0] = WINDOW_NOT_SET; + _impl_._oneof_case_[0] = WINDOW_NOT_SET; } @@ -7057,7 +7251,7 @@ void UpdateByWindowScale_UpdateByWindowTime::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - column_.ClearToEmpty(); + _impl_.column_.ClearToEmpty(); clear_window(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -7191,45 +7385,41 @@ size_t UpdateByWindowScale_UpdateByWindowTime::ByteSizeLong() const { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByWindowScale_UpdateByWindowTime::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByWindowScale_UpdateByWindowTime::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByWindowScale_UpdateByWindowTime::GetClassData() const { return &_class_data_; } -void UpdateByWindowScale_UpdateByWindowTime::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByWindowScale_UpdateByWindowTime::MergeFrom(const UpdateByWindowScale_UpdateByWindowTime& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByWindowScale_UpdateByWindowTime::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_column().empty()) { - _internal_set_column(from._internal_column()); + _this->_internal_set_column(from._internal_column()); } switch (from.window_case()) { case kNanos: { - _internal_set_nanos(from._internal_nanos()); + _this->_internal_set_nanos(from._internal_nanos()); break; } case kDurationString: { - _internal_set_duration_string(from._internal_duration_string()); + _this->_internal_set_duration_string(from._internal_duration_string()); break; } case WINDOW_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByWindowScale_UpdateByWindowTime::CopyFrom(const UpdateByWindowScale_UpdateByWindowTime& from) { @@ -7249,11 +7439,11 @@ void UpdateByWindowScale_UpdateByWindowTime::InternalSwap(UpdateByWindowScale_Up auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_, lhs_arena, - &other->column_, rhs_arena + &_impl_.column_, lhs_arena, + &other->_impl_.column_, rhs_arena ); - swap(window_, other->window_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.window_, other->_impl_.window_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByWindowScale_UpdateByWindowTime::GetMetadata() const { @@ -7272,11 +7462,11 @@ class UpdateByWindowScale::_Internal { const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks& UpdateByWindowScale::_Internal::ticks(const UpdateByWindowScale* msg) { - return *msg->type_.ticks_; + return *msg->_impl_.type_.ticks_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime& UpdateByWindowScale::_Internal::time(const UpdateByWindowScale* msg) { - return *msg->type_.time_; + return *msg->_impl_.type_.time_; } void UpdateByWindowScale::set_allocated_ticks(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks* ticks) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -7289,7 +7479,7 @@ void UpdateByWindowScale::set_allocated_ticks(::io::deephaven::proto::backplane: message_arena, ticks, submessage_arena); } set_has_ticks(); - type_.ticks_ = ticks; + _impl_.type_.ticks_ = ticks; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.ticks) } @@ -7304,27 +7494,35 @@ void UpdateByWindowScale::set_allocated_time(::io::deephaven::proto::backplane:: message_arena, time, submessage_arena); } set_has_time(); - type_.time_ = time; + _impl_.type_.time_ = time; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.time) } UpdateByWindowScale::UpdateByWindowScale(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByWindowScale) } UpdateByWindowScale::UpdateByWindowScale(const UpdateByWindowScale& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByWindowScale* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_type(); switch (from.type_case()) { case kTicks: { - _internal_mutable_ticks()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks::MergeFrom(from._internal_ticks()); + _this->_internal_mutable_ticks()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks::MergeFrom( + from._internal_ticks()); break; } case kTime: { - _internal_mutable_time()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime::MergeFrom(from._internal_time()); + _this->_internal_mutable_time()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime::MergeFrom( + from._internal_time()); break; } case TYPE_NOT_SET: { @@ -7334,8 +7532,16 @@ UpdateByWindowScale::UpdateByWindowScale(const UpdateByWindowScale& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByWindowScale) } -inline void UpdateByWindowScale::SharedCtor() { -clear_has_type(); +inline void UpdateByWindowScale::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_type(); } UpdateByWindowScale::~UpdateByWindowScale() { @@ -7355,7 +7561,7 @@ inline void UpdateByWindowScale::SharedDtor() { } void UpdateByWindowScale::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByWindowScale::clear_type() { @@ -7363,13 +7569,13 @@ void UpdateByWindowScale::clear_type() { switch (type_case()) { case kTicks: { if (GetArenaForAllocation() == nullptr) { - delete type_.ticks_; + delete _impl_.type_.ticks_; } break; } case kTime: { if (GetArenaForAllocation() == nullptr) { - delete type_.time_; + delete _impl_.type_.time_; } break; } @@ -7377,7 +7583,7 @@ void UpdateByWindowScale::clear_type() { break; } } - _oneof_case_[0] = TYPE_NOT_SET; + _impl_._oneof_case_[0] = TYPE_NOT_SET; } @@ -7477,56 +7683,54 @@ size_t UpdateByWindowScale::ByteSizeLong() const { case kTicks: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.ticks_); + *_impl_.type_.ticks_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime time = 2; case kTime: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.time_); + *_impl_.type_.time_); break; } case TYPE_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByWindowScale::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByWindowScale::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByWindowScale::GetClassData() const { return &_class_data_; } -void UpdateByWindowScale::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByWindowScale::MergeFrom(const UpdateByWindowScale& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByWindowScale) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByWindowScale::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByWindowScale) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.type_case()) { case kTicks: { - _internal_mutable_ticks()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks::MergeFrom(from._internal_ticks()); + _this->_internal_mutable_ticks()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks::MergeFrom( + from._internal_ticks()); break; } case kTime: { - _internal_mutable_time()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime::MergeFrom(from._internal_time()); + _this->_internal_mutable_time()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime::MergeFrom( + from._internal_time()); break; } case TYPE_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByWindowScale::CopyFrom(const UpdateByWindowScale& from) { @@ -7543,8 +7747,8 @@ bool UpdateByWindowScale::IsInitialized() const { void UpdateByWindowScale::InternalSwap(UpdateByWindowScale* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(type_, other->type_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.type_, other->_impl_.type_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByWindowScale::GetMetadata() const { @@ -7562,33 +7766,49 @@ class UpdateByEmOptions::_Internal { const ::io::deephaven::proto::backplane::grpc::MathContext& UpdateByEmOptions::_Internal::big_value_context(const UpdateByEmOptions* msg) { - return *msg->big_value_context_; + return *msg->_impl_.big_value_context_; } UpdateByEmOptions::UpdateByEmOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByEmOptions) } UpdateByEmOptions::UpdateByEmOptions(const UpdateByEmOptions& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByEmOptions* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.big_value_context_){nullptr} + , decltype(_impl_.on_null_value_){} + , decltype(_impl_.on_nan_value_){} + , decltype(_impl_.on_null_time_){} + , decltype(_impl_.on_negative_delta_time_){} + , decltype(_impl_.on_zero_delta_time_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_big_value_context()) { - big_value_context_ = new ::io::deephaven::proto::backplane::grpc::MathContext(*from.big_value_context_); - } else { - big_value_context_ = nullptr; + _this->_impl_.big_value_context_ = new ::io::deephaven::proto::backplane::grpc::MathContext(*from._impl_.big_value_context_); } - ::memcpy(&on_null_value_, &from.on_null_value_, - static_cast(reinterpret_cast(&on_zero_delta_time_) - - reinterpret_cast(&on_null_value_)) + sizeof(on_zero_delta_time_)); + ::memcpy(&_impl_.on_null_value_, &from._impl_.on_null_value_, + static_cast(reinterpret_cast(&_impl_.on_zero_delta_time_) - + reinterpret_cast(&_impl_.on_null_value_)) + sizeof(_impl_.on_zero_delta_time_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByEmOptions) } -inline void UpdateByEmOptions::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&big_value_context_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&on_zero_delta_time_) - - reinterpret_cast(&big_value_context_)) + sizeof(on_zero_delta_time_)); +inline void UpdateByEmOptions::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.big_value_context_){nullptr} + , decltype(_impl_.on_null_value_){0} + , decltype(_impl_.on_nan_value_){0} + , decltype(_impl_.on_null_time_){0} + , decltype(_impl_.on_negative_delta_time_){0} + , decltype(_impl_.on_zero_delta_time_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByEmOptions::~UpdateByEmOptions() { @@ -7602,11 +7822,11 @@ UpdateByEmOptions::~UpdateByEmOptions() { inline void UpdateByEmOptions::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete big_value_context_; + if (this != internal_default_instance()) delete _impl_.big_value_context_; } void UpdateByEmOptions::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByEmOptions::Clear() { @@ -7615,13 +7835,13 @@ void UpdateByEmOptions::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && big_value_context_ != nullptr) { - delete big_value_context_; + if (GetArenaForAllocation() == nullptr && _impl_.big_value_context_ != nullptr) { + delete _impl_.big_value_context_; } - big_value_context_ = nullptr; - ::memset(&on_null_value_, 0, static_cast( - reinterpret_cast(&on_zero_delta_time_) - - reinterpret_cast(&on_null_value_)) + sizeof(on_zero_delta_time_)); + _impl_.big_value_context_ = nullptr; + ::memset(&_impl_.on_null_value_, 0, static_cast( + reinterpret_cast(&_impl_.on_zero_delta_time_) - + reinterpret_cast(&_impl_.on_null_value_)) + sizeof(_impl_.on_zero_delta_time_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -7775,7 +7995,7 @@ size_t UpdateByEmOptions::ByteSizeLong() const { if (this->_internal_has_big_value_context()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *big_value_context_); + *_impl_.big_value_context_); } // .io.deephaven.proto.backplane.grpc.BadDataBehavior on_null_value = 1; @@ -7808,47 +8028,44 @@ size_t UpdateByEmOptions::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_on_zero_delta_time()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByEmOptions::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByEmOptions::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByEmOptions::GetClassData() const { return &_class_data_; } -void UpdateByEmOptions::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByEmOptions::MergeFrom(const UpdateByEmOptions& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByEmOptions) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByEmOptions::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByEmOptions) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_big_value_context()) { - _internal_mutable_big_value_context()->::io::deephaven::proto::backplane::grpc::MathContext::MergeFrom(from._internal_big_value_context()); + _this->_internal_mutable_big_value_context()->::io::deephaven::proto::backplane::grpc::MathContext::MergeFrom( + from._internal_big_value_context()); } if (from._internal_on_null_value() != 0) { - _internal_set_on_null_value(from._internal_on_null_value()); + _this->_internal_set_on_null_value(from._internal_on_null_value()); } if (from._internal_on_nan_value() != 0) { - _internal_set_on_nan_value(from._internal_on_nan_value()); + _this->_internal_set_on_nan_value(from._internal_on_nan_value()); } if (from._internal_on_null_time() != 0) { - _internal_set_on_null_time(from._internal_on_null_time()); + _this->_internal_set_on_null_time(from._internal_on_null_time()); } if (from._internal_on_negative_delta_time() != 0) { - _internal_set_on_negative_delta_time(from._internal_on_negative_delta_time()); + _this->_internal_set_on_negative_delta_time(from._internal_on_negative_delta_time()); } if (from._internal_on_zero_delta_time() != 0) { - _internal_set_on_zero_delta_time(from._internal_on_zero_delta_time()); + _this->_internal_set_on_zero_delta_time(from._internal_on_zero_delta_time()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByEmOptions::CopyFrom(const UpdateByEmOptions& from) { @@ -7866,11 +8083,11 @@ void UpdateByEmOptions::InternalSwap(UpdateByEmOptions* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByEmOptions, on_zero_delta_time_) - + sizeof(UpdateByEmOptions::on_zero_delta_time_) - - PROTOBUF_FIELD_OFFSET(UpdateByEmOptions, big_value_context_)>( - reinterpret_cast(&big_value_context_), - reinterpret_cast(&other->big_value_context_)); + PROTOBUF_FIELD_OFFSET(UpdateByEmOptions, _impl_.on_zero_delta_time_) + + sizeof(UpdateByEmOptions::_impl_.on_zero_delta_time_) + - PROTOBUF_FIELD_OFFSET(UpdateByEmOptions, _impl_.big_value_context_)>( + reinterpret_cast(&_impl_.big_value_context_), + reinterpret_cast(&other->_impl_.big_value_context_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByEmOptions::GetMetadata() const { @@ -7888,18 +8105,29 @@ class UpdateByDeltaOptions::_Internal { UpdateByDeltaOptions::UpdateByDeltaOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByDeltaOptions) } UpdateByDeltaOptions::UpdateByDeltaOptions(const UpdateByDeltaOptions& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByDeltaOptions* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.null_behavior_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - null_behavior_ = from.null_behavior_; + _this->_impl_.null_behavior_ = from._impl_.null_behavior_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByDeltaOptions) } -inline void UpdateByDeltaOptions::SharedCtor() { -null_behavior_ = 0; +inline void UpdateByDeltaOptions::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.null_behavior_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByDeltaOptions::~UpdateByDeltaOptions() { @@ -7916,7 +8144,7 @@ inline void UpdateByDeltaOptions::SharedDtor() { } void UpdateByDeltaOptions::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByDeltaOptions::Clear() { @@ -7925,7 +8153,7 @@ void UpdateByDeltaOptions::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - null_behavior_ = 0; + _impl_.null_behavior_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -8002,32 +8230,28 @@ size_t UpdateByDeltaOptions::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_null_behavior()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByDeltaOptions::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByDeltaOptions::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByDeltaOptions::GetClassData() const { return &_class_data_; } -void UpdateByDeltaOptions::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByDeltaOptions::MergeFrom(const UpdateByDeltaOptions& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByDeltaOptions) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByDeltaOptions::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByDeltaOptions) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_null_behavior() != 0) { - _internal_set_null_behavior(from._internal_null_behavior()); + _this->_internal_set_null_behavior(from._internal_null_behavior()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByDeltaOptions::CopyFrom(const UpdateByDeltaOptions& from) { @@ -8044,7 +8268,7 @@ bool UpdateByDeltaOptions::IsInitialized() const { void UpdateByDeltaOptions::InternalSwap(UpdateByDeltaOptions* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(null_behavior_, other->null_behavior_); + swap(_impl_.null_behavior_, other->_impl_.null_behavior_); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByDeltaOptions::GetMetadata() const { @@ -8057,7 +8281,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByDeltaOptions::GetMetadata() const { class UpdateByRequest_UpdateByOptions::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_use_redirection(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -8081,34 +8305,53 @@ class UpdateByRequest_UpdateByOptions::_Internal { const ::io::deephaven::proto::backplane::grpc::MathContext& UpdateByRequest_UpdateByOptions::_Internal::math_context(const UpdateByRequest_UpdateByOptions* msg) { - return *msg->math_context_; + return *msg->_impl_.math_context_; } UpdateByRequest_UpdateByOptions::UpdateByRequest_UpdateByOptions(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions) } UpdateByRequest_UpdateByOptions::UpdateByRequest_UpdateByOptions(const UpdateByRequest_UpdateByOptions& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOptions* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.math_context_){nullptr} + , decltype(_impl_.use_redirection_){} + , decltype(_impl_.chunk_capacity_){} + , decltype(_impl_.max_static_sparse_memory_overhead_){} + , decltype(_impl_.maximum_load_factor_){} + , decltype(_impl_.target_load_factor_){} + , decltype(_impl_.initial_hash_table_size_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_math_context()) { - math_context_ = new ::io::deephaven::proto::backplane::grpc::MathContext(*from.math_context_); - } else { - math_context_ = nullptr; + _this->_impl_.math_context_ = new ::io::deephaven::proto::backplane::grpc::MathContext(*from._impl_.math_context_); } - ::memcpy(&use_redirection_, &from.use_redirection_, - static_cast(reinterpret_cast(&initial_hash_table_size_) - - reinterpret_cast(&use_redirection_)) + sizeof(initial_hash_table_size_)); + ::memcpy(&_impl_.use_redirection_, &from._impl_.use_redirection_, + static_cast(reinterpret_cast(&_impl_.initial_hash_table_size_) - + reinterpret_cast(&_impl_.use_redirection_)) + sizeof(_impl_.initial_hash_table_size_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions) } -inline void UpdateByRequest_UpdateByOptions::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&math_context_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&initial_hash_table_size_) - - reinterpret_cast(&math_context_)) + sizeof(initial_hash_table_size_)); +inline void UpdateByRequest_UpdateByOptions::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.math_context_){nullptr} + , decltype(_impl_.use_redirection_){false} + , decltype(_impl_.chunk_capacity_){0} + , decltype(_impl_.max_static_sparse_memory_overhead_){0} + , decltype(_impl_.maximum_load_factor_){0} + , decltype(_impl_.target_load_factor_){0} + , decltype(_impl_.initial_hash_table_size_){0} + }; } UpdateByRequest_UpdateByOptions::~UpdateByRequest_UpdateByOptions() { @@ -8122,11 +8365,11 @@ UpdateByRequest_UpdateByOptions::~UpdateByRequest_UpdateByOptions() { inline void UpdateByRequest_UpdateByOptions::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete math_context_; + if (this != internal_default_instance()) delete _impl_.math_context_; } void UpdateByRequest_UpdateByOptions::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOptions::Clear() { @@ -8135,17 +8378,17 @@ void UpdateByRequest_UpdateByOptions::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && math_context_ != nullptr) { - delete math_context_; + if (GetArenaForAllocation() == nullptr && _impl_.math_context_ != nullptr) { + delete _impl_.math_context_; } - math_context_ = nullptr; - cached_has_bits = _has_bits_[0]; + _impl_.math_context_ = nullptr; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x0000003fu) { - ::memset(&use_redirection_, 0, static_cast( - reinterpret_cast(&initial_hash_table_size_) - - reinterpret_cast(&use_redirection_)) + sizeof(initial_hash_table_size_)); + ::memset(&_impl_.use_redirection_, 0, static_cast( + reinterpret_cast(&_impl_.initial_hash_table_size_) - + reinterpret_cast(&_impl_.use_redirection_)) + sizeof(_impl_.initial_hash_table_size_)); } - _has_bits_.Clear(); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -8160,7 +8403,7 @@ const char* UpdateByRequest_UpdateByOptions::_InternalParse(const char* ptr, ::_ case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { _Internal::set_has_use_redirection(&has_bits); - use_redirection_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.use_redirection_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -8169,7 +8412,7 @@ const char* UpdateByRequest_UpdateByOptions::_InternalParse(const char* ptr, ::_ case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { _Internal::set_has_chunk_capacity(&has_bits); - chunk_capacity_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.chunk_capacity_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -8178,7 +8421,7 @@ const char* UpdateByRequest_UpdateByOptions::_InternalParse(const char* ptr, ::_ case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 25)) { _Internal::set_has_max_static_sparse_memory_overhead(&has_bits); - max_static_sparse_memory_overhead_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.max_static_sparse_memory_overhead_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -8187,7 +8430,7 @@ const char* UpdateByRequest_UpdateByOptions::_InternalParse(const char* ptr, ::_ case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { _Internal::set_has_initial_hash_table_size(&has_bits); - initial_hash_table_size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.initial_hash_table_size_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -8196,7 +8439,7 @@ const char* UpdateByRequest_UpdateByOptions::_InternalParse(const char* ptr, ::_ case 5: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 41)) { _Internal::set_has_maximum_load_factor(&has_bits); - maximum_load_factor_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.maximum_load_factor_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -8205,7 +8448,7 @@ const char* UpdateByRequest_UpdateByOptions::_InternalParse(const char* ptr, ::_ case 6: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 49)) { _Internal::set_has_target_load_factor(&has_bits); - target_load_factor_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.target_load_factor_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -8234,7 +8477,7 @@ const char* UpdateByRequest_UpdateByOptions::_InternalParse(const char* ptr, ::_ CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -8311,10 +8554,10 @@ size_t UpdateByRequest_UpdateByOptions::ByteSizeLong() const { if (this->_internal_has_math_context()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *math_context_); + *_impl_.math_context_); } - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x0000003fu) { // optional bool use_redirection = 1; if (cached_has_bits & 0x00000001u) { @@ -8347,54 +8590,51 @@ size_t UpdateByRequest_UpdateByOptions::ByteSizeLong() const { } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOptions::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOptions::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOptions::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOptions::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOptions::MergeFrom(const UpdateByRequest_UpdateByOptions& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOptions::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_math_context()) { - _internal_mutable_math_context()->::io::deephaven::proto::backplane::grpc::MathContext::MergeFrom(from._internal_math_context()); + _this->_internal_mutable_math_context()->::io::deephaven::proto::backplane::grpc::MathContext::MergeFrom( + from._internal_math_context()); } - cached_has_bits = from._has_bits_[0]; + cached_has_bits = from._impl_._has_bits_[0]; if (cached_has_bits & 0x0000003fu) { if (cached_has_bits & 0x00000001u) { - use_redirection_ = from.use_redirection_; + _this->_impl_.use_redirection_ = from._impl_.use_redirection_; } if (cached_has_bits & 0x00000002u) { - chunk_capacity_ = from.chunk_capacity_; + _this->_impl_.chunk_capacity_ = from._impl_.chunk_capacity_; } if (cached_has_bits & 0x00000004u) { - max_static_sparse_memory_overhead_ = from.max_static_sparse_memory_overhead_; + _this->_impl_.max_static_sparse_memory_overhead_ = from._impl_.max_static_sparse_memory_overhead_; } if (cached_has_bits & 0x00000008u) { - maximum_load_factor_ = from.maximum_load_factor_; + _this->_impl_.maximum_load_factor_ = from._impl_.maximum_load_factor_; } if (cached_has_bits & 0x00000010u) { - target_load_factor_ = from.target_load_factor_; + _this->_impl_.target_load_factor_ = from._impl_.target_load_factor_; } if (cached_has_bits & 0x00000020u) { - initial_hash_table_size_ = from.initial_hash_table_size_; + _this->_impl_.initial_hash_table_size_ = from._impl_.initial_hash_table_size_; } - _has_bits_[0] |= cached_has_bits; + _this->_impl_._has_bits_[0] |= cached_has_bits; } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOptions::CopyFrom(const UpdateByRequest_UpdateByOptions& from) { @@ -8411,13 +8651,13 @@ bool UpdateByRequest_UpdateByOptions::IsInitialized() const { void UpdateByRequest_UpdateByOptions::InternalSwap(UpdateByRequest_UpdateByOptions* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOptions, initial_hash_table_size_) - + sizeof(UpdateByRequest_UpdateByOptions::initial_hash_table_size_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOptions, math_context_)>( - reinterpret_cast(&math_context_), - reinterpret_cast(&other->math_context_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOptions, _impl_.initial_hash_table_size_) + + sizeof(UpdateByRequest_UpdateByOptions::_impl_.initial_hash_table_size_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOptions, _impl_.math_context_)>( + reinterpret_cast(&_impl_.math_context_), + reinterpret_cast(&other->_impl_.math_context_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOptions::GetMetadata() const { @@ -8439,6 +8679,7 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulative } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByCumulativeSum) } @@ -8478,6 +8719,7 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulative } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByCumulativeMin) } @@ -8517,6 +8759,7 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulative } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByCumulativeMax) } @@ -8556,6 +8799,7 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulative } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByCumulativeProduct) } @@ -8595,6 +8839,7 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill::Upda } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByFill) } @@ -8631,39 +8876,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma: const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::_Internal::options(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma* msg) { - return *msg->options_; + return *msg->_impl_.options_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::_Internal::window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma* msg) { - return *msg->window_scale_; + return *msg->_impl_.window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEma) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.options_){nullptr} + , decltype(_impl_.window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_options()) { - options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions(*from.options_); - } else { - options_ = nullptr; + _this->_impl_.options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions(*from._impl_.options_); } if (from._internal_has_window_scale()) { - window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.window_scale_); - } else { - window_scale_ = nullptr; + _this->_impl_.window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEma) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&options_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&window_scale_) - - reinterpret_cast(&options_)) + sizeof(window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.options_){nullptr} + , decltype(_impl_.window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma() { @@ -8677,12 +8928,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::~Upda inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete options_; - if (this != internal_default_instance()) delete window_scale_; + if (this != internal_default_instance()) delete _impl_.options_; + if (this != internal_default_instance()) delete _impl_.window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::Clear() { @@ -8691,14 +8942,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma:: // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; - if (GetArenaForAllocation() == nullptr && window_scale_ != nullptr) { - delete window_scale_; + _impl_.options_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.window_scale_ != nullptr) { + delete _impl_.window_scale_; } - window_scale_ = nullptr; + _impl_.window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -8787,45 +9038,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma if (this->_internal_has_options()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *options_); + *_impl_.options_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale window_scale = 2; if (this->_internal_has_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *window_scale_); + *_impl_.window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEma) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEma) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_options()) { - _internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByEmOptions::MergeFrom(from._internal_options()); + _this->_internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByEmOptions::MergeFrom( + from._internal_options()); } if (from._internal_has_window_scale()) { - _internal_mutable_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_window_scale()); + _this->_internal_mutable_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma& from) { @@ -8843,11 +9092,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma:: using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma, window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma, options_)>( - reinterpret_cast(&options_), - reinterpret_cast(&other->options_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma, _impl_.window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::_impl_.window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma, _impl_.options_)>( + reinterpret_cast(&_impl_.options_), + reinterpret_cast(&other->_impl_.options_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::GetMetadata() const { @@ -8866,39 +9115,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms: const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::_Internal::options(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms* msg) { - return *msg->options_; + return *msg->_impl_.options_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::_Internal::window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms* msg) { - return *msg->window_scale_; + return *msg->_impl_.window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEms) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.options_){nullptr} + , decltype(_impl_.window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_options()) { - options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions(*from.options_); - } else { - options_ = nullptr; + _this->_impl_.options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions(*from._impl_.options_); } if (from._internal_has_window_scale()) { - window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.window_scale_); - } else { - window_scale_ = nullptr; + _this->_impl_.window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEms) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&options_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&window_scale_) - - reinterpret_cast(&options_)) + sizeof(window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.options_){nullptr} + , decltype(_impl_.window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms() { @@ -8912,12 +9167,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::~Upda inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete options_; - if (this != internal_default_instance()) delete window_scale_; + if (this != internal_default_instance()) delete _impl_.options_; + if (this != internal_default_instance()) delete _impl_.window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::Clear() { @@ -8926,14 +9181,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms:: // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; - if (GetArenaForAllocation() == nullptr && window_scale_ != nullptr) { - delete window_scale_; + _impl_.options_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.window_scale_ != nullptr) { + delete _impl_.window_scale_; } - window_scale_ = nullptr; + _impl_.window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -9022,45 +9277,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms if (this->_internal_has_options()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *options_); + *_impl_.options_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale window_scale = 2; if (this->_internal_has_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *window_scale_); + *_impl_.window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEms) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEms) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_options()) { - _internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByEmOptions::MergeFrom(from._internal_options()); + _this->_internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByEmOptions::MergeFrom( + from._internal_options()); } if (from._internal_has_window_scale()) { - _internal_mutable_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_window_scale()); + _this->_internal_mutable_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms& from) { @@ -9078,11 +9331,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms:: using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms, window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms, options_)>( - reinterpret_cast(&options_), - reinterpret_cast(&other->options_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms, _impl_.window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::_impl_.window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms, _impl_.options_)>( + reinterpret_cast(&_impl_.options_), + reinterpret_cast(&other->_impl_.options_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::GetMetadata() const { @@ -9101,39 +9354,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMi const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::_Internal::options(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin* msg) { - return *msg->options_; + return *msg->_impl_.options_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::_Internal::window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin* msg) { - return *msg->window_scale_; + return *msg->_impl_.window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMin) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.options_){nullptr} + , decltype(_impl_.window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_options()) { - options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions(*from.options_); - } else { - options_ = nullptr; + _this->_impl_.options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions(*from._impl_.options_); } if (from._internal_has_window_scale()) { - window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.window_scale_); - } else { - window_scale_ = nullptr; + _this->_impl_.window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMin) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&options_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&window_scale_) - - reinterpret_cast(&options_)) + sizeof(window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.options_){nullptr} + , decltype(_impl_.window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin() { @@ -9147,12 +9406,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::~Up inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete options_; - if (this != internal_default_instance()) delete window_scale_; + if (this != internal_default_instance()) delete _impl_.options_; + if (this != internal_default_instance()) delete _impl_.window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::Clear() { @@ -9161,14 +9420,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; - if (GetArenaForAllocation() == nullptr && window_scale_ != nullptr) { - delete window_scale_; + _impl_.options_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.window_scale_ != nullptr) { + delete _impl_.window_scale_; } - window_scale_ = nullptr; + _impl_.window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -9257,45 +9516,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmM if (this->_internal_has_options()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *options_); + *_impl_.options_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale window_scale = 2; if (this->_internal_has_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *window_scale_); + *_impl_.window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMin) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMin) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_options()) { - _internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByEmOptions::MergeFrom(from._internal_options()); + _this->_internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByEmOptions::MergeFrom( + from._internal_options()); } if (from._internal_has_window_scale()) { - _internal_mutable_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_window_scale()); + _this->_internal_mutable_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin& from) { @@ -9313,11 +9570,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin, window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin, options_)>( - reinterpret_cast(&options_), - reinterpret_cast(&other->options_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin, _impl_.window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::_impl_.window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin, _impl_.options_)>( + reinterpret_cast(&_impl_.options_), + reinterpret_cast(&other->_impl_.options_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::GetMetadata() const { @@ -9336,39 +9593,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMa const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::_Internal::options(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax* msg) { - return *msg->options_; + return *msg->_impl_.options_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::_Internal::window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax* msg) { - return *msg->window_scale_; + return *msg->_impl_.window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMax) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.options_){nullptr} + , decltype(_impl_.window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_options()) { - options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions(*from.options_); - } else { - options_ = nullptr; + _this->_impl_.options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions(*from._impl_.options_); } if (from._internal_has_window_scale()) { - window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.window_scale_); - } else { - window_scale_ = nullptr; + _this->_impl_.window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMax) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&options_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&window_scale_) - - reinterpret_cast(&options_)) + sizeof(window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.options_){nullptr} + , decltype(_impl_.window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax() { @@ -9382,12 +9645,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::~Up inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete options_; - if (this != internal_default_instance()) delete window_scale_; + if (this != internal_default_instance()) delete _impl_.options_; + if (this != internal_default_instance()) delete _impl_.window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::Clear() { @@ -9396,14 +9659,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; - if (GetArenaForAllocation() == nullptr && window_scale_ != nullptr) { - delete window_scale_; + _impl_.options_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.window_scale_ != nullptr) { + delete _impl_.window_scale_; } - window_scale_ = nullptr; + _impl_.window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -9492,45 +9755,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmM if (this->_internal_has_options()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *options_); + *_impl_.options_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale window_scale = 2; if (this->_internal_has_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *window_scale_); + *_impl_.window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMax) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMax) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_options()) { - _internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByEmOptions::MergeFrom(from._internal_options()); + _this->_internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByEmOptions::MergeFrom( + from._internal_options()); } if (from._internal_has_window_scale()) { - _internal_mutable_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_window_scale()); + _this->_internal_mutable_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax& from) { @@ -9548,11 +9809,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax, window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax, options_)>( - reinterpret_cast(&options_), - reinterpret_cast(&other->options_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax, _impl_.window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::_impl_.window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax, _impl_.options_)>( + reinterpret_cast(&_impl_.options_), + reinterpret_cast(&other->_impl_.options_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::GetMetadata() const { @@ -9571,39 +9832,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmSt const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::_Internal::options(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd* msg) { - return *msg->options_; + return *msg->_impl_.options_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::_Internal::window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd* msg) { - return *msg->window_scale_; + return *msg->_impl_.window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmStd) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.options_){nullptr} + , decltype(_impl_.window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_options()) { - options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions(*from.options_); - } else { - options_ = nullptr; + _this->_impl_.options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions(*from._impl_.options_); } if (from._internal_has_window_scale()) { - window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.window_scale_); - } else { - window_scale_ = nullptr; + _this->_impl_.window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmStd) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&options_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&window_scale_) - - reinterpret_cast(&options_)) + sizeof(window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.options_){nullptr} + , decltype(_impl_.window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd() { @@ -9617,12 +9884,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::~Up inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete options_; - if (this != internal_default_instance()) delete window_scale_; + if (this != internal_default_instance()) delete _impl_.options_; + if (this != internal_default_instance()) delete _impl_.window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::Clear() { @@ -9631,14 +9898,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; - if (GetArenaForAllocation() == nullptr && window_scale_ != nullptr) { - delete window_scale_; + _impl_.options_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.window_scale_ != nullptr) { + delete _impl_.window_scale_; } - window_scale_ = nullptr; + _impl_.window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -9727,45 +9994,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmS if (this->_internal_has_options()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *options_); + *_impl_.options_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale window_scale = 2; if (this->_internal_has_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *window_scale_); + *_impl_.window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmStd) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmStd) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_options()) { - _internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByEmOptions::MergeFrom(from._internal_options()); + _this->_internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByEmOptions::MergeFrom( + from._internal_options()); } if (from._internal_has_window_scale()) { - _internal_mutable_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_window_scale()); + _this->_internal_mutable_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd& from) { @@ -9783,11 +10048,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd, window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd, options_)>( - reinterpret_cast(&options_), - reinterpret_cast(&other->options_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd, _impl_.window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::_impl_.window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd, _impl_.options_)>( + reinterpret_cast(&_impl_.options_), + reinterpret_cast(&other->_impl_.options_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::GetMetadata() const { @@ -9805,27 +10070,36 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelt const ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::_Internal::options(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta* msg) { - return *msg->options_; + return *msg->_impl_.options_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByDelta) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.options_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_options()) { - options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions(*from.options_); - } else { - options_ = nullptr; + _this->_impl_.options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions(*from._impl_.options_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByDelta) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::SharedCtor() { -options_ = nullptr; +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.options_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta() { @@ -9839,11 +10113,11 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::~Up inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete options_; + if (this != internal_default_instance()) delete _impl_.options_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::Clear() { @@ -9852,10 +10126,10 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; + _impl_.options_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -9929,35 +10203,32 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDel if (this->_internal_has_options()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *options_); + *_impl_.options_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByDelta) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByDelta) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_options()) { - _internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions::MergeFrom(from._internal_options()); + _this->_internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions::MergeFrom( + from._internal_options()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta& from) { @@ -9974,7 +10245,7 @@ bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(options_, other->options_); + swap(_impl_.options_, other->_impl_.options_); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::GetMetadata() const { @@ -9993,39 +10264,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::_Internal::reverse_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum* msg) { - return *msg->reverse_window_scale_; + return *msg->_impl_.reverse_window_scale_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::_Internal::forward_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum* msg) { - return *msg->forward_window_scale_; + return *msg->_impl_.forward_window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingSum) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_reverse_window_scale()) { - reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.reverse_window_scale_); - } else { - reverse_window_scale_ = nullptr; + _this->_impl_.reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.reverse_window_scale_); } if (from._internal_has_forward_window_scale()) { - forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.forward_window_scale_); - } else { - forward_window_scale_ = nullptr; + _this->_impl_.forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.forward_window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingSum) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&reverse_window_scale_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&forward_window_scale_) - - reinterpret_cast(&reverse_window_scale_)) + sizeof(forward_window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum() { @@ -10039,12 +10316,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete reverse_window_scale_; - if (this != internal_default_instance()) delete forward_window_scale_; + if (this != internal_default_instance()) delete _impl_.reverse_window_scale_; + if (this != internal_default_instance()) delete _impl_.forward_window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::Clear() { @@ -10053,14 +10330,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + _impl_.reverse_window_scale_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -10149,45 +10426,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol if (this->_internal_has_reverse_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *reverse_window_scale_); + *_impl_.reverse_window_scale_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; if (this->_internal_has_forward_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *forward_window_scale_); + *_impl_.forward_window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingSum) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingSum) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_reverse_window_scale()) { - _internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_reverse_window_scale()); + _this->_internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_reverse_window_scale()); } if (from._internal_has_forward_window_scale()) { - _internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_forward_window_scale()); + _this->_internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_forward_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum& from) { @@ -10205,11 +10480,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum, forward_window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::forward_window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum, reverse_window_scale_)>( - reinterpret_cast(&reverse_window_scale_), - reinterpret_cast(&other->reverse_window_scale_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum, _impl_.forward_window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::_impl_.forward_window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum, _impl_.reverse_window_scale_)>( + reinterpret_cast(&_impl_.reverse_window_scale_), + reinterpret_cast(&other->_impl_.reverse_window_scale_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::GetMetadata() const { @@ -10228,39 +10503,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::_Internal::reverse_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup* msg) { - return *msg->reverse_window_scale_; + return *msg->_impl_.reverse_window_scale_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::_Internal::forward_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup* msg) { - return *msg->forward_window_scale_; + return *msg->_impl_.forward_window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingGroup) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_reverse_window_scale()) { - reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.reverse_window_scale_); - } else { - reverse_window_scale_ = nullptr; + _this->_impl_.reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.reverse_window_scale_); } if (from._internal_has_forward_window_scale()) { - forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.forward_window_scale_); - } else { - forward_window_scale_ = nullptr; + _this->_impl_.forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.forward_window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingGroup) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&reverse_window_scale_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&forward_window_scale_) - - reinterpret_cast(&reverse_window_scale_)) + sizeof(forward_window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup() { @@ -10274,12 +10555,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGro inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete reverse_window_scale_; - if (this != internal_default_instance()) delete forward_window_scale_; + if (this != internal_default_instance()) delete _impl_.reverse_window_scale_; + if (this != internal_default_instance()) delete _impl_.forward_window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::Clear() { @@ -10288,14 +10569,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + _impl_.reverse_window_scale_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -10384,45 +10665,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol if (this->_internal_has_reverse_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *reverse_window_scale_); + *_impl_.reverse_window_scale_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; if (this->_internal_has_forward_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *forward_window_scale_); + *_impl_.forward_window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingGroup) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingGroup) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_reverse_window_scale()) { - _internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_reverse_window_scale()); + _this->_internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_reverse_window_scale()); } if (from._internal_has_forward_window_scale()) { - _internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_forward_window_scale()); + _this->_internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_forward_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup& from) { @@ -10440,11 +10719,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup, forward_window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::forward_window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup, reverse_window_scale_)>( - reinterpret_cast(&reverse_window_scale_), - reinterpret_cast(&other->reverse_window_scale_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup, _impl_.forward_window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::_impl_.forward_window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup, _impl_.reverse_window_scale_)>( + reinterpret_cast(&_impl_.reverse_window_scale_), + reinterpret_cast(&other->_impl_.reverse_window_scale_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::GetMetadata() const { @@ -10463,39 +10742,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::_Internal::reverse_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg* msg) { - return *msg->reverse_window_scale_; + return *msg->_impl_.reverse_window_scale_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::_Internal::forward_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg* msg) { - return *msg->forward_window_scale_; + return *msg->_impl_.forward_window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingAvg) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_reverse_window_scale()) { - reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.reverse_window_scale_); - } else { - reverse_window_scale_ = nullptr; + _this->_impl_.reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.reverse_window_scale_); } if (from._internal_has_forward_window_scale()) { - forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.forward_window_scale_); - } else { - forward_window_scale_ = nullptr; + _this->_impl_.forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.forward_window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingAvg) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&reverse_window_scale_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&forward_window_scale_) - - reinterpret_cast(&reverse_window_scale_)) + sizeof(forward_window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg() { @@ -10509,12 +10794,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete reverse_window_scale_; - if (this != internal_default_instance()) delete forward_window_scale_; + if (this != internal_default_instance()) delete _impl_.reverse_window_scale_; + if (this != internal_default_instance()) delete _impl_.forward_window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::Clear() { @@ -10523,14 +10808,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + _impl_.reverse_window_scale_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -10619,45 +10904,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol if (this->_internal_has_reverse_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *reverse_window_scale_); + *_impl_.reverse_window_scale_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; if (this->_internal_has_forward_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *forward_window_scale_); + *_impl_.forward_window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingAvg) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingAvg) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_reverse_window_scale()) { - _internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_reverse_window_scale()); + _this->_internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_reverse_window_scale()); } if (from._internal_has_forward_window_scale()) { - _internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_forward_window_scale()); + _this->_internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_forward_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg& from) { @@ -10675,11 +10958,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg, forward_window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::forward_window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg, reverse_window_scale_)>( - reinterpret_cast(&reverse_window_scale_), - reinterpret_cast(&other->reverse_window_scale_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg, _impl_.forward_window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::_impl_.forward_window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg, _impl_.reverse_window_scale_)>( + reinterpret_cast(&_impl_.reverse_window_scale_), + reinterpret_cast(&other->_impl_.reverse_window_scale_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::GetMetadata() const { @@ -10698,39 +10981,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::_Internal::reverse_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin* msg) { - return *msg->reverse_window_scale_; + return *msg->_impl_.reverse_window_scale_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::_Internal::forward_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin* msg) { - return *msg->forward_window_scale_; + return *msg->_impl_.forward_window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMin) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_reverse_window_scale()) { - reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.reverse_window_scale_); - } else { - reverse_window_scale_ = nullptr; + _this->_impl_.reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.reverse_window_scale_); } if (from._internal_has_forward_window_scale()) { - forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.forward_window_scale_); - } else { - forward_window_scale_ = nullptr; + _this->_impl_.forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.forward_window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMin) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&reverse_window_scale_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&forward_window_scale_) - - reinterpret_cast(&reverse_window_scale_)) + sizeof(forward_window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin() { @@ -10744,12 +11033,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete reverse_window_scale_; - if (this != internal_default_instance()) delete forward_window_scale_; + if (this != internal_default_instance()) delete _impl_.reverse_window_scale_; + if (this != internal_default_instance()) delete _impl_.forward_window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::Clear() { @@ -10758,14 +11047,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + _impl_.reverse_window_scale_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -10854,45 +11143,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol if (this->_internal_has_reverse_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *reverse_window_scale_); + *_impl_.reverse_window_scale_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; if (this->_internal_has_forward_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *forward_window_scale_); + *_impl_.forward_window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMin) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMin) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_reverse_window_scale()) { - _internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_reverse_window_scale()); + _this->_internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_reverse_window_scale()); } if (from._internal_has_forward_window_scale()) { - _internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_forward_window_scale()); + _this->_internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_forward_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin& from) { @@ -10910,11 +11197,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin, forward_window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::forward_window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin, reverse_window_scale_)>( - reinterpret_cast(&reverse_window_scale_), - reinterpret_cast(&other->reverse_window_scale_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin, _impl_.forward_window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::_impl_.forward_window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin, _impl_.reverse_window_scale_)>( + reinterpret_cast(&_impl_.reverse_window_scale_), + reinterpret_cast(&other->_impl_.reverse_window_scale_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::GetMetadata() const { @@ -10933,39 +11220,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::_Internal::reverse_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax* msg) { - return *msg->reverse_window_scale_; + return *msg->_impl_.reverse_window_scale_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::_Internal::forward_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax* msg) { - return *msg->forward_window_scale_; + return *msg->_impl_.forward_window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMax) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_reverse_window_scale()) { - reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.reverse_window_scale_); - } else { - reverse_window_scale_ = nullptr; + _this->_impl_.reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.reverse_window_scale_); } if (from._internal_has_forward_window_scale()) { - forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.forward_window_scale_); - } else { - forward_window_scale_ = nullptr; + _this->_impl_.forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.forward_window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMax) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&reverse_window_scale_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&forward_window_scale_) - - reinterpret_cast(&reverse_window_scale_)) + sizeof(forward_window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax() { @@ -10979,12 +11272,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete reverse_window_scale_; - if (this != internal_default_instance()) delete forward_window_scale_; + if (this != internal_default_instance()) delete _impl_.reverse_window_scale_; + if (this != internal_default_instance()) delete _impl_.forward_window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::Clear() { @@ -10993,14 +11286,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + _impl_.reverse_window_scale_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -11089,45 +11382,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol if (this->_internal_has_reverse_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *reverse_window_scale_); + *_impl_.reverse_window_scale_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; if (this->_internal_has_forward_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *forward_window_scale_); + *_impl_.forward_window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMax) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMax) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_reverse_window_scale()) { - _internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_reverse_window_scale()); + _this->_internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_reverse_window_scale()); } if (from._internal_has_forward_window_scale()) { - _internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_forward_window_scale()); + _this->_internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_forward_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax& from) { @@ -11145,11 +11436,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax, forward_window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::forward_window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax, reverse_window_scale_)>( - reinterpret_cast(&reverse_window_scale_), - reinterpret_cast(&other->reverse_window_scale_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax, _impl_.forward_window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::_impl_.forward_window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax, _impl_.reverse_window_scale_)>( + reinterpret_cast(&_impl_.reverse_window_scale_), + reinterpret_cast(&other->_impl_.reverse_window_scale_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::GetMetadata() const { @@ -11168,39 +11459,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::_Internal::reverse_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct* msg) { - return *msg->reverse_window_scale_; + return *msg->_impl_.reverse_window_scale_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::_Internal::forward_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct* msg) { - return *msg->forward_window_scale_; + return *msg->_impl_.forward_window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingProduct) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_reverse_window_scale()) { - reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.reverse_window_scale_); - } else { - reverse_window_scale_ = nullptr; + _this->_impl_.reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.reverse_window_scale_); } if (from._internal_has_forward_window_scale()) { - forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.forward_window_scale_); - } else { - forward_window_scale_ = nullptr; + _this->_impl_.forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.forward_window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingProduct) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&reverse_window_scale_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&forward_window_scale_) - - reinterpret_cast(&reverse_window_scale_)) + sizeof(forward_window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct() { @@ -11214,12 +11511,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingPro inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete reverse_window_scale_; - if (this != internal_default_instance()) delete forward_window_scale_; + if (this != internal_default_instance()) delete _impl_.reverse_window_scale_; + if (this != internal_default_instance()) delete _impl_.forward_window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::Clear() { @@ -11228,14 +11525,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + _impl_.reverse_window_scale_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -11324,45 +11621,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol if (this->_internal_has_reverse_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *reverse_window_scale_); + *_impl_.reverse_window_scale_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; if (this->_internal_has_forward_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *forward_window_scale_); + *_impl_.forward_window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingProduct) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingProduct) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_reverse_window_scale()) { - _internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_reverse_window_scale()); + _this->_internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_reverse_window_scale()); } if (from._internal_has_forward_window_scale()) { - _internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_forward_window_scale()); + _this->_internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_forward_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct& from) { @@ -11380,11 +11675,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct, forward_window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::forward_window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct, reverse_window_scale_)>( - reinterpret_cast(&reverse_window_scale_), - reinterpret_cast(&other->reverse_window_scale_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct, _impl_.forward_window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::_impl_.forward_window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct, _impl_.reverse_window_scale_)>( + reinterpret_cast(&_impl_.reverse_window_scale_), + reinterpret_cast(&other->_impl_.reverse_window_scale_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::GetMetadata() const { @@ -11403,39 +11698,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::_Internal::reverse_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount* msg) { - return *msg->reverse_window_scale_; + return *msg->_impl_.reverse_window_scale_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::_Internal::forward_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount* msg) { - return *msg->forward_window_scale_; + return *msg->_impl_.forward_window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCount) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_reverse_window_scale()) { - reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.reverse_window_scale_); - } else { - reverse_window_scale_ = nullptr; + _this->_impl_.reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.reverse_window_scale_); } if (from._internal_has_forward_window_scale()) { - forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.forward_window_scale_); - } else { - forward_window_scale_ = nullptr; + _this->_impl_.forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.forward_window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCount) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&reverse_window_scale_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&forward_window_scale_) - - reinterpret_cast(&reverse_window_scale_)) + sizeof(forward_window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount() { @@ -11449,12 +11750,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCou inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete reverse_window_scale_; - if (this != internal_default_instance()) delete forward_window_scale_; + if (this != internal_default_instance()) delete _impl_.reverse_window_scale_; + if (this != internal_default_instance()) delete _impl_.forward_window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::Clear() { @@ -11463,14 +11764,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + _impl_.reverse_window_scale_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -11559,45 +11860,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol if (this->_internal_has_reverse_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *reverse_window_scale_); + *_impl_.reverse_window_scale_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; if (this->_internal_has_forward_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *forward_window_scale_); + *_impl_.forward_window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCount) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCount) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_reverse_window_scale()) { - _internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_reverse_window_scale()); + _this->_internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_reverse_window_scale()); } if (from._internal_has_forward_window_scale()) { - _internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_forward_window_scale()); + _this->_internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_forward_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount& from) { @@ -11615,11 +11914,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount, forward_window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::forward_window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount, reverse_window_scale_)>( - reinterpret_cast(&reverse_window_scale_), - reinterpret_cast(&other->reverse_window_scale_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount, _impl_.forward_window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::_impl_.forward_window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount, _impl_.reverse_window_scale_)>( + reinterpret_cast(&_impl_.reverse_window_scale_), + reinterpret_cast(&other->_impl_.reverse_window_scale_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::GetMetadata() const { @@ -11638,39 +11937,45 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::_Internal::reverse_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd* msg) { - return *msg->reverse_window_scale_; + return *msg->_impl_.reverse_window_scale_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::_Internal::forward_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd* msg) { - return *msg->forward_window_scale_; + return *msg->_impl_.forward_window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingStd) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_reverse_window_scale()) { - reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.reverse_window_scale_); - } else { - reverse_window_scale_ = nullptr; + _this->_impl_.reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.reverse_window_scale_); } if (from._internal_has_forward_window_scale()) { - forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.forward_window_scale_); - } else { - forward_window_scale_ = nullptr; + _this->_impl_.forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.forward_window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingStd) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&reverse_window_scale_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&forward_window_scale_) - - reinterpret_cast(&reverse_window_scale_)) + sizeof(forward_window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd() { @@ -11684,12 +11989,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete reverse_window_scale_; - if (this != internal_default_instance()) delete forward_window_scale_; + if (this != internal_default_instance()) delete _impl_.reverse_window_scale_; + if (this != internal_default_instance()) delete _impl_.forward_window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::Clear() { @@ -11698,14 +12003,14 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + _impl_.reverse_window_scale_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -11794,45 +12099,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol if (this->_internal_has_reverse_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *reverse_window_scale_); + *_impl_.reverse_window_scale_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; if (this->_internal_has_forward_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *forward_window_scale_); + *_impl_.forward_window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingStd) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingStd) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_reverse_window_scale()) { - _internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_reverse_window_scale()); + _this->_internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_reverse_window_scale()); } if (from._internal_has_forward_window_scale()) { - _internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_forward_window_scale()); + _this->_internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_forward_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd& from) { @@ -11850,11 +12153,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd, forward_window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::forward_window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd, reverse_window_scale_)>( - reinterpret_cast(&reverse_window_scale_), - reinterpret_cast(&other->reverse_window_scale_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd, _impl_.forward_window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::_impl_.forward_window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd, _impl_.reverse_window_scale_)>( + reinterpret_cast(&_impl_.reverse_window_scale_), + reinterpret_cast(&other->_impl_.reverse_window_scale_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::GetMetadata() const { @@ -11873,51 +12176,59 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_Internal::reverse_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg* msg) { - return *msg->reverse_window_scale_; + return *msg->_impl_.reverse_window_scale_; } const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_Internal::forward_window_scale(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg* msg) { - return *msg->forward_window_scale_; + return *msg->_impl_.forward_window_scale_; } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.weight_column_){} + , decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - weight_column_.InitDefault(); + _impl_.weight_column_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - weight_column_.Set("", GetArenaForAllocation()); + _impl_.weight_column_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_weight_column().empty()) { - weight_column_.Set(from._internal_weight_column(), - GetArenaForAllocation()); + _this->_impl_.weight_column_.Set(from._internal_weight_column(), + _this->GetArenaForAllocation()); } if (from._internal_has_reverse_window_scale()) { - reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.reverse_window_scale_); - } else { - reverse_window_scale_ = nullptr; + _this->_impl_.reverse_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.reverse_window_scale_); } if (from._internal_has_forward_window_scale()) { - forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from.forward_window_scale_); - } else { - forward_window_scale_ = nullptr; + _this->_impl_.forward_window_scale_ = new ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale(*from._impl_.forward_window_scale_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::SharedCtor() { -weight_column_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - weight_column_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&reverse_window_scale_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&forward_window_scale_) - - reinterpret_cast(&reverse_window_scale_)) + sizeof(forward_window_scale_)); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.weight_column_){} + , decltype(_impl_.reverse_window_scale_){nullptr} + , decltype(_impl_.forward_window_scale_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.weight_column_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.weight_column_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg() { @@ -11931,13 +12242,13 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAv inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - weight_column_.Destroy(); - if (this != internal_default_instance()) delete reverse_window_scale_; - if (this != internal_default_instance()) delete forward_window_scale_; + _impl_.weight_column_.Destroy(); + if (this != internal_default_instance()) delete _impl_.reverse_window_scale_; + if (this != internal_default_instance()) delete _impl_.forward_window_scale_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::Clear() { @@ -11946,15 +12257,15 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - weight_column_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + _impl_.weight_column_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + _impl_.reverse_window_scale_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -12070,48 +12381,46 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRol if (this->_internal_has_reverse_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *reverse_window_scale_); + *_impl_.reverse_window_scale_); } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; if (this->_internal_has_forward_window_scale()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *forward_window_scale_); + *_impl_.forward_window_scale_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_weight_column().empty()) { - _internal_set_weight_column(from._internal_weight_column()); + _this->_internal_set_weight_column(from._internal_weight_column()); } if (from._internal_has_reverse_window_scale()) { - _internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_reverse_window_scale()); + _this->_internal_mutable_reverse_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_reverse_window_scale()); } if (from._internal_has_forward_window_scale()) { - _internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom(from._internal_forward_window_scale()); + _this->_internal_mutable_forward_window_scale()->::io::deephaven::proto::backplane::grpc::UpdateByWindowScale::MergeFrom( + from._internal_forward_window_scale()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg& from) { @@ -12131,15 +12440,15 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRolli auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &weight_column_, lhs_arena, - &other->weight_column_, rhs_arena + &_impl_.weight_column_, lhs_arena, + &other->_impl_.weight_column_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg, forward_window_scale_) - + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::forward_window_scale_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg, reverse_window_scale_)>( - reinterpret_cast(&reverse_window_scale_), - reinterpret_cast(&other->reverse_window_scale_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg, _impl_.forward_window_scale_) + + sizeof(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_impl_.forward_window_scale_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg, _impl_.reverse_window_scale_)>( + reinterpret_cast(&_impl_.reverse_window_scale_), + reinterpret_cast(&other->_impl_.reverse_window_scale_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::GetMetadata() const { @@ -12176,83 +12485,83 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal { const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::sum(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.sum_; + return *msg->_impl_.type_.sum_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::min(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.min_; + return *msg->_impl_.type_.min_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::max(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.max_; + return *msg->_impl_.type_.max_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::product(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.product_; + return *msg->_impl_.type_.product_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::fill(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.fill_; + return *msg->_impl_.type_.fill_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::ema(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.ema_; + return *msg->_impl_.type_.ema_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::rolling_sum(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.rolling_sum_; + return *msg->_impl_.type_.rolling_sum_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::rolling_group(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.rolling_group_; + return *msg->_impl_.type_.rolling_group_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::rolling_avg(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.rolling_avg_; + return *msg->_impl_.type_.rolling_avg_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::rolling_min(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.rolling_min_; + return *msg->_impl_.type_.rolling_min_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::rolling_max(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.rolling_max_; + return *msg->_impl_.type_.rolling_max_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::rolling_product(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.rolling_product_; + return *msg->_impl_.type_.rolling_product_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::delta(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.delta_; + return *msg->_impl_.type_.delta_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::ems(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.ems_; + return *msg->_impl_.type_.ems_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::em_min(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.em_min_; + return *msg->_impl_.type_.em_min_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::em_max(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.em_max_; + return *msg->_impl_.type_.em_max_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::em_std(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.em_std_; + return *msg->_impl_.type_.em_std_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::rolling_count(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.rolling_count_; + return *msg->_impl_.type_.rolling_count_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::rolling_std(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.rolling_std_; + return *msg->_impl_.type_.rolling_std_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_Internal::rolling_wavg(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* msg) { - return *msg->type_.rolling_wavg_; + return *msg->_impl_.type_.rolling_wavg_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocated_sum(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum* sum) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -12265,7 +12574,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, sum, submessage_arena); } set_has_sum(); - type_.sum_ = sum; + _impl_.type_.sum_ = sum; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.sum) } @@ -12280,7 +12589,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, min, submessage_arena); } set_has_min(); - type_.min_ = min; + _impl_.type_.min_ = min; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.min) } @@ -12295,7 +12604,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, max, submessage_arena); } set_has_max(); - type_.max_ = max; + _impl_.type_.max_ = max; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.max) } @@ -12310,7 +12619,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, product, submessage_arena); } set_has_product(); - type_.product_ = product; + _impl_.type_.product_ = product; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.product) } @@ -12325,7 +12634,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, fill, submessage_arena); } set_has_fill(); - type_.fill_ = fill; + _impl_.type_.fill_ = fill; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.fill) } @@ -12340,7 +12649,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, ema, submessage_arena); } set_has_ema(); - type_.ema_ = ema; + _impl_.type_.ema_ = ema; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.ema) } @@ -12355,7 +12664,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, rolling_sum, submessage_arena); } set_has_rolling_sum(); - type_.rolling_sum_ = rolling_sum; + _impl_.type_.rolling_sum_ = rolling_sum; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_sum) } @@ -12370,7 +12679,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, rolling_group, submessage_arena); } set_has_rolling_group(); - type_.rolling_group_ = rolling_group; + _impl_.type_.rolling_group_ = rolling_group; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_group) } @@ -12385,7 +12694,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, rolling_avg, submessage_arena); } set_has_rolling_avg(); - type_.rolling_avg_ = rolling_avg; + _impl_.type_.rolling_avg_ = rolling_avg; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_avg) } @@ -12400,7 +12709,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, rolling_min, submessage_arena); } set_has_rolling_min(); - type_.rolling_min_ = rolling_min; + _impl_.type_.rolling_min_ = rolling_min; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_min) } @@ -12415,7 +12724,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, rolling_max, submessage_arena); } set_has_rolling_max(); - type_.rolling_max_ = rolling_max; + _impl_.type_.rolling_max_ = rolling_max; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_max) } @@ -12430,7 +12739,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, rolling_product, submessage_arena); } set_has_rolling_product(); - type_.rolling_product_ = rolling_product; + _impl_.type_.rolling_product_ = rolling_product; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_product) } @@ -12445,7 +12754,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, delta, submessage_arena); } set_has_delta(); - type_.delta_ = delta; + _impl_.type_.delta_ = delta; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.delta) } @@ -12460,7 +12769,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, ems, submessage_arena); } set_has_ems(); - type_.ems_ = ems; + _impl_.type_.ems_ = ems; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.ems) } @@ -12475,7 +12784,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, em_min, submessage_arena); } set_has_em_min(); - type_.em_min_ = em_min; + _impl_.type_.em_min_ = em_min; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.em_min) } @@ -12490,7 +12799,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, em_max, submessage_arena); } set_has_em_max(); - type_.em_max_ = em_max; + _impl_.type_.em_max_ = em_max; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.em_max) } @@ -12505,7 +12814,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, em_std, submessage_arena); } set_has_em_std(); - type_.em_std_ = em_std; + _impl_.type_.em_std_ = em_std; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.em_std) } @@ -12520,7 +12829,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, rolling_count, submessage_arena); } set_has_rolling_count(); - type_.rolling_count_ = rolling_count; + _impl_.type_.rolling_count_ = rolling_count; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_count) } @@ -12535,7 +12844,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, rolling_std, submessage_arena); } set_has_rolling_std(); - type_.rolling_std_ = rolling_std; + _impl_.type_.rolling_std_ = rolling_std; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_std) } @@ -12550,99 +12859,125 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_allocate message_arena, rolling_wavg, submessage_arena); } set_has_rolling_wavg(); - type_.rolling_wavg_ = rolling_wavg; + _impl_.type_.rolling_wavg_ = rolling_wavg; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_wavg) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec) } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_type(); switch (from.type_case()) { case kSum: { - _internal_mutable_sum()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum::MergeFrom(from._internal_sum()); + _this->_internal_mutable_sum()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum::MergeFrom( + from._internal_sum()); break; } case kMin: { - _internal_mutable_min()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin::MergeFrom(from._internal_min()); + _this->_internal_mutable_min()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin::MergeFrom( + from._internal_min()); break; } case kMax: { - _internal_mutable_max()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax::MergeFrom(from._internal_max()); + _this->_internal_mutable_max()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax::MergeFrom( + from._internal_max()); break; } case kProduct: { - _internal_mutable_product()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct::MergeFrom(from._internal_product()); + _this->_internal_mutable_product()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct::MergeFrom( + from._internal_product()); break; } case kFill: { - _internal_mutable_fill()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill::MergeFrom(from._internal_fill()); + _this->_internal_mutable_fill()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill::MergeFrom( + from._internal_fill()); break; } case kEma: { - _internal_mutable_ema()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::MergeFrom(from._internal_ema()); + _this->_internal_mutable_ema()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::MergeFrom( + from._internal_ema()); break; } case kRollingSum: { - _internal_mutable_rolling_sum()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::MergeFrom(from._internal_rolling_sum()); + _this->_internal_mutable_rolling_sum()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::MergeFrom( + from._internal_rolling_sum()); break; } case kRollingGroup: { - _internal_mutable_rolling_group()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::MergeFrom(from._internal_rolling_group()); + _this->_internal_mutable_rolling_group()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::MergeFrom( + from._internal_rolling_group()); break; } case kRollingAvg: { - _internal_mutable_rolling_avg()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::MergeFrom(from._internal_rolling_avg()); + _this->_internal_mutable_rolling_avg()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::MergeFrom( + from._internal_rolling_avg()); break; } case kRollingMin: { - _internal_mutable_rolling_min()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::MergeFrom(from._internal_rolling_min()); + _this->_internal_mutable_rolling_min()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::MergeFrom( + from._internal_rolling_min()); break; } case kRollingMax: { - _internal_mutable_rolling_max()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::MergeFrom(from._internal_rolling_max()); + _this->_internal_mutable_rolling_max()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::MergeFrom( + from._internal_rolling_max()); break; } case kRollingProduct: { - _internal_mutable_rolling_product()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::MergeFrom(from._internal_rolling_product()); + _this->_internal_mutable_rolling_product()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::MergeFrom( + from._internal_rolling_product()); break; } case kDelta: { - _internal_mutable_delta()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::MergeFrom(from._internal_delta()); + _this->_internal_mutable_delta()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::MergeFrom( + from._internal_delta()); break; } case kEms: { - _internal_mutable_ems()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::MergeFrom(from._internal_ems()); + _this->_internal_mutable_ems()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::MergeFrom( + from._internal_ems()); break; } case kEmMin: { - _internal_mutable_em_min()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::MergeFrom(from._internal_em_min()); + _this->_internal_mutable_em_min()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::MergeFrom( + from._internal_em_min()); break; } case kEmMax: { - _internal_mutable_em_max()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::MergeFrom(from._internal_em_max()); + _this->_internal_mutable_em_max()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::MergeFrom( + from._internal_em_max()); break; } case kEmStd: { - _internal_mutable_em_std()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::MergeFrom(from._internal_em_std()); + _this->_internal_mutable_em_std()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::MergeFrom( + from._internal_em_std()); break; } case kRollingCount: { - _internal_mutable_rolling_count()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::MergeFrom(from._internal_rolling_count()); + _this->_internal_mutable_rolling_count()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::MergeFrom( + from._internal_rolling_count()); break; } case kRollingStd: { - _internal_mutable_rolling_std()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::MergeFrom(from._internal_rolling_std()); + _this->_internal_mutable_rolling_std()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::MergeFrom( + from._internal_rolling_std()); break; } case kRollingWavg: { - _internal_mutable_rolling_wavg()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::MergeFrom(from._internal_rolling_wavg()); + _this->_internal_mutable_rolling_wavg()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::MergeFrom( + from._internal_rolling_wavg()); break; } case TYPE_NOT_SET: { @@ -12652,8 +12987,16 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::UpdateByRequest_U // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::SharedCtor() { -clear_has_type(); +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_type(); } UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::~UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec() { @@ -12673,7 +13016,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::Share } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_type() { @@ -12681,121 +13024,121 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_type() switch (type_case()) { case kSum: { if (GetArenaForAllocation() == nullptr) { - delete type_.sum_; + delete _impl_.type_.sum_; } break; } case kMin: { if (GetArenaForAllocation() == nullptr) { - delete type_.min_; + delete _impl_.type_.min_; } break; } case kMax: { if (GetArenaForAllocation() == nullptr) { - delete type_.max_; + delete _impl_.type_.max_; } break; } case kProduct: { if (GetArenaForAllocation() == nullptr) { - delete type_.product_; + delete _impl_.type_.product_; } break; } case kFill: { if (GetArenaForAllocation() == nullptr) { - delete type_.fill_; + delete _impl_.type_.fill_; } break; } case kEma: { if (GetArenaForAllocation() == nullptr) { - delete type_.ema_; + delete _impl_.type_.ema_; } break; } case kRollingSum: { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_sum_; + delete _impl_.type_.rolling_sum_; } break; } case kRollingGroup: { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_group_; + delete _impl_.type_.rolling_group_; } break; } case kRollingAvg: { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_avg_; + delete _impl_.type_.rolling_avg_; } break; } case kRollingMin: { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_min_; + delete _impl_.type_.rolling_min_; } break; } case kRollingMax: { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_max_; + delete _impl_.type_.rolling_max_; } break; } case kRollingProduct: { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_product_; + delete _impl_.type_.rolling_product_; } break; } case kDelta: { if (GetArenaForAllocation() == nullptr) { - delete type_.delta_; + delete _impl_.type_.delta_; } break; } case kEms: { if (GetArenaForAllocation() == nullptr) { - delete type_.ems_; + delete _impl_.type_.ems_; } break; } case kEmMin: { if (GetArenaForAllocation() == nullptr) { - delete type_.em_min_; + delete _impl_.type_.em_min_; } break; } case kEmMax: { if (GetArenaForAllocation() == nullptr) { - delete type_.em_max_; + delete _impl_.type_.em_max_; } break; } case kEmStd: { if (GetArenaForAllocation() == nullptr) { - delete type_.em_std_; + delete _impl_.type_.em_std_; } break; } case kRollingCount: { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_count_; + delete _impl_.type_.rolling_count_; } break; } case kRollingStd: { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_std_; + delete _impl_.type_.rolling_std_; } break; } case kRollingWavg: { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_wavg_; + delete _impl_.type_.rolling_wavg_; } break; } @@ -12803,7 +13146,7 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_type() break; } } - _oneof_case_[0] = TYPE_NOT_SET; + _impl_._oneof_case_[0] = TYPE_NOT_SET; } @@ -13173,254 +13516,270 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::ByteSizeLo case kSum: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.sum_); + *_impl_.type_.sum_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByCumulativeMin min = 2; case kMin: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.min_); + *_impl_.type_.min_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByCumulativeMax max = 3; case kMax: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.max_); + *_impl_.type_.max_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByCumulativeProduct product = 4; case kProduct: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.product_); + *_impl_.type_.product_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByFill fill = 5; case kFill: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.fill_); + *_impl_.type_.fill_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEma ema = 6; case kEma: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.ema_); + *_impl_.type_.ema_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingSum rolling_sum = 7; case kRollingSum: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.rolling_sum_); + *_impl_.type_.rolling_sum_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingGroup rolling_group = 8; case kRollingGroup: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.rolling_group_); + *_impl_.type_.rolling_group_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingAvg rolling_avg = 9; case kRollingAvg: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.rolling_avg_); + *_impl_.type_.rolling_avg_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMin rolling_min = 10; case kRollingMin: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.rolling_min_); + *_impl_.type_.rolling_min_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMax rolling_max = 11; case kRollingMax: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.rolling_max_); + *_impl_.type_.rolling_max_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingProduct rolling_product = 12; case kRollingProduct: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.rolling_product_); + *_impl_.type_.rolling_product_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByDelta delta = 13; case kDelta: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.delta_); + *_impl_.type_.delta_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEms ems = 14; case kEms: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.ems_); + *_impl_.type_.ems_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMin em_min = 15; case kEmMin: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.em_min_); + *_impl_.type_.em_min_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMax em_max = 16; case kEmMax: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.em_max_); + *_impl_.type_.em_max_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmStd em_std = 17; case kEmStd: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.em_std_); + *_impl_.type_.em_std_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCount rolling_count = 18; case kRollingCount: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.rolling_count_); + *_impl_.type_.rolling_count_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingStd rolling_std = 19; case kRollingStd: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.rolling_std_); + *_impl_.type_.rolling_std_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg rolling_wavg = 20; case kRollingWavg: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.rolling_wavg_); + *_impl_.type_.rolling_wavg_); break; } case TYPE_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.type_case()) { case kSum: { - _internal_mutable_sum()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum::MergeFrom(from._internal_sum()); + _this->_internal_mutable_sum()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum::MergeFrom( + from._internal_sum()); break; } case kMin: { - _internal_mutable_min()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin::MergeFrom(from._internal_min()); + _this->_internal_mutable_min()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin::MergeFrom( + from._internal_min()); break; } case kMax: { - _internal_mutable_max()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax::MergeFrom(from._internal_max()); + _this->_internal_mutable_max()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax::MergeFrom( + from._internal_max()); break; } case kProduct: { - _internal_mutable_product()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct::MergeFrom(from._internal_product()); + _this->_internal_mutable_product()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct::MergeFrom( + from._internal_product()); break; } case kFill: { - _internal_mutable_fill()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill::MergeFrom(from._internal_fill()); + _this->_internal_mutable_fill()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill::MergeFrom( + from._internal_fill()); break; } case kEma: { - _internal_mutable_ema()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::MergeFrom(from._internal_ema()); + _this->_internal_mutable_ema()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::MergeFrom( + from._internal_ema()); break; } case kRollingSum: { - _internal_mutable_rolling_sum()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::MergeFrom(from._internal_rolling_sum()); + _this->_internal_mutable_rolling_sum()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::MergeFrom( + from._internal_rolling_sum()); break; } case kRollingGroup: { - _internal_mutable_rolling_group()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::MergeFrom(from._internal_rolling_group()); + _this->_internal_mutable_rolling_group()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::MergeFrom( + from._internal_rolling_group()); break; } case kRollingAvg: { - _internal_mutable_rolling_avg()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::MergeFrom(from._internal_rolling_avg()); + _this->_internal_mutable_rolling_avg()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::MergeFrom( + from._internal_rolling_avg()); break; } case kRollingMin: { - _internal_mutable_rolling_min()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::MergeFrom(from._internal_rolling_min()); + _this->_internal_mutable_rolling_min()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::MergeFrom( + from._internal_rolling_min()); break; } case kRollingMax: { - _internal_mutable_rolling_max()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::MergeFrom(from._internal_rolling_max()); + _this->_internal_mutable_rolling_max()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::MergeFrom( + from._internal_rolling_max()); break; } case kRollingProduct: { - _internal_mutable_rolling_product()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::MergeFrom(from._internal_rolling_product()); + _this->_internal_mutable_rolling_product()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::MergeFrom( + from._internal_rolling_product()); break; } case kDelta: { - _internal_mutable_delta()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::MergeFrom(from._internal_delta()); + _this->_internal_mutable_delta()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::MergeFrom( + from._internal_delta()); break; } case kEms: { - _internal_mutable_ems()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::MergeFrom(from._internal_ems()); + _this->_internal_mutable_ems()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::MergeFrom( + from._internal_ems()); break; } case kEmMin: { - _internal_mutable_em_min()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::MergeFrom(from._internal_em_min()); + _this->_internal_mutable_em_min()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::MergeFrom( + from._internal_em_min()); break; } case kEmMax: { - _internal_mutable_em_max()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::MergeFrom(from._internal_em_max()); + _this->_internal_mutable_em_max()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::MergeFrom( + from._internal_em_max()); break; } case kEmStd: { - _internal_mutable_em_std()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::MergeFrom(from._internal_em_std()); + _this->_internal_mutable_em_std()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::MergeFrom( + from._internal_em_std()); break; } case kRollingCount: { - _internal_mutable_rolling_count()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::MergeFrom(from._internal_rolling_count()); + _this->_internal_mutable_rolling_count()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::MergeFrom( + from._internal_rolling_count()); break; } case kRollingStd: { - _internal_mutable_rolling_std()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::MergeFrom(from._internal_rolling_std()); + _this->_internal_mutable_rolling_std()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::MergeFrom( + from._internal_rolling_std()); break; } case kRollingWavg: { - _internal_mutable_rolling_wavg()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::MergeFrom(from._internal_rolling_wavg()); + _this->_internal_mutable_rolling_wavg()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::MergeFrom( + from._internal_rolling_wavg()); break; } case TYPE_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec& from) { @@ -13437,8 +13796,8 @@ bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::IsInitialize void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(type_, other->type_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.type_, other->_impl_.type_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::GetMetadata() const { @@ -13456,29 +13815,38 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn::_Internal { const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec& UpdateByRequest_UpdateByOperation_UpdateByColumn::_Internal::spec(const UpdateByRequest_UpdateByOperation_UpdateByColumn* msg) { - return *msg->spec_; + return *msg->_impl_.spec_; } UpdateByRequest_UpdateByOperation_UpdateByColumn::UpdateByRequest_UpdateByOperation_UpdateByColumn(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - match_pairs_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn) } UpdateByRequest_UpdateByOperation_UpdateByColumn::UpdateByRequest_UpdateByOperation_UpdateByColumn(const UpdateByRequest_UpdateByOperation_UpdateByColumn& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - match_pairs_(from.match_pairs_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation_UpdateByColumn* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.match_pairs_){from._impl_.match_pairs_} + , decltype(_impl_.spec_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_spec()) { - spec_ = new ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec(*from.spec_); - } else { - spec_ = nullptr; + _this->_impl_.spec_ = new ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec(*from._impl_.spec_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn) } -inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::SharedCtor() { -spec_ = nullptr; +inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.match_pairs_){arena} + , decltype(_impl_.spec_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest_UpdateByOperation_UpdateByColumn::~UpdateByRequest_UpdateByOperation_UpdateByColumn() { @@ -13492,11 +13860,12 @@ UpdateByRequest_UpdateByOperation_UpdateByColumn::~UpdateByRequest_UpdateByOpera inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete spec_; + _impl_.match_pairs_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.spec_; } void UpdateByRequest_UpdateByOperation_UpdateByColumn::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation_UpdateByColumn::Clear() { @@ -13505,11 +13874,11 @@ void UpdateByRequest_UpdateByOperation_UpdateByColumn::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - match_pairs_.Clear(); - if (GetArenaForAllocation() == nullptr && spec_ != nullptr) { - delete spec_; + _impl_.match_pairs_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.spec_ != nullptr) { + delete _impl_.spec_; } - spec_ = nullptr; + _impl_.spec_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -13606,46 +13975,43 @@ size_t UpdateByRequest_UpdateByOperation_UpdateByColumn::ByteSizeLong() const { // repeated string match_pairs = 2; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(match_pairs_.size()); - for (int i = 0, n = match_pairs_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.match_pairs_.size()); + for (int i = 0, n = _impl_.match_pairs_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - match_pairs_.Get(i)); + _impl_.match_pairs_.Get(i)); } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec spec = 1; if (this->_internal_has_spec()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *spec_); + *_impl_.spec_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation_UpdateByColumn::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation_UpdateByColumn::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation_UpdateByColumn::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation_UpdateByColumn::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation_UpdateByColumn::MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation_UpdateByColumn::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - match_pairs_.MergeFrom(from.match_pairs_); + _this->_impl_.match_pairs_.MergeFrom(from._impl_.match_pairs_); if (from._internal_has_spec()) { - _internal_mutable_spec()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::MergeFrom(from._internal_spec()); + _this->_internal_mutable_spec()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::MergeFrom( + from._internal_spec()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation_UpdateByColumn::CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn& from) { @@ -13662,8 +14028,8 @@ bool UpdateByRequest_UpdateByOperation_UpdateByColumn::IsInitialized() const { void UpdateByRequest_UpdateByOperation_UpdateByColumn::InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - match_pairs_.InternalSwap(&other->match_pairs_); - swap(spec_, other->spec_); + _impl_.match_pairs_.InternalSwap(&other->_impl_.match_pairs_); + swap(_impl_.spec_, other->_impl_.spec_); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation_UpdateByColumn::GetMetadata() const { @@ -13681,7 +14047,7 @@ class UpdateByRequest_UpdateByOperation::_Internal { const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn& UpdateByRequest_UpdateByOperation::_Internal::column(const UpdateByRequest_UpdateByOperation* msg) { - return *msg->type_.column_; + return *msg->_impl_.type_.column_; } void UpdateByRequest_UpdateByOperation::set_allocated_column(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn* column) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -13694,23 +14060,30 @@ void UpdateByRequest_UpdateByOperation::set_allocated_column(::io::deephaven::pr message_arena, column, submessage_arena); } set_has_column(); - type_.column_ = column; + _impl_.type_.column_ = column; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.column) } UpdateByRequest_UpdateByOperation::UpdateByRequest_UpdateByOperation(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation) } UpdateByRequest_UpdateByOperation::UpdateByRequest_UpdateByOperation(const UpdateByRequest_UpdateByOperation& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest_UpdateByOperation* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_type(); switch (from.type_case()) { case kColumn: { - _internal_mutable_column()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn::MergeFrom(from._internal_column()); + _this->_internal_mutable_column()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn::MergeFrom( + from._internal_column()); break; } case TYPE_NOT_SET: { @@ -13720,8 +14093,16 @@ UpdateByRequest_UpdateByOperation::UpdateByRequest_UpdateByOperation(const Updat // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation) } -inline void UpdateByRequest_UpdateByOperation::SharedCtor() { -clear_has_type(); +inline void UpdateByRequest_UpdateByOperation::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_type(); } UpdateByRequest_UpdateByOperation::~UpdateByRequest_UpdateByOperation() { @@ -13741,7 +14122,7 @@ inline void UpdateByRequest_UpdateByOperation::SharedDtor() { } void UpdateByRequest_UpdateByOperation::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest_UpdateByOperation::clear_type() { @@ -13749,7 +14130,7 @@ void UpdateByRequest_UpdateByOperation::clear_type() { switch (type_case()) { case kColumn: { if (GetArenaForAllocation() == nullptr) { - delete type_.column_; + delete _impl_.type_.column_; } break; } @@ -13757,7 +14138,7 @@ void UpdateByRequest_UpdateByOperation::clear_type() { break; } } - _oneof_case_[0] = TYPE_NOT_SET; + _impl_._oneof_case_[0] = TYPE_NOT_SET; } @@ -13842,45 +14223,42 @@ size_t UpdateByRequest_UpdateByOperation::ByteSizeLong() const { case kColumn: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.column_); + *_impl_.type_.column_); break; } case TYPE_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest_UpdateByOperation::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest_UpdateByOperation::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest_UpdateByOperation::GetClassData() const { return &_class_data_; } -void UpdateByRequest_UpdateByOperation::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest_UpdateByOperation::MergeFrom(const UpdateByRequest_UpdateByOperation& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest_UpdateByOperation::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.type_case()) { case kColumn: { - _internal_mutable_column()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn::MergeFrom(from._internal_column()); + _this->_internal_mutable_column()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn::MergeFrom( + from._internal_column()); break; } case TYPE_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest_UpdateByOperation::CopyFrom(const UpdateByRequest_UpdateByOperation& from) { @@ -13897,8 +14275,8 @@ bool UpdateByRequest_UpdateByOperation::IsInitialized() const { void UpdateByRequest_UpdateByOperation::InternalSwap(UpdateByRequest_UpdateByOperation* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(type_, other->type_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.type_, other->_impl_.type_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest_UpdateByOperation::GetMetadata() const { @@ -13918,58 +14296,64 @@ class UpdateByRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& UpdateByRequest::_Internal::result_id(const UpdateByRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& UpdateByRequest::_Internal::source_id(const UpdateByRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions& UpdateByRequest::_Internal::options(const UpdateByRequest* msg) { - return *msg->options_; + return *msg->_impl_.options_; } void UpdateByRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } UpdateByRequest::UpdateByRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - operations_(arena), - group_by_columns_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest) } UpdateByRequest::UpdateByRequest(const UpdateByRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - operations_(from.operations_), - group_by_columns_(from.group_by_columns_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + UpdateByRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.operations_){from._impl_.operations_} + , decltype(_impl_.group_by_columns_){from._impl_.group_by_columns_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.options_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } if (from._internal_has_options()) { - options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions(*from.options_); - } else { - options_ = nullptr; + _this->_impl_.options_ = new ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions(*from._impl_.options_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UpdateByRequest) } -inline void UpdateByRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&options_) - - reinterpret_cast(&result_id_)) + sizeof(options_)); +inline void UpdateByRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.operations_){arena} + , decltype(_impl_.group_by_columns_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.options_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UpdateByRequest::~UpdateByRequest() { @@ -13983,13 +14367,15 @@ UpdateByRequest::~UpdateByRequest() { inline void UpdateByRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; - if (this != internal_default_instance()) delete options_; + _impl_.operations_.~RepeatedPtrField(); + _impl_.group_by_columns_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; + if (this != internal_default_instance()) delete _impl_.options_; } void UpdateByRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UpdateByRequest::Clear() { @@ -13998,20 +14384,20 @@ void UpdateByRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - operations_.Clear(); - group_by_columns_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.operations_.Clear(); + _impl_.group_by_columns_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + _impl_.source_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; + _impl_.options_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -14159,74 +14545,73 @@ size_t UpdateByRequest::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4; total_size += 1UL * this->_internal_operations_size(); - for (const auto& msg : this->operations_) { + for (const auto& msg : this->_impl_.operations_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // repeated string group_by_columns = 5; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(group_by_columns_.size()); - for (int i = 0, n = group_by_columns_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.group_by_columns_.size()); + for (int i = 0, n = _impl_.group_by_columns_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - group_by_columns_.Get(i)); + _impl_.group_by_columns_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions options = 3; if (this->_internal_has_options()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *options_); + *_impl_.options_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UpdateByRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UpdateByRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UpdateByRequest::GetClassData() const { return &_class_data_; } -void UpdateByRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UpdateByRequest::MergeFrom(const UpdateByRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest) - GOOGLE_DCHECK_NE(&from, this); +void UpdateByRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UpdateByRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - operations_.MergeFrom(from.operations_); - group_by_columns_.MergeFrom(from.group_by_columns_); + _this->_impl_.operations_.MergeFrom(from._impl_.operations_); + _this->_impl_.group_by_columns_.MergeFrom(from._impl_.group_by_columns_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } if (from._internal_has_options()) { - _internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions::MergeFrom(from._internal_options()); + _this->_internal_mutable_options()->::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions::MergeFrom( + from._internal_options()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UpdateByRequest::CopyFrom(const UpdateByRequest& from) { @@ -14243,14 +14628,14 @@ bool UpdateByRequest::IsInitialized() const { void UpdateByRequest::InternalSwap(UpdateByRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - operations_.InternalSwap(&other->operations_); - group_by_columns_.InternalSwap(&other->group_by_columns_); + _impl_.operations_.InternalSwap(&other->_impl_.operations_); + _impl_.group_by_columns_.InternalSwap(&other->_impl_.group_by_columns_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UpdateByRequest, options_) - + sizeof(UpdateByRequest::options_) - - PROTOBUF_FIELD_OFFSET(UpdateByRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(UpdateByRequest, _impl_.options_) + + sizeof(UpdateByRequest::_impl_.options_) + - PROTOBUF_FIELD_OFFSET(UpdateByRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UpdateByRequest::GetMetadata() const { @@ -14269,47 +14654,53 @@ class SelectDistinctRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& SelectDistinctRequest::_Internal::result_id(const SelectDistinctRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& SelectDistinctRequest::_Internal::source_id(const SelectDistinctRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void SelectDistinctRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } SelectDistinctRequest::SelectDistinctRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - column_names_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.SelectDistinctRequest) } SelectDistinctRequest::SelectDistinctRequest(const SelectDistinctRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - column_names_(from.column_names_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + SelectDistinctRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.column_names_){from._impl_.column_names_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.SelectDistinctRequest) } -inline void SelectDistinctRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&source_id_) - - reinterpret_cast(&result_id_)) + sizeof(source_id_)); +inline void SelectDistinctRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.column_names_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } SelectDistinctRequest::~SelectDistinctRequest() { @@ -14323,12 +14714,13 @@ SelectDistinctRequest::~SelectDistinctRequest() { inline void SelectDistinctRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + _impl_.column_names_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void SelectDistinctRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SelectDistinctRequest::Clear() { @@ -14337,15 +14729,15 @@ void SelectDistinctRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - column_names_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.column_names_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -14457,56 +14849,54 @@ size_t SelectDistinctRequest::ByteSizeLong() const { // repeated string column_names = 3; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(column_names_.size()); - for (int i = 0, n = column_names_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.column_names_.size()); + for (int i = 0, n = _impl_.column_names_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - column_names_.Get(i)); + _impl_.column_names_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SelectDistinctRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SelectDistinctRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SelectDistinctRequest::GetClassData() const { return &_class_data_; } -void SelectDistinctRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SelectDistinctRequest::MergeFrom(const SelectDistinctRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SelectDistinctRequest) - GOOGLE_DCHECK_NE(&from, this); +void SelectDistinctRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SelectDistinctRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - column_names_.MergeFrom(from.column_names_); + _this->_impl_.column_names_.MergeFrom(from._impl_.column_names_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SelectDistinctRequest::CopyFrom(const SelectDistinctRequest& from) { @@ -14523,13 +14913,13 @@ bool SelectDistinctRequest::IsInitialized() const { void SelectDistinctRequest::InternalSwap(SelectDistinctRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - column_names_.InternalSwap(&other->column_names_); + _impl_.column_names_.InternalSwap(&other->_impl_.column_names_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(SelectDistinctRequest, source_id_) - + sizeof(SelectDistinctRequest::source_id_) - - PROTOBUF_FIELD_OFFSET(SelectDistinctRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(SelectDistinctRequest, _impl_.source_id_) + + sizeof(SelectDistinctRequest::_impl_.source_id_) + - PROTOBUF_FIELD_OFFSET(SelectDistinctRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata SelectDistinctRequest::GetMetadata() const { @@ -14548,47 +14938,53 @@ class DropColumnsRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& DropColumnsRequest::_Internal::result_id(const DropColumnsRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& DropColumnsRequest::_Internal::source_id(const DropColumnsRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void DropColumnsRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } DropColumnsRequest::DropColumnsRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - column_names_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.DropColumnsRequest) } DropColumnsRequest::DropColumnsRequest(const DropColumnsRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - column_names_(from.column_names_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + DropColumnsRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.column_names_){from._impl_.column_names_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.DropColumnsRequest) } -inline void DropColumnsRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&source_id_) - - reinterpret_cast(&result_id_)) + sizeof(source_id_)); +inline void DropColumnsRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.column_names_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } DropColumnsRequest::~DropColumnsRequest() { @@ -14602,12 +14998,13 @@ DropColumnsRequest::~DropColumnsRequest() { inline void DropColumnsRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + _impl_.column_names_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void DropColumnsRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void DropColumnsRequest::Clear() { @@ -14616,15 +15013,15 @@ void DropColumnsRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - column_names_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.column_names_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -14736,56 +15133,54 @@ size_t DropColumnsRequest::ByteSizeLong() const { // repeated string column_names = 3; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(column_names_.size()); - for (int i = 0, n = column_names_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.column_names_.size()); + for (int i = 0, n = _impl_.column_names_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - column_names_.Get(i)); + _impl_.column_names_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData DropColumnsRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, DropColumnsRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*DropColumnsRequest::GetClassData() const { return &_class_data_; } -void DropColumnsRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void DropColumnsRequest::MergeFrom(const DropColumnsRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.DropColumnsRequest) - GOOGLE_DCHECK_NE(&from, this); +void DropColumnsRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.DropColumnsRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - column_names_.MergeFrom(from.column_names_); + _this->_impl_.column_names_.MergeFrom(from._impl_.column_names_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void DropColumnsRequest::CopyFrom(const DropColumnsRequest& from) { @@ -14802,13 +15197,13 @@ bool DropColumnsRequest::IsInitialized() const { void DropColumnsRequest::InternalSwap(DropColumnsRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - column_names_.InternalSwap(&other->column_names_); + _impl_.column_names_.InternalSwap(&other->_impl_.column_names_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(DropColumnsRequest, source_id_) - + sizeof(DropColumnsRequest::source_id_) - - PROTOBUF_FIELD_OFFSET(DropColumnsRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(DropColumnsRequest, _impl_.source_id_) + + sizeof(DropColumnsRequest::_impl_.source_id_) + - PROTOBUF_FIELD_OFFSET(DropColumnsRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata DropColumnsRequest::GetMetadata() const { @@ -14827,47 +15222,53 @@ class UnstructuredFilterTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& UnstructuredFilterTableRequest::_Internal::result_id(const UnstructuredFilterTableRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& UnstructuredFilterTableRequest::_Internal::source_id(const UnstructuredFilterTableRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void UnstructuredFilterTableRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } UnstructuredFilterTableRequest::UnstructuredFilterTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - filters_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest) } UnstructuredFilterTableRequest::UnstructuredFilterTableRequest(const UnstructuredFilterTableRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - filters_(from.filters_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + UnstructuredFilterTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.filters_){from._impl_.filters_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest) } -inline void UnstructuredFilterTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&source_id_) - - reinterpret_cast(&result_id_)) + sizeof(source_id_)); +inline void UnstructuredFilterTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.filters_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } UnstructuredFilterTableRequest::~UnstructuredFilterTableRequest() { @@ -14881,12 +15282,13 @@ UnstructuredFilterTableRequest::~UnstructuredFilterTableRequest() { inline void UnstructuredFilterTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + _impl_.filters_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void UnstructuredFilterTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UnstructuredFilterTableRequest::Clear() { @@ -14895,15 +15297,15 @@ void UnstructuredFilterTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - filters_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.filters_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -15015,56 +15417,54 @@ size_t UnstructuredFilterTableRequest::ByteSizeLong() const { // repeated string filters = 3; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(filters_.size()); - for (int i = 0, n = filters_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.filters_.size()); + for (int i = 0, n = _impl_.filters_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - filters_.Get(i)); + _impl_.filters_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UnstructuredFilterTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UnstructuredFilterTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UnstructuredFilterTableRequest::GetClassData() const { return &_class_data_; } -void UnstructuredFilterTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UnstructuredFilterTableRequest::MergeFrom(const UnstructuredFilterTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void UnstructuredFilterTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - filters_.MergeFrom(from.filters_); + _this->_impl_.filters_.MergeFrom(from._impl_.filters_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UnstructuredFilterTableRequest::CopyFrom(const UnstructuredFilterTableRequest& from) { @@ -15081,13 +15481,13 @@ bool UnstructuredFilterTableRequest::IsInitialized() const { void UnstructuredFilterTableRequest::InternalSwap(UnstructuredFilterTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - filters_.InternalSwap(&other->filters_); + _impl_.filters_.InternalSwap(&other->_impl_.filters_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UnstructuredFilterTableRequest, source_id_) - + sizeof(UnstructuredFilterTableRequest::source_id_) - - PROTOBUF_FIELD_OFFSET(UnstructuredFilterTableRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(UnstructuredFilterTableRequest, _impl_.source_id_) + + sizeof(UnstructuredFilterTableRequest::_impl_.source_id_) + - PROTOBUF_FIELD_OFFSET(UnstructuredFilterTableRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UnstructuredFilterTableRequest::GetMetadata() const { @@ -15106,46 +15506,54 @@ class HeadOrTailRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& HeadOrTailRequest::_Internal::result_id(const HeadOrTailRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& HeadOrTailRequest::_Internal::source_id(const HeadOrTailRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void HeadOrTailRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } HeadOrTailRequest::HeadOrTailRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.HeadOrTailRequest) } HeadOrTailRequest::HeadOrTailRequest(const HeadOrTailRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + HeadOrTailRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.num_rows_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } - num_rows_ = from.num_rows_; + _this->_impl_.num_rows_ = from._impl_.num_rows_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.HeadOrTailRequest) } -inline void HeadOrTailRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&num_rows_) - - reinterpret_cast(&result_id_)) + sizeof(num_rows_)); +inline void HeadOrTailRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.num_rows_){int64_t{0}} + , /*decltype(_impl_._cached_size_)*/{} + }; } HeadOrTailRequest::~HeadOrTailRequest() { @@ -15159,12 +15567,12 @@ HeadOrTailRequest::~HeadOrTailRequest() { inline void HeadOrTailRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void HeadOrTailRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void HeadOrTailRequest::Clear() { @@ -15173,15 +15581,15 @@ void HeadOrTailRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - num_rows_ = int64_t{0}; + _impl_.source_id_ = nullptr; + _impl_.num_rows_ = int64_t{0}; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -15210,7 +15618,7 @@ const char* HeadOrTailRequest::_InternalParse(const char* ptr, ::_pbi::ParseCont // sint64 num_rows = 3 [jstype = JS_STRING]; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - num_rows_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); + _impl_.num_rows_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -15284,14 +15692,14 @@ size_t HeadOrTailRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // sint64 num_rows = 3 [jstype = JS_STRING]; @@ -15299,38 +15707,36 @@ size_t HeadOrTailRequest::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::SInt64SizePlusOne(this->_internal_num_rows()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData HeadOrTailRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, HeadOrTailRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*HeadOrTailRequest::GetClassData() const { return &_class_data_; } -void HeadOrTailRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void HeadOrTailRequest::MergeFrom(const HeadOrTailRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HeadOrTailRequest) - GOOGLE_DCHECK_NE(&from, this); +void HeadOrTailRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HeadOrTailRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } if (from._internal_num_rows() != 0) { - _internal_set_num_rows(from._internal_num_rows()); + _this->_internal_set_num_rows(from._internal_num_rows()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void HeadOrTailRequest::CopyFrom(const HeadOrTailRequest& from) { @@ -15348,11 +15754,11 @@ void HeadOrTailRequest::InternalSwap(HeadOrTailRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(HeadOrTailRequest, num_rows_) - + sizeof(HeadOrTailRequest::num_rows_) - - PROTOBUF_FIELD_OFFSET(HeadOrTailRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(HeadOrTailRequest, _impl_.num_rows_) + + sizeof(HeadOrTailRequest::_impl_.num_rows_) + - PROTOBUF_FIELD_OFFSET(HeadOrTailRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata HeadOrTailRequest::GetMetadata() const { @@ -15371,48 +15777,56 @@ class HeadOrTailByRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& HeadOrTailByRequest::_Internal::result_id(const HeadOrTailByRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& HeadOrTailByRequest::_Internal::source_id(const HeadOrTailByRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void HeadOrTailByRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } HeadOrTailByRequest::HeadOrTailByRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - group_by_column_specs_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest) } HeadOrTailByRequest::HeadOrTailByRequest(const HeadOrTailByRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - group_by_column_specs_(from.group_by_column_specs_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + HeadOrTailByRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.group_by_column_specs_){from._impl_.group_by_column_specs_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.num_rows_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } - num_rows_ = from.num_rows_; + _this->_impl_.num_rows_ = from._impl_.num_rows_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest) } -inline void HeadOrTailByRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&num_rows_) - - reinterpret_cast(&result_id_)) + sizeof(num_rows_)); +inline void HeadOrTailByRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.group_by_column_specs_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.num_rows_){int64_t{0}} + , /*decltype(_impl_._cached_size_)*/{} + }; } HeadOrTailByRequest::~HeadOrTailByRequest() { @@ -15426,12 +15840,13 @@ HeadOrTailByRequest::~HeadOrTailByRequest() { inline void HeadOrTailByRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + _impl_.group_by_column_specs_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void HeadOrTailByRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void HeadOrTailByRequest::Clear() { @@ -15440,16 +15855,16 @@ void HeadOrTailByRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - group_by_column_specs_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.group_by_column_specs_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - num_rows_ = int64_t{0}; + _impl_.source_id_ = nullptr; + _impl_.num_rows_ = int64_t{0}; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -15478,7 +15893,7 @@ const char* HeadOrTailByRequest::_InternalParse(const char* ptr, ::_pbi::ParseCo // sint64 num_rows = 3 [jstype = JS_STRING]; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - num_rows_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); + _impl_.num_rows_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -15575,24 +15990,24 @@ size_t HeadOrTailByRequest::ByteSizeLong() const { // repeated string group_by_column_specs = 4; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(group_by_column_specs_.size()); - for (int i = 0, n = group_by_column_specs_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.group_by_column_specs_.size()); + for (int i = 0, n = _impl_.group_by_column_specs_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - group_by_column_specs_.Get(i)); + _impl_.group_by_column_specs_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // sint64 num_rows = 3 [jstype = JS_STRING]; @@ -15600,39 +16015,37 @@ size_t HeadOrTailByRequest::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::SInt64SizePlusOne(this->_internal_num_rows()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData HeadOrTailByRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, HeadOrTailByRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*HeadOrTailByRequest::GetClassData() const { return &_class_data_; } -void HeadOrTailByRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void HeadOrTailByRequest::MergeFrom(const HeadOrTailByRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest) - GOOGLE_DCHECK_NE(&from, this); +void HeadOrTailByRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - group_by_column_specs_.MergeFrom(from.group_by_column_specs_); + _this->_impl_.group_by_column_specs_.MergeFrom(from._impl_.group_by_column_specs_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } if (from._internal_num_rows() != 0) { - _internal_set_num_rows(from._internal_num_rows()); + _this->_internal_set_num_rows(from._internal_num_rows()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void HeadOrTailByRequest::CopyFrom(const HeadOrTailByRequest& from) { @@ -15649,13 +16062,13 @@ bool HeadOrTailByRequest::IsInitialized() const { void HeadOrTailByRequest::InternalSwap(HeadOrTailByRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - group_by_column_specs_.InternalSwap(&other->group_by_column_specs_); + _impl_.group_by_column_specs_.InternalSwap(&other->_impl_.group_by_column_specs_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(HeadOrTailByRequest, num_rows_) - + sizeof(HeadOrTailByRequest::num_rows_) - - PROTOBUF_FIELD_OFFSET(HeadOrTailByRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(HeadOrTailByRequest, _impl_.num_rows_) + + sizeof(HeadOrTailByRequest::_impl_.num_rows_) + - PROTOBUF_FIELD_OFFSET(HeadOrTailByRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata HeadOrTailByRequest::GetMetadata() const { @@ -15674,48 +16087,56 @@ class UngroupRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& UngroupRequest::_Internal::result_id(const UngroupRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& UngroupRequest::_Internal::source_id(const UngroupRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void UngroupRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } UngroupRequest::UngroupRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - columns_to_ungroup_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.UngroupRequest) } UngroupRequest::UngroupRequest(const UngroupRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - columns_to_ungroup_(from.columns_to_ungroup_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + UngroupRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_ungroup_){from._impl_.columns_to_ungroup_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.null_fill_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } - null_fill_ = from.null_fill_; + _this->_impl_.null_fill_ = from._impl_.null_fill_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.UngroupRequest) } -inline void UngroupRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&null_fill_) - - reinterpret_cast(&result_id_)) + sizeof(null_fill_)); +inline void UngroupRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_ungroup_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.null_fill_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } UngroupRequest::~UngroupRequest() { @@ -15729,12 +16150,13 @@ UngroupRequest::~UngroupRequest() { inline void UngroupRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + _impl_.columns_to_ungroup_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void UngroupRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void UngroupRequest::Clear() { @@ -15743,16 +16165,16 @@ void UngroupRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - columns_to_ungroup_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.columns_to_ungroup_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - null_fill_ = false; + _impl_.source_id_ = nullptr; + _impl_.null_fill_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -15781,7 +16203,7 @@ const char* UngroupRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext // bool null_fill = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - null_fill_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.null_fill_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -15878,24 +16300,24 @@ size_t UngroupRequest::ByteSizeLong() const { // repeated string columns_to_ungroup = 4; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_ungroup_.size()); - for (int i = 0, n = columns_to_ungroup_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_ungroup_.size()); + for (int i = 0, n = _impl_.columns_to_ungroup_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_ungroup_.Get(i)); + _impl_.columns_to_ungroup_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // bool null_fill = 3; @@ -15903,39 +16325,37 @@ size_t UngroupRequest::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData UngroupRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, UngroupRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*UngroupRequest::GetClassData() const { return &_class_data_; } -void UngroupRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void UngroupRequest::MergeFrom(const UngroupRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UngroupRequest) - GOOGLE_DCHECK_NE(&from, this); +void UngroupRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.UngroupRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - columns_to_ungroup_.MergeFrom(from.columns_to_ungroup_); + _this->_impl_.columns_to_ungroup_.MergeFrom(from._impl_.columns_to_ungroup_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } if (from._internal_null_fill() != 0) { - _internal_set_null_fill(from._internal_null_fill()); + _this->_internal_set_null_fill(from._internal_null_fill()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void UngroupRequest::CopyFrom(const UngroupRequest& from) { @@ -15952,13 +16372,13 @@ bool UngroupRequest::IsInitialized() const { void UngroupRequest::InternalSwap(UngroupRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - columns_to_ungroup_.InternalSwap(&other->columns_to_ungroup_); + _impl_.columns_to_ungroup_.InternalSwap(&other->_impl_.columns_to_ungroup_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(UngroupRequest, null_fill_) - + sizeof(UngroupRequest::null_fill_) - - PROTOBUF_FIELD_OFFSET(UngroupRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(UngroupRequest, _impl_.null_fill_) + + sizeof(UngroupRequest::_impl_.null_fill_) + - PROTOBUF_FIELD_OFFSET(UngroupRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata UngroupRequest::GetMetadata() const { @@ -15976,47 +16396,58 @@ class MergeTablesRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& MergeTablesRequest::_Internal::result_id(const MergeTablesRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } void MergeTablesRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } MergeTablesRequest::MergeTablesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - source_ids_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.MergeTablesRequest) } MergeTablesRequest::MergeTablesRequest(const MergeTablesRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - source_ids_(from.source_ids_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + MergeTablesRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.source_ids_){from._impl_.source_ids_} + , decltype(_impl_.key_column_){} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - key_column_.InitDefault(); + _impl_.key_column_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - key_column_.Set("", GetArenaForAllocation()); + _impl_.key_column_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_key_column().empty()) { - key_column_.Set(from._internal_key_column(), - GetArenaForAllocation()); + _this->_impl_.key_column_.Set(from._internal_key_column(), + _this->GetArenaForAllocation()); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.MergeTablesRequest) } -inline void MergeTablesRequest::SharedCtor() { -key_column_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - key_column_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -result_id_ = nullptr; +inline void MergeTablesRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.source_ids_){arena} + , decltype(_impl_.key_column_){} + , decltype(_impl_.result_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.key_column_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.key_column_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } MergeTablesRequest::~MergeTablesRequest() { @@ -16030,12 +16461,13 @@ MergeTablesRequest::~MergeTablesRequest() { inline void MergeTablesRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - key_column_.Destroy(); - if (this != internal_default_instance()) delete result_id_; + _impl_.source_ids_.~RepeatedPtrField(); + _impl_.key_column_.Destroy(); + if (this != internal_default_instance()) delete _impl_.result_id_; } void MergeTablesRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void MergeTablesRequest::Clear() { @@ -16044,12 +16476,12 @@ void MergeTablesRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - source_ids_.Clear(); - key_column_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.source_ids_.Clear(); + _impl_.key_column_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -16162,7 +16594,7 @@ size_t MergeTablesRequest::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.TableReference source_ids = 2; total_size += 1UL * this->_internal_source_ids_size(); - for (const auto& msg : this->source_ids_) { + for (const auto& msg : this->_impl_.source_ids_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -16178,39 +16610,36 @@ size_t MergeTablesRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData MergeTablesRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, MergeTablesRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*MergeTablesRequest::GetClassData() const { return &_class_data_; } -void MergeTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void MergeTablesRequest::MergeFrom(const MergeTablesRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.MergeTablesRequest) - GOOGLE_DCHECK_NE(&from, this); +void MergeTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.MergeTablesRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - source_ids_.MergeFrom(from.source_ids_); + _this->_impl_.source_ids_.MergeFrom(from._impl_.source_ids_); if (!from._internal_key_column().empty()) { - _internal_set_key_column(from._internal_key_column()); + _this->_internal_set_key_column(from._internal_key_column()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void MergeTablesRequest::CopyFrom(const MergeTablesRequest& from) { @@ -16229,12 +16658,12 @@ void MergeTablesRequest::InternalSwap(MergeTablesRequest* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - source_ids_.InternalSwap(&other->source_ids_); + _impl_.source_ids_.InternalSwap(&other->_impl_.source_ids_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &key_column_, lhs_arena, - &other->key_column_, rhs_arena + &_impl_.key_column_, lhs_arena, + &other->_impl_.key_column_, rhs_arena ); - swap(result_id_, other->result_id_); + swap(_impl_.result_id_, other->_impl_.result_id_); } ::PROTOBUF_NAMESPACE_ID::Metadata MergeTablesRequest::GetMetadata() const { @@ -16253,45 +16682,51 @@ class SnapshotTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& SnapshotTableRequest::_Internal::result_id(const SnapshotTableRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& SnapshotTableRequest::_Internal::source_id(const SnapshotTableRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void SnapshotTableRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } SnapshotTableRequest::SnapshotTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.SnapshotTableRequest) } SnapshotTableRequest::SnapshotTableRequest(const SnapshotTableRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + SnapshotTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.SnapshotTableRequest) } -inline void SnapshotTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&source_id_) - - reinterpret_cast(&result_id_)) + sizeof(source_id_)); +inline void SnapshotTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } SnapshotTableRequest::~SnapshotTableRequest() { @@ -16305,12 +16740,12 @@ SnapshotTableRequest::~SnapshotTableRequest() { inline void SnapshotTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void SnapshotTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SnapshotTableRequest::Clear() { @@ -16319,14 +16754,14 @@ void SnapshotTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -16415,45 +16850,43 @@ size_t SnapshotTableRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SnapshotTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SnapshotTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SnapshotTableRequest::GetClassData() const { return &_class_data_; } -void SnapshotTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SnapshotTableRequest::MergeFrom(const SnapshotTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SnapshotTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void SnapshotTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SnapshotTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SnapshotTableRequest::CopyFrom(const SnapshotTableRequest& from) { @@ -16471,11 +16904,11 @@ void SnapshotTableRequest::InternalSwap(SnapshotTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(SnapshotTableRequest, source_id_) - + sizeof(SnapshotTableRequest::source_id_) - - PROTOBUF_FIELD_OFFSET(SnapshotTableRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(SnapshotTableRequest, _impl_.source_id_) + + sizeof(SnapshotTableRequest::_impl_.source_id_) + - PROTOBUF_FIELD_OFFSET(SnapshotTableRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata SnapshotTableRequest::GetMetadata() const { @@ -16495,59 +16928,71 @@ class SnapshotWhenTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& SnapshotWhenTableRequest::_Internal::result_id(const SnapshotWhenTableRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& SnapshotWhenTableRequest::_Internal::base_id(const SnapshotWhenTableRequest* msg) { - return *msg->base_id_; + return *msg->_impl_.base_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& SnapshotWhenTableRequest::_Internal::trigger_id(const SnapshotWhenTableRequest* msg) { - return *msg->trigger_id_; + return *msg->_impl_.trigger_id_; } void SnapshotWhenTableRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } SnapshotWhenTableRequest::SnapshotWhenTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - stamp_columns_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest) } SnapshotWhenTableRequest::SnapshotWhenTableRequest(const SnapshotWhenTableRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - stamp_columns_(from.stamp_columns_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + SnapshotWhenTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.stamp_columns_){from._impl_.stamp_columns_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.base_id_){nullptr} + , decltype(_impl_.trigger_id_){nullptr} + , decltype(_impl_.initial_){} + , decltype(_impl_.incremental_){} + , decltype(_impl_.history_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_base_id()) { - base_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.base_id_); - } else { - base_id_ = nullptr; + _this->_impl_.base_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.base_id_); } if (from._internal_has_trigger_id()) { - trigger_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.trigger_id_); - } else { - trigger_id_ = nullptr; + _this->_impl_.trigger_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.trigger_id_); } - ::memcpy(&initial_, &from.initial_, - static_cast(reinterpret_cast(&history_) - - reinterpret_cast(&initial_)) + sizeof(history_)); + ::memcpy(&_impl_.initial_, &from._impl_.initial_, + static_cast(reinterpret_cast(&_impl_.history_) - + reinterpret_cast(&_impl_.initial_)) + sizeof(_impl_.history_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest) } -inline void SnapshotWhenTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&history_) - - reinterpret_cast(&result_id_)) + sizeof(history_)); +inline void SnapshotWhenTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.stamp_columns_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.base_id_){nullptr} + , decltype(_impl_.trigger_id_){nullptr} + , decltype(_impl_.initial_){false} + , decltype(_impl_.incremental_){false} + , decltype(_impl_.history_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } SnapshotWhenTableRequest::~SnapshotWhenTableRequest() { @@ -16561,13 +17006,14 @@ SnapshotWhenTableRequest::~SnapshotWhenTableRequest() { inline void SnapshotWhenTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete base_id_; - if (this != internal_default_instance()) delete trigger_id_; + _impl_.stamp_columns_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.base_id_; + if (this != internal_default_instance()) delete _impl_.trigger_id_; } void SnapshotWhenTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SnapshotWhenTableRequest::Clear() { @@ -16576,22 +17022,22 @@ void SnapshotWhenTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - stamp_columns_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.stamp_columns_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && base_id_ != nullptr) { - delete base_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.base_id_ != nullptr) { + delete _impl_.base_id_; } - base_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && trigger_id_ != nullptr) { - delete trigger_id_; + _impl_.base_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.trigger_id_ != nullptr) { + delete _impl_.trigger_id_; } - trigger_id_ = nullptr; - ::memset(&initial_, 0, static_cast( - reinterpret_cast(&history_) - - reinterpret_cast(&initial_)) + sizeof(history_)); + _impl_.trigger_id_ = nullptr; + ::memset(&_impl_.initial_, 0, static_cast( + reinterpret_cast(&_impl_.history_) - + reinterpret_cast(&_impl_.initial_)) + sizeof(_impl_.history_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -16628,7 +17074,7 @@ const char* SnapshotWhenTableRequest::_InternalParse(const char* ptr, ::_pbi::Pa // bool initial = 4; case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { - initial_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.initial_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -16636,7 +17082,7 @@ const char* SnapshotWhenTableRequest::_InternalParse(const char* ptr, ::_pbi::Pa // bool incremental = 5; case 5: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 40)) { - incremental_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.incremental_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -16644,7 +17090,7 @@ const char* SnapshotWhenTableRequest::_InternalParse(const char* ptr, ::_pbi::Pa // bool history = 6; case 6: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 48)) { - history_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.history_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -16760,31 +17206,31 @@ size_t SnapshotWhenTableRequest::ByteSizeLong() const { // repeated string stamp_columns = 7; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(stamp_columns_.size()); - for (int i = 0, n = stamp_columns_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.stamp_columns_.size()); + for (int i = 0, n = _impl_.stamp_columns_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - stamp_columns_.Get(i)); + _impl_.stamp_columns_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference base_id = 2; if (this->_internal_has_base_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *base_id_); + *_impl_.base_id_); } // .io.deephaven.proto.backplane.grpc.TableReference trigger_id = 3; if (this->_internal_has_trigger_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *trigger_id_); + *_impl_.trigger_id_); } // bool initial = 4; @@ -16802,48 +17248,47 @@ size_t SnapshotWhenTableRequest::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SnapshotWhenTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SnapshotWhenTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SnapshotWhenTableRequest::GetClassData() const { return &_class_data_; } -void SnapshotWhenTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SnapshotWhenTableRequest::MergeFrom(const SnapshotWhenTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void SnapshotWhenTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - stamp_columns_.MergeFrom(from.stamp_columns_); + _this->_impl_.stamp_columns_.MergeFrom(from._impl_.stamp_columns_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_base_id()) { - _internal_mutable_base_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_base_id()); + _this->_internal_mutable_base_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_base_id()); } if (from._internal_has_trigger_id()) { - _internal_mutable_trigger_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_trigger_id()); + _this->_internal_mutable_trigger_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_trigger_id()); } if (from._internal_initial() != 0) { - _internal_set_initial(from._internal_initial()); + _this->_internal_set_initial(from._internal_initial()); } if (from._internal_incremental() != 0) { - _internal_set_incremental(from._internal_incremental()); + _this->_internal_set_incremental(from._internal_incremental()); } if (from._internal_history() != 0) { - _internal_set_history(from._internal_history()); + _this->_internal_set_history(from._internal_history()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SnapshotWhenTableRequest::CopyFrom(const SnapshotWhenTableRequest& from) { @@ -16860,13 +17305,13 @@ bool SnapshotWhenTableRequest::IsInitialized() const { void SnapshotWhenTableRequest::InternalSwap(SnapshotWhenTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - stamp_columns_.InternalSwap(&other->stamp_columns_); + _impl_.stamp_columns_.InternalSwap(&other->_impl_.stamp_columns_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(SnapshotWhenTableRequest, history_) - + sizeof(SnapshotWhenTableRequest::history_) - - PROTOBUF_FIELD_OFFSET(SnapshotWhenTableRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(SnapshotWhenTableRequest, _impl_.history_) + + sizeof(SnapshotWhenTableRequest::_impl_.history_) + - PROTOBUF_FIELD_OFFSET(SnapshotWhenTableRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata SnapshotWhenTableRequest::GetMetadata() const { @@ -16886,59 +17331,67 @@ class CrossJoinTablesRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& CrossJoinTablesRequest::_Internal::result_id(const CrossJoinTablesRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& CrossJoinTablesRequest::_Internal::left_id(const CrossJoinTablesRequest* msg) { - return *msg->left_id_; + return *msg->_impl_.left_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& CrossJoinTablesRequest::_Internal::right_id(const CrossJoinTablesRequest* msg) { - return *msg->right_id_; + return *msg->_impl_.right_id_; } void CrossJoinTablesRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } CrossJoinTablesRequest::CrossJoinTablesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - columns_to_match_(arena), - columns_to_add_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest) } CrossJoinTablesRequest::CrossJoinTablesRequest(const CrossJoinTablesRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - columns_to_match_(from.columns_to_match_), - columns_to_add_(from.columns_to_add_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + CrossJoinTablesRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_match_){from._impl_.columns_to_match_} + , decltype(_impl_.columns_to_add_){from._impl_.columns_to_add_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , decltype(_impl_.reserve_bits_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_left_id()) { - left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.left_id_); - } else { - left_id_ = nullptr; + _this->_impl_.left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.left_id_); } if (from._internal_has_right_id()) { - right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.right_id_); - } else { - right_id_ = nullptr; + _this->_impl_.right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.right_id_); } - reserve_bits_ = from.reserve_bits_; + _this->_impl_.reserve_bits_ = from._impl_.reserve_bits_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest) } -inline void CrossJoinTablesRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&reserve_bits_) - - reinterpret_cast(&result_id_)) + sizeof(reserve_bits_)); +inline void CrossJoinTablesRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_match_){arena} + , decltype(_impl_.columns_to_add_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , decltype(_impl_.reserve_bits_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; } CrossJoinTablesRequest::~CrossJoinTablesRequest() { @@ -16952,13 +17405,15 @@ CrossJoinTablesRequest::~CrossJoinTablesRequest() { inline void CrossJoinTablesRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete left_id_; - if (this != internal_default_instance()) delete right_id_; + _impl_.columns_to_match_.~RepeatedPtrField(); + _impl_.columns_to_add_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.left_id_; + if (this != internal_default_instance()) delete _impl_.right_id_; } void CrossJoinTablesRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void CrossJoinTablesRequest::Clear() { @@ -16967,21 +17422,21 @@ void CrossJoinTablesRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - columns_to_match_.Clear(); - columns_to_add_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.columns_to_match_.Clear(); + _impl_.columns_to_add_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + _impl_.left_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; - reserve_bits_ = 0; + _impl_.right_id_ = nullptr; + _impl_.reserve_bits_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -17048,7 +17503,7 @@ const char* CrossJoinTablesRequest::_InternalParse(const char* ptr, ::_pbi::Pars // int32 reserve_bits = 6; case 6: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 48)) { - reserve_bits_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.reserve_bits_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -17147,39 +17602,39 @@ size_t CrossJoinTablesRequest::ByteSizeLong() const { // repeated string columns_to_match = 4; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_match_.size()); - for (int i = 0, n = columns_to_match_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_match_.size()); + for (int i = 0, n = _impl_.columns_to_match_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_match_.Get(i)); + _impl_.columns_to_match_.Get(i)); } // repeated string columns_to_add = 5; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_add_.size()); - for (int i = 0, n = columns_to_add_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_add_.size()); + for (int i = 0, n = _impl_.columns_to_add_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_add_.Get(i)); + _impl_.columns_to_add_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; if (this->_internal_has_left_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *left_id_); + *_impl_.left_id_); } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; if (this->_internal_has_right_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *right_id_); + *_impl_.right_id_); } // int32 reserve_bits = 6; @@ -17187,43 +17642,42 @@ size_t CrossJoinTablesRequest::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_reserve_bits()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CrossJoinTablesRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, CrossJoinTablesRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CrossJoinTablesRequest::GetClassData() const { return &_class_data_; } -void CrossJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void CrossJoinTablesRequest::MergeFrom(const CrossJoinTablesRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest) - GOOGLE_DCHECK_NE(&from, this); +void CrossJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - columns_to_match_.MergeFrom(from.columns_to_match_); - columns_to_add_.MergeFrom(from.columns_to_add_); + _this->_impl_.columns_to_match_.MergeFrom(from._impl_.columns_to_match_); + _this->_impl_.columns_to_add_.MergeFrom(from._impl_.columns_to_add_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_left_id()) { - _internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_left_id()); + _this->_internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_left_id()); } if (from._internal_has_right_id()) { - _internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_right_id()); + _this->_internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_right_id()); } if (from._internal_reserve_bits() != 0) { - _internal_set_reserve_bits(from._internal_reserve_bits()); + _this->_internal_set_reserve_bits(from._internal_reserve_bits()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void CrossJoinTablesRequest::CopyFrom(const CrossJoinTablesRequest& from) { @@ -17240,14 +17694,14 @@ bool CrossJoinTablesRequest::IsInitialized() const { void CrossJoinTablesRequest::InternalSwap(CrossJoinTablesRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - columns_to_match_.InternalSwap(&other->columns_to_match_); - columns_to_add_.InternalSwap(&other->columns_to_add_); + _impl_.columns_to_match_.InternalSwap(&other->_impl_.columns_to_match_); + _impl_.columns_to_add_.InternalSwap(&other->_impl_.columns_to_add_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(CrossJoinTablesRequest, reserve_bits_) - + sizeof(CrossJoinTablesRequest::reserve_bits_) - - PROTOBUF_FIELD_OFFSET(CrossJoinTablesRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(CrossJoinTablesRequest, _impl_.reserve_bits_) + + sizeof(CrossJoinTablesRequest::_impl_.reserve_bits_) + - PROTOBUF_FIELD_OFFSET(CrossJoinTablesRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata CrossJoinTablesRequest::GetMetadata() const { @@ -17267,58 +17721,64 @@ class NaturalJoinTablesRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& NaturalJoinTablesRequest::_Internal::result_id(const NaturalJoinTablesRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& NaturalJoinTablesRequest::_Internal::left_id(const NaturalJoinTablesRequest* msg) { - return *msg->left_id_; + return *msg->_impl_.left_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& NaturalJoinTablesRequest::_Internal::right_id(const NaturalJoinTablesRequest* msg) { - return *msg->right_id_; + return *msg->_impl_.right_id_; } void NaturalJoinTablesRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } NaturalJoinTablesRequest::NaturalJoinTablesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - columns_to_match_(arena), - columns_to_add_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest) } NaturalJoinTablesRequest::NaturalJoinTablesRequest(const NaturalJoinTablesRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - columns_to_match_(from.columns_to_match_), - columns_to_add_(from.columns_to_add_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + NaturalJoinTablesRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_match_){from._impl_.columns_to_match_} + , decltype(_impl_.columns_to_add_){from._impl_.columns_to_add_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_left_id()) { - left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.left_id_); - } else { - left_id_ = nullptr; + _this->_impl_.left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.left_id_); } if (from._internal_has_right_id()) { - right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.right_id_); - } else { - right_id_ = nullptr; + _this->_impl_.right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.right_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest) } -inline void NaturalJoinTablesRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&right_id_) - - reinterpret_cast(&result_id_)) + sizeof(right_id_)); +inline void NaturalJoinTablesRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_match_){arena} + , decltype(_impl_.columns_to_add_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } NaturalJoinTablesRequest::~NaturalJoinTablesRequest() { @@ -17332,13 +17792,15 @@ NaturalJoinTablesRequest::~NaturalJoinTablesRequest() { inline void NaturalJoinTablesRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete left_id_; - if (this != internal_default_instance()) delete right_id_; + _impl_.columns_to_match_.~RepeatedPtrField(); + _impl_.columns_to_add_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.left_id_; + if (this != internal_default_instance()) delete _impl_.right_id_; } void NaturalJoinTablesRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void NaturalJoinTablesRequest::Clear() { @@ -17347,20 +17809,20 @@ void NaturalJoinTablesRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - columns_to_match_.Clear(); - columns_to_add_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.columns_to_match_.Clear(); + _impl_.columns_to_add_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + _impl_.left_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; + _impl_.right_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -17512,75 +17974,74 @@ size_t NaturalJoinTablesRequest::ByteSizeLong() const { // repeated string columns_to_match = 4; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_match_.size()); - for (int i = 0, n = columns_to_match_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_match_.size()); + for (int i = 0, n = _impl_.columns_to_match_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_match_.Get(i)); + _impl_.columns_to_match_.Get(i)); } // repeated string columns_to_add = 5; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_add_.size()); - for (int i = 0, n = columns_to_add_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_add_.size()); + for (int i = 0, n = _impl_.columns_to_add_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_add_.Get(i)); + _impl_.columns_to_add_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; if (this->_internal_has_left_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *left_id_); + *_impl_.left_id_); } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; if (this->_internal_has_right_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *right_id_); + *_impl_.right_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData NaturalJoinTablesRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, NaturalJoinTablesRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*NaturalJoinTablesRequest::GetClassData() const { return &_class_data_; } -void NaturalJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void NaturalJoinTablesRequest::MergeFrom(const NaturalJoinTablesRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest) - GOOGLE_DCHECK_NE(&from, this); +void NaturalJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - columns_to_match_.MergeFrom(from.columns_to_match_); - columns_to_add_.MergeFrom(from.columns_to_add_); + _this->_impl_.columns_to_match_.MergeFrom(from._impl_.columns_to_match_); + _this->_impl_.columns_to_add_.MergeFrom(from._impl_.columns_to_add_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_left_id()) { - _internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_left_id()); + _this->_internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_left_id()); } if (from._internal_has_right_id()) { - _internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_right_id()); + _this->_internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_right_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void NaturalJoinTablesRequest::CopyFrom(const NaturalJoinTablesRequest& from) { @@ -17597,14 +18058,14 @@ bool NaturalJoinTablesRequest::IsInitialized() const { void NaturalJoinTablesRequest::InternalSwap(NaturalJoinTablesRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - columns_to_match_.InternalSwap(&other->columns_to_match_); - columns_to_add_.InternalSwap(&other->columns_to_add_); + _impl_.columns_to_match_.InternalSwap(&other->_impl_.columns_to_match_); + _impl_.columns_to_add_.InternalSwap(&other->_impl_.columns_to_add_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(NaturalJoinTablesRequest, right_id_) - + sizeof(NaturalJoinTablesRequest::right_id_) - - PROTOBUF_FIELD_OFFSET(NaturalJoinTablesRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(NaturalJoinTablesRequest, _impl_.right_id_) + + sizeof(NaturalJoinTablesRequest::_impl_.right_id_) + - PROTOBUF_FIELD_OFFSET(NaturalJoinTablesRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata NaturalJoinTablesRequest::GetMetadata() const { @@ -17624,58 +18085,64 @@ class ExactJoinTablesRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& ExactJoinTablesRequest::_Internal::result_id(const ExactJoinTablesRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinTablesRequest::_Internal::left_id(const ExactJoinTablesRequest* msg) { - return *msg->left_id_; + return *msg->_impl_.left_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinTablesRequest::_Internal::right_id(const ExactJoinTablesRequest* msg) { - return *msg->right_id_; + return *msg->_impl_.right_id_; } void ExactJoinTablesRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } ExactJoinTablesRequest::ExactJoinTablesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - columns_to_match_(arena), - columns_to_add_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest) } ExactJoinTablesRequest::ExactJoinTablesRequest(const ExactJoinTablesRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - columns_to_match_(from.columns_to_match_), - columns_to_add_(from.columns_to_add_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + ExactJoinTablesRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_match_){from._impl_.columns_to_match_} + , decltype(_impl_.columns_to_add_){from._impl_.columns_to_add_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_left_id()) { - left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.left_id_); - } else { - left_id_ = nullptr; + _this->_impl_.left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.left_id_); } if (from._internal_has_right_id()) { - right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.right_id_); - } else { - right_id_ = nullptr; + _this->_impl_.right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.right_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest) } -inline void ExactJoinTablesRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&right_id_) - - reinterpret_cast(&result_id_)) + sizeof(right_id_)); +inline void ExactJoinTablesRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_match_){arena} + , decltype(_impl_.columns_to_add_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } ExactJoinTablesRequest::~ExactJoinTablesRequest() { @@ -17689,13 +18156,15 @@ ExactJoinTablesRequest::~ExactJoinTablesRequest() { inline void ExactJoinTablesRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete left_id_; - if (this != internal_default_instance()) delete right_id_; + _impl_.columns_to_match_.~RepeatedPtrField(); + _impl_.columns_to_add_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.left_id_; + if (this != internal_default_instance()) delete _impl_.right_id_; } void ExactJoinTablesRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ExactJoinTablesRequest::Clear() { @@ -17704,20 +18173,20 @@ void ExactJoinTablesRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - columns_to_match_.Clear(); - columns_to_add_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.columns_to_match_.Clear(); + _impl_.columns_to_add_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + _impl_.left_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; + _impl_.right_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -17869,75 +18338,74 @@ size_t ExactJoinTablesRequest::ByteSizeLong() const { // repeated string columns_to_match = 4; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_match_.size()); - for (int i = 0, n = columns_to_match_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_match_.size()); + for (int i = 0, n = _impl_.columns_to_match_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_match_.Get(i)); + _impl_.columns_to_match_.Get(i)); } // repeated string columns_to_add = 5; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_add_.size()); - for (int i = 0, n = columns_to_add_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_add_.size()); + for (int i = 0, n = _impl_.columns_to_add_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_add_.Get(i)); + _impl_.columns_to_add_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; if (this->_internal_has_left_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *left_id_); + *_impl_.left_id_); } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; if (this->_internal_has_right_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *right_id_); + *_impl_.right_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ExactJoinTablesRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ExactJoinTablesRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ExactJoinTablesRequest::GetClassData() const { return &_class_data_; } -void ExactJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ExactJoinTablesRequest::MergeFrom(const ExactJoinTablesRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest) - GOOGLE_DCHECK_NE(&from, this); +void ExactJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - columns_to_match_.MergeFrom(from.columns_to_match_); - columns_to_add_.MergeFrom(from.columns_to_add_); + _this->_impl_.columns_to_match_.MergeFrom(from._impl_.columns_to_match_); + _this->_impl_.columns_to_add_.MergeFrom(from._impl_.columns_to_add_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_left_id()) { - _internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_left_id()); + _this->_internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_left_id()); } if (from._internal_has_right_id()) { - _internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_right_id()); + _this->_internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_right_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ExactJoinTablesRequest::CopyFrom(const ExactJoinTablesRequest& from) { @@ -17954,14 +18422,14 @@ bool ExactJoinTablesRequest::IsInitialized() const { void ExactJoinTablesRequest::InternalSwap(ExactJoinTablesRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - columns_to_match_.InternalSwap(&other->columns_to_match_); - columns_to_add_.InternalSwap(&other->columns_to_add_); + _impl_.columns_to_match_.InternalSwap(&other->_impl_.columns_to_match_); + _impl_.columns_to_add_.InternalSwap(&other->_impl_.columns_to_add_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ExactJoinTablesRequest, right_id_) - + sizeof(ExactJoinTablesRequest::right_id_) - - PROTOBUF_FIELD_OFFSET(ExactJoinTablesRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(ExactJoinTablesRequest, _impl_.right_id_) + + sizeof(ExactJoinTablesRequest::_impl_.right_id_) + - PROTOBUF_FIELD_OFFSET(ExactJoinTablesRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ExactJoinTablesRequest::GetMetadata() const { @@ -17981,58 +18449,64 @@ class LeftJoinTablesRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& LeftJoinTablesRequest::_Internal::result_id(const LeftJoinTablesRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& LeftJoinTablesRequest::_Internal::left_id(const LeftJoinTablesRequest* msg) { - return *msg->left_id_; + return *msg->_impl_.left_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& LeftJoinTablesRequest::_Internal::right_id(const LeftJoinTablesRequest* msg) { - return *msg->right_id_; + return *msg->_impl_.right_id_; } void LeftJoinTablesRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } LeftJoinTablesRequest::LeftJoinTablesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - columns_to_match_(arena), - columns_to_add_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) } LeftJoinTablesRequest::LeftJoinTablesRequest(const LeftJoinTablesRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - columns_to_match_(from.columns_to_match_), - columns_to_add_(from.columns_to_add_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + LeftJoinTablesRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_match_){from._impl_.columns_to_match_} + , decltype(_impl_.columns_to_add_){from._impl_.columns_to_add_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_left_id()) { - left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.left_id_); - } else { - left_id_ = nullptr; + _this->_impl_.left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.left_id_); } if (from._internal_has_right_id()) { - right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.right_id_); - } else { - right_id_ = nullptr; + _this->_impl_.right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.right_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) } -inline void LeftJoinTablesRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&right_id_) - - reinterpret_cast(&result_id_)) + sizeof(right_id_)); +inline void LeftJoinTablesRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_match_){arena} + , decltype(_impl_.columns_to_add_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } LeftJoinTablesRequest::~LeftJoinTablesRequest() { @@ -18046,13 +18520,15 @@ LeftJoinTablesRequest::~LeftJoinTablesRequest() { inline void LeftJoinTablesRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete left_id_; - if (this != internal_default_instance()) delete right_id_; + _impl_.columns_to_match_.~RepeatedPtrField(); + _impl_.columns_to_add_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.left_id_; + if (this != internal_default_instance()) delete _impl_.right_id_; } void LeftJoinTablesRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void LeftJoinTablesRequest::Clear() { @@ -18061,20 +18537,20 @@ void LeftJoinTablesRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - columns_to_match_.Clear(); - columns_to_add_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.columns_to_match_.Clear(); + _impl_.columns_to_add_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + _impl_.left_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; + _impl_.right_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -18226,75 +18702,74 @@ size_t LeftJoinTablesRequest::ByteSizeLong() const { // repeated string columns_to_match = 4; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_match_.size()); - for (int i = 0, n = columns_to_match_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_match_.size()); + for (int i = 0, n = _impl_.columns_to_match_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_match_.Get(i)); + _impl_.columns_to_match_.Get(i)); } // repeated string columns_to_add = 5; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_add_.size()); - for (int i = 0, n = columns_to_add_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_add_.size()); + for (int i = 0, n = _impl_.columns_to_add_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_add_.Get(i)); + _impl_.columns_to_add_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; if (this->_internal_has_left_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *left_id_); + *_impl_.left_id_); } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; if (this->_internal_has_right_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *right_id_); + *_impl_.right_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData LeftJoinTablesRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, LeftJoinTablesRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*LeftJoinTablesRequest::GetClassData() const { return &_class_data_; } -void LeftJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void LeftJoinTablesRequest::MergeFrom(const LeftJoinTablesRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) - GOOGLE_DCHECK_NE(&from, this); +void LeftJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - columns_to_match_.MergeFrom(from.columns_to_match_); - columns_to_add_.MergeFrom(from.columns_to_add_); + _this->_impl_.columns_to_match_.MergeFrom(from._impl_.columns_to_match_); + _this->_impl_.columns_to_add_.MergeFrom(from._impl_.columns_to_add_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_left_id()) { - _internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_left_id()); + _this->_internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_left_id()); } if (from._internal_has_right_id()) { - _internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_right_id()); + _this->_internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_right_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void LeftJoinTablesRequest::CopyFrom(const LeftJoinTablesRequest& from) { @@ -18311,14 +18786,14 @@ bool LeftJoinTablesRequest::IsInitialized() const { void LeftJoinTablesRequest::InternalSwap(LeftJoinTablesRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - columns_to_match_.InternalSwap(&other->columns_to_match_); - columns_to_add_.InternalSwap(&other->columns_to_add_); + _impl_.columns_to_match_.InternalSwap(&other->_impl_.columns_to_match_); + _impl_.columns_to_add_.InternalSwap(&other->_impl_.columns_to_add_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(LeftJoinTablesRequest, right_id_) - + sizeof(LeftJoinTablesRequest::right_id_) - - PROTOBUF_FIELD_OFFSET(LeftJoinTablesRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(LeftJoinTablesRequest, _impl_.right_id_) + + sizeof(LeftJoinTablesRequest::_impl_.right_id_) + - PROTOBUF_FIELD_OFFSET(LeftJoinTablesRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata LeftJoinTablesRequest::GetMetadata() const { @@ -18338,59 +18813,67 @@ class AsOfJoinTablesRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& AsOfJoinTablesRequest::_Internal::result_id(const AsOfJoinTablesRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& AsOfJoinTablesRequest::_Internal::left_id(const AsOfJoinTablesRequest* msg) { - return *msg->left_id_; + return *msg->_impl_.left_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& AsOfJoinTablesRequest::_Internal::right_id(const AsOfJoinTablesRequest* msg) { - return *msg->right_id_; + return *msg->_impl_.right_id_; } void AsOfJoinTablesRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } AsOfJoinTablesRequest::AsOfJoinTablesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - columns_to_match_(arena), - columns_to_add_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest) } AsOfJoinTablesRequest::AsOfJoinTablesRequest(const AsOfJoinTablesRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - columns_to_match_(from.columns_to_match_), - columns_to_add_(from.columns_to_add_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + AsOfJoinTablesRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_match_){from._impl_.columns_to_match_} + , decltype(_impl_.columns_to_add_){from._impl_.columns_to_add_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , decltype(_impl_.as_of_match_rule_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_left_id()) { - left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.left_id_); - } else { - left_id_ = nullptr; + _this->_impl_.left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.left_id_); } if (from._internal_has_right_id()) { - right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.right_id_); - } else { - right_id_ = nullptr; + _this->_impl_.right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.right_id_); } - as_of_match_rule_ = from.as_of_match_rule_; + _this->_impl_.as_of_match_rule_ = from._impl_.as_of_match_rule_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest) } -inline void AsOfJoinTablesRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&as_of_match_rule_) - - reinterpret_cast(&result_id_)) + sizeof(as_of_match_rule_)); +inline void AsOfJoinTablesRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_match_){arena} + , decltype(_impl_.columns_to_add_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , decltype(_impl_.as_of_match_rule_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; } AsOfJoinTablesRequest::~AsOfJoinTablesRequest() { @@ -18404,13 +18887,15 @@ AsOfJoinTablesRequest::~AsOfJoinTablesRequest() { inline void AsOfJoinTablesRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete left_id_; - if (this != internal_default_instance()) delete right_id_; + _impl_.columns_to_match_.~RepeatedPtrField(); + _impl_.columns_to_add_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.left_id_; + if (this != internal_default_instance()) delete _impl_.right_id_; } void AsOfJoinTablesRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AsOfJoinTablesRequest::Clear() { @@ -18419,21 +18904,21 @@ void AsOfJoinTablesRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - columns_to_match_.Clear(); - columns_to_add_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.columns_to_match_.Clear(); + _impl_.columns_to_add_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + _impl_.left_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; - as_of_match_rule_ = 0; + _impl_.right_id_ = nullptr; + _impl_.as_of_match_rule_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -18601,39 +19086,39 @@ size_t AsOfJoinTablesRequest::ByteSizeLong() const { // repeated string columns_to_match = 4; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_match_.size()); - for (int i = 0, n = columns_to_match_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_match_.size()); + for (int i = 0, n = _impl_.columns_to_match_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_match_.Get(i)); + _impl_.columns_to_match_.Get(i)); } // repeated string columns_to_add = 5; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_add_.size()); - for (int i = 0, n = columns_to_add_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_add_.size()); + for (int i = 0, n = _impl_.columns_to_add_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_add_.Get(i)); + _impl_.columns_to_add_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; if (this->_internal_has_left_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *left_id_); + *_impl_.left_id_); } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; if (this->_internal_has_right_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *right_id_); + *_impl_.right_id_); } // .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7; @@ -18642,43 +19127,42 @@ size_t AsOfJoinTablesRequest::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_as_of_match_rule()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AsOfJoinTablesRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AsOfJoinTablesRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AsOfJoinTablesRequest::GetClassData() const { return &_class_data_; } -void AsOfJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AsOfJoinTablesRequest::MergeFrom(const AsOfJoinTablesRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest) - GOOGLE_DCHECK_NE(&from, this); +void AsOfJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - columns_to_match_.MergeFrom(from.columns_to_match_); - columns_to_add_.MergeFrom(from.columns_to_add_); + _this->_impl_.columns_to_match_.MergeFrom(from._impl_.columns_to_match_); + _this->_impl_.columns_to_add_.MergeFrom(from._impl_.columns_to_add_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_left_id()) { - _internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_left_id()); + _this->_internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_left_id()); } if (from._internal_has_right_id()) { - _internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_right_id()); + _this->_internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_right_id()); } if (from._internal_as_of_match_rule() != 0) { - _internal_set_as_of_match_rule(from._internal_as_of_match_rule()); + _this->_internal_set_as_of_match_rule(from._internal_as_of_match_rule()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AsOfJoinTablesRequest::CopyFrom(const AsOfJoinTablesRequest& from) { @@ -18695,14 +19179,14 @@ bool AsOfJoinTablesRequest::IsInitialized() const { void AsOfJoinTablesRequest::InternalSwap(AsOfJoinTablesRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - columns_to_match_.InternalSwap(&other->columns_to_match_); - columns_to_add_.InternalSwap(&other->columns_to_add_); + _impl_.columns_to_match_.InternalSwap(&other->_impl_.columns_to_match_); + _impl_.columns_to_add_.InternalSwap(&other->_impl_.columns_to_add_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(AsOfJoinTablesRequest, as_of_match_rule_) - + sizeof(AsOfJoinTablesRequest::as_of_match_rule_) - - PROTOBUF_FIELD_OFFSET(AsOfJoinTablesRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(AsOfJoinTablesRequest, _impl_.as_of_match_rule_) + + sizeof(AsOfJoinTablesRequest::_impl_.as_of_match_rule_) + - PROTOBUF_FIELD_OFFSET(AsOfJoinTablesRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata AsOfJoinTablesRequest::GetMetadata() const { @@ -18722,70 +19206,78 @@ class AjRajTablesRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& AjRajTablesRequest::_Internal::result_id(const AjRajTablesRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& AjRajTablesRequest::_Internal::left_id(const AjRajTablesRequest* msg) { - return *msg->left_id_; + return *msg->_impl_.left_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& AjRajTablesRequest::_Internal::right_id(const AjRajTablesRequest* msg) { - return *msg->right_id_; + return *msg->_impl_.right_id_; } void AjRajTablesRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } AjRajTablesRequest::AjRajTablesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - exact_match_columns_(arena), - columns_to_add_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AjRajTablesRequest) } AjRajTablesRequest::AjRajTablesRequest(const AjRajTablesRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - exact_match_columns_(from.exact_match_columns_), - columns_to_add_(from.columns_to_add_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + AjRajTablesRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.exact_match_columns_){from._impl_.exact_match_columns_} + , decltype(_impl_.columns_to_add_){from._impl_.columns_to_add_} + , decltype(_impl_.as_of_column_){} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - as_of_column_.InitDefault(); + _impl_.as_of_column_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - as_of_column_.Set("", GetArenaForAllocation()); + _impl_.as_of_column_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_as_of_column().empty()) { - as_of_column_.Set(from._internal_as_of_column(), - GetArenaForAllocation()); + _this->_impl_.as_of_column_.Set(from._internal_as_of_column(), + _this->GetArenaForAllocation()); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_left_id()) { - left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.left_id_); - } else { - left_id_ = nullptr; + _this->_impl_.left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.left_id_); } if (from._internal_has_right_id()) { - right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.right_id_); - } else { - right_id_ = nullptr; + _this->_impl_.right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.right_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AjRajTablesRequest) } -inline void AjRajTablesRequest::SharedCtor() { -as_of_column_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - as_of_column_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&right_id_) - - reinterpret_cast(&result_id_)) + sizeof(right_id_)); +inline void AjRajTablesRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.exact_match_columns_){arena} + , decltype(_impl_.columns_to_add_){arena} + , decltype(_impl_.as_of_column_){} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.as_of_column_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.as_of_column_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } AjRajTablesRequest::~AjRajTablesRequest() { @@ -18799,14 +19291,16 @@ AjRajTablesRequest::~AjRajTablesRequest() { inline void AjRajTablesRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - as_of_column_.Destroy(); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete left_id_; - if (this != internal_default_instance()) delete right_id_; + _impl_.exact_match_columns_.~RepeatedPtrField(); + _impl_.columns_to_add_.~RepeatedPtrField(); + _impl_.as_of_column_.Destroy(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.left_id_; + if (this != internal_default_instance()) delete _impl_.right_id_; } void AjRajTablesRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AjRajTablesRequest::Clear() { @@ -18815,21 +19309,21 @@ void AjRajTablesRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - exact_match_columns_.Clear(); - columns_to_add_.Clear(); - as_of_column_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.exact_match_columns_.Clear(); + _impl_.columns_to_add_.Clear(); + _impl_.as_of_column_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + _impl_.left_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; + _impl_.right_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -19001,18 +19495,18 @@ size_t AjRajTablesRequest::ByteSizeLong() const { // repeated string exact_match_columns = 4; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(exact_match_columns_.size()); - for (int i = 0, n = exact_match_columns_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.exact_match_columns_.size()); + for (int i = 0, n = _impl_.exact_match_columns_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - exact_match_columns_.Get(i)); + _impl_.exact_match_columns_.Get(i)); } // repeated string columns_to_add = 6; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_add_.size()); - for (int i = 0, n = columns_to_add_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_add_.size()); + for (int i = 0, n = _impl_.columns_to_add_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_add_.Get(i)); + _impl_.columns_to_add_.Get(i)); } // string as_of_column = 5; @@ -19026,60 +19520,59 @@ size_t AjRajTablesRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; if (this->_internal_has_left_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *left_id_); + *_impl_.left_id_); } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; if (this->_internal_has_right_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *right_id_); + *_impl_.right_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AjRajTablesRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AjRajTablesRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AjRajTablesRequest::GetClassData() const { return &_class_data_; } -void AjRajTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AjRajTablesRequest::MergeFrom(const AjRajTablesRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AjRajTablesRequest) - GOOGLE_DCHECK_NE(&from, this); +void AjRajTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AjRajTablesRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - exact_match_columns_.MergeFrom(from.exact_match_columns_); - columns_to_add_.MergeFrom(from.columns_to_add_); + _this->_impl_.exact_match_columns_.MergeFrom(from._impl_.exact_match_columns_); + _this->_impl_.columns_to_add_.MergeFrom(from._impl_.columns_to_add_); if (!from._internal_as_of_column().empty()) { - _internal_set_as_of_column(from._internal_as_of_column()); + _this->_internal_set_as_of_column(from._internal_as_of_column()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_left_id()) { - _internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_left_id()); + _this->_internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_left_id()); } if (from._internal_has_right_id()) { - _internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_right_id()); + _this->_internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_right_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AjRajTablesRequest::CopyFrom(const AjRajTablesRequest& from) { @@ -19098,18 +19591,18 @@ void AjRajTablesRequest::InternalSwap(AjRajTablesRequest* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - exact_match_columns_.InternalSwap(&other->exact_match_columns_); - columns_to_add_.InternalSwap(&other->columns_to_add_); + _impl_.exact_match_columns_.InternalSwap(&other->_impl_.exact_match_columns_); + _impl_.columns_to_add_.InternalSwap(&other->_impl_.columns_to_add_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &as_of_column_, lhs_arena, - &other->as_of_column_, rhs_arena + &_impl_.as_of_column_, lhs_arena, + &other->_impl_.as_of_column_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(AjRajTablesRequest, right_id_) - + sizeof(AjRajTablesRequest::right_id_) - - PROTOBUF_FIELD_OFFSET(AjRajTablesRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(AjRajTablesRequest, _impl_.right_id_) + + sizeof(AjRajTablesRequest::_impl_.right_id_) + - PROTOBUF_FIELD_OFFSET(AjRajTablesRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata AjRajTablesRequest::GetMetadata() const { @@ -19129,97 +19622,113 @@ class RangeJoinTablesRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& RangeJoinTablesRequest::_Internal::result_id(const RangeJoinTablesRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& RangeJoinTablesRequest::_Internal::left_id(const RangeJoinTablesRequest* msg) { - return *msg->left_id_; + return *msg->_impl_.left_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& RangeJoinTablesRequest::_Internal::right_id(const RangeJoinTablesRequest* msg) { - return *msg->right_id_; + return *msg->_impl_.right_id_; } void RangeJoinTablesRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } RangeJoinTablesRequest::RangeJoinTablesRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - exact_match_columns_(arena), - aggregations_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest) } RangeJoinTablesRequest::RangeJoinTablesRequest(const RangeJoinTablesRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - exact_match_columns_(from.exact_match_columns_), - aggregations_(from.aggregations_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + RangeJoinTablesRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.exact_match_columns_){from._impl_.exact_match_columns_} + , decltype(_impl_.aggregations_){from._impl_.aggregations_} + , decltype(_impl_.left_start_column_){} + , decltype(_impl_.right_range_column_){} + , decltype(_impl_.left_end_column_){} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , decltype(_impl_.range_start_rule_){} + , decltype(_impl_.range_end_rule_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - left_start_column_.InitDefault(); + _impl_.left_start_column_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - left_start_column_.Set("", GetArenaForAllocation()); + _impl_.left_start_column_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_left_start_column().empty()) { - left_start_column_.Set(from._internal_left_start_column(), - GetArenaForAllocation()); + _this->_impl_.left_start_column_.Set(from._internal_left_start_column(), + _this->GetArenaForAllocation()); } - right_range_column_.InitDefault(); + _impl_.right_range_column_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - right_range_column_.Set("", GetArenaForAllocation()); + _impl_.right_range_column_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_right_range_column().empty()) { - right_range_column_.Set(from._internal_right_range_column(), - GetArenaForAllocation()); + _this->_impl_.right_range_column_.Set(from._internal_right_range_column(), + _this->GetArenaForAllocation()); } - left_end_column_.InitDefault(); + _impl_.left_end_column_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - left_end_column_.Set("", GetArenaForAllocation()); + _impl_.left_end_column_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_left_end_column().empty()) { - left_end_column_.Set(from._internal_left_end_column(), - GetArenaForAllocation()); + _this->_impl_.left_end_column_.Set(from._internal_left_end_column(), + _this->GetArenaForAllocation()); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_left_id()) { - left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.left_id_); - } else { - left_id_ = nullptr; + _this->_impl_.left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.left_id_); } if (from._internal_has_right_id()) { - right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.right_id_); - } else { - right_id_ = nullptr; + _this->_impl_.right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.right_id_); } - ::memcpy(&range_start_rule_, &from.range_start_rule_, - static_cast(reinterpret_cast(&range_end_rule_) - - reinterpret_cast(&range_start_rule_)) + sizeof(range_end_rule_)); + ::memcpy(&_impl_.range_start_rule_, &from._impl_.range_start_rule_, + static_cast(reinterpret_cast(&_impl_.range_end_rule_) - + reinterpret_cast(&_impl_.range_start_rule_)) + sizeof(_impl_.range_end_rule_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest) } -inline void RangeJoinTablesRequest::SharedCtor() { -left_start_column_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - left_start_column_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -right_range_column_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - right_range_column_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -left_end_column_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - left_end_column_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&range_end_rule_) - - reinterpret_cast(&result_id_)) + sizeof(range_end_rule_)); +inline void RangeJoinTablesRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.exact_match_columns_){arena} + , decltype(_impl_.aggregations_){arena} + , decltype(_impl_.left_start_column_){} + , decltype(_impl_.right_range_column_){} + , decltype(_impl_.left_end_column_){} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , decltype(_impl_.range_start_rule_){0} + , decltype(_impl_.range_end_rule_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.left_start_column_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.left_start_column_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.right_range_column_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.right_range_column_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.left_end_column_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.left_end_column_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } RangeJoinTablesRequest::~RangeJoinTablesRequest() { @@ -19233,16 +19742,18 @@ RangeJoinTablesRequest::~RangeJoinTablesRequest() { inline void RangeJoinTablesRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - left_start_column_.Destroy(); - right_range_column_.Destroy(); - left_end_column_.Destroy(); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete left_id_; - if (this != internal_default_instance()) delete right_id_; + _impl_.exact_match_columns_.~RepeatedPtrField(); + _impl_.aggregations_.~RepeatedPtrField(); + _impl_.left_start_column_.Destroy(); + _impl_.right_range_column_.Destroy(); + _impl_.left_end_column_.Destroy(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.left_id_; + if (this != internal_default_instance()) delete _impl_.right_id_; } void RangeJoinTablesRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void RangeJoinTablesRequest::Clear() { @@ -19251,26 +19762,26 @@ void RangeJoinTablesRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - exact_match_columns_.Clear(); - aggregations_.Clear(); - left_start_column_.ClearToEmpty(); - right_range_column_.ClearToEmpty(); - left_end_column_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.exact_match_columns_.Clear(); + _impl_.aggregations_.Clear(); + _impl_.left_start_column_.ClearToEmpty(); + _impl_.right_range_column_.ClearToEmpty(); + _impl_.left_end_column_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + _impl_.left_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; - ::memset(&range_start_rule_, 0, static_cast( - reinterpret_cast(&range_end_rule_) - - reinterpret_cast(&range_start_rule_)) + sizeof(range_end_rule_)); + _impl_.right_id_ = nullptr; + ::memset(&_impl_.range_start_rule_, 0, static_cast( + reinterpret_cast(&_impl_.range_end_rule_) - + reinterpret_cast(&_impl_.range_start_rule_)) + sizeof(_impl_.range_end_rule_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -19510,15 +20021,15 @@ size_t RangeJoinTablesRequest::ByteSizeLong() const { // repeated string exact_match_columns = 4; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(exact_match_columns_.size()); - for (int i = 0, n = exact_match_columns_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.exact_match_columns_.size()); + for (int i = 0, n = _impl_.exact_match_columns_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - exact_match_columns_.Get(i)); + _impl_.exact_match_columns_.Get(i)); } // repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 10; total_size += 1UL * this->_internal_aggregations_size(); - for (const auto& msg : this->aggregations_) { + for (const auto& msg : this->_impl_.aggregations_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -19548,21 +20059,21 @@ size_t RangeJoinTablesRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; if (this->_internal_has_left_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *left_id_); + *_impl_.left_id_); } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; if (this->_internal_has_right_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *right_id_); + *_impl_.right_id_); } // .io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.RangeStartRule range_start_rule = 6; @@ -19577,55 +20088,54 @@ size_t RangeJoinTablesRequest::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_range_end_rule()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData RangeJoinTablesRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, RangeJoinTablesRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*RangeJoinTablesRequest::GetClassData() const { return &_class_data_; } -void RangeJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void RangeJoinTablesRequest::MergeFrom(const RangeJoinTablesRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest) - GOOGLE_DCHECK_NE(&from, this); +void RangeJoinTablesRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - exact_match_columns_.MergeFrom(from.exact_match_columns_); - aggregations_.MergeFrom(from.aggregations_); + _this->_impl_.exact_match_columns_.MergeFrom(from._impl_.exact_match_columns_); + _this->_impl_.aggregations_.MergeFrom(from._impl_.aggregations_); if (!from._internal_left_start_column().empty()) { - _internal_set_left_start_column(from._internal_left_start_column()); + _this->_internal_set_left_start_column(from._internal_left_start_column()); } if (!from._internal_right_range_column().empty()) { - _internal_set_right_range_column(from._internal_right_range_column()); + _this->_internal_set_right_range_column(from._internal_right_range_column()); } if (!from._internal_left_end_column().empty()) { - _internal_set_left_end_column(from._internal_left_end_column()); + _this->_internal_set_left_end_column(from._internal_left_end_column()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_left_id()) { - _internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_left_id()); + _this->_internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_left_id()); } if (from._internal_has_right_id()) { - _internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_right_id()); + _this->_internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_right_id()); } if (from._internal_range_start_rule() != 0) { - _internal_set_range_start_rule(from._internal_range_start_rule()); + _this->_internal_set_range_start_rule(from._internal_range_start_rule()); } if (from._internal_range_end_rule() != 0) { - _internal_set_range_end_rule(from._internal_range_end_rule()); + _this->_internal_set_range_end_rule(from._internal_range_end_rule()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void RangeJoinTablesRequest::CopyFrom(const RangeJoinTablesRequest& from) { @@ -19644,26 +20154,26 @@ void RangeJoinTablesRequest::InternalSwap(RangeJoinTablesRequest* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - exact_match_columns_.InternalSwap(&other->exact_match_columns_); - aggregations_.InternalSwap(&other->aggregations_); + _impl_.exact_match_columns_.InternalSwap(&other->_impl_.exact_match_columns_); + _impl_.aggregations_.InternalSwap(&other->_impl_.aggregations_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &left_start_column_, lhs_arena, - &other->left_start_column_, rhs_arena + &_impl_.left_start_column_, lhs_arena, + &other->_impl_.left_start_column_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &right_range_column_, lhs_arena, - &other->right_range_column_, rhs_arena + &_impl_.right_range_column_, lhs_arena, + &other->_impl_.right_range_column_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &left_end_column_, lhs_arena, - &other->left_end_column_, rhs_arena + &_impl_.left_end_column_, lhs_arena, + &other->_impl_.left_end_column_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(RangeJoinTablesRequest, range_end_rule_) - + sizeof(RangeJoinTablesRequest::range_end_rule_) - - PROTOBUF_FIELD_OFFSET(RangeJoinTablesRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(RangeJoinTablesRequest, _impl_.range_end_rule_) + + sizeof(RangeJoinTablesRequest::_impl_.range_end_rule_) + - PROTOBUF_FIELD_OFFSET(RangeJoinTablesRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata RangeJoinTablesRequest::GetMetadata() const { @@ -19680,38 +20190,52 @@ class ComboAggregateRequest_Aggregate::_Internal { ComboAggregateRequest_Aggregate::ComboAggregateRequest_Aggregate(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - match_pairs_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate) } ComboAggregateRequest_Aggregate::ComboAggregateRequest_Aggregate(const ComboAggregateRequest_Aggregate& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - match_pairs_(from.match_pairs_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + ComboAggregateRequest_Aggregate* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.match_pairs_){from._impl_.match_pairs_} + , decltype(_impl_.column_name_){} + , decltype(_impl_.type_){} + , decltype(_impl_.avg_median_){} + , decltype(_impl_.percentile_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - column_name_.InitDefault(); + _impl_.column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); + _impl_.column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column_name().empty()) { - column_name_.Set(from._internal_column_name(), - GetArenaForAllocation()); + _this->_impl_.column_name_.Set(from._internal_column_name(), + _this->GetArenaForAllocation()); } - ::memcpy(&type_, &from.type_, - static_cast(reinterpret_cast(&percentile_) - - reinterpret_cast(&type_)) + sizeof(percentile_)); + ::memcpy(&_impl_.type_, &from._impl_.type_, + static_cast(reinterpret_cast(&_impl_.percentile_) - + reinterpret_cast(&_impl_.type_)) + sizeof(_impl_.percentile_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate) } -inline void ComboAggregateRequest_Aggregate::SharedCtor() { -column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&type_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&percentile_) - - reinterpret_cast(&type_)) + sizeof(percentile_)); +inline void ComboAggregateRequest_Aggregate::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.match_pairs_){arena} + , decltype(_impl_.column_name_){} + , decltype(_impl_.type_){0} + , decltype(_impl_.avg_median_){false} + , decltype(_impl_.percentile_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ComboAggregateRequest_Aggregate::~ComboAggregateRequest_Aggregate() { @@ -19725,11 +20249,12 @@ ComboAggregateRequest_Aggregate::~ComboAggregateRequest_Aggregate() { inline void ComboAggregateRequest_Aggregate::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - column_name_.Destroy(); + _impl_.match_pairs_.~RepeatedPtrField(); + _impl_.column_name_.Destroy(); } void ComboAggregateRequest_Aggregate::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ComboAggregateRequest_Aggregate::Clear() { @@ -19738,11 +20263,11 @@ void ComboAggregateRequest_Aggregate::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - match_pairs_.Clear(); - column_name_.ClearToEmpty(); - ::memset(&type_, 0, static_cast( - reinterpret_cast(&percentile_) - - reinterpret_cast(&type_)) + sizeof(percentile_)); + _impl_.match_pairs_.Clear(); + _impl_.column_name_.ClearToEmpty(); + ::memset(&_impl_.type_, 0, static_cast( + reinterpret_cast(&_impl_.percentile_) - + reinterpret_cast(&_impl_.type_)) + sizeof(_impl_.percentile_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -19789,7 +20314,7 @@ const char* ComboAggregateRequest_Aggregate::_InternalParse(const char* ptr, ::_ // double percentile = 4; case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 33)) { - percentile_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.percentile_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -19797,7 +20322,7 @@ const char* ComboAggregateRequest_Aggregate::_InternalParse(const char* ptr, ::_ // bool avg_median = 5; case 5: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 40)) { - avg_median_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.avg_median_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -19892,10 +20417,10 @@ size_t ComboAggregateRequest_Aggregate::ByteSizeLong() const { // repeated string match_pairs = 2; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(match_pairs_.size()); - for (int i = 0, n = match_pairs_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.match_pairs_.size()); + for (int i = 0, n = _impl_.match_pairs_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - match_pairs_.Get(i)); + _impl_.match_pairs_.Get(i)); } // string column_name = 3; @@ -19925,46 +20450,42 @@ size_t ComboAggregateRequest_Aggregate::ByteSizeLong() const { total_size += 1 + 8; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ComboAggregateRequest_Aggregate::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ComboAggregateRequest_Aggregate::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ComboAggregateRequest_Aggregate::GetClassData() const { return &_class_data_; } -void ComboAggregateRequest_Aggregate::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ComboAggregateRequest_Aggregate::MergeFrom(const ComboAggregateRequest_Aggregate& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate) - GOOGLE_DCHECK_NE(&from, this); +void ComboAggregateRequest_Aggregate::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - match_pairs_.MergeFrom(from.match_pairs_); + _this->_impl_.match_pairs_.MergeFrom(from._impl_.match_pairs_); if (!from._internal_column_name().empty()) { - _internal_set_column_name(from._internal_column_name()); + _this->_internal_set_column_name(from._internal_column_name()); } if (from._internal_type() != 0) { - _internal_set_type(from._internal_type()); + _this->_internal_set_type(from._internal_type()); } if (from._internal_avg_median() != 0) { - _internal_set_avg_median(from._internal_avg_median()); + _this->_internal_set_avg_median(from._internal_avg_median()); } static_assert(sizeof(uint64_t) == sizeof(double), "Code assumes uint64_t and double are the same size."); double tmp_percentile = from._internal_percentile(); uint64_t raw_percentile; memcpy(&raw_percentile, &tmp_percentile, sizeof(tmp_percentile)); if (raw_percentile != 0) { - _internal_set_percentile(from._internal_percentile()); + _this->_internal_set_percentile(from._internal_percentile()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ComboAggregateRequest_Aggregate::CopyFrom(const ComboAggregateRequest_Aggregate& from) { @@ -19983,17 +20504,17 @@ void ComboAggregateRequest_Aggregate::InternalSwap(ComboAggregateRequest_Aggrega auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - match_pairs_.InternalSwap(&other->match_pairs_); + _impl_.match_pairs_.InternalSwap(&other->_impl_.match_pairs_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_name_, lhs_arena, - &other->column_name_, rhs_arena + &_impl_.column_name_, lhs_arena, + &other->_impl_.column_name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ComboAggregateRequest_Aggregate, percentile_) - + sizeof(ComboAggregateRequest_Aggregate::percentile_) - - PROTOBUF_FIELD_OFFSET(ComboAggregateRequest_Aggregate, type_)>( - reinterpret_cast(&type_), - reinterpret_cast(&other->type_)); + PROTOBUF_FIELD_OFFSET(ComboAggregateRequest_Aggregate, _impl_.percentile_) + + sizeof(ComboAggregateRequest_Aggregate::_impl_.percentile_) + - PROTOBUF_FIELD_OFFSET(ComboAggregateRequest_Aggregate, _impl_.type_)>( + reinterpret_cast(&_impl_.type_), + reinterpret_cast(&other->_impl_.type_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ComboAggregateRequest_Aggregate::GetMetadata() const { @@ -20012,50 +20533,58 @@ class ComboAggregateRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& ComboAggregateRequest::_Internal::result_id(const ComboAggregateRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& ComboAggregateRequest::_Internal::source_id(const ComboAggregateRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void ComboAggregateRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } ComboAggregateRequest::ComboAggregateRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - aggregates_(arena), - group_by_columns_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ComboAggregateRequest) } ComboAggregateRequest::ComboAggregateRequest(const ComboAggregateRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - aggregates_(from.aggregates_), - group_by_columns_(from.group_by_columns_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + ComboAggregateRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.aggregates_){from._impl_.aggregates_} + , decltype(_impl_.group_by_columns_){from._impl_.group_by_columns_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.force_combo_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } - force_combo_ = from.force_combo_; + _this->_impl_.force_combo_ = from._impl_.force_combo_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ComboAggregateRequest) } -inline void ComboAggregateRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&force_combo_) - - reinterpret_cast(&result_id_)) + sizeof(force_combo_)); +inline void ComboAggregateRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.aggregates_){arena} + , decltype(_impl_.group_by_columns_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.force_combo_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } ComboAggregateRequest::~ComboAggregateRequest() { @@ -20069,12 +20598,14 @@ ComboAggregateRequest::~ComboAggregateRequest() { inline void ComboAggregateRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + _impl_.aggregates_.~RepeatedPtrField(); + _impl_.group_by_columns_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void ComboAggregateRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ComboAggregateRequest::Clear() { @@ -20083,17 +20614,17 @@ void ComboAggregateRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - aggregates_.Clear(); - group_by_columns_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.aggregates_.Clear(); + _impl_.group_by_columns_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - force_combo_ = false; + _impl_.source_id_ = nullptr; + _impl_.force_combo_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -20150,7 +20681,7 @@ const char* ComboAggregateRequest::_InternalParse(const char* ptr, ::_pbi::Parse // bool force_combo = 5; case 5: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 40)) { - force_combo_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.force_combo_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -20240,31 +20771,31 @@ size_t ComboAggregateRequest::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3; total_size += 1UL * this->_internal_aggregates_size(); - for (const auto& msg : this->aggregates_) { + for (const auto& msg : this->_impl_.aggregates_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // repeated string group_by_columns = 4; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(group_by_columns_.size()); - for (int i = 0, n = group_by_columns_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.group_by_columns_.size()); + for (int i = 0, n = _impl_.group_by_columns_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - group_by_columns_.Get(i)); + _impl_.group_by_columns_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // bool force_combo = 5; @@ -20272,40 +20803,38 @@ size_t ComboAggregateRequest::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ComboAggregateRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ComboAggregateRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ComboAggregateRequest::GetClassData() const { return &_class_data_; } -void ComboAggregateRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ComboAggregateRequest::MergeFrom(const ComboAggregateRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ComboAggregateRequest) - GOOGLE_DCHECK_NE(&from, this); +void ComboAggregateRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ComboAggregateRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - aggregates_.MergeFrom(from.aggregates_); - group_by_columns_.MergeFrom(from.group_by_columns_); + _this->_impl_.aggregates_.MergeFrom(from._impl_.aggregates_); + _this->_impl_.group_by_columns_.MergeFrom(from._impl_.group_by_columns_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } if (from._internal_force_combo() != 0) { - _internal_set_force_combo(from._internal_force_combo()); + _this->_internal_set_force_combo(from._internal_force_combo()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ComboAggregateRequest::CopyFrom(const ComboAggregateRequest& from) { @@ -20322,14 +20851,14 @@ bool ComboAggregateRequest::IsInitialized() const { void ComboAggregateRequest::InternalSwap(ComboAggregateRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - aggregates_.InternalSwap(&other->aggregates_); - group_by_columns_.InternalSwap(&other->group_by_columns_); + _impl_.aggregates_.InternalSwap(&other->_impl_.aggregates_); + _impl_.group_by_columns_.InternalSwap(&other->_impl_.group_by_columns_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ComboAggregateRequest, force_combo_) - + sizeof(ComboAggregateRequest::force_combo_) - - PROTOBUF_FIELD_OFFSET(ComboAggregateRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(ComboAggregateRequest, _impl_.force_combo_) + + sizeof(ComboAggregateRequest::_impl_.force_combo_) + - PROTOBUF_FIELD_OFFSET(ComboAggregateRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ComboAggregateRequest::GetMetadata() const { @@ -20349,56 +20878,62 @@ class AggregateAllRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& AggregateAllRequest::_Internal::result_id(const AggregateAllRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& AggregateAllRequest::_Internal::source_id(const AggregateAllRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } const ::io::deephaven::proto::backplane::grpc::AggSpec& AggregateAllRequest::_Internal::spec(const AggregateAllRequest* msg) { - return *msg->spec_; + return *msg->_impl_.spec_; } void AggregateAllRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } AggregateAllRequest::AggregateAllRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - group_by_columns_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggregateAllRequest) } AggregateAllRequest::AggregateAllRequest(const AggregateAllRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - group_by_columns_(from.group_by_columns_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + AggregateAllRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.group_by_columns_){from._impl_.group_by_columns_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.spec_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } if (from._internal_has_spec()) { - spec_ = new ::io::deephaven::proto::backplane::grpc::AggSpec(*from.spec_); - } else { - spec_ = nullptr; + _this->_impl_.spec_ = new ::io::deephaven::proto::backplane::grpc::AggSpec(*from._impl_.spec_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggregateAllRequest) } -inline void AggregateAllRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&spec_) - - reinterpret_cast(&result_id_)) + sizeof(spec_)); +inline void AggregateAllRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.group_by_columns_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.spec_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } AggregateAllRequest::~AggregateAllRequest() { @@ -20412,13 +20947,14 @@ AggregateAllRequest::~AggregateAllRequest() { inline void AggregateAllRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; - if (this != internal_default_instance()) delete spec_; + _impl_.group_by_columns_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; + if (this != internal_default_instance()) delete _impl_.spec_; } void AggregateAllRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggregateAllRequest::Clear() { @@ -20427,19 +20963,19 @@ void AggregateAllRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - group_by_columns_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.group_by_columns_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && spec_ != nullptr) { - delete spec_; + _impl_.source_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.spec_ != nullptr) { + delete _impl_.spec_; } - spec_ = nullptr; + _impl_.spec_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -20566,66 +21102,65 @@ size_t AggregateAllRequest::ByteSizeLong() const { // repeated string group_by_columns = 4; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(group_by_columns_.size()); - for (int i = 0, n = group_by_columns_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.group_by_columns_.size()); + for (int i = 0, n = _impl_.group_by_columns_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - group_by_columns_.Get(i)); + _impl_.group_by_columns_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // .io.deephaven.proto.backplane.grpc.AggSpec spec = 3; if (this->_internal_has_spec()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *spec_); + *_impl_.spec_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggregateAllRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggregateAllRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggregateAllRequest::GetClassData() const { return &_class_data_; } -void AggregateAllRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggregateAllRequest::MergeFrom(const AggregateAllRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggregateAllRequest) - GOOGLE_DCHECK_NE(&from, this); +void AggregateAllRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggregateAllRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - group_by_columns_.MergeFrom(from.group_by_columns_); + _this->_impl_.group_by_columns_.MergeFrom(from._impl_.group_by_columns_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } if (from._internal_has_spec()) { - _internal_mutable_spec()->::io::deephaven::proto::backplane::grpc::AggSpec::MergeFrom(from._internal_spec()); + _this->_internal_mutable_spec()->::io::deephaven::proto::backplane::grpc::AggSpec::MergeFrom( + from._internal_spec()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggregateAllRequest::CopyFrom(const AggregateAllRequest& from) { @@ -20642,13 +21177,13 @@ bool AggregateAllRequest::IsInitialized() const { void AggregateAllRequest::InternalSwap(AggregateAllRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - group_by_columns_.InternalSwap(&other->group_by_columns_); + _impl_.group_by_columns_.InternalSwap(&other->_impl_.group_by_columns_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(AggregateAllRequest, spec_) - + sizeof(AggregateAllRequest::spec_) - - PROTOBUF_FIELD_OFFSET(AggregateAllRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(AggregateAllRequest, _impl_.spec_) + + sizeof(AggregateAllRequest::_impl_.spec_) + - PROTOBUF_FIELD_OFFSET(AggregateAllRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata AggregateAllRequest::GetMetadata() const { @@ -20661,7 +21196,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata AggregateAllRequest::GetMetadata() const { class AggSpec_AggSpecApproximatePercentile::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_compression(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -20670,24 +21205,35 @@ class AggSpec_AggSpecApproximatePercentile::_Internal { AggSpec_AggSpecApproximatePercentile::AggSpec_AggSpecApproximatePercentile(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile) } AggSpec_AggSpecApproximatePercentile::AggSpec_AggSpecApproximatePercentile(const AggSpec_AggSpecApproximatePercentile& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec_AggSpecApproximatePercentile* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.percentile_){} + , decltype(_impl_.compression_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - ::memcpy(&percentile_, &from.percentile_, - static_cast(reinterpret_cast(&compression_) - - reinterpret_cast(&percentile_)) + sizeof(compression_)); + ::memcpy(&_impl_.percentile_, &from._impl_.percentile_, + static_cast(reinterpret_cast(&_impl_.compression_) - + reinterpret_cast(&_impl_.percentile_)) + sizeof(_impl_.compression_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile) } -inline void AggSpec_AggSpecApproximatePercentile::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&percentile_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&compression_) - - reinterpret_cast(&percentile_)) + sizeof(compression_)); +inline void AggSpec_AggSpecApproximatePercentile::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.percentile_){0} + , decltype(_impl_.compression_){0} + }; } AggSpec_AggSpecApproximatePercentile::~AggSpec_AggSpecApproximatePercentile() { @@ -20704,7 +21250,7 @@ inline void AggSpec_AggSpecApproximatePercentile::SharedDtor() { } void AggSpec_AggSpecApproximatePercentile::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec_AggSpecApproximatePercentile::Clear() { @@ -20713,9 +21259,9 @@ void AggSpec_AggSpecApproximatePercentile::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - percentile_ = 0; - compression_ = 0; - _has_bits_.Clear(); + _impl_.percentile_ = 0; + _impl_.compression_ = 0; + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -20729,7 +21275,7 @@ const char* AggSpec_AggSpecApproximatePercentile::_InternalParse(const char* ptr // double percentile = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 9)) { - percentile_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.percentile_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -20738,7 +21284,7 @@ const char* AggSpec_AggSpecApproximatePercentile::_InternalParse(const char* ptr case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 17)) { _Internal::set_has_compression(&has_bits); - compression_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.compression_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -20759,7 +21305,7 @@ const char* AggSpec_AggSpecApproximatePercentile::_InternalParse(const char* ptr CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -20815,30 +21361,26 @@ size_t AggSpec_AggSpecApproximatePercentile::ByteSizeLong() const { } // optional double compression = 2; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + 8; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec_AggSpecApproximatePercentile::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec_AggSpecApproximatePercentile::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec_AggSpecApproximatePercentile::GetClassData() const { return &_class_data_; } -void AggSpec_AggSpecApproximatePercentile::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec_AggSpecApproximatePercentile::MergeFrom(const AggSpec_AggSpecApproximatePercentile& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec_AggSpecApproximatePercentile::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; @@ -20847,12 +21389,12 @@ void AggSpec_AggSpecApproximatePercentile::MergeFrom(const AggSpec_AggSpecApprox uint64_t raw_percentile; memcpy(&raw_percentile, &tmp_percentile, sizeof(tmp_percentile)); if (raw_percentile != 0) { - _internal_set_percentile(from._internal_percentile()); + _this->_internal_set_percentile(from._internal_percentile()); } if (from._internal_has_compression()) { - _internal_set_compression(from._internal_compression()); + _this->_internal_set_compression(from._internal_compression()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec_AggSpecApproximatePercentile::CopyFrom(const AggSpec_AggSpecApproximatePercentile& from) { @@ -20869,13 +21411,13 @@ bool AggSpec_AggSpecApproximatePercentile::IsInitialized() const { void AggSpec_AggSpecApproximatePercentile::InternalSwap(AggSpec_AggSpecApproximatePercentile* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(AggSpec_AggSpecApproximatePercentile, compression_) - + sizeof(AggSpec_AggSpecApproximatePercentile::compression_) - - PROTOBUF_FIELD_OFFSET(AggSpec_AggSpecApproximatePercentile, percentile_)>( - reinterpret_cast(&percentile_), - reinterpret_cast(&other->percentile_)); + PROTOBUF_FIELD_OFFSET(AggSpec_AggSpecApproximatePercentile, _impl_.compression_) + + sizeof(AggSpec_AggSpecApproximatePercentile::_impl_.compression_) + - PROTOBUF_FIELD_OFFSET(AggSpec_AggSpecApproximatePercentile, _impl_.percentile_)>( + reinterpret_cast(&_impl_.percentile_), + reinterpret_cast(&other->_impl_.percentile_)); } ::PROTOBUF_NAMESPACE_ID::Metadata AggSpec_AggSpecApproximatePercentile::GetMetadata() const { @@ -20893,18 +21435,29 @@ class AggSpec_AggSpecCountDistinct::_Internal { AggSpec_AggSpecCountDistinct::AggSpec_AggSpecCountDistinct(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct) } AggSpec_AggSpecCountDistinct::AggSpec_AggSpecCountDistinct(const AggSpec_AggSpecCountDistinct& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec_AggSpecCountDistinct* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.count_nulls_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - count_nulls_ = from.count_nulls_; + _this->_impl_.count_nulls_ = from._impl_.count_nulls_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct) } -inline void AggSpec_AggSpecCountDistinct::SharedCtor() { -count_nulls_ = false; +inline void AggSpec_AggSpecCountDistinct::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.count_nulls_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } AggSpec_AggSpecCountDistinct::~AggSpec_AggSpecCountDistinct() { @@ -20921,7 +21474,7 @@ inline void AggSpec_AggSpecCountDistinct::SharedDtor() { } void AggSpec_AggSpecCountDistinct::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec_AggSpecCountDistinct::Clear() { @@ -20930,7 +21483,7 @@ void AggSpec_AggSpecCountDistinct::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - count_nulls_ = false; + _impl_.count_nulls_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -20943,7 +21496,7 @@ const char* AggSpec_AggSpecCountDistinct::_InternalParse(const char* ptr, ::_pbi // bool count_nulls = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - count_nulls_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.count_nulls_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -21004,32 +21557,28 @@ size_t AggSpec_AggSpecCountDistinct::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec_AggSpecCountDistinct::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec_AggSpecCountDistinct::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec_AggSpecCountDistinct::GetClassData() const { return &_class_data_; } -void AggSpec_AggSpecCountDistinct::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec_AggSpecCountDistinct::MergeFrom(const AggSpec_AggSpecCountDistinct& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec_AggSpecCountDistinct::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_count_nulls() != 0) { - _internal_set_count_nulls(from._internal_count_nulls()); + _this->_internal_set_count_nulls(from._internal_count_nulls()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec_AggSpecCountDistinct::CopyFrom(const AggSpec_AggSpecCountDistinct& from) { @@ -21046,7 +21595,7 @@ bool AggSpec_AggSpecCountDistinct::IsInitialized() const { void AggSpec_AggSpecCountDistinct::InternalSwap(AggSpec_AggSpecCountDistinct* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(count_nulls_, other->count_nulls_); + swap(_impl_.count_nulls_, other->_impl_.count_nulls_); } ::PROTOBUF_NAMESPACE_ID::Metadata AggSpec_AggSpecCountDistinct::GetMetadata() const { @@ -21064,18 +21613,29 @@ class AggSpec_AggSpecDistinct::_Internal { AggSpec_AggSpecDistinct::AggSpec_AggSpecDistinct(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct) } AggSpec_AggSpecDistinct::AggSpec_AggSpecDistinct(const AggSpec_AggSpecDistinct& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec_AggSpecDistinct* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.include_nulls_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - include_nulls_ = from.include_nulls_; + _this->_impl_.include_nulls_ = from._impl_.include_nulls_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct) } -inline void AggSpec_AggSpecDistinct::SharedCtor() { -include_nulls_ = false; +inline void AggSpec_AggSpecDistinct::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.include_nulls_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } AggSpec_AggSpecDistinct::~AggSpec_AggSpecDistinct() { @@ -21092,7 +21652,7 @@ inline void AggSpec_AggSpecDistinct::SharedDtor() { } void AggSpec_AggSpecDistinct::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec_AggSpecDistinct::Clear() { @@ -21101,7 +21661,7 @@ void AggSpec_AggSpecDistinct::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - include_nulls_ = false; + _impl_.include_nulls_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -21114,7 +21674,7 @@ const char* AggSpec_AggSpecDistinct::_InternalParse(const char* ptr, ::_pbi::Par // bool include_nulls = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - include_nulls_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.include_nulls_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -21175,32 +21735,28 @@ size_t AggSpec_AggSpecDistinct::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec_AggSpecDistinct::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec_AggSpecDistinct::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec_AggSpecDistinct::GetClassData() const { return &_class_data_; } -void AggSpec_AggSpecDistinct::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec_AggSpecDistinct::MergeFrom(const AggSpec_AggSpecDistinct& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec_AggSpecDistinct::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_include_nulls() != 0) { - _internal_set_include_nulls(from._internal_include_nulls()); + _this->_internal_set_include_nulls(from._internal_include_nulls()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec_AggSpecDistinct::CopyFrom(const AggSpec_AggSpecDistinct& from) { @@ -21217,7 +21773,7 @@ bool AggSpec_AggSpecDistinct::IsInitialized() const { void AggSpec_AggSpecDistinct::InternalSwap(AggSpec_AggSpecDistinct* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(include_nulls_, other->include_nulls_); + swap(_impl_.include_nulls_, other->_impl_.include_nulls_); } ::PROTOBUF_NAMESPACE_ID::Metadata AggSpec_AggSpecDistinct::GetMetadata() const { @@ -21235,40 +21791,54 @@ class AggSpec_AggSpecFormula::_Internal { AggSpec_AggSpecFormula::AggSpec_AggSpecFormula(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula) } AggSpec_AggSpecFormula::AggSpec_AggSpecFormula(const AggSpec_AggSpecFormula& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec_AggSpecFormula* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.formula_){} + , decltype(_impl_.param_token_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - formula_.InitDefault(); + _impl_.formula_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - formula_.Set("", GetArenaForAllocation()); + _impl_.formula_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_formula().empty()) { - formula_.Set(from._internal_formula(), - GetArenaForAllocation()); + _this->_impl_.formula_.Set(from._internal_formula(), + _this->GetArenaForAllocation()); } - param_token_.InitDefault(); + _impl_.param_token_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - param_token_.Set("", GetArenaForAllocation()); + _impl_.param_token_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_param_token().empty()) { - param_token_.Set(from._internal_param_token(), - GetArenaForAllocation()); + _this->_impl_.param_token_.Set(from._internal_param_token(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula) } -inline void AggSpec_AggSpecFormula::SharedCtor() { -formula_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - formula_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -param_token_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - param_token_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void AggSpec_AggSpecFormula::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.formula_){} + , decltype(_impl_.param_token_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.formula_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.formula_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.param_token_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.param_token_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } AggSpec_AggSpecFormula::~AggSpec_AggSpecFormula() { @@ -21282,12 +21852,12 @@ AggSpec_AggSpecFormula::~AggSpec_AggSpecFormula() { inline void AggSpec_AggSpecFormula::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - formula_.Destroy(); - param_token_.Destroy(); + _impl_.formula_.Destroy(); + _impl_.param_token_.Destroy(); } void AggSpec_AggSpecFormula::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec_AggSpecFormula::Clear() { @@ -21296,8 +21866,8 @@ void AggSpec_AggSpecFormula::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - formula_.ClearToEmpty(); - param_token_.ClearToEmpty(); + _impl_.formula_.ClearToEmpty(); + _impl_.param_token_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -21406,35 +21976,31 @@ size_t AggSpec_AggSpecFormula::ByteSizeLong() const { this->_internal_param_token()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec_AggSpecFormula::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec_AggSpecFormula::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec_AggSpecFormula::GetClassData() const { return &_class_data_; } -void AggSpec_AggSpecFormula::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec_AggSpecFormula::MergeFrom(const AggSpec_AggSpecFormula& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec_AggSpecFormula::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_formula().empty()) { - _internal_set_formula(from._internal_formula()); + _this->_internal_set_formula(from._internal_formula()); } if (!from._internal_param_token().empty()) { - _internal_set_param_token(from._internal_param_token()); + _this->_internal_set_param_token(from._internal_param_token()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec_AggSpecFormula::CopyFrom(const AggSpec_AggSpecFormula& from) { @@ -21454,12 +22020,12 @@ void AggSpec_AggSpecFormula::InternalSwap(AggSpec_AggSpecFormula* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &formula_, lhs_arena, - &other->formula_, rhs_arena + &_impl_.formula_, lhs_arena, + &other->_impl_.formula_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - ¶m_token_, lhs_arena, - &other->param_token_, rhs_arena + &_impl_.param_token_, lhs_arena, + &other->_impl_.param_token_, rhs_arena ); } @@ -21478,18 +22044,29 @@ class AggSpec_AggSpecMedian::_Internal { AggSpec_AggSpecMedian::AggSpec_AggSpecMedian(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian) } AggSpec_AggSpecMedian::AggSpec_AggSpecMedian(const AggSpec_AggSpecMedian& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec_AggSpecMedian* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.average_evenly_divided_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - average_evenly_divided_ = from.average_evenly_divided_; + _this->_impl_.average_evenly_divided_ = from._impl_.average_evenly_divided_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian) } -inline void AggSpec_AggSpecMedian::SharedCtor() { -average_evenly_divided_ = false; +inline void AggSpec_AggSpecMedian::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.average_evenly_divided_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } AggSpec_AggSpecMedian::~AggSpec_AggSpecMedian() { @@ -21506,7 +22083,7 @@ inline void AggSpec_AggSpecMedian::SharedDtor() { } void AggSpec_AggSpecMedian::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec_AggSpecMedian::Clear() { @@ -21515,7 +22092,7 @@ void AggSpec_AggSpecMedian::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - average_evenly_divided_ = false; + _impl_.average_evenly_divided_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -21528,7 +22105,7 @@ const char* AggSpec_AggSpecMedian::_InternalParse(const char* ptr, ::_pbi::Parse // bool average_evenly_divided = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - average_evenly_divided_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.average_evenly_divided_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -21589,32 +22166,28 @@ size_t AggSpec_AggSpecMedian::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec_AggSpecMedian::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec_AggSpecMedian::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec_AggSpecMedian::GetClassData() const { return &_class_data_; } -void AggSpec_AggSpecMedian::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec_AggSpecMedian::MergeFrom(const AggSpec_AggSpecMedian& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec_AggSpecMedian::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_average_evenly_divided() != 0) { - _internal_set_average_evenly_divided(from._internal_average_evenly_divided()); + _this->_internal_set_average_evenly_divided(from._internal_average_evenly_divided()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec_AggSpecMedian::CopyFrom(const AggSpec_AggSpecMedian& from) { @@ -21631,7 +22204,7 @@ bool AggSpec_AggSpecMedian::IsInitialized() const { void AggSpec_AggSpecMedian::InternalSwap(AggSpec_AggSpecMedian* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(average_evenly_divided_, other->average_evenly_divided_); + swap(_impl_.average_evenly_divided_, other->_impl_.average_evenly_divided_); } ::PROTOBUF_NAMESPACE_ID::Metadata AggSpec_AggSpecMedian::GetMetadata() const { @@ -21649,23 +22222,33 @@ class AggSpec_AggSpecPercentile::_Internal { AggSpec_AggSpecPercentile::AggSpec_AggSpecPercentile(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile) } AggSpec_AggSpecPercentile::AggSpec_AggSpecPercentile(const AggSpec_AggSpecPercentile& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec_AggSpecPercentile* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.percentile_){} + , decltype(_impl_.average_evenly_divided_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - ::memcpy(&percentile_, &from.percentile_, - static_cast(reinterpret_cast(&average_evenly_divided_) - - reinterpret_cast(&percentile_)) + sizeof(average_evenly_divided_)); + ::memcpy(&_impl_.percentile_, &from._impl_.percentile_, + static_cast(reinterpret_cast(&_impl_.average_evenly_divided_) - + reinterpret_cast(&_impl_.percentile_)) + sizeof(_impl_.average_evenly_divided_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile) } -inline void AggSpec_AggSpecPercentile::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&percentile_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&average_evenly_divided_) - - reinterpret_cast(&percentile_)) + sizeof(average_evenly_divided_)); +inline void AggSpec_AggSpecPercentile::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.percentile_){0} + , decltype(_impl_.average_evenly_divided_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } AggSpec_AggSpecPercentile::~AggSpec_AggSpecPercentile() { @@ -21682,7 +22265,7 @@ inline void AggSpec_AggSpecPercentile::SharedDtor() { } void AggSpec_AggSpecPercentile::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec_AggSpecPercentile::Clear() { @@ -21691,9 +22274,9 @@ void AggSpec_AggSpecPercentile::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - ::memset(&percentile_, 0, static_cast( - reinterpret_cast(&average_evenly_divided_) - - reinterpret_cast(&percentile_)) + sizeof(average_evenly_divided_)); + ::memset(&_impl_.percentile_, 0, static_cast( + reinterpret_cast(&_impl_.average_evenly_divided_) - + reinterpret_cast(&_impl_.percentile_)) + sizeof(_impl_.average_evenly_divided_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -21706,7 +22289,7 @@ const char* AggSpec_AggSpecPercentile::_InternalParse(const char* ptr, ::_pbi::P // double percentile = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 9)) { - percentile_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.percentile_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -21714,7 +22297,7 @@ const char* AggSpec_AggSpecPercentile::_InternalParse(const char* ptr, ::_pbi::P // bool average_evenly_divided = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - average_evenly_divided_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.average_evenly_divided_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -21794,25 +22377,21 @@ size_t AggSpec_AggSpecPercentile::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec_AggSpecPercentile::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec_AggSpecPercentile::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec_AggSpecPercentile::GetClassData() const { return &_class_data_; } -void AggSpec_AggSpecPercentile::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec_AggSpecPercentile::MergeFrom(const AggSpec_AggSpecPercentile& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec_AggSpecPercentile::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; @@ -21821,12 +22400,12 @@ void AggSpec_AggSpecPercentile::MergeFrom(const AggSpec_AggSpecPercentile& from) uint64_t raw_percentile; memcpy(&raw_percentile, &tmp_percentile, sizeof(tmp_percentile)); if (raw_percentile != 0) { - _internal_set_percentile(from._internal_percentile()); + _this->_internal_set_percentile(from._internal_percentile()); } if (from._internal_average_evenly_divided() != 0) { - _internal_set_average_evenly_divided(from._internal_average_evenly_divided()); + _this->_internal_set_average_evenly_divided(from._internal_average_evenly_divided()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec_AggSpecPercentile::CopyFrom(const AggSpec_AggSpecPercentile& from) { @@ -21844,11 +22423,11 @@ void AggSpec_AggSpecPercentile::InternalSwap(AggSpec_AggSpecPercentile* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(AggSpec_AggSpecPercentile, average_evenly_divided_) - + sizeof(AggSpec_AggSpecPercentile::average_evenly_divided_) - - PROTOBUF_FIELD_OFFSET(AggSpec_AggSpecPercentile, percentile_)>( - reinterpret_cast(&percentile_), - reinterpret_cast(&other->percentile_)); + PROTOBUF_FIELD_OFFSET(AggSpec_AggSpecPercentile, _impl_.average_evenly_divided_) + + sizeof(AggSpec_AggSpecPercentile::_impl_.average_evenly_divided_) + - PROTOBUF_FIELD_OFFSET(AggSpec_AggSpecPercentile, _impl_.percentile_)>( + reinterpret_cast(&_impl_.percentile_), + reinterpret_cast(&other->_impl_.percentile_)); } ::PROTOBUF_NAMESPACE_ID::Metadata AggSpec_AggSpecPercentile::GetMetadata() const { @@ -21865,19 +22444,29 @@ class AggSpec_AggSpecSorted::_Internal { AggSpec_AggSpecSorted::AggSpec_AggSpecSorted(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - columns_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted) } AggSpec_AggSpecSorted::AggSpec_AggSpecSorted(const AggSpec_AggSpecSorted& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - columns_(from.columns_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec_AggSpecSorted* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.columns_){from._impl_.columns_} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted) } -inline void AggSpec_AggSpecSorted::SharedCtor() { +inline void AggSpec_AggSpecSorted::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.columns_){arena} + , /*decltype(_impl_._cached_size_)*/{} + }; } AggSpec_AggSpecSorted::~AggSpec_AggSpecSorted() { @@ -21891,10 +22480,11 @@ AggSpec_AggSpecSorted::~AggSpec_AggSpecSorted() { inline void AggSpec_AggSpecSorted::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.columns_.~RepeatedPtrField(); } void AggSpec_AggSpecSorted::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec_AggSpecSorted::Clear() { @@ -21903,7 +22493,7 @@ void AggSpec_AggSpecSorted::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - columns_.Clear(); + _impl_.columns_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -21981,35 +22571,31 @@ size_t AggSpec_AggSpecSorted::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1; total_size += 1UL * this->_internal_columns_size(); - for (const auto& msg : this->columns_) { + for (const auto& msg : this->_impl_.columns_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec_AggSpecSorted::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec_AggSpecSorted::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec_AggSpecSorted::GetClassData() const { return &_class_data_; } -void AggSpec_AggSpecSorted::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec_AggSpecSorted::MergeFrom(const AggSpec_AggSpecSorted& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec_AggSpecSorted::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - columns_.MergeFrom(from.columns_); - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_impl_.columns_.MergeFrom(from._impl_.columns_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec_AggSpecSorted::CopyFrom(const AggSpec_AggSpecSorted& from) { @@ -22026,7 +22612,7 @@ bool AggSpec_AggSpecSorted::IsInitialized() const { void AggSpec_AggSpecSorted::InternalSwap(AggSpec_AggSpecSorted* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - columns_.InternalSwap(&other->columns_); + _impl_.columns_.InternalSwap(&other->_impl_.columns_); } ::PROTOBUF_NAMESPACE_ID::Metadata AggSpec_AggSpecSorted::GetMetadata() const { @@ -22044,28 +22630,40 @@ class AggSpec_AggSpecSortedColumn::_Internal { AggSpec_AggSpecSortedColumn::AggSpec_AggSpecSortedColumn(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn) } AggSpec_AggSpecSortedColumn::AggSpec_AggSpecSortedColumn(const AggSpec_AggSpecSortedColumn& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec_AggSpecSortedColumn* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - column_name_.InitDefault(); + _impl_.column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); + _impl_.column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column_name().empty()) { - column_name_.Set(from._internal_column_name(), - GetArenaForAllocation()); + _this->_impl_.column_name_.Set(from._internal_column_name(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn) } -inline void AggSpec_AggSpecSortedColumn::SharedCtor() { -column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void AggSpec_AggSpecSortedColumn::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } AggSpec_AggSpecSortedColumn::~AggSpec_AggSpecSortedColumn() { @@ -22079,11 +22677,11 @@ AggSpec_AggSpecSortedColumn::~AggSpec_AggSpecSortedColumn() { inline void AggSpec_AggSpecSortedColumn::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - column_name_.Destroy(); + _impl_.column_name_.Destroy(); } void AggSpec_AggSpecSortedColumn::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec_AggSpecSortedColumn::Clear() { @@ -22092,7 +22690,7 @@ void AggSpec_AggSpecSortedColumn::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -22174,32 +22772,28 @@ size_t AggSpec_AggSpecSortedColumn::ByteSizeLong() const { this->_internal_column_name()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec_AggSpecSortedColumn::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec_AggSpecSortedColumn::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec_AggSpecSortedColumn::GetClassData() const { return &_class_data_; } -void AggSpec_AggSpecSortedColumn::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec_AggSpecSortedColumn::MergeFrom(const AggSpec_AggSpecSortedColumn& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec_AggSpecSortedColumn::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_column_name().empty()) { - _internal_set_column_name(from._internal_column_name()); + _this->_internal_set_column_name(from._internal_column_name()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec_AggSpecSortedColumn::CopyFrom(const AggSpec_AggSpecSortedColumn& from) { @@ -22219,8 +22813,8 @@ void AggSpec_AggSpecSortedColumn::InternalSwap(AggSpec_AggSpecSortedColumn* othe auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_name_, lhs_arena, - &other->column_name_, rhs_arena + &_impl_.column_name_, lhs_arena, + &other->_impl_.column_name_, rhs_arena ); } @@ -22234,7 +22828,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata AggSpec_AggSpecSortedColumn::GetMetadata() con class AggSpec_AggSpecTDigest::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_compression(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -22243,19 +22837,31 @@ class AggSpec_AggSpecTDigest::_Internal { AggSpec_AggSpecTDigest::AggSpec_AggSpecTDigest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest) } AggSpec_AggSpecTDigest::AggSpec_AggSpecTDigest(const AggSpec_AggSpecTDigest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec_AggSpecTDigest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.compression_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - compression_ = from.compression_; + _this->_impl_.compression_ = from._impl_.compression_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest) } -inline void AggSpec_AggSpecTDigest::SharedCtor() { -compression_ = 0; +inline void AggSpec_AggSpecTDigest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.compression_){0} + }; } AggSpec_AggSpecTDigest::~AggSpec_AggSpecTDigest() { @@ -22272,7 +22878,7 @@ inline void AggSpec_AggSpecTDigest::SharedDtor() { } void AggSpec_AggSpecTDigest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec_AggSpecTDigest::Clear() { @@ -22281,8 +22887,8 @@ void AggSpec_AggSpecTDigest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - compression_ = 0; - _has_bits_.Clear(); + _impl_.compression_ = 0; + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -22297,7 +22903,7 @@ const char* AggSpec_AggSpecTDigest::_InternalParse(const char* ptr, ::_pbi::Pars case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 9)) { _Internal::set_has_compression(&has_bits); - compression_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); + _impl_.compression_ = ::PROTOBUF_NAMESPACE_ID::internal::UnalignedLoad(ptr); ptr += sizeof(double); } else goto handle_unusual; @@ -22318,7 +22924,7 @@ const char* AggSpec_AggSpecTDigest::_InternalParse(const char* ptr, ::_pbi::Pars CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -22355,37 +22961,33 @@ size_t AggSpec_AggSpecTDigest::ByteSizeLong() const { (void) cached_has_bits; // optional double compression = 1; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += 1 + 8; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec_AggSpecTDigest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec_AggSpecTDigest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec_AggSpecTDigest::GetClassData() const { return &_class_data_; } -void AggSpec_AggSpecTDigest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec_AggSpecTDigest::MergeFrom(const AggSpec_AggSpecTDigest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec_AggSpecTDigest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_compression()) { - _internal_set_compression(from._internal_compression()); + _this->_internal_set_compression(from._internal_compression()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec_AggSpecTDigest::CopyFrom(const AggSpec_AggSpecTDigest& from) { @@ -22402,8 +23004,8 @@ bool AggSpec_AggSpecTDigest::IsInitialized() const { void AggSpec_AggSpecTDigest::InternalSwap(AggSpec_AggSpecTDigest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); - swap(compression_, other->compression_); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); + swap(_impl_.compression_, other->_impl_.compression_); } ::PROTOBUF_NAMESPACE_ID::Metadata AggSpec_AggSpecTDigest::GetMetadata() const { @@ -22421,31 +23023,39 @@ class AggSpec_AggSpecUnique::_Internal { const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel& AggSpec_AggSpecUnique::_Internal::non_unique_sentinel(const AggSpec_AggSpecUnique* msg) { - return *msg->non_unique_sentinel_; + return *msg->_impl_.non_unique_sentinel_; } AggSpec_AggSpecUnique::AggSpec_AggSpecUnique(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique) } AggSpec_AggSpecUnique::AggSpec_AggSpecUnique(const AggSpec_AggSpecUnique& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec_AggSpecUnique* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.non_unique_sentinel_){nullptr} + , decltype(_impl_.include_nulls_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_non_unique_sentinel()) { - non_unique_sentinel_ = new ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel(*from.non_unique_sentinel_); - } else { - non_unique_sentinel_ = nullptr; + _this->_impl_.non_unique_sentinel_ = new ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel(*from._impl_.non_unique_sentinel_); } - include_nulls_ = from.include_nulls_; + _this->_impl_.include_nulls_ = from._impl_.include_nulls_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique) } -inline void AggSpec_AggSpecUnique::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&non_unique_sentinel_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&include_nulls_) - - reinterpret_cast(&non_unique_sentinel_)) + sizeof(include_nulls_)); +inline void AggSpec_AggSpecUnique::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.non_unique_sentinel_){nullptr} + , decltype(_impl_.include_nulls_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } AggSpec_AggSpecUnique::~AggSpec_AggSpecUnique() { @@ -22459,11 +23069,11 @@ AggSpec_AggSpecUnique::~AggSpec_AggSpecUnique() { inline void AggSpec_AggSpecUnique::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete non_unique_sentinel_; + if (this != internal_default_instance()) delete _impl_.non_unique_sentinel_; } void AggSpec_AggSpecUnique::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec_AggSpecUnique::Clear() { @@ -22472,11 +23082,11 @@ void AggSpec_AggSpecUnique::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && non_unique_sentinel_ != nullptr) { - delete non_unique_sentinel_; + if (GetArenaForAllocation() == nullptr && _impl_.non_unique_sentinel_ != nullptr) { + delete _impl_.non_unique_sentinel_; } - non_unique_sentinel_ = nullptr; - include_nulls_ = false; + _impl_.non_unique_sentinel_ = nullptr; + _impl_.include_nulls_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -22489,7 +23099,7 @@ const char* AggSpec_AggSpecUnique::_InternalParse(const char* ptr, ::_pbi::Parse // bool include_nulls = 1; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - include_nulls_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.include_nulls_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -22564,7 +23174,7 @@ size_t AggSpec_AggSpecUnique::ByteSizeLong() const { if (this->_internal_has_non_unique_sentinel()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *non_unique_sentinel_); + *_impl_.non_unique_sentinel_); } // bool include_nulls = 1; @@ -22572,35 +23182,32 @@ size_t AggSpec_AggSpecUnique::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec_AggSpecUnique::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec_AggSpecUnique::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec_AggSpecUnique::GetClassData() const { return &_class_data_; } -void AggSpec_AggSpecUnique::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec_AggSpecUnique::MergeFrom(const AggSpec_AggSpecUnique& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec_AggSpecUnique::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_non_unique_sentinel()) { - _internal_mutable_non_unique_sentinel()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel::MergeFrom(from._internal_non_unique_sentinel()); + _this->_internal_mutable_non_unique_sentinel()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel::MergeFrom( + from._internal_non_unique_sentinel()); } if (from._internal_include_nulls() != 0) { - _internal_set_include_nulls(from._internal_include_nulls()); + _this->_internal_set_include_nulls(from._internal_include_nulls()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec_AggSpecUnique::CopyFrom(const AggSpec_AggSpecUnique& from) { @@ -22618,11 +23225,11 @@ void AggSpec_AggSpecUnique::InternalSwap(AggSpec_AggSpecUnique* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(AggSpec_AggSpecUnique, include_nulls_) - + sizeof(AggSpec_AggSpecUnique::include_nulls_) - - PROTOBUF_FIELD_OFFSET(AggSpec_AggSpecUnique, non_unique_sentinel_)>( - reinterpret_cast(&non_unique_sentinel_), - reinterpret_cast(&other->non_unique_sentinel_)); + PROTOBUF_FIELD_OFFSET(AggSpec_AggSpecUnique, _impl_.include_nulls_) + + sizeof(AggSpec_AggSpecUnique::_impl_.include_nulls_) + - PROTOBUF_FIELD_OFFSET(AggSpec_AggSpecUnique, _impl_.non_unique_sentinel_)>( + reinterpret_cast(&_impl_.non_unique_sentinel_), + reinterpret_cast(&other->_impl_.non_unique_sentinel_)); } ::PROTOBUF_NAMESPACE_ID::Metadata AggSpec_AggSpecUnique::GetMetadata() const { @@ -22640,52 +23247,58 @@ class AggSpec_AggSpecNonUniqueSentinel::_Internal { AggSpec_AggSpecNonUniqueSentinel::AggSpec_AggSpecNonUniqueSentinel(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel) } AggSpec_AggSpecNonUniqueSentinel::AggSpec_AggSpecNonUniqueSentinel(const AggSpec_AggSpecNonUniqueSentinel& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec_AggSpecNonUniqueSentinel* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_type(); switch (from.type_case()) { case kNullValue: { - _internal_set_null_value(from._internal_null_value()); + _this->_internal_set_null_value(from._internal_null_value()); break; } case kStringValue: { - _internal_set_string_value(from._internal_string_value()); + _this->_internal_set_string_value(from._internal_string_value()); break; } case kIntValue: { - _internal_set_int_value(from._internal_int_value()); + _this->_internal_set_int_value(from._internal_int_value()); break; } case kLongValue: { - _internal_set_long_value(from._internal_long_value()); + _this->_internal_set_long_value(from._internal_long_value()); break; } case kFloatValue: { - _internal_set_float_value(from._internal_float_value()); + _this->_internal_set_float_value(from._internal_float_value()); break; } case kDoubleValue: { - _internal_set_double_value(from._internal_double_value()); + _this->_internal_set_double_value(from._internal_double_value()); break; } case kBoolValue: { - _internal_set_bool_value(from._internal_bool_value()); + _this->_internal_set_bool_value(from._internal_bool_value()); break; } case kByteValue: { - _internal_set_byte_value(from._internal_byte_value()); + _this->_internal_set_byte_value(from._internal_byte_value()); break; } case kShortValue: { - _internal_set_short_value(from._internal_short_value()); + _this->_internal_set_short_value(from._internal_short_value()); break; } case kCharValue: { - _internal_set_char_value(from._internal_char_value()); + _this->_internal_set_char_value(from._internal_char_value()); break; } case TYPE_NOT_SET: { @@ -22695,8 +23308,16 @@ AggSpec_AggSpecNonUniqueSentinel::AggSpec_AggSpecNonUniqueSentinel(const AggSpec // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel) } -inline void AggSpec_AggSpecNonUniqueSentinel::SharedCtor() { -clear_has_type(); +inline void AggSpec_AggSpecNonUniqueSentinel::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_type(); } AggSpec_AggSpecNonUniqueSentinel::~AggSpec_AggSpecNonUniqueSentinel() { @@ -22716,7 +23337,7 @@ inline void AggSpec_AggSpecNonUniqueSentinel::SharedDtor() { } void AggSpec_AggSpecNonUniqueSentinel::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec_AggSpecNonUniqueSentinel::clear_type() { @@ -22727,7 +23348,7 @@ void AggSpec_AggSpecNonUniqueSentinel::clear_type() { break; } case kStringValue: { - type_.string_value_.Destroy(); + _impl_.type_.string_value_.Destroy(); break; } case kIntValue: { @@ -22766,7 +23387,7 @@ void AggSpec_AggSpecNonUniqueSentinel::clear_type() { break; } } - _oneof_case_[0] = TYPE_NOT_SET; + _impl_._oneof_case_[0] = TYPE_NOT_SET; } @@ -23037,74 +23658,70 @@ size_t AggSpec_AggSpecNonUniqueSentinel::ByteSizeLong() const { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec_AggSpecNonUniqueSentinel::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec_AggSpecNonUniqueSentinel::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec_AggSpecNonUniqueSentinel::GetClassData() const { return &_class_data_; } -void AggSpec_AggSpecNonUniqueSentinel::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec_AggSpecNonUniqueSentinel::MergeFrom(const AggSpec_AggSpecNonUniqueSentinel& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec_AggSpecNonUniqueSentinel::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.type_case()) { case kNullValue: { - _internal_set_null_value(from._internal_null_value()); + _this->_internal_set_null_value(from._internal_null_value()); break; } case kStringValue: { - _internal_set_string_value(from._internal_string_value()); + _this->_internal_set_string_value(from._internal_string_value()); break; } case kIntValue: { - _internal_set_int_value(from._internal_int_value()); + _this->_internal_set_int_value(from._internal_int_value()); break; } case kLongValue: { - _internal_set_long_value(from._internal_long_value()); + _this->_internal_set_long_value(from._internal_long_value()); break; } case kFloatValue: { - _internal_set_float_value(from._internal_float_value()); + _this->_internal_set_float_value(from._internal_float_value()); break; } case kDoubleValue: { - _internal_set_double_value(from._internal_double_value()); + _this->_internal_set_double_value(from._internal_double_value()); break; } case kBoolValue: { - _internal_set_bool_value(from._internal_bool_value()); + _this->_internal_set_bool_value(from._internal_bool_value()); break; } case kByteValue: { - _internal_set_byte_value(from._internal_byte_value()); + _this->_internal_set_byte_value(from._internal_byte_value()); break; } case kShortValue: { - _internal_set_short_value(from._internal_short_value()); + _this->_internal_set_short_value(from._internal_short_value()); break; } case kCharValue: { - _internal_set_char_value(from._internal_char_value()); + _this->_internal_set_char_value(from._internal_char_value()); break; } case TYPE_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec_AggSpecNonUniqueSentinel::CopyFrom(const AggSpec_AggSpecNonUniqueSentinel& from) { @@ -23121,8 +23738,8 @@ bool AggSpec_AggSpecNonUniqueSentinel::IsInitialized() const { void AggSpec_AggSpecNonUniqueSentinel::InternalSwap(AggSpec_AggSpecNonUniqueSentinel* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(type_, other->type_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.type_, other->_impl_.type_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata AggSpec_AggSpecNonUniqueSentinel::GetMetadata() const { @@ -23140,28 +23757,40 @@ class AggSpec_AggSpecWeighted::_Internal { AggSpec_AggSpecWeighted::AggSpec_AggSpecWeighted(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted) } AggSpec_AggSpecWeighted::AggSpec_AggSpecWeighted(const AggSpec_AggSpecWeighted& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec_AggSpecWeighted* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.weight_column_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - weight_column_.InitDefault(); + _impl_.weight_column_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - weight_column_.Set("", GetArenaForAllocation()); + _impl_.weight_column_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_weight_column().empty()) { - weight_column_.Set(from._internal_weight_column(), - GetArenaForAllocation()); + _this->_impl_.weight_column_.Set(from._internal_weight_column(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted) } -inline void AggSpec_AggSpecWeighted::SharedCtor() { -weight_column_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - weight_column_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void AggSpec_AggSpecWeighted::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.weight_column_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.weight_column_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.weight_column_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } AggSpec_AggSpecWeighted::~AggSpec_AggSpecWeighted() { @@ -23175,11 +23804,11 @@ AggSpec_AggSpecWeighted::~AggSpec_AggSpecWeighted() { inline void AggSpec_AggSpecWeighted::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - weight_column_.Destroy(); + _impl_.weight_column_.Destroy(); } void AggSpec_AggSpecWeighted::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec_AggSpecWeighted::Clear() { @@ -23188,7 +23817,7 @@ void AggSpec_AggSpecWeighted::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - weight_column_.ClearToEmpty(); + _impl_.weight_column_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -23270,32 +23899,28 @@ size_t AggSpec_AggSpecWeighted::ByteSizeLong() const { this->_internal_weight_column()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec_AggSpecWeighted::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec_AggSpecWeighted::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec_AggSpecWeighted::GetClassData() const { return &_class_data_; } -void AggSpec_AggSpecWeighted::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec_AggSpecWeighted::MergeFrom(const AggSpec_AggSpecWeighted& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec_AggSpecWeighted::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_weight_column().empty()) { - _internal_set_weight_column(from._internal_weight_column()); + _this->_internal_set_weight_column(from._internal_weight_column()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec_AggSpecWeighted::CopyFrom(const AggSpec_AggSpecWeighted& from) { @@ -23315,8 +23940,8 @@ void AggSpec_AggSpecWeighted::InternalSwap(AggSpec_AggSpecWeighted* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &weight_column_, lhs_arena, - &other->weight_column_, rhs_arena + &_impl_.weight_column_, lhs_arena, + &other->_impl_.weight_column_, rhs_arena ); } @@ -23339,6 +23964,7 @@ AggSpec_AggSpecAbsSum::AggSpec_AggSpecAbsSum(::PROTOBUF_NAMESPACE_ID::Arena* are } AggSpec_AggSpecAbsSum::AggSpec_AggSpecAbsSum(const AggSpec_AggSpecAbsSum& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AggSpec_AggSpecAbsSum* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAbsSum) } @@ -23378,6 +24004,7 @@ AggSpec_AggSpecAvg::AggSpec_AggSpecAvg(::PROTOBUF_NAMESPACE_ID::Arena* arena, } AggSpec_AggSpecAvg::AggSpec_AggSpecAvg(const AggSpec_AggSpecAvg& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AggSpec_AggSpecAvg* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg) } @@ -23417,6 +24044,7 @@ AggSpec_AggSpecFirst::AggSpec_AggSpecFirst(::PROTOBUF_NAMESPACE_ID::Arena* arena } AggSpec_AggSpecFirst::AggSpec_AggSpecFirst(const AggSpec_AggSpecFirst& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AggSpec_AggSpecFirst* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst) } @@ -23456,6 +24084,7 @@ AggSpec_AggSpecFreeze::AggSpec_AggSpecFreeze(::PROTOBUF_NAMESPACE_ID::Arena* are } AggSpec_AggSpecFreeze::AggSpec_AggSpecFreeze(const AggSpec_AggSpecFreeze& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AggSpec_AggSpecFreeze* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze) } @@ -23495,6 +24124,7 @@ AggSpec_AggSpecGroup::AggSpec_AggSpecGroup(::PROTOBUF_NAMESPACE_ID::Arena* arena } AggSpec_AggSpecGroup::AggSpec_AggSpecGroup(const AggSpec_AggSpecGroup& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AggSpec_AggSpecGroup* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup) } @@ -23534,6 +24164,7 @@ AggSpec_AggSpecLast::AggSpec_AggSpecLast(::PROTOBUF_NAMESPACE_ID::Arena* arena, } AggSpec_AggSpecLast::AggSpec_AggSpecLast(const AggSpec_AggSpecLast& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AggSpec_AggSpecLast* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast) } @@ -23573,6 +24204,7 @@ AggSpec_AggSpecMax::AggSpec_AggSpecMax(::PROTOBUF_NAMESPACE_ID::Arena* arena, } AggSpec_AggSpecMax::AggSpec_AggSpecMax(const AggSpec_AggSpecMax& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AggSpec_AggSpecMax* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax) } @@ -23612,6 +24244,7 @@ AggSpec_AggSpecMin::AggSpec_AggSpecMin(::PROTOBUF_NAMESPACE_ID::Arena* arena, } AggSpec_AggSpecMin::AggSpec_AggSpecMin(const AggSpec_AggSpecMin& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AggSpec_AggSpecMin* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin) } @@ -23651,6 +24284,7 @@ AggSpec_AggSpecStd::AggSpec_AggSpecStd(::PROTOBUF_NAMESPACE_ID::Arena* arena, } AggSpec_AggSpecStd::AggSpec_AggSpecStd(const AggSpec_AggSpecStd& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AggSpec_AggSpecStd* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd) } @@ -23690,6 +24324,7 @@ AggSpec_AggSpecSum::AggSpec_AggSpecSum(::PROTOBUF_NAMESPACE_ID::Arena* arena, } AggSpec_AggSpecSum::AggSpec_AggSpecSum(const AggSpec_AggSpecSum& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AggSpec_AggSpecSum* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum) } @@ -23729,6 +24364,7 @@ AggSpec_AggSpecVar::AggSpec_AggSpecVar(::PROTOBUF_NAMESPACE_ID::Arena* arena, } AggSpec_AggSpecVar::AggSpec_AggSpecVar(const AggSpec_AggSpecVar& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + AggSpec_AggSpecVar* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar) } @@ -23786,95 +24422,95 @@ class AggSpec::_Internal { const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum& AggSpec::_Internal::abs_sum(const AggSpec* msg) { - return *msg->type_.abs_sum_; + return *msg->_impl_.type_.abs_sum_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile& AggSpec::_Internal::approximate_percentile(const AggSpec* msg) { - return *msg->type_.approximate_percentile_; + return *msg->_impl_.type_.approximate_percentile_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg& AggSpec::_Internal::avg(const AggSpec* msg) { - return *msg->type_.avg_; + return *msg->_impl_.type_.avg_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct& AggSpec::_Internal::count_distinct(const AggSpec* msg) { - return *msg->type_.count_distinct_; + return *msg->_impl_.type_.count_distinct_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct& AggSpec::_Internal::distinct(const AggSpec* msg) { - return *msg->type_.distinct_; + return *msg->_impl_.type_.distinct_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst& AggSpec::_Internal::first(const AggSpec* msg) { - return *msg->type_.first_; + return *msg->_impl_.type_.first_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula& AggSpec::_Internal::formula(const AggSpec* msg) { - return *msg->type_.formula_; + return *msg->_impl_.type_.formula_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze& AggSpec::_Internal::freeze(const AggSpec* msg) { - return *msg->type_.freeze_; + return *msg->_impl_.type_.freeze_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup& AggSpec::_Internal::group(const AggSpec* msg) { - return *msg->type_.group_; + return *msg->_impl_.type_.group_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast& AggSpec::_Internal::last(const AggSpec* msg) { - return *msg->type_.last_; + return *msg->_impl_.type_.last_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax& AggSpec::_Internal::max(const AggSpec* msg) { - return *msg->type_.max_; + return *msg->_impl_.type_.max_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian& AggSpec::_Internal::median(const AggSpec* msg) { - return *msg->type_.median_; + return *msg->_impl_.type_.median_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin& AggSpec::_Internal::min(const AggSpec* msg) { - return *msg->type_.min_; + return *msg->_impl_.type_.min_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile& AggSpec::_Internal::percentile(const AggSpec* msg) { - return *msg->type_.percentile_; + return *msg->_impl_.type_.percentile_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted& AggSpec::_Internal::sorted_first(const AggSpec* msg) { - return *msg->type_.sorted_first_; + return *msg->_impl_.type_.sorted_first_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted& AggSpec::_Internal::sorted_last(const AggSpec* msg) { - return *msg->type_.sorted_last_; + return *msg->_impl_.type_.sorted_last_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd& AggSpec::_Internal::std(const AggSpec* msg) { - return *msg->type_.std_; + return *msg->_impl_.type_.std_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum& AggSpec::_Internal::sum(const AggSpec* msg) { - return *msg->type_.sum_; + return *msg->_impl_.type_.sum_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest& AggSpec::_Internal::t_digest(const AggSpec* msg) { - return *msg->type_.t_digest_; + return *msg->_impl_.type_.t_digest_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique& AggSpec::_Internal::unique(const AggSpec* msg) { - return *msg->type_.unique_; + return *msg->_impl_.type_.unique_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted& AggSpec::_Internal::weighted_avg(const AggSpec* msg) { - return *msg->type_.weighted_avg_; + return *msg->_impl_.type_.weighted_avg_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted& AggSpec::_Internal::weighted_sum(const AggSpec* msg) { - return *msg->type_.weighted_sum_; + return *msg->_impl_.type_.weighted_sum_; } const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar& AggSpec::_Internal::var(const AggSpec* msg) { - return *msg->type_.var_; + return *msg->_impl_.type_.var_; } void AggSpec::set_allocated_abs_sum(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* abs_sum) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -23887,7 +24523,7 @@ void AggSpec::set_allocated_abs_sum(::io::deephaven::proto::backplane::grpc::Agg message_arena, abs_sum, submessage_arena); } set_has_abs_sum(); - type_.abs_sum_ = abs_sum; + _impl_.type_.abs_sum_ = abs_sum; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.abs_sum) } @@ -23902,7 +24538,7 @@ void AggSpec::set_allocated_approximate_percentile(::io::deephaven::proto::backp message_arena, approximate_percentile, submessage_arena); } set_has_approximate_percentile(); - type_.approximate_percentile_ = approximate_percentile; + _impl_.type_.approximate_percentile_ = approximate_percentile; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.approximate_percentile) } @@ -23917,7 +24553,7 @@ void AggSpec::set_allocated_avg(::io::deephaven::proto::backplane::grpc::AggSpec message_arena, avg, submessage_arena); } set_has_avg(); - type_.avg_ = avg; + _impl_.type_.avg_ = avg; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.avg) } @@ -23932,7 +24568,7 @@ void AggSpec::set_allocated_count_distinct(::io::deephaven::proto::backplane::gr message_arena, count_distinct, submessage_arena); } set_has_count_distinct(); - type_.count_distinct_ = count_distinct; + _impl_.type_.count_distinct_ = count_distinct; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.count_distinct) } @@ -23947,7 +24583,7 @@ void AggSpec::set_allocated_distinct(::io::deephaven::proto::backplane::grpc::Ag message_arena, distinct, submessage_arena); } set_has_distinct(); - type_.distinct_ = distinct; + _impl_.type_.distinct_ = distinct; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.distinct) } @@ -23962,7 +24598,7 @@ void AggSpec::set_allocated_first(::io::deephaven::proto::backplane::grpc::AggSp message_arena, first, submessage_arena); } set_has_first(); - type_.first_ = first; + _impl_.type_.first_ = first; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.first) } @@ -23977,7 +24613,7 @@ void AggSpec::set_allocated_formula(::io::deephaven::proto::backplane::grpc::Agg message_arena, formula, submessage_arena); } set_has_formula(); - type_.formula_ = formula; + _impl_.type_.formula_ = formula; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.formula) } @@ -23992,7 +24628,7 @@ void AggSpec::set_allocated_freeze(::io::deephaven::proto::backplane::grpc::AggS message_arena, freeze, submessage_arena); } set_has_freeze(); - type_.freeze_ = freeze; + _impl_.type_.freeze_ = freeze; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.freeze) } @@ -24007,7 +24643,7 @@ void AggSpec::set_allocated_group(::io::deephaven::proto::backplane::grpc::AggSp message_arena, group, submessage_arena); } set_has_group(); - type_.group_ = group; + _impl_.type_.group_ = group; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.group) } @@ -24022,7 +24658,7 @@ void AggSpec::set_allocated_last(::io::deephaven::proto::backplane::grpc::AggSpe message_arena, last, submessage_arena); } set_has_last(); - type_.last_ = last; + _impl_.type_.last_ = last; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.last) } @@ -24037,7 +24673,7 @@ void AggSpec::set_allocated_max(::io::deephaven::proto::backplane::grpc::AggSpec message_arena, max, submessage_arena); } set_has_max(); - type_.max_ = max; + _impl_.type_.max_ = max; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.max) } @@ -24052,7 +24688,7 @@ void AggSpec::set_allocated_median(::io::deephaven::proto::backplane::grpc::AggS message_arena, median, submessage_arena); } set_has_median(); - type_.median_ = median; + _impl_.type_.median_ = median; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.median) } @@ -24067,7 +24703,7 @@ void AggSpec::set_allocated_min(::io::deephaven::proto::backplane::grpc::AggSpec message_arena, min, submessage_arena); } set_has_min(); - type_.min_ = min; + _impl_.type_.min_ = min; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.min) } @@ -24082,7 +24718,7 @@ void AggSpec::set_allocated_percentile(::io::deephaven::proto::backplane::grpc:: message_arena, percentile, submessage_arena); } set_has_percentile(); - type_.percentile_ = percentile; + _impl_.type_.percentile_ = percentile; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.percentile) } @@ -24097,7 +24733,7 @@ void AggSpec::set_allocated_sorted_first(::io::deephaven::proto::backplane::grpc message_arena, sorted_first, submessage_arena); } set_has_sorted_first(); - type_.sorted_first_ = sorted_first; + _impl_.type_.sorted_first_ = sorted_first; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.sorted_first) } @@ -24112,7 +24748,7 @@ void AggSpec::set_allocated_sorted_last(::io::deephaven::proto::backplane::grpc: message_arena, sorted_last, submessage_arena); } set_has_sorted_last(); - type_.sorted_last_ = sorted_last; + _impl_.type_.sorted_last_ = sorted_last; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.sorted_last) } @@ -24127,7 +24763,7 @@ void AggSpec::set_allocated_std(::io::deephaven::proto::backplane::grpc::AggSpec message_arena, std, submessage_arena); } set_has_std(); - type_.std_ = std; + _impl_.type_.std_ = std; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.std) } @@ -24142,7 +24778,7 @@ void AggSpec::set_allocated_sum(::io::deephaven::proto::backplane::grpc::AggSpec message_arena, sum, submessage_arena); } set_has_sum(); - type_.sum_ = sum; + _impl_.type_.sum_ = sum; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.sum) } @@ -24157,7 +24793,7 @@ void AggSpec::set_allocated_t_digest(::io::deephaven::proto::backplane::grpc::Ag message_arena, t_digest, submessage_arena); } set_has_t_digest(); - type_.t_digest_ = t_digest; + _impl_.type_.t_digest_ = t_digest; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.t_digest) } @@ -24172,7 +24808,7 @@ void AggSpec::set_allocated_unique(::io::deephaven::proto::backplane::grpc::AggS message_arena, unique, submessage_arena); } set_has_unique(); - type_.unique_ = unique; + _impl_.type_.unique_ = unique; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.unique) } @@ -24187,7 +24823,7 @@ void AggSpec::set_allocated_weighted_avg(::io::deephaven::proto::backplane::grpc message_arena, weighted_avg, submessage_arena); } set_has_weighted_avg(); - type_.weighted_avg_ = weighted_avg; + _impl_.type_.weighted_avg_ = weighted_avg; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.weighted_avg) } @@ -24202,7 +24838,7 @@ void AggSpec::set_allocated_weighted_sum(::io::deephaven::proto::backplane::grpc message_arena, weighted_sum, submessage_arena); } set_has_weighted_sum(); - type_.weighted_sum_ = weighted_sum; + _impl_.type_.weighted_sum_ = weighted_sum; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.weighted_sum) } @@ -24217,111 +24853,140 @@ void AggSpec::set_allocated_var(::io::deephaven::proto::backplane::grpc::AggSpec message_arena, var, submessage_arena); } set_has_var(); - type_.var_ = var; + _impl_.type_.var_ = var; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.var) } AggSpec::AggSpec(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggSpec) } AggSpec::AggSpec(const AggSpec& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + AggSpec* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_type(); switch (from.type_case()) { case kAbsSum: { - _internal_mutable_abs_sum()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum::MergeFrom(from._internal_abs_sum()); + _this->_internal_mutable_abs_sum()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum::MergeFrom( + from._internal_abs_sum()); break; } case kApproximatePercentile: { - _internal_mutable_approximate_percentile()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile::MergeFrom(from._internal_approximate_percentile()); + _this->_internal_mutable_approximate_percentile()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile::MergeFrom( + from._internal_approximate_percentile()); break; } case kAvg: { - _internal_mutable_avg()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg::MergeFrom(from._internal_avg()); + _this->_internal_mutable_avg()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg::MergeFrom( + from._internal_avg()); break; } case kCountDistinct: { - _internal_mutable_count_distinct()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct::MergeFrom(from._internal_count_distinct()); + _this->_internal_mutable_count_distinct()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct::MergeFrom( + from._internal_count_distinct()); break; } case kDistinct: { - _internal_mutable_distinct()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct::MergeFrom(from._internal_distinct()); + _this->_internal_mutable_distinct()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct::MergeFrom( + from._internal_distinct()); break; } case kFirst: { - _internal_mutable_first()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst::MergeFrom(from._internal_first()); + _this->_internal_mutable_first()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst::MergeFrom( + from._internal_first()); break; } case kFormula: { - _internal_mutable_formula()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula::MergeFrom(from._internal_formula()); + _this->_internal_mutable_formula()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula::MergeFrom( + from._internal_formula()); break; } case kFreeze: { - _internal_mutable_freeze()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze::MergeFrom(from._internal_freeze()); + _this->_internal_mutable_freeze()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze::MergeFrom( + from._internal_freeze()); break; } case kGroup: { - _internal_mutable_group()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup::MergeFrom(from._internal_group()); + _this->_internal_mutable_group()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup::MergeFrom( + from._internal_group()); break; } case kLast: { - _internal_mutable_last()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast::MergeFrom(from._internal_last()); + _this->_internal_mutable_last()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast::MergeFrom( + from._internal_last()); break; } case kMax: { - _internal_mutable_max()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax::MergeFrom(from._internal_max()); + _this->_internal_mutable_max()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax::MergeFrom( + from._internal_max()); break; } case kMedian: { - _internal_mutable_median()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian::MergeFrom(from._internal_median()); + _this->_internal_mutable_median()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian::MergeFrom( + from._internal_median()); break; } case kMin: { - _internal_mutable_min()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin::MergeFrom(from._internal_min()); + _this->_internal_mutable_min()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin::MergeFrom( + from._internal_min()); break; } case kPercentile: { - _internal_mutable_percentile()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile::MergeFrom(from._internal_percentile()); + _this->_internal_mutable_percentile()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile::MergeFrom( + from._internal_percentile()); break; } case kSortedFirst: { - _internal_mutable_sorted_first()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted::MergeFrom(from._internal_sorted_first()); + _this->_internal_mutable_sorted_first()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted::MergeFrom( + from._internal_sorted_first()); break; } case kSortedLast: { - _internal_mutable_sorted_last()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted::MergeFrom(from._internal_sorted_last()); + _this->_internal_mutable_sorted_last()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted::MergeFrom( + from._internal_sorted_last()); break; } case kStd: { - _internal_mutable_std()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd::MergeFrom(from._internal_std()); + _this->_internal_mutable_std()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd::MergeFrom( + from._internal_std()); break; } case kSum: { - _internal_mutable_sum()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum::MergeFrom(from._internal_sum()); + _this->_internal_mutable_sum()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum::MergeFrom( + from._internal_sum()); break; } case kTDigest: { - _internal_mutable_t_digest()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest::MergeFrom(from._internal_t_digest()); + _this->_internal_mutable_t_digest()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest::MergeFrom( + from._internal_t_digest()); break; } case kUnique: { - _internal_mutable_unique()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique::MergeFrom(from._internal_unique()); + _this->_internal_mutable_unique()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique::MergeFrom( + from._internal_unique()); break; } case kWeightedAvg: { - _internal_mutable_weighted_avg()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted::MergeFrom(from._internal_weighted_avg()); + _this->_internal_mutable_weighted_avg()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted::MergeFrom( + from._internal_weighted_avg()); break; } case kWeightedSum: { - _internal_mutable_weighted_sum()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted::MergeFrom(from._internal_weighted_sum()); + _this->_internal_mutable_weighted_sum()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted::MergeFrom( + from._internal_weighted_sum()); break; } case kVar: { - _internal_mutable_var()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar::MergeFrom(from._internal_var()); + _this->_internal_mutable_var()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar::MergeFrom( + from._internal_var()); break; } case TYPE_NOT_SET: { @@ -24331,8 +24996,16 @@ AggSpec::AggSpec(const AggSpec& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggSpec) } -inline void AggSpec::SharedCtor() { -clear_has_type(); +inline void AggSpec::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_type(); } AggSpec::~AggSpec() { @@ -24352,7 +25025,7 @@ inline void AggSpec::SharedDtor() { } void AggSpec::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggSpec::clear_type() { @@ -24360,139 +25033,139 @@ void AggSpec::clear_type() { switch (type_case()) { case kAbsSum: { if (GetArenaForAllocation() == nullptr) { - delete type_.abs_sum_; + delete _impl_.type_.abs_sum_; } break; } case kApproximatePercentile: { if (GetArenaForAllocation() == nullptr) { - delete type_.approximate_percentile_; + delete _impl_.type_.approximate_percentile_; } break; } case kAvg: { if (GetArenaForAllocation() == nullptr) { - delete type_.avg_; + delete _impl_.type_.avg_; } break; } case kCountDistinct: { if (GetArenaForAllocation() == nullptr) { - delete type_.count_distinct_; + delete _impl_.type_.count_distinct_; } break; } case kDistinct: { if (GetArenaForAllocation() == nullptr) { - delete type_.distinct_; + delete _impl_.type_.distinct_; } break; } case kFirst: { if (GetArenaForAllocation() == nullptr) { - delete type_.first_; + delete _impl_.type_.first_; } break; } case kFormula: { if (GetArenaForAllocation() == nullptr) { - delete type_.formula_; + delete _impl_.type_.formula_; } break; } case kFreeze: { if (GetArenaForAllocation() == nullptr) { - delete type_.freeze_; + delete _impl_.type_.freeze_; } break; } case kGroup: { if (GetArenaForAllocation() == nullptr) { - delete type_.group_; + delete _impl_.type_.group_; } break; } case kLast: { if (GetArenaForAllocation() == nullptr) { - delete type_.last_; + delete _impl_.type_.last_; } break; } case kMax: { if (GetArenaForAllocation() == nullptr) { - delete type_.max_; + delete _impl_.type_.max_; } break; } case kMedian: { if (GetArenaForAllocation() == nullptr) { - delete type_.median_; + delete _impl_.type_.median_; } break; } case kMin: { if (GetArenaForAllocation() == nullptr) { - delete type_.min_; + delete _impl_.type_.min_; } break; } case kPercentile: { if (GetArenaForAllocation() == nullptr) { - delete type_.percentile_; + delete _impl_.type_.percentile_; } break; } case kSortedFirst: { if (GetArenaForAllocation() == nullptr) { - delete type_.sorted_first_; + delete _impl_.type_.sorted_first_; } break; } case kSortedLast: { if (GetArenaForAllocation() == nullptr) { - delete type_.sorted_last_; + delete _impl_.type_.sorted_last_; } break; } case kStd: { if (GetArenaForAllocation() == nullptr) { - delete type_.std_; + delete _impl_.type_.std_; } break; } case kSum: { if (GetArenaForAllocation() == nullptr) { - delete type_.sum_; + delete _impl_.type_.sum_; } break; } case kTDigest: { if (GetArenaForAllocation() == nullptr) { - delete type_.t_digest_; + delete _impl_.type_.t_digest_; } break; } case kUnique: { if (GetArenaForAllocation() == nullptr) { - delete type_.unique_; + delete _impl_.type_.unique_; } break; } case kWeightedAvg: { if (GetArenaForAllocation() == nullptr) { - delete type_.weighted_avg_; + delete _impl_.type_.weighted_avg_; } break; } case kWeightedSum: { if (GetArenaForAllocation() == nullptr) { - delete type_.weighted_sum_; + delete _impl_.type_.weighted_sum_; } break; } case kVar: { if (GetArenaForAllocation() == nullptr) { - delete type_.var_; + delete _impl_.type_.var_; } break; } @@ -24500,7 +25173,7 @@ void AggSpec::clear_type() { break; } } - _oneof_case_[0] = TYPE_NOT_SET; + _impl_._oneof_case_[0] = TYPE_NOT_SET; } @@ -24915,287 +25588,306 @@ size_t AggSpec::ByteSizeLong() const { case kAbsSum: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.abs_sum_); + *_impl_.type_.abs_sum_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile approximate_percentile = 2; case kApproximatePercentile: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.approximate_percentile_); + *_impl_.type_.approximate_percentile_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecAvg avg = 3; case kAvg: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.avg_); + *_impl_.type_.avg_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct count_distinct = 4; case kCountDistinct: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.count_distinct_); + *_impl_.type_.count_distinct_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct distinct = 5; case kDistinct: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.distinct_); + *_impl_.type_.distinct_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFirst first = 6; case kFirst: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.first_); + *_impl_.type_.first_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula formula = 7; case kFormula: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.formula_); + *_impl_.type_.formula_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFreeze freeze = 8; case kFreeze: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.freeze_); + *_impl_.type_.freeze_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecGroup group = 9; case kGroup: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.group_); + *_impl_.type_.group_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecLast last = 10; case kLast: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.last_); + *_impl_.type_.last_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMax max = 11; case kMax: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.max_); + *_impl_.type_.max_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian median = 12; case kMedian: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.median_); + *_impl_.type_.median_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMin min = 13; case kMin: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.min_); + *_impl_.type_.min_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile percentile = 14; case kPercentile: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.percentile_); + *_impl_.type_.percentile_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_first = 15; case kSortedFirst: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.sorted_first_); + *_impl_.type_.sorted_first_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted sorted_last = 16; case kSortedLast: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.sorted_last_); + *_impl_.type_.sorted_last_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecStd std = 17; case kStd: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.std_); + *_impl_.type_.std_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSum sum = 18; case kSum: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.sum_); + *_impl_.type_.sum_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest t_digest = 19; case kTDigest: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.t_digest_); + *_impl_.type_.t_digest_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique unique = 20; case kUnique: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.unique_); + *_impl_.type_.unique_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_avg = 21; case kWeightedAvg: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.weighted_avg_); + *_impl_.type_.weighted_avg_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted weighted_sum = 22; case kWeightedSum: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.weighted_sum_); + *_impl_.type_.weighted_sum_); break; } // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecVar var = 23; case kVar: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.var_); + *_impl_.type_.var_); break; } case TYPE_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggSpec::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggSpec::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggSpec::GetClassData() const { return &_class_data_; } -void AggSpec::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggSpec::MergeFrom(const AggSpec& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec) - GOOGLE_DCHECK_NE(&from, this); +void AggSpec::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggSpec) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.type_case()) { case kAbsSum: { - _internal_mutable_abs_sum()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum::MergeFrom(from._internal_abs_sum()); + _this->_internal_mutable_abs_sum()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum::MergeFrom( + from._internal_abs_sum()); break; } case kApproximatePercentile: { - _internal_mutable_approximate_percentile()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile::MergeFrom(from._internal_approximate_percentile()); + _this->_internal_mutable_approximate_percentile()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile::MergeFrom( + from._internal_approximate_percentile()); break; } case kAvg: { - _internal_mutable_avg()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg::MergeFrom(from._internal_avg()); + _this->_internal_mutable_avg()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg::MergeFrom( + from._internal_avg()); break; } case kCountDistinct: { - _internal_mutable_count_distinct()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct::MergeFrom(from._internal_count_distinct()); + _this->_internal_mutable_count_distinct()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct::MergeFrom( + from._internal_count_distinct()); break; } case kDistinct: { - _internal_mutable_distinct()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct::MergeFrom(from._internal_distinct()); + _this->_internal_mutable_distinct()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct::MergeFrom( + from._internal_distinct()); break; } case kFirst: { - _internal_mutable_first()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst::MergeFrom(from._internal_first()); + _this->_internal_mutable_first()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst::MergeFrom( + from._internal_first()); break; } case kFormula: { - _internal_mutable_formula()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula::MergeFrom(from._internal_formula()); + _this->_internal_mutable_formula()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula::MergeFrom( + from._internal_formula()); break; } case kFreeze: { - _internal_mutable_freeze()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze::MergeFrom(from._internal_freeze()); + _this->_internal_mutable_freeze()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze::MergeFrom( + from._internal_freeze()); break; } case kGroup: { - _internal_mutable_group()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup::MergeFrom(from._internal_group()); + _this->_internal_mutable_group()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup::MergeFrom( + from._internal_group()); break; } case kLast: { - _internal_mutable_last()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast::MergeFrom(from._internal_last()); + _this->_internal_mutable_last()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast::MergeFrom( + from._internal_last()); break; } case kMax: { - _internal_mutable_max()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax::MergeFrom(from._internal_max()); + _this->_internal_mutable_max()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax::MergeFrom( + from._internal_max()); break; } case kMedian: { - _internal_mutable_median()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian::MergeFrom(from._internal_median()); + _this->_internal_mutable_median()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian::MergeFrom( + from._internal_median()); break; } case kMin: { - _internal_mutable_min()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin::MergeFrom(from._internal_min()); + _this->_internal_mutable_min()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin::MergeFrom( + from._internal_min()); break; } case kPercentile: { - _internal_mutable_percentile()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile::MergeFrom(from._internal_percentile()); + _this->_internal_mutable_percentile()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile::MergeFrom( + from._internal_percentile()); break; } case kSortedFirst: { - _internal_mutable_sorted_first()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted::MergeFrom(from._internal_sorted_first()); + _this->_internal_mutable_sorted_first()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted::MergeFrom( + from._internal_sorted_first()); break; } case kSortedLast: { - _internal_mutable_sorted_last()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted::MergeFrom(from._internal_sorted_last()); + _this->_internal_mutable_sorted_last()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted::MergeFrom( + from._internal_sorted_last()); break; } case kStd: { - _internal_mutable_std()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd::MergeFrom(from._internal_std()); + _this->_internal_mutable_std()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd::MergeFrom( + from._internal_std()); break; } case kSum: { - _internal_mutable_sum()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum::MergeFrom(from._internal_sum()); + _this->_internal_mutable_sum()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum::MergeFrom( + from._internal_sum()); break; } case kTDigest: { - _internal_mutable_t_digest()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest::MergeFrom(from._internal_t_digest()); + _this->_internal_mutable_t_digest()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest::MergeFrom( + from._internal_t_digest()); break; } case kUnique: { - _internal_mutable_unique()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique::MergeFrom(from._internal_unique()); + _this->_internal_mutable_unique()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique::MergeFrom( + from._internal_unique()); break; } case kWeightedAvg: { - _internal_mutable_weighted_avg()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted::MergeFrom(from._internal_weighted_avg()); + _this->_internal_mutable_weighted_avg()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted::MergeFrom( + from._internal_weighted_avg()); break; } case kWeightedSum: { - _internal_mutable_weighted_sum()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted::MergeFrom(from._internal_weighted_sum()); + _this->_internal_mutable_weighted_sum()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted::MergeFrom( + from._internal_weighted_sum()); break; } case kVar: { - _internal_mutable_var()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar::MergeFrom(from._internal_var()); + _this->_internal_mutable_var()->::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar::MergeFrom( + from._internal_var()); break; } case TYPE_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggSpec::CopyFrom(const AggSpec& from) { @@ -25212,8 +25904,8 @@ bool AggSpec::IsInitialized() const { void AggSpec::InternalSwap(AggSpec* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(type_, other->type_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.type_, other->_impl_.type_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata AggSpec::GetMetadata() const { @@ -25233,59 +25925,67 @@ class AggregateRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& AggregateRequest::_Internal::result_id(const AggregateRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& AggregateRequest::_Internal::source_id(const AggregateRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& AggregateRequest::_Internal::initial_groups_id(const AggregateRequest* msg) { - return *msg->initial_groups_id_; + return *msg->_impl_.initial_groups_id_; } void AggregateRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } AggregateRequest::AggregateRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - aggregations_(arena), - group_by_columns_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AggregateRequest) } AggregateRequest::AggregateRequest(const AggregateRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - aggregations_(from.aggregations_), - group_by_columns_(from.group_by_columns_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + AggregateRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.aggregations_){from._impl_.aggregations_} + , decltype(_impl_.group_by_columns_){from._impl_.group_by_columns_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.initial_groups_id_){nullptr} + , decltype(_impl_.preserve_empty_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } if (from._internal_has_initial_groups_id()) { - initial_groups_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.initial_groups_id_); - } else { - initial_groups_id_ = nullptr; + _this->_impl_.initial_groups_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.initial_groups_id_); } - preserve_empty_ = from.preserve_empty_; + _this->_impl_.preserve_empty_ = from._impl_.preserve_empty_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AggregateRequest) } -inline void AggregateRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&preserve_empty_) - - reinterpret_cast(&result_id_)) + sizeof(preserve_empty_)); +inline void AggregateRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.aggregations_){arena} + , decltype(_impl_.group_by_columns_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.initial_groups_id_){nullptr} + , decltype(_impl_.preserve_empty_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } AggregateRequest::~AggregateRequest() { @@ -25299,13 +25999,15 @@ AggregateRequest::~AggregateRequest() { inline void AggregateRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; - if (this != internal_default_instance()) delete initial_groups_id_; + _impl_.aggregations_.~RepeatedPtrField(); + _impl_.group_by_columns_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; + if (this != internal_default_instance()) delete _impl_.initial_groups_id_; } void AggregateRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AggregateRequest::Clear() { @@ -25314,21 +26016,21 @@ void AggregateRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - aggregations_.Clear(); - group_by_columns_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.aggregations_.Clear(); + _impl_.group_by_columns_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && initial_groups_id_ != nullptr) { - delete initial_groups_id_; + _impl_.source_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.initial_groups_id_ != nullptr) { + delete _impl_.initial_groups_id_; } - initial_groups_id_ = nullptr; - preserve_empty_ = false; + _impl_.initial_groups_id_ = nullptr; + _impl_.preserve_empty_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -25365,7 +26067,7 @@ const char* AggregateRequest::_InternalParse(const char* ptr, ::_pbi::ParseConte // bool preserve_empty = 4; case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { - preserve_empty_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.preserve_empty_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -25490,38 +26192,38 @@ size_t AggregateRequest::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 5; total_size += 1UL * this->_internal_aggregations_size(); - for (const auto& msg : this->aggregations_) { + for (const auto& msg : this->_impl_.aggregations_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } // repeated string group_by_columns = 6; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(group_by_columns_.size()); - for (int i = 0, n = group_by_columns_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.group_by_columns_.size()); + for (int i = 0, n = _impl_.group_by_columns_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - group_by_columns_.Get(i)); + _impl_.group_by_columns_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // .io.deephaven.proto.backplane.grpc.TableReference initial_groups_id = 3; if (this->_internal_has_initial_groups_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *initial_groups_id_); + *_impl_.initial_groups_id_); } // bool preserve_empty = 4; @@ -25529,43 +26231,42 @@ size_t AggregateRequest::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AggregateRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AggregateRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AggregateRequest::GetClassData() const { return &_class_data_; } -void AggregateRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AggregateRequest::MergeFrom(const AggregateRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggregateRequest) - GOOGLE_DCHECK_NE(&from, this); +void AggregateRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AggregateRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - aggregations_.MergeFrom(from.aggregations_); - group_by_columns_.MergeFrom(from.group_by_columns_); + _this->_impl_.aggregations_.MergeFrom(from._impl_.aggregations_); + _this->_impl_.group_by_columns_.MergeFrom(from._impl_.group_by_columns_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } if (from._internal_has_initial_groups_id()) { - _internal_mutable_initial_groups_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_initial_groups_id()); + _this->_internal_mutable_initial_groups_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_initial_groups_id()); } if (from._internal_preserve_empty() != 0) { - _internal_set_preserve_empty(from._internal_preserve_empty()); + _this->_internal_set_preserve_empty(from._internal_preserve_empty()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AggregateRequest::CopyFrom(const AggregateRequest& from) { @@ -25582,14 +26283,14 @@ bool AggregateRequest::IsInitialized() const { void AggregateRequest::InternalSwap(AggregateRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - aggregations_.InternalSwap(&other->aggregations_); - group_by_columns_.InternalSwap(&other->group_by_columns_); + _impl_.aggregations_.InternalSwap(&other->_impl_.aggregations_); + _impl_.group_by_columns_.InternalSwap(&other->_impl_.group_by_columns_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(AggregateRequest, preserve_empty_) - + sizeof(AggregateRequest::preserve_empty_) - - PROTOBUF_FIELD_OFFSET(AggregateRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(AggregateRequest, _impl_.preserve_empty_) + + sizeof(AggregateRequest::_impl_.preserve_empty_) + - PROTOBUF_FIELD_OFFSET(AggregateRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata AggregateRequest::GetMetadata() const { @@ -25607,29 +26308,38 @@ class Aggregation_AggregationColumns::_Internal { const ::io::deephaven::proto::backplane::grpc::AggSpec& Aggregation_AggregationColumns::_Internal::spec(const Aggregation_AggregationColumns* msg) { - return *msg->spec_; + return *msg->_impl_.spec_; } Aggregation_AggregationColumns::Aggregation_AggregationColumns(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - match_pairs_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns) } Aggregation_AggregationColumns::Aggregation_AggregationColumns(const Aggregation_AggregationColumns& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - match_pairs_(from.match_pairs_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + Aggregation_AggregationColumns* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.match_pairs_){from._impl_.match_pairs_} + , decltype(_impl_.spec_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_spec()) { - spec_ = new ::io::deephaven::proto::backplane::grpc::AggSpec(*from.spec_); - } else { - spec_ = nullptr; + _this->_impl_.spec_ = new ::io::deephaven::proto::backplane::grpc::AggSpec(*from._impl_.spec_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns) } -inline void Aggregation_AggregationColumns::SharedCtor() { -spec_ = nullptr; +inline void Aggregation_AggregationColumns::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.match_pairs_){arena} + , decltype(_impl_.spec_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } Aggregation_AggregationColumns::~Aggregation_AggregationColumns() { @@ -25643,11 +26353,12 @@ Aggregation_AggregationColumns::~Aggregation_AggregationColumns() { inline void Aggregation_AggregationColumns::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete spec_; + _impl_.match_pairs_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.spec_; } void Aggregation_AggregationColumns::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Aggregation_AggregationColumns::Clear() { @@ -25656,11 +26367,11 @@ void Aggregation_AggregationColumns::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - match_pairs_.Clear(); - if (GetArenaForAllocation() == nullptr && spec_ != nullptr) { - delete spec_; + _impl_.match_pairs_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.spec_ != nullptr) { + delete _impl_.spec_; } - spec_ = nullptr; + _impl_.spec_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -25757,46 +26468,43 @@ size_t Aggregation_AggregationColumns::ByteSizeLong() const { // repeated string match_pairs = 2; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(match_pairs_.size()); - for (int i = 0, n = match_pairs_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.match_pairs_.size()); + for (int i = 0, n = _impl_.match_pairs_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - match_pairs_.Get(i)); + _impl_.match_pairs_.Get(i)); } // .io.deephaven.proto.backplane.grpc.AggSpec spec = 1; if (this->_internal_has_spec()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *spec_); + *_impl_.spec_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Aggregation_AggregationColumns::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Aggregation_AggregationColumns::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Aggregation_AggregationColumns::GetClassData() const { return &_class_data_; } -void Aggregation_AggregationColumns::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Aggregation_AggregationColumns::MergeFrom(const Aggregation_AggregationColumns& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns) - GOOGLE_DCHECK_NE(&from, this); +void Aggregation_AggregationColumns::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - match_pairs_.MergeFrom(from.match_pairs_); + _this->_impl_.match_pairs_.MergeFrom(from._impl_.match_pairs_); if (from._internal_has_spec()) { - _internal_mutable_spec()->::io::deephaven::proto::backplane::grpc::AggSpec::MergeFrom(from._internal_spec()); + _this->_internal_mutable_spec()->::io::deephaven::proto::backplane::grpc::AggSpec::MergeFrom( + from._internal_spec()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Aggregation_AggregationColumns::CopyFrom(const Aggregation_AggregationColumns& from) { @@ -25813,8 +26521,8 @@ bool Aggregation_AggregationColumns::IsInitialized() const { void Aggregation_AggregationColumns::InternalSwap(Aggregation_AggregationColumns* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - match_pairs_.InternalSwap(&other->match_pairs_); - swap(spec_, other->spec_); + _impl_.match_pairs_.InternalSwap(&other->_impl_.match_pairs_); + swap(_impl_.spec_, other->_impl_.spec_); } ::PROTOBUF_NAMESPACE_ID::Metadata Aggregation_AggregationColumns::GetMetadata() const { @@ -25832,28 +26540,40 @@ class Aggregation_AggregationCount::_Internal { Aggregation_AggregationCount::Aggregation_AggregationCount(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount) } Aggregation_AggregationCount::Aggregation_AggregationCount(const Aggregation_AggregationCount& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + Aggregation_AggregationCount* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - column_name_.InitDefault(); + _impl_.column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); + _impl_.column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column_name().empty()) { - column_name_.Set(from._internal_column_name(), - GetArenaForAllocation()); + _this->_impl_.column_name_.Set(from._internal_column_name(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount) } -inline void Aggregation_AggregationCount::SharedCtor() { -column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void Aggregation_AggregationCount::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } Aggregation_AggregationCount::~Aggregation_AggregationCount() { @@ -25867,11 +26587,11 @@ Aggregation_AggregationCount::~Aggregation_AggregationCount() { inline void Aggregation_AggregationCount::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - column_name_.Destroy(); + _impl_.column_name_.Destroy(); } void Aggregation_AggregationCount::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Aggregation_AggregationCount::Clear() { @@ -25880,7 +26600,7 @@ void Aggregation_AggregationCount::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -25962,32 +26682,28 @@ size_t Aggregation_AggregationCount::ByteSizeLong() const { this->_internal_column_name()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Aggregation_AggregationCount::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Aggregation_AggregationCount::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Aggregation_AggregationCount::GetClassData() const { return &_class_data_; } -void Aggregation_AggregationCount::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Aggregation_AggregationCount::MergeFrom(const Aggregation_AggregationCount& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount) - GOOGLE_DCHECK_NE(&from, this); +void Aggregation_AggregationCount::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_column_name().empty()) { - _internal_set_column_name(from._internal_column_name()); + _this->_internal_set_column_name(from._internal_column_name()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Aggregation_AggregationCount::CopyFrom(const Aggregation_AggregationCount& from) { @@ -26007,8 +26723,8 @@ void Aggregation_AggregationCount::InternalSwap(Aggregation_AggregationCount* ot auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_name_, lhs_arena, - &other->column_name_, rhs_arena + &_impl_.column_name_, lhs_arena, + &other->_impl_.column_name_, rhs_arena ); } @@ -26027,28 +26743,40 @@ class Aggregation_AggregationRowKey::_Internal { Aggregation_AggregationRowKey::Aggregation_AggregationRowKey(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey) } Aggregation_AggregationRowKey::Aggregation_AggregationRowKey(const Aggregation_AggregationRowKey& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + Aggregation_AggregationRowKey* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - column_name_.InitDefault(); + _impl_.column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); + _impl_.column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column_name().empty()) { - column_name_.Set(from._internal_column_name(), - GetArenaForAllocation()); + _this->_impl_.column_name_.Set(from._internal_column_name(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey) } -inline void Aggregation_AggregationRowKey::SharedCtor() { -column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void Aggregation_AggregationRowKey::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } Aggregation_AggregationRowKey::~Aggregation_AggregationRowKey() { @@ -26062,11 +26790,11 @@ Aggregation_AggregationRowKey::~Aggregation_AggregationRowKey() { inline void Aggregation_AggregationRowKey::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - column_name_.Destroy(); + _impl_.column_name_.Destroy(); } void Aggregation_AggregationRowKey::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Aggregation_AggregationRowKey::Clear() { @@ -26075,7 +26803,7 @@ void Aggregation_AggregationRowKey::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -26157,32 +26885,28 @@ size_t Aggregation_AggregationRowKey::ByteSizeLong() const { this->_internal_column_name()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Aggregation_AggregationRowKey::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Aggregation_AggregationRowKey::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Aggregation_AggregationRowKey::GetClassData() const { return &_class_data_; } -void Aggregation_AggregationRowKey::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Aggregation_AggregationRowKey::MergeFrom(const Aggregation_AggregationRowKey& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey) - GOOGLE_DCHECK_NE(&from, this); +void Aggregation_AggregationRowKey::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_column_name().empty()) { - _internal_set_column_name(from._internal_column_name()); + _this->_internal_set_column_name(from._internal_column_name()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Aggregation_AggregationRowKey::CopyFrom(const Aggregation_AggregationRowKey& from) { @@ -26202,8 +26926,8 @@ void Aggregation_AggregationRowKey::InternalSwap(Aggregation_AggregationRowKey* auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_name_, lhs_arena, - &other->column_name_, rhs_arena + &_impl_.column_name_, lhs_arena, + &other->_impl_.column_name_, rhs_arena ); } @@ -26222,30 +26946,43 @@ class Aggregation_AggregationPartition::_Internal { Aggregation_AggregationPartition::Aggregation_AggregationPartition(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition) } Aggregation_AggregationPartition::Aggregation_AggregationPartition(const Aggregation_AggregationPartition& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + Aggregation_AggregationPartition* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , decltype(_impl_.include_group_by_columns_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - column_name_.InitDefault(); + _impl_.column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); + _impl_.column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column_name().empty()) { - column_name_.Set(from._internal_column_name(), - GetArenaForAllocation()); + _this->_impl_.column_name_.Set(from._internal_column_name(), + _this->GetArenaForAllocation()); } - include_group_by_columns_ = from.include_group_by_columns_; + _this->_impl_.include_group_by_columns_ = from._impl_.include_group_by_columns_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition) } -inline void Aggregation_AggregationPartition::SharedCtor() { -column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -include_group_by_columns_ = false; +inline void Aggregation_AggregationPartition::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , decltype(_impl_.include_group_by_columns_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } Aggregation_AggregationPartition::~Aggregation_AggregationPartition() { @@ -26259,11 +26996,11 @@ Aggregation_AggregationPartition::~Aggregation_AggregationPartition() { inline void Aggregation_AggregationPartition::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - column_name_.Destroy(); + _impl_.column_name_.Destroy(); } void Aggregation_AggregationPartition::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Aggregation_AggregationPartition::Clear() { @@ -26272,8 +27009,8 @@ void Aggregation_AggregationPartition::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - column_name_.ClearToEmpty(); - include_group_by_columns_ = false; + _impl_.column_name_.ClearToEmpty(); + _impl_.include_group_by_columns_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -26296,7 +27033,7 @@ const char* Aggregation_AggregationPartition::_InternalParse(const char* ptr, :: // bool include_group_by_columns = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - include_group_by_columns_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.include_group_by_columns_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -26374,35 +27111,31 @@ size_t Aggregation_AggregationPartition::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Aggregation_AggregationPartition::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Aggregation_AggregationPartition::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Aggregation_AggregationPartition::GetClassData() const { return &_class_data_; } -void Aggregation_AggregationPartition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Aggregation_AggregationPartition::MergeFrom(const Aggregation_AggregationPartition& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition) - GOOGLE_DCHECK_NE(&from, this); +void Aggregation_AggregationPartition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_column_name().empty()) { - _internal_set_column_name(from._internal_column_name()); + _this->_internal_set_column_name(from._internal_column_name()); } if (from._internal_include_group_by_columns() != 0) { - _internal_set_include_group_by_columns(from._internal_include_group_by_columns()); + _this->_internal_set_include_group_by_columns(from._internal_include_group_by_columns()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Aggregation_AggregationPartition::CopyFrom(const Aggregation_AggregationPartition& from) { @@ -26422,10 +27155,10 @@ void Aggregation_AggregationPartition::InternalSwap(Aggregation_AggregationParti auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_name_, lhs_arena, - &other->column_name_, rhs_arena + &_impl_.column_name_, lhs_arena, + &other->_impl_.column_name_, rhs_arena ); - swap(include_group_by_columns_, other->include_group_by_columns_); + swap(_impl_.include_group_by_columns_, other->_impl_.include_group_by_columns_); } ::PROTOBUF_NAMESPACE_ID::Metadata Aggregation_AggregationPartition::GetMetadata() const { @@ -26447,23 +27180,23 @@ class Aggregation::_Internal { const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns& Aggregation::_Internal::columns(const Aggregation* msg) { - return *msg->type_.columns_; + return *msg->_impl_.type_.columns_; } const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount& Aggregation::_Internal::count(const Aggregation* msg) { - return *msg->type_.count_; + return *msg->_impl_.type_.count_; } const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey& Aggregation::_Internal::first_row_key(const Aggregation* msg) { - return *msg->type_.first_row_key_; + return *msg->_impl_.type_.first_row_key_; } const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey& Aggregation::_Internal::last_row_key(const Aggregation* msg) { - return *msg->type_.last_row_key_; + return *msg->_impl_.type_.last_row_key_; } const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition& Aggregation::_Internal::partition(const Aggregation* msg) { - return *msg->type_.partition_; + return *msg->_impl_.type_.partition_; } void Aggregation::set_allocated_columns(::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* columns) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -26476,7 +27209,7 @@ void Aggregation::set_allocated_columns(::io::deephaven::proto::backplane::grpc: message_arena, columns, submessage_arena); } set_has_columns(); - type_.columns_ = columns; + _impl_.type_.columns_ = columns; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.columns) } @@ -26491,7 +27224,7 @@ void Aggregation::set_allocated_count(::io::deephaven::proto::backplane::grpc::A message_arena, count, submessage_arena); } set_has_count(); - type_.count_ = count; + _impl_.type_.count_ = count; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.count) } @@ -26506,7 +27239,7 @@ void Aggregation::set_allocated_first_row_key(::io::deephaven::proto::backplane: message_arena, first_row_key, submessage_arena); } set_has_first_row_key(); - type_.first_row_key_ = first_row_key; + _impl_.type_.first_row_key_ = first_row_key; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.first_row_key) } @@ -26521,7 +27254,7 @@ void Aggregation::set_allocated_last_row_key(::io::deephaven::proto::backplane:: message_arena, last_row_key, submessage_arena); } set_has_last_row_key(); - type_.last_row_key_ = last_row_key; + _impl_.type_.last_row_key_ = last_row_key; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.last_row_key) } @@ -26536,39 +27269,50 @@ void Aggregation::set_allocated_partition(::io::deephaven::proto::backplane::grp message_arena, partition, submessage_arena); } set_has_partition(); - type_.partition_ = partition; + _impl_.type_.partition_ = partition; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.partition) } Aggregation::Aggregation(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.Aggregation) } Aggregation::Aggregation(const Aggregation& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + Aggregation* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_type(); switch (from.type_case()) { case kColumns: { - _internal_mutable_columns()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns::MergeFrom(from._internal_columns()); + _this->_internal_mutable_columns()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns::MergeFrom( + from._internal_columns()); break; } case kCount: { - _internal_mutable_count()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount::MergeFrom(from._internal_count()); + _this->_internal_mutable_count()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount::MergeFrom( + from._internal_count()); break; } case kFirstRowKey: { - _internal_mutable_first_row_key()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey::MergeFrom(from._internal_first_row_key()); + _this->_internal_mutable_first_row_key()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey::MergeFrom( + from._internal_first_row_key()); break; } case kLastRowKey: { - _internal_mutable_last_row_key()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey::MergeFrom(from._internal_last_row_key()); + _this->_internal_mutable_last_row_key()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey::MergeFrom( + from._internal_last_row_key()); break; } case kPartition: { - _internal_mutable_partition()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition::MergeFrom(from._internal_partition()); + _this->_internal_mutable_partition()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition::MergeFrom( + from._internal_partition()); break; } case TYPE_NOT_SET: { @@ -26578,8 +27322,16 @@ Aggregation::Aggregation(const Aggregation& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.Aggregation) } -inline void Aggregation::SharedCtor() { -clear_has_type(); +inline void Aggregation::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_type(); } Aggregation::~Aggregation() { @@ -26599,7 +27351,7 @@ inline void Aggregation::SharedDtor() { } void Aggregation::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Aggregation::clear_type() { @@ -26607,31 +27359,31 @@ void Aggregation::clear_type() { switch (type_case()) { case kColumns: { if (GetArenaForAllocation() == nullptr) { - delete type_.columns_; + delete _impl_.type_.columns_; } break; } case kCount: { if (GetArenaForAllocation() == nullptr) { - delete type_.count_; + delete _impl_.type_.count_; } break; } case kFirstRowKey: { if (GetArenaForAllocation() == nullptr) { - delete type_.first_row_key_; + delete _impl_.type_.first_row_key_; } break; } case kLastRowKey: { if (GetArenaForAllocation() == nullptr) { - delete type_.last_row_key_; + delete _impl_.type_.last_row_key_; } break; } case kPartition: { if (GetArenaForAllocation() == nullptr) { - delete type_.partition_; + delete _impl_.type_.partition_; } break; } @@ -26639,7 +27391,7 @@ void Aggregation::clear_type() { break; } } - _oneof_case_[0] = TYPE_NOT_SET; + _impl_._oneof_case_[0] = TYPE_NOT_SET; } @@ -26784,89 +27536,90 @@ size_t Aggregation::ByteSizeLong() const { case kColumns: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.columns_); + *_impl_.type_.columns_); break; } // .io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount count = 2; case kCount: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.count_); + *_impl_.type_.count_); break; } // .io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey first_row_key = 3; case kFirstRowKey: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.first_row_key_); + *_impl_.type_.first_row_key_); break; } // .io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey last_row_key = 4; case kLastRowKey: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.last_row_key_); + *_impl_.type_.last_row_key_); break; } // .io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition partition = 5; case kPartition: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *type_.partition_); + *_impl_.type_.partition_); break; } case TYPE_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Aggregation::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Aggregation::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Aggregation::GetClassData() const { return &_class_data_; } -void Aggregation::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Aggregation::MergeFrom(const Aggregation& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Aggregation) - GOOGLE_DCHECK_NE(&from, this); +void Aggregation::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Aggregation) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.type_case()) { case kColumns: { - _internal_mutable_columns()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns::MergeFrom(from._internal_columns()); + _this->_internal_mutable_columns()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns::MergeFrom( + from._internal_columns()); break; } case kCount: { - _internal_mutable_count()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount::MergeFrom(from._internal_count()); + _this->_internal_mutable_count()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount::MergeFrom( + from._internal_count()); break; } case kFirstRowKey: { - _internal_mutable_first_row_key()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey::MergeFrom(from._internal_first_row_key()); + _this->_internal_mutable_first_row_key()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey::MergeFrom( + from._internal_first_row_key()); break; } case kLastRowKey: { - _internal_mutable_last_row_key()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey::MergeFrom(from._internal_last_row_key()); + _this->_internal_mutable_last_row_key()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey::MergeFrom( + from._internal_last_row_key()); break; } case kPartition: { - _internal_mutable_partition()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition::MergeFrom(from._internal_partition()); + _this->_internal_mutable_partition()->::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition::MergeFrom( + from._internal_partition()); break; } case TYPE_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Aggregation::CopyFrom(const Aggregation& from) { @@ -26883,8 +27636,8 @@ bool Aggregation::IsInitialized() const { void Aggregation::InternalSwap(Aggregation* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(type_, other->type_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.type_, other->_impl_.type_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata Aggregation::GetMetadata() const { @@ -26902,35 +27655,47 @@ class SortDescriptor::_Internal { SortDescriptor::SortDescriptor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.SortDescriptor) } SortDescriptor::SortDescriptor(const SortDescriptor& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + SortDescriptor* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , decltype(_impl_.is_absolute_){} + , decltype(_impl_.direction_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - column_name_.InitDefault(); + _impl_.column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); + _impl_.column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column_name().empty()) { - column_name_.Set(from._internal_column_name(), - GetArenaForAllocation()); + _this->_impl_.column_name_.Set(from._internal_column_name(), + _this->GetArenaForAllocation()); } - ::memcpy(&is_absolute_, &from.is_absolute_, - static_cast(reinterpret_cast(&direction_) - - reinterpret_cast(&is_absolute_)) + sizeof(direction_)); + ::memcpy(&_impl_.is_absolute_, &from._impl_.is_absolute_, + static_cast(reinterpret_cast(&_impl_.direction_) - + reinterpret_cast(&_impl_.is_absolute_)) + sizeof(_impl_.direction_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.SortDescriptor) } -inline void SortDescriptor::SharedCtor() { -column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&is_absolute_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&direction_) - - reinterpret_cast(&is_absolute_)) + sizeof(direction_)); +inline void SortDescriptor::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , decltype(_impl_.is_absolute_){false} + , decltype(_impl_.direction_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } SortDescriptor::~SortDescriptor() { @@ -26944,11 +27709,11 @@ SortDescriptor::~SortDescriptor() { inline void SortDescriptor::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - column_name_.Destroy(); + _impl_.column_name_.Destroy(); } void SortDescriptor::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SortDescriptor::Clear() { @@ -26957,10 +27722,10 @@ void SortDescriptor::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - column_name_.ClearToEmpty(); - ::memset(&is_absolute_, 0, static_cast( - reinterpret_cast(&direction_) - - reinterpret_cast(&is_absolute_)) + sizeof(direction_)); + _impl_.column_name_.ClearToEmpty(); + ::memset(&_impl_.is_absolute_, 0, static_cast( + reinterpret_cast(&_impl_.direction_) - + reinterpret_cast(&_impl_.is_absolute_)) + sizeof(_impl_.direction_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -26983,7 +27748,7 @@ const char* SortDescriptor::_InternalParse(const char* ptr, ::_pbi::ParseContext // bool is_absolute = 2; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - is_absolute_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.is_absolute_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -27083,38 +27848,34 @@ size_t SortDescriptor::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_direction()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SortDescriptor::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SortDescriptor::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SortDescriptor::GetClassData() const { return &_class_data_; } -void SortDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SortDescriptor::MergeFrom(const SortDescriptor& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SortDescriptor) - GOOGLE_DCHECK_NE(&from, this); +void SortDescriptor::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SortDescriptor) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_column_name().empty()) { - _internal_set_column_name(from._internal_column_name()); + _this->_internal_set_column_name(from._internal_column_name()); } if (from._internal_is_absolute() != 0) { - _internal_set_is_absolute(from._internal_is_absolute()); + _this->_internal_set_is_absolute(from._internal_is_absolute()); } if (from._internal_direction() != 0) { - _internal_set_direction(from._internal_direction()); + _this->_internal_set_direction(from._internal_direction()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SortDescriptor::CopyFrom(const SortDescriptor& from) { @@ -27134,15 +27895,15 @@ void SortDescriptor::InternalSwap(SortDescriptor* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_name_, lhs_arena, - &other->column_name_, rhs_arena + &_impl_.column_name_, lhs_arena, + &other->_impl_.column_name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(SortDescriptor, direction_) - + sizeof(SortDescriptor::direction_) - - PROTOBUF_FIELD_OFFSET(SortDescriptor, is_absolute_)>( - reinterpret_cast(&is_absolute_), - reinterpret_cast(&other->is_absolute_)); + PROTOBUF_FIELD_OFFSET(SortDescriptor, _impl_.direction_) + + sizeof(SortDescriptor::_impl_.direction_) + - PROTOBUF_FIELD_OFFSET(SortDescriptor, _impl_.is_absolute_)>( + reinterpret_cast(&_impl_.is_absolute_), + reinterpret_cast(&other->_impl_.is_absolute_)); } ::PROTOBUF_NAMESPACE_ID::Metadata SortDescriptor::GetMetadata() const { @@ -27161,47 +27922,53 @@ class SortTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& SortTableRequest::_Internal::result_id(const SortTableRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& SortTableRequest::_Internal::source_id(const SortTableRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void SortTableRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } SortTableRequest::SortTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - sorts_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.SortTableRequest) } SortTableRequest::SortTableRequest(const SortTableRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - sorts_(from.sorts_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + SortTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.sorts_){from._impl_.sorts_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.SortTableRequest) } -inline void SortTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&source_id_) - - reinterpret_cast(&result_id_)) + sizeof(source_id_)); +inline void SortTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.sorts_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } SortTableRequest::~SortTableRequest() { @@ -27215,12 +27982,13 @@ SortTableRequest::~SortTableRequest() { inline void SortTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + _impl_.sorts_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void SortTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SortTableRequest::Clear() { @@ -27229,15 +27997,15 @@ void SortTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - sorts_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.sorts_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -27345,7 +28113,7 @@ size_t SortTableRequest::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.SortDescriptor sorts = 3; total_size += 1UL * this->_internal_sorts_size(); - for (const auto& msg : this->sorts_) { + for (const auto& msg : this->_impl_.sorts_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -27354,46 +28122,44 @@ size_t SortTableRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SortTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SortTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SortTableRequest::GetClassData() const { return &_class_data_; } -void SortTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SortTableRequest::MergeFrom(const SortTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SortTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void SortTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SortTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - sorts_.MergeFrom(from.sorts_); + _this->_impl_.sorts_.MergeFrom(from._impl_.sorts_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SortTableRequest::CopyFrom(const SortTableRequest& from) { @@ -27410,13 +28176,13 @@ bool SortTableRequest::IsInitialized() const { void SortTableRequest::InternalSwap(SortTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - sorts_.InternalSwap(&other->sorts_); + _impl_.sorts_.InternalSwap(&other->_impl_.sorts_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(SortTableRequest, source_id_) - + sizeof(SortTableRequest::source_id_) - - PROTOBUF_FIELD_OFFSET(SortTableRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(SortTableRequest, _impl_.source_id_) + + sizeof(SortTableRequest::_impl_.source_id_) + - PROTOBUF_FIELD_OFFSET(SortTableRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata SortTableRequest::GetMetadata() const { @@ -27435,47 +28201,53 @@ class FilterTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& FilterTableRequest::_Internal::result_id(const FilterTableRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& FilterTableRequest::_Internal::source_id(const FilterTableRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void FilterTableRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } FilterTableRequest::FilterTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - filters_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.FilterTableRequest) } FilterTableRequest::FilterTableRequest(const FilterTableRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - filters_(from.filters_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + FilterTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.filters_){from._impl_.filters_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.FilterTableRequest) } -inline void FilterTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&source_id_) - - reinterpret_cast(&result_id_)) + sizeof(source_id_)); +inline void FilterTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.filters_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } FilterTableRequest::~FilterTableRequest() { @@ -27489,12 +28261,13 @@ FilterTableRequest::~FilterTableRequest() { inline void FilterTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + _impl_.filters_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void FilterTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FilterTableRequest::Clear() { @@ -27503,15 +28276,15 @@ void FilterTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - filters_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.filters_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -27619,7 +28392,7 @@ size_t FilterTableRequest::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3; total_size += 1UL * this->_internal_filters_size(); - for (const auto& msg : this->filters_) { + for (const auto& msg : this->_impl_.filters_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -27628,46 +28401,44 @@ size_t FilterTableRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FilterTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FilterTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FilterTableRequest::GetClassData() const { return &_class_data_; } -void FilterTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FilterTableRequest::MergeFrom(const FilterTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FilterTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void FilterTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FilterTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - filters_.MergeFrom(from.filters_); + _this->_impl_.filters_.MergeFrom(from._impl_.filters_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FilterTableRequest::CopyFrom(const FilterTableRequest& from) { @@ -27684,13 +28455,13 @@ bool FilterTableRequest::IsInitialized() const { void FilterTableRequest::InternalSwap(FilterTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - filters_.InternalSwap(&other->filters_); + _impl_.filters_.InternalSwap(&other->_impl_.filters_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(FilterTableRequest, source_id_) - + sizeof(FilterTableRequest::source_id_) - - PROTOBUF_FIELD_OFFSET(FilterTableRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(FilterTableRequest, _impl_.source_id_) + + sizeof(FilterTableRequest::_impl_.source_id_) + - PROTOBUF_FIELD_OFFSET(FilterTableRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata FilterTableRequest::GetMetadata() const { @@ -27709,60 +28480,76 @@ class SeekRowRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& SeekRowRequest::_Internal::source_id(const SeekRowRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } const ::io::deephaven::proto::backplane::grpc::Literal& SeekRowRequest::_Internal::seek_value(const SeekRowRequest* msg) { - return *msg->seek_value_; + return *msg->_impl_.seek_value_; } void SeekRowRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } SeekRowRequest::SeekRowRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.SeekRowRequest) } SeekRowRequest::SeekRowRequest(const SeekRowRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + SeekRowRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.seek_value_){nullptr} + , decltype(_impl_.starting_row_){} + , decltype(_impl_.insensitive_){} + , decltype(_impl_.contains_){} + , decltype(_impl_.is_backward_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - column_name_.InitDefault(); + _impl_.column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); + _impl_.column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column_name().empty()) { - column_name_.Set(from._internal_column_name(), - GetArenaForAllocation()); + _this->_impl_.column_name_.Set(from._internal_column_name(), + _this->GetArenaForAllocation()); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.source_id_); } if (from._internal_has_seek_value()) { - seek_value_ = new ::io::deephaven::proto::backplane::grpc::Literal(*from.seek_value_); - } else { - seek_value_ = nullptr; + _this->_impl_.seek_value_ = new ::io::deephaven::proto::backplane::grpc::Literal(*from._impl_.seek_value_); } - ::memcpy(&starting_row_, &from.starting_row_, - static_cast(reinterpret_cast(&is_backward_) - - reinterpret_cast(&starting_row_)) + sizeof(is_backward_)); + ::memcpy(&_impl_.starting_row_, &from._impl_.starting_row_, + static_cast(reinterpret_cast(&_impl_.is_backward_) - + reinterpret_cast(&_impl_.starting_row_)) + sizeof(_impl_.is_backward_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.SeekRowRequest) } -inline void SeekRowRequest::SharedCtor() { -column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&source_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&is_backward_) - - reinterpret_cast(&source_id_)) + sizeof(is_backward_)); +inline void SeekRowRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.seek_value_){nullptr} + , decltype(_impl_.starting_row_){int64_t{0}} + , decltype(_impl_.insensitive_){false} + , decltype(_impl_.contains_){false} + , decltype(_impl_.is_backward_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } SeekRowRequest::~SeekRowRequest() { @@ -27776,13 +28563,13 @@ SeekRowRequest::~SeekRowRequest() { inline void SeekRowRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - column_name_.Destroy(); - if (this != internal_default_instance()) delete source_id_; - if (this != internal_default_instance()) delete seek_value_; + _impl_.column_name_.Destroy(); + if (this != internal_default_instance()) delete _impl_.source_id_; + if (this != internal_default_instance()) delete _impl_.seek_value_; } void SeekRowRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SeekRowRequest::Clear() { @@ -27791,18 +28578,18 @@ void SeekRowRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - column_name_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.column_name_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && seek_value_ != nullptr) { - delete seek_value_; + _impl_.source_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.seek_value_ != nullptr) { + delete _impl_.seek_value_; } - seek_value_ = nullptr; - ::memset(&starting_row_, 0, static_cast( - reinterpret_cast(&is_backward_) - - reinterpret_cast(&starting_row_)) + sizeof(is_backward_)); + _impl_.seek_value_ = nullptr; + ::memset(&_impl_.starting_row_, 0, static_cast( + reinterpret_cast(&_impl_.is_backward_) - + reinterpret_cast(&_impl_.starting_row_)) + sizeof(_impl_.is_backward_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -27823,7 +28610,7 @@ const char* SeekRowRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext // sint64 starting_row = 2 [jstype = JS_STRING]; case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { - starting_row_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); + _impl_.starting_row_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -27849,7 +28636,7 @@ const char* SeekRowRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext // bool insensitive = 5; case 5: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 40)) { - insensitive_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.insensitive_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -27857,7 +28644,7 @@ const char* SeekRowRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext // bool contains = 6; case 6: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 48)) { - contains_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.contains_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -27865,7 +28652,7 @@ const char* SeekRowRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext // bool is_backward = 7; case 7: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 56)) { - is_backward_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.is_backward_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -27974,14 +28761,14 @@ size_t SeekRowRequest::ByteSizeLong() const { if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // .io.deephaven.proto.backplane.grpc.Literal seek_value = 4; if (this->_internal_has_seek_value()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *seek_value_); + *_impl_.seek_value_); } // sint64 starting_row = 2 [jstype = JS_STRING]; @@ -28004,50 +28791,48 @@ size_t SeekRowRequest::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SeekRowRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SeekRowRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SeekRowRequest::GetClassData() const { return &_class_data_; } -void SeekRowRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SeekRowRequest::MergeFrom(const SeekRowRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SeekRowRequest) - GOOGLE_DCHECK_NE(&from, this); +void SeekRowRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SeekRowRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_column_name().empty()) { - _internal_set_column_name(from._internal_column_name()); + _this->_internal_set_column_name(from._internal_column_name()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_source_id()); } if (from._internal_has_seek_value()) { - _internal_mutable_seek_value()->::io::deephaven::proto::backplane::grpc::Literal::MergeFrom(from._internal_seek_value()); + _this->_internal_mutable_seek_value()->::io::deephaven::proto::backplane::grpc::Literal::MergeFrom( + from._internal_seek_value()); } if (from._internal_starting_row() != 0) { - _internal_set_starting_row(from._internal_starting_row()); + _this->_internal_set_starting_row(from._internal_starting_row()); } if (from._internal_insensitive() != 0) { - _internal_set_insensitive(from._internal_insensitive()); + _this->_internal_set_insensitive(from._internal_insensitive()); } if (from._internal_contains() != 0) { - _internal_set_contains(from._internal_contains()); + _this->_internal_set_contains(from._internal_contains()); } if (from._internal_is_backward() != 0) { - _internal_set_is_backward(from._internal_is_backward()); + _this->_internal_set_is_backward(from._internal_is_backward()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SeekRowRequest::CopyFrom(const SeekRowRequest& from) { @@ -28067,15 +28852,15 @@ void SeekRowRequest::InternalSwap(SeekRowRequest* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_name_, lhs_arena, - &other->column_name_, rhs_arena + &_impl_.column_name_, lhs_arena, + &other->_impl_.column_name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(SeekRowRequest, is_backward_) - + sizeof(SeekRowRequest::is_backward_) - - PROTOBUF_FIELD_OFFSET(SeekRowRequest, source_id_)>( - reinterpret_cast(&source_id_), - reinterpret_cast(&other->source_id_)); + PROTOBUF_FIELD_OFFSET(SeekRowRequest, _impl_.is_backward_) + + sizeof(SeekRowRequest::_impl_.is_backward_) + - PROTOBUF_FIELD_OFFSET(SeekRowRequest, _impl_.source_id_)>( + reinterpret_cast(&_impl_.source_id_), + reinterpret_cast(&other->_impl_.source_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata SeekRowRequest::GetMetadata() const { @@ -28093,18 +28878,29 @@ class SeekRowResponse::_Internal { SeekRowResponse::SeekRowResponse(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.SeekRowResponse) } SeekRowResponse::SeekRowResponse(const SeekRowResponse& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + SeekRowResponse* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.result_row_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - result_row_ = from.result_row_; + _this->_impl_.result_row_ = from._impl_.result_row_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.SeekRowResponse) } -inline void SeekRowResponse::SharedCtor() { -result_row_ = int64_t{0}; +inline void SeekRowResponse::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.result_row_){int64_t{0}} + , /*decltype(_impl_._cached_size_)*/{} + }; } SeekRowResponse::~SeekRowResponse() { @@ -28121,7 +28917,7 @@ inline void SeekRowResponse::SharedDtor() { } void SeekRowResponse::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SeekRowResponse::Clear() { @@ -28130,7 +28926,7 @@ void SeekRowResponse::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - result_row_ = int64_t{0}; + _impl_.result_row_ = int64_t{0}; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -28143,7 +28939,7 @@ const char* SeekRowResponse::_InternalParse(const char* ptr, ::_pbi::ParseContex // sint64 result_row = 1 [jstype = JS_STRING]; case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { - result_row_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); + _impl_.result_row_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarintZigZag64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -28204,32 +29000,28 @@ size_t SeekRowResponse::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::SInt64SizePlusOne(this->_internal_result_row()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SeekRowResponse::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SeekRowResponse::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SeekRowResponse::GetClassData() const { return &_class_data_; } -void SeekRowResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SeekRowResponse::MergeFrom(const SeekRowResponse& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SeekRowResponse) - GOOGLE_DCHECK_NE(&from, this); +void SeekRowResponse::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SeekRowResponse) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_result_row() != 0) { - _internal_set_result_row(from._internal_result_row()); + _this->_internal_set_result_row(from._internal_result_row()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SeekRowResponse::CopyFrom(const SeekRowResponse& from) { @@ -28246,7 +29038,7 @@ bool SeekRowResponse::IsInitialized() const { void SeekRowResponse::InternalSwap(SeekRowResponse* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(result_row_, other->result_row_); + swap(_impl_.result_row_, other->_impl_.result_row_); } ::PROTOBUF_NAMESPACE_ID::Metadata SeekRowResponse::GetMetadata() const { @@ -28264,28 +29056,40 @@ class Reference::_Internal { Reference::Reference(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.Reference) } Reference::Reference(const Reference& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + Reference* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - column_name_.InitDefault(); + _impl_.column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); + _impl_.column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column_name().empty()) { - column_name_.Set(from._internal_column_name(), - GetArenaForAllocation()); + _this->_impl_.column_name_.Set(from._internal_column_name(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.Reference) } -inline void Reference::SharedCtor() { -column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void Reference::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.column_name_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } Reference::~Reference() { @@ -28299,11 +29103,11 @@ Reference::~Reference() { inline void Reference::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - column_name_.Destroy(); + _impl_.column_name_.Destroy(); } void Reference::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Reference::Clear() { @@ -28312,7 +29116,7 @@ void Reference::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -28394,32 +29198,28 @@ size_t Reference::ByteSizeLong() const { this->_internal_column_name()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Reference::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Reference::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Reference::GetClassData() const { return &_class_data_; } -void Reference::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Reference::MergeFrom(const Reference& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Reference) - GOOGLE_DCHECK_NE(&from, this); +void Reference::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Reference) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_column_name().empty()) { - _internal_set_column_name(from._internal_column_name()); + _this->_internal_set_column_name(from._internal_column_name()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Reference::CopyFrom(const Reference& from) { @@ -28439,8 +29239,8 @@ void Reference::InternalSwap(Reference* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_name_, lhs_arena, - &other->column_name_, rhs_arena + &_impl_.column_name_, lhs_arena, + &other->_impl_.column_name_, rhs_arena ); } @@ -28459,32 +29259,38 @@ class Literal::_Internal { Literal::Literal(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.Literal) } Literal::Literal(const Literal& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + Literal* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.value_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_value(); switch (from.value_case()) { case kStringValue: { - _internal_set_string_value(from._internal_string_value()); + _this->_internal_set_string_value(from._internal_string_value()); break; } case kDoubleValue: { - _internal_set_double_value(from._internal_double_value()); + _this->_internal_set_double_value(from._internal_double_value()); break; } case kBoolValue: { - _internal_set_bool_value(from._internal_bool_value()); + _this->_internal_set_bool_value(from._internal_bool_value()); break; } case kLongValue: { - _internal_set_long_value(from._internal_long_value()); + _this->_internal_set_long_value(from._internal_long_value()); break; } case kNanoTimeValue: { - _internal_set_nano_time_value(from._internal_nano_time_value()); + _this->_internal_set_nano_time_value(from._internal_nano_time_value()); break; } case VALUE_NOT_SET: { @@ -28494,8 +29300,16 @@ Literal::Literal(const Literal& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.Literal) } -inline void Literal::SharedCtor() { -clear_has_value(); +inline void Literal::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.value_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_value(); } Literal::~Literal() { @@ -28515,14 +29329,14 @@ inline void Literal::SharedDtor() { } void Literal::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Literal::clear_value() { // @@protoc_insertion_point(one_of_clear_start:io.deephaven.proto.backplane.grpc.Literal) switch (value_case()) { case kStringValue: { - value_.string_value_.Destroy(); + _impl_.value_.string_value_.Destroy(); break; } case kDoubleValue: { @@ -28545,7 +29359,7 @@ void Literal::clear_value() { break; } } - _oneof_case_[0] = VALUE_NOT_SET; + _impl_._oneof_case_[0] = VALUE_NOT_SET; } @@ -28718,54 +29532,50 @@ size_t Literal::ByteSizeLong() const { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Literal::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Literal::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Literal::GetClassData() const { return &_class_data_; } -void Literal::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Literal::MergeFrom(const Literal& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Literal) - GOOGLE_DCHECK_NE(&from, this); +void Literal::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Literal) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.value_case()) { case kStringValue: { - _internal_set_string_value(from._internal_string_value()); + _this->_internal_set_string_value(from._internal_string_value()); break; } case kDoubleValue: { - _internal_set_double_value(from._internal_double_value()); + _this->_internal_set_double_value(from._internal_double_value()); break; } case kBoolValue: { - _internal_set_bool_value(from._internal_bool_value()); + _this->_internal_set_bool_value(from._internal_bool_value()); break; } case kLongValue: { - _internal_set_long_value(from._internal_long_value()); + _this->_internal_set_long_value(from._internal_long_value()); break; } case kNanoTimeValue: { - _internal_set_nano_time_value(from._internal_nano_time_value()); + _this->_internal_set_nano_time_value(from._internal_nano_time_value()); break; } case VALUE_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Literal::CopyFrom(const Literal& from) { @@ -28782,8 +29592,8 @@ bool Literal::IsInitialized() const { void Literal::InternalSwap(Literal* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(value_, other->value_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.value_, other->_impl_.value_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata Literal::GetMetadata() const { @@ -28802,11 +29612,11 @@ class Value::_Internal { const ::io::deephaven::proto::backplane::grpc::Reference& Value::_Internal::reference(const Value* msg) { - return *msg->data_.reference_; + return *msg->_impl_.data_.reference_; } const ::io::deephaven::proto::backplane::grpc::Literal& Value::_Internal::literal(const Value* msg) { - return *msg->data_.literal_; + return *msg->_impl_.data_.literal_; } void Value::set_allocated_reference(::io::deephaven::proto::backplane::grpc::Reference* reference) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -28819,7 +29629,7 @@ void Value::set_allocated_reference(::io::deephaven::proto::backplane::grpc::Ref message_arena, reference, submessage_arena); } set_has_reference(); - data_.reference_ = reference; + _impl_.data_.reference_ = reference; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Value.reference) } @@ -28834,27 +29644,35 @@ void Value::set_allocated_literal(::io::deephaven::proto::backplane::grpc::Liter message_arena, literal, submessage_arena); } set_has_literal(); - data_.literal_ = literal; + _impl_.data_.literal_ = literal; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Value.literal) } Value::Value(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.Value) } Value::Value(const Value& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + Value* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.data_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_data(); switch (from.data_case()) { case kReference: { - _internal_mutable_reference()->::io::deephaven::proto::backplane::grpc::Reference::MergeFrom(from._internal_reference()); + _this->_internal_mutable_reference()->::io::deephaven::proto::backplane::grpc::Reference::MergeFrom( + from._internal_reference()); break; } case kLiteral: { - _internal_mutable_literal()->::io::deephaven::proto::backplane::grpc::Literal::MergeFrom(from._internal_literal()); + _this->_internal_mutable_literal()->::io::deephaven::proto::backplane::grpc::Literal::MergeFrom( + from._internal_literal()); break; } case DATA_NOT_SET: { @@ -28864,8 +29682,16 @@ Value::Value(const Value& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.Value) } -inline void Value::SharedCtor() { -clear_has_data(); +inline void Value::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.data_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_data(); } Value::~Value() { @@ -28885,7 +29711,7 @@ inline void Value::SharedDtor() { } void Value::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Value::clear_data() { @@ -28893,13 +29719,13 @@ void Value::clear_data() { switch (data_case()) { case kReference: { if (GetArenaForAllocation() == nullptr) { - delete data_.reference_; + delete _impl_.data_.reference_; } break; } case kLiteral: { if (GetArenaForAllocation() == nullptr) { - delete data_.literal_; + delete _impl_.data_.literal_; } break; } @@ -28907,7 +29733,7 @@ void Value::clear_data() { break; } } - _oneof_case_[0] = DATA_NOT_SET; + _impl_._oneof_case_[0] = DATA_NOT_SET; } @@ -29007,56 +29833,54 @@ size_t Value::ByteSizeLong() const { case kReference: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *data_.reference_); + *_impl_.data_.reference_); break; } // .io.deephaven.proto.backplane.grpc.Literal literal = 2; case kLiteral: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *data_.literal_); + *_impl_.data_.literal_); break; } case DATA_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Value::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Value::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Value::GetClassData() const { return &_class_data_; } -void Value::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Value::MergeFrom(const Value& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Value) - GOOGLE_DCHECK_NE(&from, this); +void Value::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Value) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.data_case()) { case kReference: { - _internal_mutable_reference()->::io::deephaven::proto::backplane::grpc::Reference::MergeFrom(from._internal_reference()); + _this->_internal_mutable_reference()->::io::deephaven::proto::backplane::grpc::Reference::MergeFrom( + from._internal_reference()); break; } case kLiteral: { - _internal_mutable_literal()->::io::deephaven::proto::backplane::grpc::Literal::MergeFrom(from._internal_literal()); + _this->_internal_mutable_literal()->::io::deephaven::proto::backplane::grpc::Literal::MergeFrom( + from._internal_literal()); break; } case DATA_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Value::CopyFrom(const Value& from) { @@ -29073,8 +29897,8 @@ bool Value::IsInitialized() const { void Value::InternalSwap(Value* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(data_, other->data_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.data_, other->_impl_.data_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata Value::GetMetadata() const { @@ -29101,43 +29925,43 @@ class Condition::_Internal { const ::io::deephaven::proto::backplane::grpc::AndCondition& Condition::_Internal::and_(const Condition* msg) { - return *msg->data_.and__; + return *msg->_impl_.data_.and__; } const ::io::deephaven::proto::backplane::grpc::OrCondition& Condition::_Internal::or_(const Condition* msg) { - return *msg->data_.or__; + return *msg->_impl_.data_.or__; } const ::io::deephaven::proto::backplane::grpc::NotCondition& Condition::_Internal::not_(const Condition* msg) { - return *msg->data_.not__; + return *msg->_impl_.data_.not__; } const ::io::deephaven::proto::backplane::grpc::CompareCondition& Condition::_Internal::compare(const Condition* msg) { - return *msg->data_.compare_; + return *msg->_impl_.data_.compare_; } const ::io::deephaven::proto::backplane::grpc::InCondition& Condition::_Internal::in(const Condition* msg) { - return *msg->data_.in_; + return *msg->_impl_.data_.in_; } const ::io::deephaven::proto::backplane::grpc::InvokeCondition& Condition::_Internal::invoke(const Condition* msg) { - return *msg->data_.invoke_; + return *msg->_impl_.data_.invoke_; } const ::io::deephaven::proto::backplane::grpc::IsNullCondition& Condition::_Internal::is_null(const Condition* msg) { - return *msg->data_.is_null_; + return *msg->_impl_.data_.is_null_; } const ::io::deephaven::proto::backplane::grpc::MatchesCondition& Condition::_Internal::matches(const Condition* msg) { - return *msg->data_.matches_; + return *msg->_impl_.data_.matches_; } const ::io::deephaven::proto::backplane::grpc::ContainsCondition& Condition::_Internal::contains(const Condition* msg) { - return *msg->data_.contains_; + return *msg->_impl_.data_.contains_; } const ::io::deephaven::proto::backplane::grpc::SearchCondition& Condition::_Internal::search(const Condition* msg) { - return *msg->data_.search_; + return *msg->_impl_.data_.search_; } void Condition::set_allocated_and_(::io::deephaven::proto::backplane::grpc::AndCondition* and_) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -29150,7 +29974,7 @@ void Condition::set_allocated_and_(::io::deephaven::proto::backplane::grpc::AndC message_arena, and_, submessage_arena); } set_has_and_(); - data_.and__ = and_; + _impl_.data_.and__ = and_; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Condition.and) } @@ -29165,7 +29989,7 @@ void Condition::set_allocated_or_(::io::deephaven::proto::backplane::grpc::OrCon message_arena, or_, submessage_arena); } set_has_or_(); - data_.or__ = or_; + _impl_.data_.or__ = or_; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Condition.or) } @@ -29180,7 +30004,7 @@ void Condition::set_allocated_not_(::io::deephaven::proto::backplane::grpc::NotC message_arena, not_, submessage_arena); } set_has_not_(); - data_.not__ = not_; + _impl_.data_.not__ = not_; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Condition.not) } @@ -29195,7 +30019,7 @@ void Condition::set_allocated_compare(::io::deephaven::proto::backplane::grpc::C message_arena, compare, submessage_arena); } set_has_compare(); - data_.compare_ = compare; + _impl_.data_.compare_ = compare; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Condition.compare) } @@ -29210,7 +30034,7 @@ void Condition::set_allocated_in(::io::deephaven::proto::backplane::grpc::InCond message_arena, in, submessage_arena); } set_has_in(); - data_.in_ = in; + _impl_.data_.in_ = in; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Condition.in) } @@ -29225,7 +30049,7 @@ void Condition::set_allocated_invoke(::io::deephaven::proto::backplane::grpc::In message_arena, invoke, submessage_arena); } set_has_invoke(); - data_.invoke_ = invoke; + _impl_.data_.invoke_ = invoke; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Condition.invoke) } @@ -29240,7 +30064,7 @@ void Condition::set_allocated_is_null(::io::deephaven::proto::backplane::grpc::I message_arena, is_null, submessage_arena); } set_has_is_null(); - data_.is_null_ = is_null; + _impl_.data_.is_null_ = is_null; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Condition.is_null) } @@ -29255,7 +30079,7 @@ void Condition::set_allocated_matches(::io::deephaven::proto::backplane::grpc::M message_arena, matches, submessage_arena); } set_has_matches(); - data_.matches_ = matches; + _impl_.data_.matches_ = matches; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Condition.matches) } @@ -29270,7 +30094,7 @@ void Condition::set_allocated_contains(::io::deephaven::proto::backplane::grpc:: message_arena, contains, submessage_arena); } set_has_contains(); - data_.contains_ = contains; + _impl_.data_.contains_ = contains; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Condition.contains) } @@ -29285,59 +30109,75 @@ void Condition::set_allocated_search(::io::deephaven::proto::backplane::grpc::Se message_arena, search, submessage_arena); } set_has_search(); - data_.search_ = search; + _impl_.data_.search_ = search; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Condition.search) } Condition::Condition(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.Condition) } Condition::Condition(const Condition& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + Condition* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.data_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_data(); switch (from.data_case()) { case kAnd: { - _internal_mutable_and_()->::io::deephaven::proto::backplane::grpc::AndCondition::MergeFrom(from._internal_and_()); + _this->_internal_mutable_and_()->::io::deephaven::proto::backplane::grpc::AndCondition::MergeFrom( + from._internal_and_()); break; } case kOr: { - _internal_mutable_or_()->::io::deephaven::proto::backplane::grpc::OrCondition::MergeFrom(from._internal_or_()); + _this->_internal_mutable_or_()->::io::deephaven::proto::backplane::grpc::OrCondition::MergeFrom( + from._internal_or_()); break; } case kNot: { - _internal_mutable_not_()->::io::deephaven::proto::backplane::grpc::NotCondition::MergeFrom(from._internal_not_()); + _this->_internal_mutable_not_()->::io::deephaven::proto::backplane::grpc::NotCondition::MergeFrom( + from._internal_not_()); break; } case kCompare: { - _internal_mutable_compare()->::io::deephaven::proto::backplane::grpc::CompareCondition::MergeFrom(from._internal_compare()); + _this->_internal_mutable_compare()->::io::deephaven::proto::backplane::grpc::CompareCondition::MergeFrom( + from._internal_compare()); break; } case kIn: { - _internal_mutable_in()->::io::deephaven::proto::backplane::grpc::InCondition::MergeFrom(from._internal_in()); + _this->_internal_mutable_in()->::io::deephaven::proto::backplane::grpc::InCondition::MergeFrom( + from._internal_in()); break; } case kInvoke: { - _internal_mutable_invoke()->::io::deephaven::proto::backplane::grpc::InvokeCondition::MergeFrom(from._internal_invoke()); + _this->_internal_mutable_invoke()->::io::deephaven::proto::backplane::grpc::InvokeCondition::MergeFrom( + from._internal_invoke()); break; } case kIsNull: { - _internal_mutable_is_null()->::io::deephaven::proto::backplane::grpc::IsNullCondition::MergeFrom(from._internal_is_null()); + _this->_internal_mutable_is_null()->::io::deephaven::proto::backplane::grpc::IsNullCondition::MergeFrom( + from._internal_is_null()); break; } case kMatches: { - _internal_mutable_matches()->::io::deephaven::proto::backplane::grpc::MatchesCondition::MergeFrom(from._internal_matches()); + _this->_internal_mutable_matches()->::io::deephaven::proto::backplane::grpc::MatchesCondition::MergeFrom( + from._internal_matches()); break; } case kContains: { - _internal_mutable_contains()->::io::deephaven::proto::backplane::grpc::ContainsCondition::MergeFrom(from._internal_contains()); + _this->_internal_mutable_contains()->::io::deephaven::proto::backplane::grpc::ContainsCondition::MergeFrom( + from._internal_contains()); break; } case kSearch: { - _internal_mutable_search()->::io::deephaven::proto::backplane::grpc::SearchCondition::MergeFrom(from._internal_search()); + _this->_internal_mutable_search()->::io::deephaven::proto::backplane::grpc::SearchCondition::MergeFrom( + from._internal_search()); break; } case DATA_NOT_SET: { @@ -29347,8 +30187,16 @@ Condition::Condition(const Condition& from) // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.Condition) } -inline void Condition::SharedCtor() { -clear_has_data(); +inline void Condition::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.data_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_data(); } Condition::~Condition() { @@ -29368,7 +30216,7 @@ inline void Condition::SharedDtor() { } void Condition::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Condition::clear_data() { @@ -29376,61 +30224,61 @@ void Condition::clear_data() { switch (data_case()) { case kAnd: { if (GetArenaForAllocation() == nullptr) { - delete data_.and__; + delete _impl_.data_.and__; } break; } case kOr: { if (GetArenaForAllocation() == nullptr) { - delete data_.or__; + delete _impl_.data_.or__; } break; } case kNot: { if (GetArenaForAllocation() == nullptr) { - delete data_.not__; + delete _impl_.data_.not__; } break; } case kCompare: { if (GetArenaForAllocation() == nullptr) { - delete data_.compare_; + delete _impl_.data_.compare_; } break; } case kIn: { if (GetArenaForAllocation() == nullptr) { - delete data_.in_; + delete _impl_.data_.in_; } break; } case kInvoke: { if (GetArenaForAllocation() == nullptr) { - delete data_.invoke_; + delete _impl_.data_.invoke_; } break; } case kIsNull: { if (GetArenaForAllocation() == nullptr) { - delete data_.is_null_; + delete _impl_.data_.is_null_; } break; } case kMatches: { if (GetArenaForAllocation() == nullptr) { - delete data_.matches_; + delete _impl_.data_.matches_; } break; } case kContains: { if (GetArenaForAllocation() == nullptr) { - delete data_.contains_; + delete _impl_.data_.contains_; } break; } case kSearch: { if (GetArenaForAllocation() == nullptr) { - delete data_.search_; + delete _impl_.data_.search_; } break; } @@ -29438,7 +30286,7 @@ void Condition::clear_data() { break; } } - _oneof_case_[0] = DATA_NOT_SET; + _impl_._oneof_case_[0] = DATA_NOT_SET; } @@ -29658,144 +30506,150 @@ size_t Condition::ByteSizeLong() const { case kAnd: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *data_.and__); + *_impl_.data_.and__); break; } // .io.deephaven.proto.backplane.grpc.OrCondition or = 2; case kOr: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *data_.or__); + *_impl_.data_.or__); break; } // .io.deephaven.proto.backplane.grpc.NotCondition not = 3; case kNot: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *data_.not__); + *_impl_.data_.not__); break; } // .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4; case kCompare: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *data_.compare_); + *_impl_.data_.compare_); break; } // .io.deephaven.proto.backplane.grpc.InCondition in = 5; case kIn: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *data_.in_); + *_impl_.data_.in_); break; } // .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6; case kInvoke: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *data_.invoke_); + *_impl_.data_.invoke_); break; } // .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7; case kIsNull: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *data_.is_null_); + *_impl_.data_.is_null_); break; } // .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8; case kMatches: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *data_.matches_); + *_impl_.data_.matches_); break; } // .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9; case kContains: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *data_.contains_); + *_impl_.data_.contains_); break; } // .io.deephaven.proto.backplane.grpc.SearchCondition search = 10; case kSearch: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *data_.search_); + *_impl_.data_.search_); break; } case DATA_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Condition::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Condition::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Condition::GetClassData() const { return &_class_data_; } -void Condition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Condition::MergeFrom(const Condition& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Condition) - GOOGLE_DCHECK_NE(&from, this); +void Condition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Condition) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.data_case()) { case kAnd: { - _internal_mutable_and_()->::io::deephaven::proto::backplane::grpc::AndCondition::MergeFrom(from._internal_and_()); + _this->_internal_mutable_and_()->::io::deephaven::proto::backplane::grpc::AndCondition::MergeFrom( + from._internal_and_()); break; } case kOr: { - _internal_mutable_or_()->::io::deephaven::proto::backplane::grpc::OrCondition::MergeFrom(from._internal_or_()); + _this->_internal_mutable_or_()->::io::deephaven::proto::backplane::grpc::OrCondition::MergeFrom( + from._internal_or_()); break; } case kNot: { - _internal_mutable_not_()->::io::deephaven::proto::backplane::grpc::NotCondition::MergeFrom(from._internal_not_()); + _this->_internal_mutable_not_()->::io::deephaven::proto::backplane::grpc::NotCondition::MergeFrom( + from._internal_not_()); break; } case kCompare: { - _internal_mutable_compare()->::io::deephaven::proto::backplane::grpc::CompareCondition::MergeFrom(from._internal_compare()); + _this->_internal_mutable_compare()->::io::deephaven::proto::backplane::grpc::CompareCondition::MergeFrom( + from._internal_compare()); break; } case kIn: { - _internal_mutable_in()->::io::deephaven::proto::backplane::grpc::InCondition::MergeFrom(from._internal_in()); + _this->_internal_mutable_in()->::io::deephaven::proto::backplane::grpc::InCondition::MergeFrom( + from._internal_in()); break; } case kInvoke: { - _internal_mutable_invoke()->::io::deephaven::proto::backplane::grpc::InvokeCondition::MergeFrom(from._internal_invoke()); + _this->_internal_mutable_invoke()->::io::deephaven::proto::backplane::grpc::InvokeCondition::MergeFrom( + from._internal_invoke()); break; } case kIsNull: { - _internal_mutable_is_null()->::io::deephaven::proto::backplane::grpc::IsNullCondition::MergeFrom(from._internal_is_null()); + _this->_internal_mutable_is_null()->::io::deephaven::proto::backplane::grpc::IsNullCondition::MergeFrom( + from._internal_is_null()); break; } case kMatches: { - _internal_mutable_matches()->::io::deephaven::proto::backplane::grpc::MatchesCondition::MergeFrom(from._internal_matches()); + _this->_internal_mutable_matches()->::io::deephaven::proto::backplane::grpc::MatchesCondition::MergeFrom( + from._internal_matches()); break; } case kContains: { - _internal_mutable_contains()->::io::deephaven::proto::backplane::grpc::ContainsCondition::MergeFrom(from._internal_contains()); + _this->_internal_mutable_contains()->::io::deephaven::proto::backplane::grpc::ContainsCondition::MergeFrom( + from._internal_contains()); break; } case kSearch: { - _internal_mutable_search()->::io::deephaven::proto::backplane::grpc::SearchCondition::MergeFrom(from._internal_search()); + _this->_internal_mutable_search()->::io::deephaven::proto::backplane::grpc::SearchCondition::MergeFrom( + from._internal_search()); break; } case DATA_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Condition::CopyFrom(const Condition& from) { @@ -29812,8 +30666,8 @@ bool Condition::IsInitialized() const { void Condition::InternalSwap(Condition* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(data_, other->data_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.data_, other->_impl_.data_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata Condition::GetMetadata() const { @@ -29830,19 +30684,29 @@ class AndCondition::_Internal { AndCondition::AndCondition(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - filters_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.AndCondition) } AndCondition::AndCondition(const AndCondition& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - filters_(from.filters_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + AndCondition* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.filters_){from._impl_.filters_} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.AndCondition) } -inline void AndCondition::SharedCtor() { +inline void AndCondition::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.filters_){arena} + , /*decltype(_impl_._cached_size_)*/{} + }; } AndCondition::~AndCondition() { @@ -29856,10 +30720,11 @@ AndCondition::~AndCondition() { inline void AndCondition::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.filters_.~RepeatedPtrField(); } void AndCondition::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void AndCondition::Clear() { @@ -29868,7 +30733,7 @@ void AndCondition::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - filters_.Clear(); + _impl_.filters_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -29946,35 +30811,31 @@ size_t AndCondition::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.Condition filters = 1; total_size += 1UL * this->_internal_filters_size(); - for (const auto& msg : this->filters_) { + for (const auto& msg : this->_impl_.filters_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData AndCondition::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, AndCondition::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*AndCondition::GetClassData() const { return &_class_data_; } -void AndCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void AndCondition::MergeFrom(const AndCondition& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AndCondition) - GOOGLE_DCHECK_NE(&from, this); +void AndCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.AndCondition) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - filters_.MergeFrom(from.filters_); - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_impl_.filters_.MergeFrom(from._impl_.filters_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void AndCondition::CopyFrom(const AndCondition& from) { @@ -29991,7 +30852,7 @@ bool AndCondition::IsInitialized() const { void AndCondition::InternalSwap(AndCondition* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - filters_.InternalSwap(&other->filters_); + _impl_.filters_.InternalSwap(&other->_impl_.filters_); } ::PROTOBUF_NAMESPACE_ID::Metadata AndCondition::GetMetadata() const { @@ -30008,19 +30869,29 @@ class OrCondition::_Internal { OrCondition::OrCondition(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - filters_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.OrCondition) } OrCondition::OrCondition(const OrCondition& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - filters_(from.filters_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + OrCondition* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.filters_){from._impl_.filters_} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.OrCondition) } -inline void OrCondition::SharedCtor() { +inline void OrCondition::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.filters_){arena} + , /*decltype(_impl_._cached_size_)*/{} + }; } OrCondition::~OrCondition() { @@ -30034,10 +30905,11 @@ OrCondition::~OrCondition() { inline void OrCondition::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.filters_.~RepeatedPtrField(); } void OrCondition::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void OrCondition::Clear() { @@ -30046,7 +30918,7 @@ void OrCondition::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - filters_.Clear(); + _impl_.filters_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -30124,35 +30996,31 @@ size_t OrCondition::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.Condition filters = 1; total_size += 1UL * this->_internal_filters_size(); - for (const auto& msg : this->filters_) { + for (const auto& msg : this->_impl_.filters_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData OrCondition::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, OrCondition::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*OrCondition::GetClassData() const { return &_class_data_; } -void OrCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void OrCondition::MergeFrom(const OrCondition& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.OrCondition) - GOOGLE_DCHECK_NE(&from, this); +void OrCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.OrCondition) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - filters_.MergeFrom(from.filters_); - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_impl_.filters_.MergeFrom(from._impl_.filters_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void OrCondition::CopyFrom(const OrCondition& from) { @@ -30169,7 +31037,7 @@ bool OrCondition::IsInitialized() const { void OrCondition::InternalSwap(OrCondition* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - filters_.InternalSwap(&other->filters_); + _impl_.filters_.InternalSwap(&other->_impl_.filters_); } ::PROTOBUF_NAMESPACE_ID::Metadata OrCondition::GetMetadata() const { @@ -30187,27 +31055,36 @@ class NotCondition::_Internal { const ::io::deephaven::proto::backplane::grpc::Condition& NotCondition::_Internal::filter(const NotCondition* msg) { - return *msg->filter_; + return *msg->_impl_.filter_; } NotCondition::NotCondition(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.NotCondition) } NotCondition::NotCondition(const NotCondition& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + NotCondition* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.filter_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_filter()) { - filter_ = new ::io::deephaven::proto::backplane::grpc::Condition(*from.filter_); - } else { - filter_ = nullptr; + _this->_impl_.filter_ = new ::io::deephaven::proto::backplane::grpc::Condition(*from._impl_.filter_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.NotCondition) } -inline void NotCondition::SharedCtor() { -filter_ = nullptr; +inline void NotCondition::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.filter_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } NotCondition::~NotCondition() { @@ -30221,11 +31098,11 @@ NotCondition::~NotCondition() { inline void NotCondition::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete filter_; + if (this != internal_default_instance()) delete _impl_.filter_; } void NotCondition::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void NotCondition::Clear() { @@ -30234,10 +31111,10 @@ void NotCondition::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && filter_ != nullptr) { - delete filter_; + if (GetArenaForAllocation() == nullptr && _impl_.filter_ != nullptr) { + delete _impl_.filter_; } - filter_ = nullptr; + _impl_.filter_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -30311,35 +31188,32 @@ size_t NotCondition::ByteSizeLong() const { if (this->_internal_has_filter()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *filter_); + *_impl_.filter_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData NotCondition::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, NotCondition::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*NotCondition::GetClassData() const { return &_class_data_; } -void NotCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void NotCondition::MergeFrom(const NotCondition& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.NotCondition) - GOOGLE_DCHECK_NE(&from, this); +void NotCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.NotCondition) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_filter()) { - _internal_mutable_filter()->::io::deephaven::proto::backplane::grpc::Condition::MergeFrom(from._internal_filter()); + _this->_internal_mutable_filter()->::io::deephaven::proto::backplane::grpc::Condition::MergeFrom( + from._internal_filter()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void NotCondition::CopyFrom(const NotCondition& from) { @@ -30356,7 +31230,7 @@ bool NotCondition::IsInitialized() const { void NotCondition::InternalSwap(NotCondition* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(filter_, other->filter_); + swap(_impl_.filter_, other->_impl_.filter_); } ::PROTOBUF_NAMESPACE_ID::Metadata NotCondition::GetMetadata() const { @@ -30375,42 +31249,52 @@ class CompareCondition::_Internal { const ::io::deephaven::proto::backplane::grpc::Value& CompareCondition::_Internal::lhs(const CompareCondition* msg) { - return *msg->lhs_; + return *msg->_impl_.lhs_; } const ::io::deephaven::proto::backplane::grpc::Value& CompareCondition::_Internal::rhs(const CompareCondition* msg) { - return *msg->rhs_; + return *msg->_impl_.rhs_; } CompareCondition::CompareCondition(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.CompareCondition) } CompareCondition::CompareCondition(const CompareCondition& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + CompareCondition* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.lhs_){nullptr} + , decltype(_impl_.rhs_){nullptr} + , decltype(_impl_.operation_){} + , decltype(_impl_.case_sensitivity_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_lhs()) { - lhs_ = new ::io::deephaven::proto::backplane::grpc::Value(*from.lhs_); - } else { - lhs_ = nullptr; + _this->_impl_.lhs_ = new ::io::deephaven::proto::backplane::grpc::Value(*from._impl_.lhs_); } if (from._internal_has_rhs()) { - rhs_ = new ::io::deephaven::proto::backplane::grpc::Value(*from.rhs_); - } else { - rhs_ = nullptr; + _this->_impl_.rhs_ = new ::io::deephaven::proto::backplane::grpc::Value(*from._impl_.rhs_); } - ::memcpy(&operation_, &from.operation_, - static_cast(reinterpret_cast(&case_sensitivity_) - - reinterpret_cast(&operation_)) + sizeof(case_sensitivity_)); + ::memcpy(&_impl_.operation_, &from._impl_.operation_, + static_cast(reinterpret_cast(&_impl_.case_sensitivity_) - + reinterpret_cast(&_impl_.operation_)) + sizeof(_impl_.case_sensitivity_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.CompareCondition) } -inline void CompareCondition::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&lhs_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&case_sensitivity_) - - reinterpret_cast(&lhs_)) + sizeof(case_sensitivity_)); +inline void CompareCondition::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.lhs_){nullptr} + , decltype(_impl_.rhs_){nullptr} + , decltype(_impl_.operation_){0} + , decltype(_impl_.case_sensitivity_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; } CompareCondition::~CompareCondition() { @@ -30424,12 +31308,12 @@ CompareCondition::~CompareCondition() { inline void CompareCondition::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete lhs_; - if (this != internal_default_instance()) delete rhs_; + if (this != internal_default_instance()) delete _impl_.lhs_; + if (this != internal_default_instance()) delete _impl_.rhs_; } void CompareCondition::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void CompareCondition::Clear() { @@ -30438,17 +31322,17 @@ void CompareCondition::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && lhs_ != nullptr) { - delete lhs_; + if (GetArenaForAllocation() == nullptr && _impl_.lhs_ != nullptr) { + delete _impl_.lhs_; } - lhs_ = nullptr; - if (GetArenaForAllocation() == nullptr && rhs_ != nullptr) { - delete rhs_; + _impl_.lhs_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.rhs_ != nullptr) { + delete _impl_.rhs_; } - rhs_ = nullptr; - ::memset(&operation_, 0, static_cast( - reinterpret_cast(&case_sensitivity_) - - reinterpret_cast(&operation_)) + sizeof(case_sensitivity_)); + _impl_.rhs_ = nullptr; + ::memset(&_impl_.operation_, 0, static_cast( + reinterpret_cast(&_impl_.case_sensitivity_) - + reinterpret_cast(&_impl_.operation_)) + sizeof(_impl_.case_sensitivity_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -30569,14 +31453,14 @@ size_t CompareCondition::ByteSizeLong() const { if (this->_internal_has_lhs()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *lhs_); + *_impl_.lhs_); } // .io.deephaven.proto.backplane.grpc.Value rhs = 4; if (this->_internal_has_rhs()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *rhs_); + *_impl_.rhs_); } // .io.deephaven.proto.backplane.grpc.CompareCondition.CompareOperation operation = 1; @@ -30591,41 +31475,39 @@ size_t CompareCondition::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_case_sensitivity()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CompareCondition::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, CompareCondition::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CompareCondition::GetClassData() const { return &_class_data_; } -void CompareCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void CompareCondition::MergeFrom(const CompareCondition& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.CompareCondition) - GOOGLE_DCHECK_NE(&from, this); +void CompareCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.CompareCondition) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_lhs()) { - _internal_mutable_lhs()->::io::deephaven::proto::backplane::grpc::Value::MergeFrom(from._internal_lhs()); + _this->_internal_mutable_lhs()->::io::deephaven::proto::backplane::grpc::Value::MergeFrom( + from._internal_lhs()); } if (from._internal_has_rhs()) { - _internal_mutable_rhs()->::io::deephaven::proto::backplane::grpc::Value::MergeFrom(from._internal_rhs()); + _this->_internal_mutable_rhs()->::io::deephaven::proto::backplane::grpc::Value::MergeFrom( + from._internal_rhs()); } if (from._internal_operation() != 0) { - _internal_set_operation(from._internal_operation()); + _this->_internal_set_operation(from._internal_operation()); } if (from._internal_case_sensitivity() != 0) { - _internal_set_case_sensitivity(from._internal_case_sensitivity()); + _this->_internal_set_case_sensitivity(from._internal_case_sensitivity()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void CompareCondition::CopyFrom(const CompareCondition& from) { @@ -30643,11 +31525,11 @@ void CompareCondition::InternalSwap(CompareCondition* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(CompareCondition, case_sensitivity_) - + sizeof(CompareCondition::case_sensitivity_) - - PROTOBUF_FIELD_OFFSET(CompareCondition, lhs_)>( - reinterpret_cast(&lhs_), - reinterpret_cast(&other->lhs_)); + PROTOBUF_FIELD_OFFSET(CompareCondition, _impl_.case_sensitivity_) + + sizeof(CompareCondition::_impl_.case_sensitivity_) + - PROTOBUF_FIELD_OFFSET(CompareCondition, _impl_.lhs_)>( + reinterpret_cast(&_impl_.lhs_), + reinterpret_cast(&other->_impl_.lhs_)); } ::PROTOBUF_NAMESPACE_ID::Metadata CompareCondition::GetMetadata() const { @@ -30665,35 +31547,45 @@ class InCondition::_Internal { const ::io::deephaven::proto::backplane::grpc::Value& InCondition::_Internal::target(const InCondition* msg) { - return *msg->target_; + return *msg->_impl_.target_; } InCondition::InCondition(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - candidates_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.InCondition) } InCondition::InCondition(const InCondition& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - candidates_(from.candidates_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + InCondition* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.candidates_){from._impl_.candidates_} + , decltype(_impl_.target_){nullptr} + , decltype(_impl_.case_sensitivity_){} + , decltype(_impl_.match_type_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_target()) { - target_ = new ::io::deephaven::proto::backplane::grpc::Value(*from.target_); - } else { - target_ = nullptr; + _this->_impl_.target_ = new ::io::deephaven::proto::backplane::grpc::Value(*from._impl_.target_); } - ::memcpy(&case_sensitivity_, &from.case_sensitivity_, - static_cast(reinterpret_cast(&match_type_) - - reinterpret_cast(&case_sensitivity_)) + sizeof(match_type_)); + ::memcpy(&_impl_.case_sensitivity_, &from._impl_.case_sensitivity_, + static_cast(reinterpret_cast(&_impl_.match_type_) - + reinterpret_cast(&_impl_.case_sensitivity_)) + sizeof(_impl_.match_type_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.InCondition) } -inline void InCondition::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&target_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&match_type_) - - reinterpret_cast(&target_)) + sizeof(match_type_)); +inline void InCondition::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.candidates_){arena} + , decltype(_impl_.target_){nullptr} + , decltype(_impl_.case_sensitivity_){0} + , decltype(_impl_.match_type_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; } InCondition::~InCondition() { @@ -30707,11 +31599,12 @@ InCondition::~InCondition() { inline void InCondition::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete target_; + _impl_.candidates_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.target_; } void InCondition::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void InCondition::Clear() { @@ -30720,14 +31613,14 @@ void InCondition::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - candidates_.Clear(); - if (GetArenaForAllocation() == nullptr && target_ != nullptr) { - delete target_; + _impl_.candidates_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.target_ != nullptr) { + delete _impl_.target_; } - target_ = nullptr; - ::memset(&case_sensitivity_, 0, static_cast( - reinterpret_cast(&match_type_) - - reinterpret_cast(&case_sensitivity_)) + sizeof(match_type_)); + _impl_.target_ = nullptr; + ::memset(&_impl_.case_sensitivity_, 0, static_cast( + reinterpret_cast(&_impl_.match_type_) - + reinterpret_cast(&_impl_.case_sensitivity_)) + sizeof(_impl_.match_type_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -30852,7 +31745,7 @@ size_t InCondition::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2; total_size += 1UL * this->_internal_candidates_size(); - for (const auto& msg : this->candidates_) { + for (const auto& msg : this->_impl_.candidates_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -30861,7 +31754,7 @@ size_t InCondition::ByteSizeLong() const { if (this->_internal_has_target()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *target_); + *_impl_.target_); } // .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3; @@ -30876,39 +31769,36 @@ size_t InCondition::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_match_type()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData InCondition::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, InCondition::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*InCondition::GetClassData() const { return &_class_data_; } -void InCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void InCondition::MergeFrom(const InCondition& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.InCondition) - GOOGLE_DCHECK_NE(&from, this); +void InCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.InCondition) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - candidates_.MergeFrom(from.candidates_); + _this->_impl_.candidates_.MergeFrom(from._impl_.candidates_); if (from._internal_has_target()) { - _internal_mutable_target()->::io::deephaven::proto::backplane::grpc::Value::MergeFrom(from._internal_target()); + _this->_internal_mutable_target()->::io::deephaven::proto::backplane::grpc::Value::MergeFrom( + from._internal_target()); } if (from._internal_case_sensitivity() != 0) { - _internal_set_case_sensitivity(from._internal_case_sensitivity()); + _this->_internal_set_case_sensitivity(from._internal_case_sensitivity()); } if (from._internal_match_type() != 0) { - _internal_set_match_type(from._internal_match_type()); + _this->_internal_set_match_type(from._internal_match_type()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void InCondition::CopyFrom(const InCondition& from) { @@ -30925,13 +31815,13 @@ bool InCondition::IsInitialized() const { void InCondition::InternalSwap(InCondition* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - candidates_.InternalSwap(&other->candidates_); + _impl_.candidates_.InternalSwap(&other->_impl_.candidates_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(InCondition, match_type_) - + sizeof(InCondition::match_type_) - - PROTOBUF_FIELD_OFFSET(InCondition, target_)>( - reinterpret_cast(&target_), - reinterpret_cast(&other->target_)); + PROTOBUF_FIELD_OFFSET(InCondition, _impl_.match_type_) + + sizeof(InCondition::_impl_.match_type_) + - PROTOBUF_FIELD_OFFSET(InCondition, _impl_.target_)>( + reinterpret_cast(&_impl_.target_), + reinterpret_cast(&other->_impl_.target_)); } ::PROTOBUF_NAMESPACE_ID::Metadata InCondition::GetMetadata() const { @@ -30949,41 +31839,52 @@ class InvokeCondition::_Internal { const ::io::deephaven::proto::backplane::grpc::Value& InvokeCondition::_Internal::target(const InvokeCondition* msg) { - return *msg->target_; + return *msg->_impl_.target_; } InvokeCondition::InvokeCondition(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - arguments_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.InvokeCondition) } InvokeCondition::InvokeCondition(const InvokeCondition& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - arguments_(from.arguments_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + InvokeCondition* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.arguments_){from._impl_.arguments_} + , decltype(_impl_.method_){} + , decltype(_impl_.target_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - method_.InitDefault(); + _impl_.method_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - method_.Set("", GetArenaForAllocation()); + _impl_.method_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_method().empty()) { - method_.Set(from._internal_method(), - GetArenaForAllocation()); + _this->_impl_.method_.Set(from._internal_method(), + _this->GetArenaForAllocation()); } if (from._internal_has_target()) { - target_ = new ::io::deephaven::proto::backplane::grpc::Value(*from.target_); - } else { - target_ = nullptr; + _this->_impl_.target_ = new ::io::deephaven::proto::backplane::grpc::Value(*from._impl_.target_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.InvokeCondition) } -inline void InvokeCondition::SharedCtor() { -method_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - method_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -target_ = nullptr; +inline void InvokeCondition::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.arguments_){arena} + , decltype(_impl_.method_){} + , decltype(_impl_.target_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.method_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.method_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } InvokeCondition::~InvokeCondition() { @@ -30997,12 +31898,13 @@ InvokeCondition::~InvokeCondition() { inline void InvokeCondition::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - method_.Destroy(); - if (this != internal_default_instance()) delete target_; + _impl_.arguments_.~RepeatedPtrField(); + _impl_.method_.Destroy(); + if (this != internal_default_instance()) delete _impl_.target_; } void InvokeCondition::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void InvokeCondition::Clear() { @@ -31011,12 +31913,12 @@ void InvokeCondition::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - arguments_.Clear(); - method_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && target_ != nullptr) { - delete target_; + _impl_.arguments_.Clear(); + _impl_.method_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.target_ != nullptr) { + delete _impl_.target_; } - target_ = nullptr; + _impl_.target_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -31129,7 +32031,7 @@ size_t InvokeCondition::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.Value arguments = 3; total_size += 1UL * this->_internal_arguments_size(); - for (const auto& msg : this->arguments_) { + for (const auto& msg : this->_impl_.arguments_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -31145,39 +32047,36 @@ size_t InvokeCondition::ByteSizeLong() const { if (this->_internal_has_target()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *target_); + *_impl_.target_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData InvokeCondition::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, InvokeCondition::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*InvokeCondition::GetClassData() const { return &_class_data_; } -void InvokeCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void InvokeCondition::MergeFrom(const InvokeCondition& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.InvokeCondition) - GOOGLE_DCHECK_NE(&from, this); +void InvokeCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.InvokeCondition) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - arguments_.MergeFrom(from.arguments_); + _this->_impl_.arguments_.MergeFrom(from._impl_.arguments_); if (!from._internal_method().empty()) { - _internal_set_method(from._internal_method()); + _this->_internal_set_method(from._internal_method()); } if (from._internal_has_target()) { - _internal_mutable_target()->::io::deephaven::proto::backplane::grpc::Value::MergeFrom(from._internal_target()); + _this->_internal_mutable_target()->::io::deephaven::proto::backplane::grpc::Value::MergeFrom( + from._internal_target()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void InvokeCondition::CopyFrom(const InvokeCondition& from) { @@ -31196,12 +32095,12 @@ void InvokeCondition::InternalSwap(InvokeCondition* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - arguments_.InternalSwap(&other->arguments_); + _impl_.arguments_.InternalSwap(&other->_impl_.arguments_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &method_, lhs_arena, - &other->method_, rhs_arena + &_impl_.method_, lhs_arena, + &other->_impl_.method_, rhs_arena ); - swap(target_, other->target_); + swap(_impl_.target_, other->_impl_.target_); } ::PROTOBUF_NAMESPACE_ID::Metadata InvokeCondition::GetMetadata() const { @@ -31219,27 +32118,36 @@ class IsNullCondition::_Internal { const ::io::deephaven::proto::backplane::grpc::Reference& IsNullCondition::_Internal::reference(const IsNullCondition* msg) { - return *msg->reference_; + return *msg->_impl_.reference_; } IsNullCondition::IsNullCondition(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.IsNullCondition) } IsNullCondition::IsNullCondition(const IsNullCondition& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + IsNullCondition* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.reference_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_reference()) { - reference_ = new ::io::deephaven::proto::backplane::grpc::Reference(*from.reference_); - } else { - reference_ = nullptr; + _this->_impl_.reference_ = new ::io::deephaven::proto::backplane::grpc::Reference(*from._impl_.reference_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.IsNullCondition) } -inline void IsNullCondition::SharedCtor() { -reference_ = nullptr; +inline void IsNullCondition::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.reference_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } IsNullCondition::~IsNullCondition() { @@ -31253,11 +32161,11 @@ IsNullCondition::~IsNullCondition() { inline void IsNullCondition::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete reference_; + if (this != internal_default_instance()) delete _impl_.reference_; } void IsNullCondition::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void IsNullCondition::Clear() { @@ -31266,10 +32174,10 @@ void IsNullCondition::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && reference_ != nullptr) { - delete reference_; + if (GetArenaForAllocation() == nullptr && _impl_.reference_ != nullptr) { + delete _impl_.reference_; } - reference_ = nullptr; + _impl_.reference_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -31343,35 +32251,32 @@ size_t IsNullCondition::ByteSizeLong() const { if (this->_internal_has_reference()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *reference_); + *_impl_.reference_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData IsNullCondition::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, IsNullCondition::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*IsNullCondition::GetClassData() const { return &_class_data_; } -void IsNullCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void IsNullCondition::MergeFrom(const IsNullCondition& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.IsNullCondition) - GOOGLE_DCHECK_NE(&from, this); +void IsNullCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.IsNullCondition) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_reference()) { - _internal_mutable_reference()->::io::deephaven::proto::backplane::grpc::Reference::MergeFrom(from._internal_reference()); + _this->_internal_mutable_reference()->::io::deephaven::proto::backplane::grpc::Reference::MergeFrom( + from._internal_reference()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void IsNullCondition::CopyFrom(const IsNullCondition& from) { @@ -31388,7 +32293,7 @@ bool IsNullCondition::IsInitialized() const { void IsNullCondition::InternalSwap(IsNullCondition* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(reference_, other->reference_); + swap(_impl_.reference_, other->_impl_.reference_); } ::PROTOBUF_NAMESPACE_ID::Metadata IsNullCondition::GetMetadata() const { @@ -31406,45 +32311,57 @@ class MatchesCondition::_Internal { const ::io::deephaven::proto::backplane::grpc::Reference& MatchesCondition::_Internal::reference(const MatchesCondition* msg) { - return *msg->reference_; + return *msg->_impl_.reference_; } MatchesCondition::MatchesCondition(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.MatchesCondition) } MatchesCondition::MatchesCondition(const MatchesCondition& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + MatchesCondition* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.regex_){} + , decltype(_impl_.reference_){nullptr} + , decltype(_impl_.case_sensitivity_){} + , decltype(_impl_.match_type_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - regex_.InitDefault(); + _impl_.regex_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - regex_.Set("", GetArenaForAllocation()); + _impl_.regex_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_regex().empty()) { - regex_.Set(from._internal_regex(), - GetArenaForAllocation()); + _this->_impl_.regex_.Set(from._internal_regex(), + _this->GetArenaForAllocation()); } if (from._internal_has_reference()) { - reference_ = new ::io::deephaven::proto::backplane::grpc::Reference(*from.reference_); - } else { - reference_ = nullptr; + _this->_impl_.reference_ = new ::io::deephaven::proto::backplane::grpc::Reference(*from._impl_.reference_); } - ::memcpy(&case_sensitivity_, &from.case_sensitivity_, - static_cast(reinterpret_cast(&match_type_) - - reinterpret_cast(&case_sensitivity_)) + sizeof(match_type_)); + ::memcpy(&_impl_.case_sensitivity_, &from._impl_.case_sensitivity_, + static_cast(reinterpret_cast(&_impl_.match_type_) - + reinterpret_cast(&_impl_.case_sensitivity_)) + sizeof(_impl_.match_type_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.MatchesCondition) } -inline void MatchesCondition::SharedCtor() { -regex_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - regex_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&reference_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&match_type_) - - reinterpret_cast(&reference_)) + sizeof(match_type_)); +inline void MatchesCondition::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.regex_){} + , decltype(_impl_.reference_){nullptr} + , decltype(_impl_.case_sensitivity_){0} + , decltype(_impl_.match_type_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.regex_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.regex_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } MatchesCondition::~MatchesCondition() { @@ -31458,12 +32375,12 @@ MatchesCondition::~MatchesCondition() { inline void MatchesCondition::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - regex_.Destroy(); - if (this != internal_default_instance()) delete reference_; + _impl_.regex_.Destroy(); + if (this != internal_default_instance()) delete _impl_.reference_; } void MatchesCondition::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void MatchesCondition::Clear() { @@ -31472,14 +32389,14 @@ void MatchesCondition::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - regex_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && reference_ != nullptr) { - delete reference_; + _impl_.regex_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.reference_ != nullptr) { + delete _impl_.reference_; } - reference_ = nullptr; - ::memset(&case_sensitivity_, 0, static_cast( - reinterpret_cast(&match_type_) - - reinterpret_cast(&case_sensitivity_)) + sizeof(match_type_)); + _impl_.reference_ = nullptr; + ::memset(&_impl_.case_sensitivity_, 0, static_cast( + reinterpret_cast(&_impl_.match_type_) - + reinterpret_cast(&_impl_.case_sensitivity_)) + sizeof(_impl_.match_type_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -31612,7 +32529,7 @@ size_t MatchesCondition::ByteSizeLong() const { if (this->_internal_has_reference()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *reference_); + *_impl_.reference_); } // .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3; @@ -31627,41 +32544,38 @@ size_t MatchesCondition::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_match_type()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData MatchesCondition::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, MatchesCondition::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*MatchesCondition::GetClassData() const { return &_class_data_; } -void MatchesCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void MatchesCondition::MergeFrom(const MatchesCondition& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.MatchesCondition) - GOOGLE_DCHECK_NE(&from, this); +void MatchesCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.MatchesCondition) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_regex().empty()) { - _internal_set_regex(from._internal_regex()); + _this->_internal_set_regex(from._internal_regex()); } if (from._internal_has_reference()) { - _internal_mutable_reference()->::io::deephaven::proto::backplane::grpc::Reference::MergeFrom(from._internal_reference()); + _this->_internal_mutable_reference()->::io::deephaven::proto::backplane::grpc::Reference::MergeFrom( + from._internal_reference()); } if (from._internal_case_sensitivity() != 0) { - _internal_set_case_sensitivity(from._internal_case_sensitivity()); + _this->_internal_set_case_sensitivity(from._internal_case_sensitivity()); } if (from._internal_match_type() != 0) { - _internal_set_match_type(from._internal_match_type()); + _this->_internal_set_match_type(from._internal_match_type()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void MatchesCondition::CopyFrom(const MatchesCondition& from) { @@ -31681,15 +32595,15 @@ void MatchesCondition::InternalSwap(MatchesCondition* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - ®ex_, lhs_arena, - &other->regex_, rhs_arena + &_impl_.regex_, lhs_arena, + &other->_impl_.regex_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(MatchesCondition, match_type_) - + sizeof(MatchesCondition::match_type_) - - PROTOBUF_FIELD_OFFSET(MatchesCondition, reference_)>( - reinterpret_cast(&reference_), - reinterpret_cast(&other->reference_)); + PROTOBUF_FIELD_OFFSET(MatchesCondition, _impl_.match_type_) + + sizeof(MatchesCondition::_impl_.match_type_) + - PROTOBUF_FIELD_OFFSET(MatchesCondition, _impl_.reference_)>( + reinterpret_cast(&_impl_.reference_), + reinterpret_cast(&other->_impl_.reference_)); } ::PROTOBUF_NAMESPACE_ID::Metadata MatchesCondition::GetMetadata() const { @@ -31707,45 +32621,57 @@ class ContainsCondition::_Internal { const ::io::deephaven::proto::backplane::grpc::Reference& ContainsCondition::_Internal::reference(const ContainsCondition* msg) { - return *msg->reference_; + return *msg->_impl_.reference_; } ContainsCondition::ContainsCondition(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ContainsCondition) } ContainsCondition::ContainsCondition(const ContainsCondition& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + ContainsCondition* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.search_string_){} + , decltype(_impl_.reference_){nullptr} + , decltype(_impl_.case_sensitivity_){} + , decltype(_impl_.match_type_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - search_string_.InitDefault(); + _impl_.search_string_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - search_string_.Set("", GetArenaForAllocation()); + _impl_.search_string_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_search_string().empty()) { - search_string_.Set(from._internal_search_string(), - GetArenaForAllocation()); + _this->_impl_.search_string_.Set(from._internal_search_string(), + _this->GetArenaForAllocation()); } if (from._internal_has_reference()) { - reference_ = new ::io::deephaven::proto::backplane::grpc::Reference(*from.reference_); - } else { - reference_ = nullptr; + _this->_impl_.reference_ = new ::io::deephaven::proto::backplane::grpc::Reference(*from._impl_.reference_); } - ::memcpy(&case_sensitivity_, &from.case_sensitivity_, - static_cast(reinterpret_cast(&match_type_) - - reinterpret_cast(&case_sensitivity_)) + sizeof(match_type_)); + ::memcpy(&_impl_.case_sensitivity_, &from._impl_.case_sensitivity_, + static_cast(reinterpret_cast(&_impl_.match_type_) - + reinterpret_cast(&_impl_.case_sensitivity_)) + sizeof(_impl_.match_type_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ContainsCondition) } -inline void ContainsCondition::SharedCtor() { -search_string_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - search_string_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&reference_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&match_type_) - - reinterpret_cast(&reference_)) + sizeof(match_type_)); +inline void ContainsCondition::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.search_string_){} + , decltype(_impl_.reference_){nullptr} + , decltype(_impl_.case_sensitivity_){0} + , decltype(_impl_.match_type_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.search_string_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.search_string_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ContainsCondition::~ContainsCondition() { @@ -31759,12 +32685,12 @@ ContainsCondition::~ContainsCondition() { inline void ContainsCondition::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - search_string_.Destroy(); - if (this != internal_default_instance()) delete reference_; + _impl_.search_string_.Destroy(); + if (this != internal_default_instance()) delete _impl_.reference_; } void ContainsCondition::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ContainsCondition::Clear() { @@ -31773,14 +32699,14 @@ void ContainsCondition::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - search_string_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && reference_ != nullptr) { - delete reference_; + _impl_.search_string_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.reference_ != nullptr) { + delete _impl_.reference_; } - reference_ = nullptr; - ::memset(&case_sensitivity_, 0, static_cast( - reinterpret_cast(&match_type_) - - reinterpret_cast(&case_sensitivity_)) + sizeof(match_type_)); + _impl_.reference_ = nullptr; + ::memset(&_impl_.case_sensitivity_, 0, static_cast( + reinterpret_cast(&_impl_.match_type_) - + reinterpret_cast(&_impl_.case_sensitivity_)) + sizeof(_impl_.match_type_)); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -31913,7 +32839,7 @@ size_t ContainsCondition::ByteSizeLong() const { if (this->_internal_has_reference()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *reference_); + *_impl_.reference_); } // .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3; @@ -31928,41 +32854,38 @@ size_t ContainsCondition::ByteSizeLong() const { ::_pbi::WireFormatLite::EnumSize(this->_internal_match_type()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ContainsCondition::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ContainsCondition::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ContainsCondition::GetClassData() const { return &_class_data_; } -void ContainsCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ContainsCondition::MergeFrom(const ContainsCondition& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ContainsCondition) - GOOGLE_DCHECK_NE(&from, this); +void ContainsCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ContainsCondition) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_search_string().empty()) { - _internal_set_search_string(from._internal_search_string()); + _this->_internal_set_search_string(from._internal_search_string()); } if (from._internal_has_reference()) { - _internal_mutable_reference()->::io::deephaven::proto::backplane::grpc::Reference::MergeFrom(from._internal_reference()); + _this->_internal_mutable_reference()->::io::deephaven::proto::backplane::grpc::Reference::MergeFrom( + from._internal_reference()); } if (from._internal_case_sensitivity() != 0) { - _internal_set_case_sensitivity(from._internal_case_sensitivity()); + _this->_internal_set_case_sensitivity(from._internal_case_sensitivity()); } if (from._internal_match_type() != 0) { - _internal_set_match_type(from._internal_match_type()); + _this->_internal_set_match_type(from._internal_match_type()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ContainsCondition::CopyFrom(const ContainsCondition& from) { @@ -31982,15 +32905,15 @@ void ContainsCondition::InternalSwap(ContainsCondition* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &search_string_, lhs_arena, - &other->search_string_, rhs_arena + &_impl_.search_string_, lhs_arena, + &other->_impl_.search_string_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ContainsCondition, match_type_) - + sizeof(ContainsCondition::match_type_) - - PROTOBUF_FIELD_OFFSET(ContainsCondition, reference_)>( - reinterpret_cast(&reference_), - reinterpret_cast(&other->reference_)); + PROTOBUF_FIELD_OFFSET(ContainsCondition, _impl_.match_type_) + + sizeof(ContainsCondition::_impl_.match_type_) + - PROTOBUF_FIELD_OFFSET(ContainsCondition, _impl_.reference_)>( + reinterpret_cast(&_impl_.reference_), + reinterpret_cast(&other->_impl_.reference_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ContainsCondition::GetMetadata() const { @@ -32007,31 +32930,43 @@ class SearchCondition::_Internal { SearchCondition::SearchCondition(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - optional_references_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.SearchCondition) } SearchCondition::SearchCondition(const SearchCondition& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - optional_references_(from.optional_references_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + SearchCondition* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.optional_references_){from._impl_.optional_references_} + , decltype(_impl_.search_string_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - search_string_.InitDefault(); + _impl_.search_string_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - search_string_.Set("", GetArenaForAllocation()); + _impl_.search_string_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_search_string().empty()) { - search_string_.Set(from._internal_search_string(), - GetArenaForAllocation()); + _this->_impl_.search_string_.Set(from._internal_search_string(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.SearchCondition) } -inline void SearchCondition::SharedCtor() { -search_string_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - search_string_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void SearchCondition::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.optional_references_){arena} + , decltype(_impl_.search_string_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.search_string_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.search_string_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } SearchCondition::~SearchCondition() { @@ -32045,11 +32980,12 @@ SearchCondition::~SearchCondition() { inline void SearchCondition::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - search_string_.Destroy(); + _impl_.optional_references_.~RepeatedPtrField(); + _impl_.search_string_.Destroy(); } void SearchCondition::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void SearchCondition::Clear() { @@ -32058,8 +32994,8 @@ void SearchCondition::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - optional_references_.Clear(); - search_string_.ClearToEmpty(); + _impl_.optional_references_.Clear(); + _impl_.search_string_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -32157,7 +33093,7 @@ size_t SearchCondition::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.Reference optional_references = 2; total_size += 1UL * this->_internal_optional_references_size(); - for (const auto& msg : this->optional_references_) { + for (const auto& msg : this->_impl_.optional_references_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } @@ -32169,33 +33105,29 @@ size_t SearchCondition::ByteSizeLong() const { this->_internal_search_string()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SearchCondition::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, SearchCondition::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SearchCondition::GetClassData() const { return &_class_data_; } -void SearchCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void SearchCondition::MergeFrom(const SearchCondition& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SearchCondition) - GOOGLE_DCHECK_NE(&from, this); +void SearchCondition::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.SearchCondition) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - optional_references_.MergeFrom(from.optional_references_); + _this->_impl_.optional_references_.MergeFrom(from._impl_.optional_references_); if (!from._internal_search_string().empty()) { - _internal_set_search_string(from._internal_search_string()); + _this->_internal_set_search_string(from._internal_search_string()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void SearchCondition::CopyFrom(const SearchCondition& from) { @@ -32214,10 +33146,10 @@ void SearchCondition::InternalSwap(SearchCondition* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - optional_references_.InternalSwap(&other->optional_references_); + _impl_.optional_references_.InternalSwap(&other->_impl_.optional_references_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &search_string_, lhs_arena, - &other->search_string_, rhs_arena + &_impl_.search_string_, lhs_arena, + &other->_impl_.search_string_, rhs_arena ); } @@ -32237,45 +33169,51 @@ class FlattenRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& FlattenRequest::_Internal::result_id(const FlattenRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& FlattenRequest::_Internal::source_id(const FlattenRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void FlattenRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } FlattenRequest::FlattenRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.FlattenRequest) } FlattenRequest::FlattenRequest(const FlattenRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + FlattenRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.FlattenRequest) } -inline void FlattenRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&source_id_) - - reinterpret_cast(&result_id_)) + sizeof(source_id_)); +inline void FlattenRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } FlattenRequest::~FlattenRequest() { @@ -32289,12 +33227,12 @@ FlattenRequest::~FlattenRequest() { inline void FlattenRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void FlattenRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void FlattenRequest::Clear() { @@ -32303,14 +33241,14 @@ void FlattenRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -32399,45 +33337,43 @@ size_t FlattenRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData FlattenRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, FlattenRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*FlattenRequest::GetClassData() const { return &_class_data_; } -void FlattenRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void FlattenRequest::MergeFrom(const FlattenRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FlattenRequest) - GOOGLE_DCHECK_NE(&from, this); +void FlattenRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.FlattenRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void FlattenRequest::CopyFrom(const FlattenRequest& from) { @@ -32455,11 +33391,11 @@ void FlattenRequest::InternalSwap(FlattenRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(FlattenRequest, source_id_) - + sizeof(FlattenRequest::source_id_) - - PROTOBUF_FIELD_OFFSET(FlattenRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(FlattenRequest, _impl_.source_id_) + + sizeof(FlattenRequest::_impl_.source_id_) + - PROTOBUF_FIELD_OFFSET(FlattenRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata FlattenRequest::GetMetadata() const { @@ -32478,45 +33414,51 @@ class MetaTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& MetaTableRequest::_Internal::result_id(const MetaTableRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& MetaTableRequest::_Internal::source_id(const MetaTableRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void MetaTableRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } MetaTableRequest::MetaTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.MetaTableRequest) } MetaTableRequest::MetaTableRequest(const MetaTableRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + MetaTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.MetaTableRequest) } -inline void MetaTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&source_id_) - - reinterpret_cast(&result_id_)) + sizeof(source_id_)); +inline void MetaTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; } MetaTableRequest::~MetaTableRequest() { @@ -32530,12 +33472,12 @@ MetaTableRequest::~MetaTableRequest() { inline void MetaTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void MetaTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void MetaTableRequest::Clear() { @@ -32544,14 +33486,14 @@ void MetaTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -32640,45 +33582,43 @@ size_t MetaTableRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData MetaTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, MetaTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*MetaTableRequest::GetClassData() const { return &_class_data_; } -void MetaTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void MetaTableRequest::MergeFrom(const MetaTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.MetaTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void MetaTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.MetaTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void MetaTableRequest::CopyFrom(const MetaTableRequest& from) { @@ -32696,11 +33636,11 @@ void MetaTableRequest::InternalSwap(MetaTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(MetaTableRequest, source_id_) - + sizeof(MetaTableRequest::source_id_) - - PROTOBUF_FIELD_OFFSET(MetaTableRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(MetaTableRequest, _impl_.source_id_) + + sizeof(MetaTableRequest::_impl_.source_id_) + - PROTOBUF_FIELD_OFFSET(MetaTableRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata MetaTableRequest::GetMetadata() const { @@ -32713,7 +33653,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata MetaTableRequest::GetMetadata() const { class RunChartDownsampleRequest_ZoomRange::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static void set_has_min_date_nanos(HasBits* has_bits) { (*has_bits)[0] |= 1u; } @@ -32725,24 +33665,35 @@ class RunChartDownsampleRequest_ZoomRange::_Internal { RunChartDownsampleRequest_ZoomRange::RunChartDownsampleRequest_ZoomRange(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange) } RunChartDownsampleRequest_ZoomRange::RunChartDownsampleRequest_ZoomRange(const RunChartDownsampleRequest_ZoomRange& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + RunChartDownsampleRequest_ZoomRange* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.min_date_nanos_){} + , decltype(_impl_.max_date_nanos_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - ::memcpy(&min_date_nanos_, &from.min_date_nanos_, - static_cast(reinterpret_cast(&max_date_nanos_) - - reinterpret_cast(&min_date_nanos_)) + sizeof(max_date_nanos_)); + ::memcpy(&_impl_.min_date_nanos_, &from._impl_.min_date_nanos_, + static_cast(reinterpret_cast(&_impl_.max_date_nanos_) - + reinterpret_cast(&_impl_.min_date_nanos_)) + sizeof(_impl_.max_date_nanos_)); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange) } -inline void RunChartDownsampleRequest_ZoomRange::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&min_date_nanos_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&max_date_nanos_) - - reinterpret_cast(&min_date_nanos_)) + sizeof(max_date_nanos_)); +inline void RunChartDownsampleRequest_ZoomRange::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.min_date_nanos_){int64_t{0}} + , decltype(_impl_.max_date_nanos_){int64_t{0}} + }; } RunChartDownsampleRequest_ZoomRange::~RunChartDownsampleRequest_ZoomRange() { @@ -32759,7 +33710,7 @@ inline void RunChartDownsampleRequest_ZoomRange::SharedDtor() { } void RunChartDownsampleRequest_ZoomRange::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void RunChartDownsampleRequest_ZoomRange::Clear() { @@ -32768,13 +33719,13 @@ void RunChartDownsampleRequest_ZoomRange::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000003u) { - ::memset(&min_date_nanos_, 0, static_cast( - reinterpret_cast(&max_date_nanos_) - - reinterpret_cast(&min_date_nanos_)) + sizeof(max_date_nanos_)); + ::memset(&_impl_.min_date_nanos_, 0, static_cast( + reinterpret_cast(&_impl_.max_date_nanos_) - + reinterpret_cast(&_impl_.min_date_nanos_)) + sizeof(_impl_.max_date_nanos_)); } - _has_bits_.Clear(); + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -32789,7 +33740,7 @@ const char* RunChartDownsampleRequest_ZoomRange::_InternalParse(const char* ptr, case 1: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 8)) { _Internal::set_has_min_date_nanos(&has_bits); - min_date_nanos_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.min_date_nanos_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -32798,7 +33749,7 @@ const char* RunChartDownsampleRequest_ZoomRange::_InternalParse(const char* ptr, case 2: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 16)) { _Internal::set_has_max_date_nanos(&has_bits); - max_date_nanos_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.max_date_nanos_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -32819,7 +33770,7 @@ const char* RunChartDownsampleRequest_ZoomRange::_InternalParse(const char* ptr, CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -32861,7 +33812,7 @@ size_t RunChartDownsampleRequest_ZoomRange::ByteSizeLong() const { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000003u) { // optional int64 min_date_nanos = 1 [jstype = JS_STRING]; if (cached_has_bits & 0x00000001u) { @@ -32874,39 +33825,35 @@ size_t RunChartDownsampleRequest_ZoomRange::ByteSizeLong() const { } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData RunChartDownsampleRequest_ZoomRange::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, RunChartDownsampleRequest_ZoomRange::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*RunChartDownsampleRequest_ZoomRange::GetClassData() const { return &_class_data_; } -void RunChartDownsampleRequest_ZoomRange::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void RunChartDownsampleRequest_ZoomRange::MergeFrom(const RunChartDownsampleRequest_ZoomRange& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange) - GOOGLE_DCHECK_NE(&from, this); +void RunChartDownsampleRequest_ZoomRange::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - cached_has_bits = from._has_bits_[0]; + cached_has_bits = from._impl_._has_bits_[0]; if (cached_has_bits & 0x00000003u) { if (cached_has_bits & 0x00000001u) { - min_date_nanos_ = from.min_date_nanos_; + _this->_impl_.min_date_nanos_ = from._impl_.min_date_nanos_; } if (cached_has_bits & 0x00000002u) { - max_date_nanos_ = from.max_date_nanos_; + _this->_impl_.max_date_nanos_ = from._impl_.max_date_nanos_; } - _has_bits_[0] |= cached_has_bits; + _this->_impl_._has_bits_[0] |= cached_has_bits; } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void RunChartDownsampleRequest_ZoomRange::CopyFrom(const RunChartDownsampleRequest_ZoomRange& from) { @@ -32923,13 +33870,13 @@ bool RunChartDownsampleRequest_ZoomRange::IsInitialized() const { void RunChartDownsampleRequest_ZoomRange::InternalSwap(RunChartDownsampleRequest_ZoomRange* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(RunChartDownsampleRequest_ZoomRange, max_date_nanos_) - + sizeof(RunChartDownsampleRequest_ZoomRange::max_date_nanos_) - - PROTOBUF_FIELD_OFFSET(RunChartDownsampleRequest_ZoomRange, min_date_nanos_)>( - reinterpret_cast(&min_date_nanos_), - reinterpret_cast(&other->min_date_nanos_)); + PROTOBUF_FIELD_OFFSET(RunChartDownsampleRequest_ZoomRange, _impl_.max_date_nanos_) + + sizeof(RunChartDownsampleRequest_ZoomRange::_impl_.max_date_nanos_) + - PROTOBUF_FIELD_OFFSET(RunChartDownsampleRequest_ZoomRange, _impl_.min_date_nanos_)>( + reinterpret_cast(&_impl_.min_date_nanos_), + reinterpret_cast(&other->_impl_.min_date_nanos_)); } ::PROTOBUF_NAMESPACE_ID::Metadata RunChartDownsampleRequest_ZoomRange::GetMetadata() const { @@ -32949,69 +33896,79 @@ class RunChartDownsampleRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& RunChartDownsampleRequest::_Internal::result_id(const RunChartDownsampleRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& RunChartDownsampleRequest::_Internal::source_id(const RunChartDownsampleRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } const ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange& RunChartDownsampleRequest::_Internal::zoom_range(const RunChartDownsampleRequest* msg) { - return *msg->zoom_range_; + return *msg->_impl_.zoom_range_; } void RunChartDownsampleRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } RunChartDownsampleRequest::RunChartDownsampleRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - y_column_names_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest) } RunChartDownsampleRequest::RunChartDownsampleRequest(const RunChartDownsampleRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - y_column_names_(from.y_column_names_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + RunChartDownsampleRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.y_column_names_){from._impl_.y_column_names_} + , decltype(_impl_.x_column_name_){} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.zoom_range_){nullptr} + , decltype(_impl_.pixel_count_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - x_column_name_.InitDefault(); + _impl_.x_column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - x_column_name_.Set("", GetArenaForAllocation()); + _impl_.x_column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_x_column_name().empty()) { - x_column_name_.Set(from._internal_x_column_name(), - GetArenaForAllocation()); + _this->_impl_.x_column_name_.Set(from._internal_x_column_name(), + _this->GetArenaForAllocation()); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } if (from._internal_has_zoom_range()) { - zoom_range_ = new ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange(*from.zoom_range_); - } else { - zoom_range_ = nullptr; + _this->_impl_.zoom_range_ = new ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange(*from._impl_.zoom_range_); } - pixel_count_ = from.pixel_count_; + _this->_impl_.pixel_count_ = from._impl_.pixel_count_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest) } -inline void RunChartDownsampleRequest::SharedCtor() { -x_column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - x_column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&pixel_count_) - - reinterpret_cast(&result_id_)) + sizeof(pixel_count_)); +inline void RunChartDownsampleRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.y_column_names_){arena} + , decltype(_impl_.x_column_name_){} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.zoom_range_){nullptr} + , decltype(_impl_.pixel_count_){0} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.x_column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.x_column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } RunChartDownsampleRequest::~RunChartDownsampleRequest() { @@ -33025,14 +33982,15 @@ RunChartDownsampleRequest::~RunChartDownsampleRequest() { inline void RunChartDownsampleRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - x_column_name_.Destroy(); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; - if (this != internal_default_instance()) delete zoom_range_; + _impl_.y_column_names_.~RepeatedPtrField(); + _impl_.x_column_name_.Destroy(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; + if (this != internal_default_instance()) delete _impl_.zoom_range_; } void RunChartDownsampleRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void RunChartDownsampleRequest::Clear() { @@ -33041,21 +33999,21 @@ void RunChartDownsampleRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - y_column_names_.Clear(); - x_column_name_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.y_column_names_.Clear(); + _impl_.x_column_name_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && zoom_range_ != nullptr) { - delete zoom_range_; + _impl_.source_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.zoom_range_ != nullptr) { + delete _impl_.zoom_range_; } - zoom_range_ = nullptr; - pixel_count_ = 0; + _impl_.zoom_range_ = nullptr; + _impl_.pixel_count_ = 0; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -33084,7 +34042,7 @@ const char* RunChartDownsampleRequest::_InternalParse(const char* ptr, ::_pbi::P // int32 pixel_count = 3; case 3: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 24)) { - pixel_count_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.pixel_count_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -33216,10 +34174,10 @@ size_t RunChartDownsampleRequest::ByteSizeLong() const { // repeated string y_column_names = 6; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(y_column_names_.size()); - for (int i = 0, n = y_column_names_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.y_column_names_.size()); + for (int i = 0, n = _impl_.y_column_names_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - y_column_names_.Get(i)); + _impl_.y_column_names_.Get(i)); } // string x_column_name = 5; @@ -33233,21 +34191,21 @@ size_t RunChartDownsampleRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4; if (this->_internal_has_zoom_range()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *zoom_range_); + *_impl_.zoom_range_); } // int32 pixel_count = 3; @@ -33255,45 +34213,44 @@ size_t RunChartDownsampleRequest::ByteSizeLong() const { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_pixel_count()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData RunChartDownsampleRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, RunChartDownsampleRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*RunChartDownsampleRequest::GetClassData() const { return &_class_data_; } -void RunChartDownsampleRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void RunChartDownsampleRequest::MergeFrom(const RunChartDownsampleRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest) - GOOGLE_DCHECK_NE(&from, this); +void RunChartDownsampleRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - y_column_names_.MergeFrom(from.y_column_names_); + _this->_impl_.y_column_names_.MergeFrom(from._impl_.y_column_names_); if (!from._internal_x_column_name().empty()) { - _internal_set_x_column_name(from._internal_x_column_name()); + _this->_internal_set_x_column_name(from._internal_x_column_name()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } if (from._internal_has_zoom_range()) { - _internal_mutable_zoom_range()->::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange::MergeFrom(from._internal_zoom_range()); + _this->_internal_mutable_zoom_range()->::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange::MergeFrom( + from._internal_zoom_range()); } if (from._internal_pixel_count() != 0) { - _internal_set_pixel_count(from._internal_pixel_count()); + _this->_internal_set_pixel_count(from._internal_pixel_count()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void RunChartDownsampleRequest::CopyFrom(const RunChartDownsampleRequest& from) { @@ -33312,17 +34269,17 @@ void RunChartDownsampleRequest::InternalSwap(RunChartDownsampleRequest* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - y_column_names_.InternalSwap(&other->y_column_names_); + _impl_.y_column_names_.InternalSwap(&other->_impl_.y_column_names_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &x_column_name_, lhs_arena, - &other->x_column_name_, rhs_arena + &_impl_.x_column_name_, lhs_arena, + &other->_impl_.x_column_name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(RunChartDownsampleRequest, pixel_count_) - + sizeof(RunChartDownsampleRequest::pixel_count_) - - PROTOBUF_FIELD_OFFSET(RunChartDownsampleRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(RunChartDownsampleRequest, _impl_.pixel_count_) + + sizeof(RunChartDownsampleRequest::_impl_.pixel_count_) + - PROTOBUF_FIELD_OFFSET(RunChartDownsampleRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata RunChartDownsampleRequest::GetMetadata() const { @@ -33344,6 +34301,7 @@ CreateInputTableRequest_InputTableKind_InMemoryAppendOnly::CreateInputTableReque } CreateInputTableRequest_InputTableKind_InMemoryAppendOnly::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly(const CreateInputTableRequest_InputTableKind_InMemoryAppendOnly& from) : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() { + CreateInputTableRequest_InputTableKind_InMemoryAppendOnly* const _this = this; (void)_this; _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryAppendOnly) } @@ -33378,19 +34336,29 @@ class CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::_Internal { CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - key_columns_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked) } CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked(const CreateInputTableRequest_InputTableKind_InMemoryKeyBacked& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - key_columns_(from.key_columns_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + CreateInputTableRequest_InputTableKind_InMemoryKeyBacked* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.key_columns_){from._impl_.key_columns_} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked) } -inline void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::SharedCtor() { +inline void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.key_columns_){arena} + , /*decltype(_impl_._cached_size_)*/{} + }; } CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::~CreateInputTableRequest_InputTableKind_InMemoryKeyBacked() { @@ -33404,10 +34372,11 @@ CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::~CreateInputTableReque inline void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.key_columns_.~RepeatedPtrField(); } void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::Clear() { @@ -33416,7 +34385,7 @@ void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - key_columns_.Clear(); + _impl_.key_columns_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -33498,36 +34467,32 @@ size_t CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::ByteSizeLong() // repeated string key_columns = 1; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(key_columns_.size()); - for (int i = 0, n = key_columns_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.key_columns_.size()); + for (int i = 0, n = _impl_.key_columns_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - key_columns_.Get(i)); + _impl_.key_columns_.Get(i)); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::GetClassData() const { return &_class_data_; } -void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::MergeFrom(const CreateInputTableRequest_InputTableKind_InMemoryKeyBacked& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked) - GOOGLE_DCHECK_NE(&from, this); +void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - key_columns_.MergeFrom(from.key_columns_); - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_impl_.key_columns_.MergeFrom(from._impl_.key_columns_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::CopyFrom(const CreateInputTableRequest_InputTableKind_InMemoryKeyBacked& from) { @@ -33544,7 +34509,7 @@ bool CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::IsInitialized() c void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::InternalSwap(CreateInputTableRequest_InputTableKind_InMemoryKeyBacked* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - key_columns_.InternalSwap(&other->key_columns_); + _impl_.key_columns_.InternalSwap(&other->_impl_.key_columns_); } ::PROTOBUF_NAMESPACE_ID::Metadata CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::GetMetadata() const { @@ -33563,11 +34528,11 @@ class CreateInputTableRequest_InputTableKind::_Internal { const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly& CreateInputTableRequest_InputTableKind::_Internal::in_memory_append_only(const CreateInputTableRequest_InputTableKind* msg) { - return *msg->kind_.in_memory_append_only_; + return *msg->_impl_.kind_.in_memory_append_only_; } const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked& CreateInputTableRequest_InputTableKind::_Internal::in_memory_key_backed(const CreateInputTableRequest_InputTableKind* msg) { - return *msg->kind_.in_memory_key_backed_; + return *msg->_impl_.kind_.in_memory_key_backed_; } void CreateInputTableRequest_InputTableKind::set_allocated_in_memory_append_only(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly* in_memory_append_only) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -33580,7 +34545,7 @@ void CreateInputTableRequest_InputTableKind::set_allocated_in_memory_append_only message_arena, in_memory_append_only, submessage_arena); } set_has_in_memory_append_only(); - kind_.in_memory_append_only_ = in_memory_append_only; + _impl_.kind_.in_memory_append_only_ = in_memory_append_only; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.in_memory_append_only) } @@ -33595,27 +34560,35 @@ void CreateInputTableRequest_InputTableKind::set_allocated_in_memory_key_backed( message_arena, in_memory_key_backed, submessage_arena); } set_has_in_memory_key_backed(); - kind_.in_memory_key_backed_ = in_memory_key_backed; + _impl_.kind_.in_memory_key_backed_ = in_memory_key_backed; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.in_memory_key_backed) } CreateInputTableRequest_InputTableKind::CreateInputTableRequest_InputTableKind(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind) } CreateInputTableRequest_InputTableKind::CreateInputTableRequest_InputTableKind(const CreateInputTableRequest_InputTableKind& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + CreateInputTableRequest_InputTableKind* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.kind_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_kind(); switch (from.kind_case()) { case kInMemoryAppendOnly: { - _internal_mutable_in_memory_append_only()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly::MergeFrom(from._internal_in_memory_append_only()); + _this->_internal_mutable_in_memory_append_only()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly::MergeFrom( + from._internal_in_memory_append_only()); break; } case kInMemoryKeyBacked: { - _internal_mutable_in_memory_key_backed()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::MergeFrom(from._internal_in_memory_key_backed()); + _this->_internal_mutable_in_memory_key_backed()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::MergeFrom( + from._internal_in_memory_key_backed()); break; } case KIND_NOT_SET: { @@ -33625,8 +34598,16 @@ CreateInputTableRequest_InputTableKind::CreateInputTableRequest_InputTableKind(c // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind) } -inline void CreateInputTableRequest_InputTableKind::SharedCtor() { -clear_has_kind(); +inline void CreateInputTableRequest_InputTableKind::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.kind_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_kind(); } CreateInputTableRequest_InputTableKind::~CreateInputTableRequest_InputTableKind() { @@ -33646,7 +34627,7 @@ inline void CreateInputTableRequest_InputTableKind::SharedDtor() { } void CreateInputTableRequest_InputTableKind::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void CreateInputTableRequest_InputTableKind::clear_kind() { @@ -33654,13 +34635,13 @@ void CreateInputTableRequest_InputTableKind::clear_kind() { switch (kind_case()) { case kInMemoryAppendOnly: { if (GetArenaForAllocation() == nullptr) { - delete kind_.in_memory_append_only_; + delete _impl_.kind_.in_memory_append_only_; } break; } case kInMemoryKeyBacked: { if (GetArenaForAllocation() == nullptr) { - delete kind_.in_memory_key_backed_; + delete _impl_.kind_.in_memory_key_backed_; } break; } @@ -33668,7 +34649,7 @@ void CreateInputTableRequest_InputTableKind::clear_kind() { break; } } - _oneof_case_[0] = KIND_NOT_SET; + _impl_._oneof_case_[0] = KIND_NOT_SET; } @@ -33768,56 +34749,54 @@ size_t CreateInputTableRequest_InputTableKind::ByteSizeLong() const { case kInMemoryAppendOnly: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *kind_.in_memory_append_only_); + *_impl_.kind_.in_memory_append_only_); break; } // .io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked in_memory_key_backed = 2; case kInMemoryKeyBacked: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *kind_.in_memory_key_backed_); + *_impl_.kind_.in_memory_key_backed_); break; } case KIND_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CreateInputTableRequest_InputTableKind::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, CreateInputTableRequest_InputTableKind::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CreateInputTableRequest_InputTableKind::GetClassData() const { return &_class_data_; } -void CreateInputTableRequest_InputTableKind::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void CreateInputTableRequest_InputTableKind::MergeFrom(const CreateInputTableRequest_InputTableKind& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind) - GOOGLE_DCHECK_NE(&from, this); +void CreateInputTableRequest_InputTableKind::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.kind_case()) { case kInMemoryAppendOnly: { - _internal_mutable_in_memory_append_only()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly::MergeFrom(from._internal_in_memory_append_only()); + _this->_internal_mutable_in_memory_append_only()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly::MergeFrom( + from._internal_in_memory_append_only()); break; } case kInMemoryKeyBacked: { - _internal_mutable_in_memory_key_backed()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::MergeFrom(from._internal_in_memory_key_backed()); + _this->_internal_mutable_in_memory_key_backed()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::MergeFrom( + from._internal_in_memory_key_backed()); break; } case KIND_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void CreateInputTableRequest_InputTableKind::CopyFrom(const CreateInputTableRequest_InputTableKind& from) { @@ -33834,8 +34813,8 @@ bool CreateInputTableRequest_InputTableKind::IsInitialized() const { void CreateInputTableRequest_InputTableKind::InternalSwap(CreateInputTableRequest_InputTableKind* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(kind_, other->kind_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.kind_, other->_impl_.kind_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata CreateInputTableRequest_InputTableKind::GetMetadata() const { @@ -33855,21 +34834,21 @@ class CreateInputTableRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& CreateInputTableRequest::_Internal::result_id(const CreateInputTableRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& CreateInputTableRequest::_Internal::source_table_id(const CreateInputTableRequest* msg) { - return *msg->definition_.source_table_id_; + return *msg->_impl_.definition_.source_table_id_; } const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind& CreateInputTableRequest::_Internal::kind(const CreateInputTableRequest* msg) { - return *msg->kind_; + return *msg->_impl_.kind_; } void CreateInputTableRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } void CreateInputTableRequest::set_allocated_source_table_id(::io::deephaven::proto::backplane::grpc::TableReference* source_table_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -33882,37 +34861,42 @@ void CreateInputTableRequest::set_allocated_source_table_id(::io::deephaven::pro message_arena, source_table_id, submessage_arena); } set_has_source_table_id(); - definition_.source_table_id_ = source_table_id; + _impl_.definition_.source_table_id_ = source_table_id; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.source_table_id) } CreateInputTableRequest::CreateInputTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.CreateInputTableRequest) } CreateInputTableRequest::CreateInputTableRequest(const CreateInputTableRequest& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + CreateInputTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.kind_){nullptr} + , decltype(_impl_.definition_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_kind()) { - kind_ = new ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind(*from.kind_); - } else { - kind_ = nullptr; + _this->_impl_.kind_ = new ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind(*from._impl_.kind_); } clear_has_definition(); switch (from.definition_case()) { case kSourceTableId: { - _internal_mutable_source_table_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_table_id()); + _this->_internal_mutable_source_table_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_table_id()); break; } case kSchema: { - _internal_set_schema(from._internal_schema()); + _this->_internal_set_schema(from._internal_schema()); break; } case DEFINITION_NOT_SET: { @@ -33922,12 +34906,18 @@ CreateInputTableRequest::CreateInputTableRequest(const CreateInputTableRequest& // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.CreateInputTableRequest) } -inline void CreateInputTableRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&kind_) - - reinterpret_cast(&result_id_)) + sizeof(kind_)); -clear_has_definition(); +inline void CreateInputTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.kind_){nullptr} + , decltype(_impl_.definition_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_definition(); } CreateInputTableRequest::~CreateInputTableRequest() { @@ -33941,15 +34931,15 @@ CreateInputTableRequest::~CreateInputTableRequest() { inline void CreateInputTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete kind_; + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.kind_; if (has_definition()) { clear_definition(); } } void CreateInputTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void CreateInputTableRequest::clear_definition() { @@ -33957,19 +34947,19 @@ void CreateInputTableRequest::clear_definition() { switch (definition_case()) { case kSourceTableId: { if (GetArenaForAllocation() == nullptr) { - delete definition_.source_table_id_; + delete _impl_.definition_.source_table_id_; } break; } case kSchema: { - definition_.schema_.Destroy(); + _impl_.definition_.schema_.Destroy(); break; } case DEFINITION_NOT_SET: { break; } } - _oneof_case_[0] = DEFINITION_NOT_SET; + _impl_._oneof_case_[0] = DEFINITION_NOT_SET; } @@ -33979,14 +34969,14 @@ void CreateInputTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && kind_ != nullptr) { - delete kind_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.kind_ != nullptr) { + delete _impl_.kind_; } - kind_ = nullptr; + _impl_.kind_ = nullptr; clear_definition(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -34106,14 +35096,14 @@ size_t CreateInputTableRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind kind = 4; if (this->_internal_has_kind()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *kind_); + *_impl_.kind_); } switch (definition_case()) { @@ -34121,7 +35111,7 @@ size_t CreateInputTableRequest::ByteSizeLong() const { case kSourceTableId: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *definition_.source_table_id_); + *_impl_.definition_.source_table_id_); break; } // bytes schema = 3; @@ -34135,48 +35125,47 @@ size_t CreateInputTableRequest::ByteSizeLong() const { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData CreateInputTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, CreateInputTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*CreateInputTableRequest::GetClassData() const { return &_class_data_; } -void CreateInputTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void CreateInputTableRequest::MergeFrom(const CreateInputTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.CreateInputTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void CreateInputTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.CreateInputTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_kind()) { - _internal_mutable_kind()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind::MergeFrom(from._internal_kind()); + _this->_internal_mutable_kind()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind::MergeFrom( + from._internal_kind()); } switch (from.definition_case()) { case kSourceTableId: { - _internal_mutable_source_table_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_table_id()); + _this->_internal_mutable_source_table_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_table_id()); break; } case kSchema: { - _internal_set_schema(from._internal_schema()); + _this->_internal_set_schema(from._internal_schema()); break; } case DEFINITION_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void CreateInputTableRequest::CopyFrom(const CreateInputTableRequest& from) { @@ -34194,13 +35183,13 @@ void CreateInputTableRequest::InternalSwap(CreateInputTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(CreateInputTableRequest, kind_) - + sizeof(CreateInputTableRequest::kind_) - - PROTOBUF_FIELD_OFFSET(CreateInputTableRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); - swap(definition_, other->definition_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + PROTOBUF_FIELD_OFFSET(CreateInputTableRequest, _impl_.kind_) + + sizeof(CreateInputTableRequest::_impl_.kind_) + - PROTOBUF_FIELD_OFFSET(CreateInputTableRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); + swap(_impl_.definition_, other->_impl_.definition_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata CreateInputTableRequest::GetMetadata() const { @@ -34220,57 +35209,65 @@ class WhereInRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& WhereInRequest::_Internal::result_id(const WhereInRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& WhereInRequest::_Internal::left_id(const WhereInRequest* msg) { - return *msg->left_id_; + return *msg->_impl_.left_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& WhereInRequest::_Internal::right_id(const WhereInRequest* msg) { - return *msg->right_id_; + return *msg->_impl_.right_id_; } void WhereInRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } WhereInRequest::WhereInRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - columns_to_match_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.WhereInRequest) } WhereInRequest::WhereInRequest(const WhereInRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - columns_to_match_(from.columns_to_match_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + WhereInRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_match_){from._impl_.columns_to_match_} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , decltype(_impl_.inverted_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_left_id()) { - left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.left_id_); - } else { - left_id_ = nullptr; + _this->_impl_.left_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.left_id_); } if (from._internal_has_right_id()) { - right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.right_id_); - } else { - right_id_ = nullptr; + _this->_impl_.right_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.right_id_); } - inverted_ = from.inverted_; + _this->_impl_.inverted_ = from._impl_.inverted_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.WhereInRequest) } -inline void WhereInRequest::SharedCtor() { -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&inverted_) - - reinterpret_cast(&result_id_)) + sizeof(inverted_)); +inline void WhereInRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.columns_to_match_){arena} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.left_id_){nullptr} + , decltype(_impl_.right_id_){nullptr} + , decltype(_impl_.inverted_){false} + , /*decltype(_impl_._cached_size_)*/{} + }; } WhereInRequest::~WhereInRequest() { @@ -34284,13 +35281,14 @@ WhereInRequest::~WhereInRequest() { inline void WhereInRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete left_id_; - if (this != internal_default_instance()) delete right_id_; + _impl_.columns_to_match_.~RepeatedPtrField(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.left_id_; + if (this != internal_default_instance()) delete _impl_.right_id_; } void WhereInRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void WhereInRequest::Clear() { @@ -34299,20 +35297,20 @@ void WhereInRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - columns_to_match_.Clear(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.columns_to_match_.Clear(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + _impl_.left_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; - inverted_ = false; + _impl_.right_id_ = nullptr; + _impl_.inverted_ = false; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -34349,7 +35347,7 @@ const char* WhereInRequest::_InternalParse(const char* ptr, ::_pbi::ParseContext // bool inverted = 4; case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { - inverted_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); + _impl_.inverted_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint64(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -34453,31 +35451,31 @@ size_t WhereInRequest::ByteSizeLong() const { // repeated string columns_to_match = 5; total_size += 1 * - ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(columns_to_match_.size()); - for (int i = 0, n = columns_to_match_.size(); i < n; i++) { + ::PROTOBUF_NAMESPACE_ID::internal::FromIntSize(_impl_.columns_to_match_.size()); + for (int i = 0, n = _impl_.columns_to_match_.size(); i < n; i++) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize( - columns_to_match_.Get(i)); + _impl_.columns_to_match_.Get(i)); } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; if (this->_internal_has_left_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *left_id_); + *_impl_.left_id_); } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; if (this->_internal_has_right_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *right_id_); + *_impl_.right_id_); } // bool inverted = 4; @@ -34485,42 +35483,41 @@ size_t WhereInRequest::ByteSizeLong() const { total_size += 1 + 1; } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData WhereInRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, WhereInRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*WhereInRequest::GetClassData() const { return &_class_data_; } -void WhereInRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void WhereInRequest::MergeFrom(const WhereInRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.WhereInRequest) - GOOGLE_DCHECK_NE(&from, this); +void WhereInRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.WhereInRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - columns_to_match_.MergeFrom(from.columns_to_match_); + _this->_impl_.columns_to_match_.MergeFrom(from._impl_.columns_to_match_); if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_left_id()) { - _internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_left_id()); + _this->_internal_mutable_left_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_left_id()); } if (from._internal_has_right_id()) { - _internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_right_id()); + _this->_internal_mutable_right_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_right_id()); } if (from._internal_inverted() != 0) { - _internal_set_inverted(from._internal_inverted()); + _this->_internal_set_inverted(from._internal_inverted()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void WhereInRequest::CopyFrom(const WhereInRequest& from) { @@ -34537,13 +35534,13 @@ bool WhereInRequest::IsInitialized() const { void WhereInRequest::InternalSwap(WhereInRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - columns_to_match_.InternalSwap(&other->columns_to_match_); + _impl_.columns_to_match_.InternalSwap(&other->_impl_.columns_to_match_); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(WhereInRequest, inverted_) - + sizeof(WhereInRequest::inverted_) - - PROTOBUF_FIELD_OFFSET(WhereInRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(WhereInRequest, _impl_.inverted_) + + sizeof(WhereInRequest::_impl_.inverted_) + - PROTOBUF_FIELD_OFFSET(WhereInRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata WhereInRequest::GetMetadata() const { @@ -34556,7 +35553,7 @@ ::PROTOBUF_NAMESPACE_ID::Metadata WhereInRequest::GetMetadata() const { class ColumnStatisticsRequest::_Internal { public: - using HasBits = decltype(std::declval()._has_bits_); + using HasBits = decltype(std::declval()._impl_._has_bits_); static const ::io::deephaven::proto::backplane::grpc::Ticket& result_id(const ColumnStatisticsRequest* msg); static const ::io::deephaven::proto::backplane::grpc::TableReference& source_id(const ColumnStatisticsRequest* msg); static void set_has_unique_value_limit(HasBits* has_bits) { @@ -34566,59 +35563,70 @@ class ColumnStatisticsRequest::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& ColumnStatisticsRequest::_Internal::result_id(const ColumnStatisticsRequest* msg) { - return *msg->result_id_; + return *msg->_impl_.result_id_; } const ::io::deephaven::proto::backplane::grpc::TableReference& ColumnStatisticsRequest::_Internal::source_id(const ColumnStatisticsRequest* msg) { - return *msg->source_id_; + return *msg->_impl_.source_id_; } void ColumnStatisticsRequest::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } ColumnStatisticsRequest::ColumnStatisticsRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest) } ColumnStatisticsRequest::ColumnStatisticsRequest(const ColumnStatisticsRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - _has_bits_(from._has_bits_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + ColumnStatisticsRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){from._impl_._has_bits_} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.column_name_){} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.unique_value_limit_){}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - column_name_.InitDefault(); + _impl_.column_name_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); + _impl_.column_name_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_column_name().empty()) { - column_name_.Set(from._internal_column_name(), - GetArenaForAllocation()); + _this->_impl_.column_name_.Set(from._internal_column_name(), + _this->GetArenaForAllocation()); } if (from._internal_has_result_id()) { - result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.result_id_); - } else { - result_id_ = nullptr; + _this->_impl_.result_id_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.result_id_); } if (from._internal_has_source_id()) { - source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from.source_id_); - } else { - source_id_ = nullptr; + _this->_impl_.source_id_ = new ::io::deephaven::proto::backplane::grpc::TableReference(*from._impl_.source_id_); } - unique_value_limit_ = from.unique_value_limit_; + _this->_impl_.unique_value_limit_ = from._impl_.unique_value_limit_; // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest) } -inline void ColumnStatisticsRequest::SharedCtor() { -column_name_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - column_name_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -::memset(reinterpret_cast(this) + static_cast( - reinterpret_cast(&result_id_) - reinterpret_cast(this)), - 0, static_cast(reinterpret_cast(&unique_value_limit_) - - reinterpret_cast(&result_id_)) + sizeof(unique_value_limit_)); +inline void ColumnStatisticsRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_._has_bits_){} + , /*decltype(_impl_._cached_size_)*/{} + , decltype(_impl_.column_name_){} + , decltype(_impl_.result_id_){nullptr} + , decltype(_impl_.source_id_){nullptr} + , decltype(_impl_.unique_value_limit_){0} + }; + _impl_.column_name_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.column_name_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } ColumnStatisticsRequest::~ColumnStatisticsRequest() { @@ -34632,13 +35640,13 @@ ColumnStatisticsRequest::~ColumnStatisticsRequest() { inline void ColumnStatisticsRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - column_name_.Destroy(); - if (this != internal_default_instance()) delete result_id_; - if (this != internal_default_instance()) delete source_id_; + _impl_.column_name_.Destroy(); + if (this != internal_default_instance()) delete _impl_.result_id_; + if (this != internal_default_instance()) delete _impl_.source_id_; } void ColumnStatisticsRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void ColumnStatisticsRequest::Clear() { @@ -34647,17 +35655,17 @@ void ColumnStatisticsRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - column_name_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + _impl_.column_name_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + _impl_.result_id_ = nullptr; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; - unique_value_limit_ = 0; - _has_bits_.Clear(); + _impl_.source_id_ = nullptr; + _impl_.unique_value_limit_ = 0; + _impl_._has_bits_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -34698,7 +35706,7 @@ const char* ColumnStatisticsRequest::_InternalParse(const char* ptr, ::_pbi::Par case 4: if (PROTOBUF_PREDICT_TRUE(static_cast(tag) == 32)) { _Internal::set_has_unique_value_limit(&has_bits); - unique_value_limit_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); + _impl_.unique_value_limit_ = ::PROTOBUF_NAMESPACE_ID::internal::ReadVarint32(&ptr); CHK_(ptr); } else goto handle_unusual; @@ -34719,7 +35727,7 @@ const char* ColumnStatisticsRequest::_InternalParse(const char* ptr, ::_pbi::Par CHK_(ptr != nullptr); } // while message_done: - _has_bits_.Or(has_bits); + _impl_._has_bits_.Or(has_bits); return ptr; failure: ptr = nullptr; @@ -34790,57 +35798,55 @@ size_t ColumnStatisticsRequest::ByteSizeLong() const { if (this->_internal_has_result_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *result_id_); + *_impl_.result_id_); } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; if (this->_internal_has_source_id()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *source_id_); + *_impl_.source_id_); } // optional int32 unique_value_limit = 4; - cached_has_bits = _has_bits_[0]; + cached_has_bits = _impl_._has_bits_[0]; if (cached_has_bits & 0x00000001u) { total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(this->_internal_unique_value_limit()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData ColumnStatisticsRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, ColumnStatisticsRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*ColumnStatisticsRequest::GetClassData() const { return &_class_data_; } -void ColumnStatisticsRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void ColumnStatisticsRequest::MergeFrom(const ColumnStatisticsRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest) - GOOGLE_DCHECK_NE(&from, this); +void ColumnStatisticsRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_column_name().empty()) { - _internal_set_column_name(from._internal_column_name()); + _this->_internal_set_column_name(from._internal_column_name()); } if (from._internal_has_result_id()) { - _internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_result_id()); + _this->_internal_mutable_result_id()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_result_id()); } if (from._internal_has_source_id()) { - _internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom(from._internal_source_id()); + _this->_internal_mutable_source_id()->::io::deephaven::proto::backplane::grpc::TableReference::MergeFrom( + from._internal_source_id()); } if (from._internal_has_unique_value_limit()) { - _internal_set_unique_value_limit(from._internal_unique_value_limit()); + _this->_internal_set_unique_value_limit(from._internal_unique_value_limit()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void ColumnStatisticsRequest::CopyFrom(const ColumnStatisticsRequest& from) { @@ -34859,17 +35865,17 @@ void ColumnStatisticsRequest::InternalSwap(ColumnStatisticsRequest* other) { auto* lhs_arena = GetArenaForAllocation(); auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(_has_bits_[0], other->_has_bits_[0]); + swap(_impl_._has_bits_[0], other->_impl_._has_bits_[0]); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &column_name_, lhs_arena, - &other->column_name_, rhs_arena + &_impl_.column_name_, lhs_arena, + &other->_impl_.column_name_, rhs_arena ); ::PROTOBUF_NAMESPACE_ID::internal::memswap< - PROTOBUF_FIELD_OFFSET(ColumnStatisticsRequest, unique_value_limit_) - + sizeof(ColumnStatisticsRequest::unique_value_limit_) - - PROTOBUF_FIELD_OFFSET(ColumnStatisticsRequest, result_id_)>( - reinterpret_cast(&result_id_), - reinterpret_cast(&other->result_id_)); + PROTOBUF_FIELD_OFFSET(ColumnStatisticsRequest, _impl_.unique_value_limit_) + + sizeof(ColumnStatisticsRequest::_impl_.unique_value_limit_) + - PROTOBUF_FIELD_OFFSET(ColumnStatisticsRequest, _impl_.result_id_)>( + reinterpret_cast(&_impl_.result_id_), + reinterpret_cast(&other->_impl_.result_id_)); } ::PROTOBUF_NAMESPACE_ID::Metadata ColumnStatisticsRequest::GetMetadata() const { @@ -34926,163 +35932,163 @@ class BatchTableRequest_Operation::_Internal { const ::io::deephaven::proto::backplane::grpc::EmptyTableRequest& BatchTableRequest_Operation::_Internal::empty_table(const BatchTableRequest_Operation* msg) { - return *msg->op_.empty_table_; + return *msg->_impl_.op_.empty_table_; } const ::io::deephaven::proto::backplane::grpc::TimeTableRequest& BatchTableRequest_Operation::_Internal::time_table(const BatchTableRequest_Operation* msg) { - return *msg->op_.time_table_; + return *msg->_impl_.op_.time_table_; } const ::io::deephaven::proto::backplane::grpc::DropColumnsRequest& BatchTableRequest_Operation::_Internal::drop_columns(const BatchTableRequest_Operation* msg) { - return *msg->op_.drop_columns_; + return *msg->_impl_.op_.drop_columns_; } const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::_Internal::update(const BatchTableRequest_Operation* msg) { - return *msg->op_.update_; + return *msg->_impl_.op_.update_; } const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::_Internal::lazy_update(const BatchTableRequest_Operation* msg) { - return *msg->op_.lazy_update_; + return *msg->_impl_.op_.lazy_update_; } const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::_Internal::view(const BatchTableRequest_Operation* msg) { - return *msg->op_.view_; + return *msg->_impl_.op_.view_; } const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::_Internal::update_view(const BatchTableRequest_Operation* msg) { - return *msg->op_.update_view_; + return *msg->_impl_.op_.update_view_; } const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::_Internal::select(const BatchTableRequest_Operation* msg) { - return *msg->op_.select_; + return *msg->_impl_.op_.select_; } const ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest& BatchTableRequest_Operation::_Internal::select_distinct(const BatchTableRequest_Operation* msg) { - return *msg->op_.select_distinct_; + return *msg->_impl_.op_.select_distinct_; } const ::io::deephaven::proto::backplane::grpc::FilterTableRequest& BatchTableRequest_Operation::_Internal::filter(const BatchTableRequest_Operation* msg) { - return *msg->op_.filter_; + return *msg->_impl_.op_.filter_; } const ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest& BatchTableRequest_Operation::_Internal::unstructured_filter(const BatchTableRequest_Operation* msg) { - return *msg->op_.unstructured_filter_; + return *msg->_impl_.op_.unstructured_filter_; } const ::io::deephaven::proto::backplane::grpc::SortTableRequest& BatchTableRequest_Operation::_Internal::sort(const BatchTableRequest_Operation* msg) { - return *msg->op_.sort_; + return *msg->_impl_.op_.sort_; } const ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest& BatchTableRequest_Operation::_Internal::head(const BatchTableRequest_Operation* msg) { - return *msg->op_.head_; + return *msg->_impl_.op_.head_; } const ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest& BatchTableRequest_Operation::_Internal::tail(const BatchTableRequest_Operation* msg) { - return *msg->op_.tail_; + return *msg->_impl_.op_.tail_; } const ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest& BatchTableRequest_Operation::_Internal::head_by(const BatchTableRequest_Operation* msg) { - return *msg->op_.head_by_; + return *msg->_impl_.op_.head_by_; } const ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest& BatchTableRequest_Operation::_Internal::tail_by(const BatchTableRequest_Operation* msg) { - return *msg->op_.tail_by_; + return *msg->_impl_.op_.tail_by_; } const ::io::deephaven::proto::backplane::grpc::UngroupRequest& BatchTableRequest_Operation::_Internal::ungroup(const BatchTableRequest_Operation* msg) { - return *msg->op_.ungroup_; + return *msg->_impl_.op_.ungroup_; } const ::io::deephaven::proto::backplane::grpc::MergeTablesRequest& BatchTableRequest_Operation::_Internal::merge(const BatchTableRequest_Operation* msg) { - return *msg->op_.merge_; + return *msg->_impl_.op_.merge_; } const ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest& BatchTableRequest_Operation::_Internal::combo_aggregate(const BatchTableRequest_Operation* msg) { - return *msg->op_.combo_aggregate_; + return *msg->_impl_.op_.combo_aggregate_; } const ::io::deephaven::proto::backplane::grpc::FlattenRequest& BatchTableRequest_Operation::_Internal::flatten(const BatchTableRequest_Operation* msg) { - return *msg->op_.flatten_; + return *msg->_impl_.op_.flatten_; } const ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest& BatchTableRequest_Operation::_Internal::run_chart_downsample(const BatchTableRequest_Operation* msg) { - return *msg->op_.run_chart_downsample_; + return *msg->_impl_.op_.run_chart_downsample_; } const ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest& BatchTableRequest_Operation::_Internal::cross_join(const BatchTableRequest_Operation* msg) { - return *msg->op_.cross_join_; + return *msg->_impl_.op_.cross_join_; } const ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest& BatchTableRequest_Operation::_Internal::natural_join(const BatchTableRequest_Operation* msg) { - return *msg->op_.natural_join_; + return *msg->_impl_.op_.natural_join_; } const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest& BatchTableRequest_Operation::_Internal::exact_join(const BatchTableRequest_Operation* msg) { - return *msg->op_.exact_join_; + return *msg->_impl_.op_.exact_join_; } const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& BatchTableRequest_Operation::_Internal::left_join(const BatchTableRequest_Operation* msg) { - return *msg->op_.left_join_; + return *msg->_impl_.op_.left_join_; } const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& BatchTableRequest_Operation::_Internal::as_of_join(const BatchTableRequest_Operation* msg) { - return *msg->op_.as_of_join_; + return *msg->_impl_.op_.as_of_join_; } const ::io::deephaven::proto::backplane::grpc::FetchTableRequest& BatchTableRequest_Operation::_Internal::fetch_table(const BatchTableRequest_Operation* msg) { - return *msg->op_.fetch_table_; + return *msg->_impl_.op_.fetch_table_; } const ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest& BatchTableRequest_Operation::_Internal::apply_preview_columns(const BatchTableRequest_Operation* msg) { - return *msg->op_.apply_preview_columns_; + return *msg->_impl_.op_.apply_preview_columns_; } const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest& BatchTableRequest_Operation::_Internal::create_input_table(const BatchTableRequest_Operation* msg) { - return *msg->op_.create_input_table_; + return *msg->_impl_.op_.create_input_table_; } const ::io::deephaven::proto::backplane::grpc::UpdateByRequest& BatchTableRequest_Operation::_Internal::update_by(const BatchTableRequest_Operation* msg) { - return *msg->op_.update_by_; + return *msg->_impl_.op_.update_by_; } const ::io::deephaven::proto::backplane::grpc::WhereInRequest& BatchTableRequest_Operation::_Internal::where_in(const BatchTableRequest_Operation* msg) { - return *msg->op_.where_in_; + return *msg->_impl_.op_.where_in_; } const ::io::deephaven::proto::backplane::grpc::AggregateAllRequest& BatchTableRequest_Operation::_Internal::aggregate_all(const BatchTableRequest_Operation* msg) { - return *msg->op_.aggregate_all_; + return *msg->_impl_.op_.aggregate_all_; } const ::io::deephaven::proto::backplane::grpc::AggregateRequest& BatchTableRequest_Operation::_Internal::aggregate(const BatchTableRequest_Operation* msg) { - return *msg->op_.aggregate_; + return *msg->_impl_.op_.aggregate_; } const ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest& BatchTableRequest_Operation::_Internal::snapshot(const BatchTableRequest_Operation* msg) { - return *msg->op_.snapshot_; + return *msg->_impl_.op_.snapshot_; } const ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest& BatchTableRequest_Operation::_Internal::snapshot_when(const BatchTableRequest_Operation* msg) { - return *msg->op_.snapshot_when_; + return *msg->_impl_.op_.snapshot_when_; } const ::io::deephaven::proto::backplane::grpc::MetaTableRequest& BatchTableRequest_Operation::_Internal::meta_table(const BatchTableRequest_Operation* msg) { - return *msg->op_.meta_table_; + return *msg->_impl_.op_.meta_table_; } const ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest& BatchTableRequest_Operation::_Internal::range_join(const BatchTableRequest_Operation* msg) { - return *msg->op_.range_join_; + return *msg->_impl_.op_.range_join_; } const ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest& BatchTableRequest_Operation::_Internal::aj(const BatchTableRequest_Operation* msg) { - return *msg->op_.aj_; + return *msg->_impl_.op_.aj_; } const ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest& BatchTableRequest_Operation::_Internal::raj(const BatchTableRequest_Operation* msg) { - return *msg->op_.raj_; + return *msg->_impl_.op_.raj_; } const ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest& BatchTableRequest_Operation::_Internal::column_statistics(const BatchTableRequest_Operation* msg) { - return *msg->op_.column_statistics_; + return *msg->_impl_.op_.column_statistics_; } void BatchTableRequest_Operation::set_allocated_empty_table(::io::deephaven::proto::backplane::grpc::EmptyTableRequest* empty_table) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); @@ -35095,7 +36101,7 @@ void BatchTableRequest_Operation::set_allocated_empty_table(::io::deephaven::pro message_arena, empty_table, submessage_arena); } set_has_empty_table(); - op_.empty_table_ = empty_table; + _impl_.op_.empty_table_ = empty_table; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.empty_table) } @@ -35110,7 +36116,7 @@ void BatchTableRequest_Operation::set_allocated_time_table(::io::deephaven::prot message_arena, time_table, submessage_arena); } set_has_time_table(); - op_.time_table_ = time_table; + _impl_.op_.time_table_ = time_table; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.time_table) } @@ -35125,7 +36131,7 @@ void BatchTableRequest_Operation::set_allocated_drop_columns(::io::deephaven::pr message_arena, drop_columns, submessage_arena); } set_has_drop_columns(); - op_.drop_columns_ = drop_columns; + _impl_.op_.drop_columns_ = drop_columns; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.drop_columns) } @@ -35140,7 +36146,7 @@ void BatchTableRequest_Operation::set_allocated_update(::io::deephaven::proto::b message_arena, update, submessage_arena); } set_has_update(); - op_.update_ = update; + _impl_.op_.update_ = update; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.update) } @@ -35155,7 +36161,7 @@ void BatchTableRequest_Operation::set_allocated_lazy_update(::io::deephaven::pro message_arena, lazy_update, submessage_arena); } set_has_lazy_update(); - op_.lazy_update_ = lazy_update; + _impl_.op_.lazy_update_ = lazy_update; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.lazy_update) } @@ -35170,7 +36176,7 @@ void BatchTableRequest_Operation::set_allocated_view(::io::deephaven::proto::bac message_arena, view, submessage_arena); } set_has_view(); - op_.view_ = view; + _impl_.op_.view_ = view; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.view) } @@ -35185,7 +36191,7 @@ void BatchTableRequest_Operation::set_allocated_update_view(::io::deephaven::pro message_arena, update_view, submessage_arena); } set_has_update_view(); - op_.update_view_ = update_view; + _impl_.op_.update_view_ = update_view; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.update_view) } @@ -35200,7 +36206,7 @@ void BatchTableRequest_Operation::set_allocated_select(::io::deephaven::proto::b message_arena, select, submessage_arena); } set_has_select(); - op_.select_ = select; + _impl_.op_.select_ = select; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.select) } @@ -35215,7 +36221,7 @@ void BatchTableRequest_Operation::set_allocated_select_distinct(::io::deephaven: message_arena, select_distinct, submessage_arena); } set_has_select_distinct(); - op_.select_distinct_ = select_distinct; + _impl_.op_.select_distinct_ = select_distinct; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.select_distinct) } @@ -35230,7 +36236,7 @@ void BatchTableRequest_Operation::set_allocated_filter(::io::deephaven::proto::b message_arena, filter, submessage_arena); } set_has_filter(); - op_.filter_ = filter; + _impl_.op_.filter_ = filter; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.filter) } @@ -35245,7 +36251,7 @@ void BatchTableRequest_Operation::set_allocated_unstructured_filter(::io::deepha message_arena, unstructured_filter, submessage_arena); } set_has_unstructured_filter(); - op_.unstructured_filter_ = unstructured_filter; + _impl_.op_.unstructured_filter_ = unstructured_filter; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.unstructured_filter) } @@ -35260,7 +36266,7 @@ void BatchTableRequest_Operation::set_allocated_sort(::io::deephaven::proto::bac message_arena, sort, submessage_arena); } set_has_sort(); - op_.sort_ = sort; + _impl_.op_.sort_ = sort; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.sort) } @@ -35275,7 +36281,7 @@ void BatchTableRequest_Operation::set_allocated_head(::io::deephaven::proto::bac message_arena, head, submessage_arena); } set_has_head(); - op_.head_ = head; + _impl_.op_.head_ = head; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.head) } @@ -35290,7 +36296,7 @@ void BatchTableRequest_Operation::set_allocated_tail(::io::deephaven::proto::bac message_arena, tail, submessage_arena); } set_has_tail(); - op_.tail_ = tail; + _impl_.op_.tail_ = tail; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.tail) } @@ -35305,7 +36311,7 @@ void BatchTableRequest_Operation::set_allocated_head_by(::io::deephaven::proto:: message_arena, head_by, submessage_arena); } set_has_head_by(); - op_.head_by_ = head_by; + _impl_.op_.head_by_ = head_by; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.head_by) } @@ -35320,7 +36326,7 @@ void BatchTableRequest_Operation::set_allocated_tail_by(::io::deephaven::proto:: message_arena, tail_by, submessage_arena); } set_has_tail_by(); - op_.tail_by_ = tail_by; + _impl_.op_.tail_by_ = tail_by; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.tail_by) } @@ -35335,7 +36341,7 @@ void BatchTableRequest_Operation::set_allocated_ungroup(::io::deephaven::proto:: message_arena, ungroup, submessage_arena); } set_has_ungroup(); - op_.ungroup_ = ungroup; + _impl_.op_.ungroup_ = ungroup; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.ungroup) } @@ -35350,7 +36356,7 @@ void BatchTableRequest_Operation::set_allocated_merge(::io::deephaven::proto::ba message_arena, merge, submessage_arena); } set_has_merge(); - op_.merge_ = merge; + _impl_.op_.merge_ = merge; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.merge) } @@ -35365,7 +36371,7 @@ void BatchTableRequest_Operation::set_allocated_combo_aggregate(::io::deephaven: message_arena, combo_aggregate, submessage_arena); } set_has_combo_aggregate(); - op_.combo_aggregate_ = combo_aggregate; + _impl_.op_.combo_aggregate_ = combo_aggregate; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.combo_aggregate) } @@ -35380,7 +36386,7 @@ void BatchTableRequest_Operation::set_allocated_flatten(::io::deephaven::proto:: message_arena, flatten, submessage_arena); } set_has_flatten(); - op_.flatten_ = flatten; + _impl_.op_.flatten_ = flatten; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.flatten) } @@ -35395,7 +36401,7 @@ void BatchTableRequest_Operation::set_allocated_run_chart_downsample(::io::deeph message_arena, run_chart_downsample, submessage_arena); } set_has_run_chart_downsample(); - op_.run_chart_downsample_ = run_chart_downsample; + _impl_.op_.run_chart_downsample_ = run_chart_downsample; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.run_chart_downsample) } @@ -35410,7 +36416,7 @@ void BatchTableRequest_Operation::set_allocated_cross_join(::io::deephaven::prot message_arena, cross_join, submessage_arena); } set_has_cross_join(); - op_.cross_join_ = cross_join; + _impl_.op_.cross_join_ = cross_join; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.cross_join) } @@ -35425,7 +36431,7 @@ void BatchTableRequest_Operation::set_allocated_natural_join(::io::deephaven::pr message_arena, natural_join, submessage_arena); } set_has_natural_join(); - op_.natural_join_ = natural_join; + _impl_.op_.natural_join_ = natural_join; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.natural_join) } @@ -35440,7 +36446,7 @@ void BatchTableRequest_Operation::set_allocated_exact_join(::io::deephaven::prot message_arena, exact_join, submessage_arena); } set_has_exact_join(); - op_.exact_join_ = exact_join; + _impl_.op_.exact_join_ = exact_join; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.exact_join) } @@ -35455,7 +36461,7 @@ void BatchTableRequest_Operation::set_allocated_left_join(::io::deephaven::proto message_arena, left_join, submessage_arena); } set_has_left_join(); - op_.left_join_ = left_join; + _impl_.op_.left_join_ = left_join; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.left_join) } @@ -35470,7 +36476,7 @@ void BatchTableRequest_Operation::set_allocated_as_of_join(::io::deephaven::prot message_arena, as_of_join, submessage_arena); } set_has_as_of_join(); - op_.as_of_join_ = as_of_join; + _impl_.op_.as_of_join_ = as_of_join; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.as_of_join) } @@ -35485,7 +36491,7 @@ void BatchTableRequest_Operation::set_allocated_fetch_table(::io::deephaven::pro message_arena, fetch_table, submessage_arena); } set_has_fetch_table(); - op_.fetch_table_ = fetch_table; + _impl_.op_.fetch_table_ = fetch_table; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.fetch_table) } @@ -35500,7 +36506,7 @@ void BatchTableRequest_Operation::set_allocated_apply_preview_columns(::io::deep message_arena, apply_preview_columns, submessage_arena); } set_has_apply_preview_columns(); - op_.apply_preview_columns_ = apply_preview_columns; + _impl_.op_.apply_preview_columns_ = apply_preview_columns; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.apply_preview_columns) } @@ -35515,7 +36521,7 @@ void BatchTableRequest_Operation::set_allocated_create_input_table(::io::deephav message_arena, create_input_table, submessage_arena); } set_has_create_input_table(); - op_.create_input_table_ = create_input_table; + _impl_.op_.create_input_table_ = create_input_table; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.create_input_table) } @@ -35530,7 +36536,7 @@ void BatchTableRequest_Operation::set_allocated_update_by(::io::deephaven::proto message_arena, update_by, submessage_arena); } set_has_update_by(); - op_.update_by_ = update_by; + _impl_.op_.update_by_ = update_by; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.update_by) } @@ -35545,7 +36551,7 @@ void BatchTableRequest_Operation::set_allocated_where_in(::io::deephaven::proto: message_arena, where_in, submessage_arena); } set_has_where_in(); - op_.where_in_ = where_in; + _impl_.op_.where_in_ = where_in; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.where_in) } @@ -35560,7 +36566,7 @@ void BatchTableRequest_Operation::set_allocated_aggregate_all(::io::deephaven::p message_arena, aggregate_all, submessage_arena); } set_has_aggregate_all(); - op_.aggregate_all_ = aggregate_all; + _impl_.op_.aggregate_all_ = aggregate_all; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.aggregate_all) } @@ -35575,7 +36581,7 @@ void BatchTableRequest_Operation::set_allocated_aggregate(::io::deephaven::proto message_arena, aggregate, submessage_arena); } set_has_aggregate(); - op_.aggregate_ = aggregate; + _impl_.op_.aggregate_ = aggregate; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.aggregate) } @@ -35590,7 +36596,7 @@ void BatchTableRequest_Operation::set_allocated_snapshot(::io::deephaven::proto: message_arena, snapshot, submessage_arena); } set_has_snapshot(); - op_.snapshot_ = snapshot; + _impl_.op_.snapshot_ = snapshot; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.snapshot) } @@ -35605,7 +36611,7 @@ void BatchTableRequest_Operation::set_allocated_snapshot_when(::io::deephaven::p message_arena, snapshot_when, submessage_arena); } set_has_snapshot_when(); - op_.snapshot_when_ = snapshot_when; + _impl_.op_.snapshot_when_ = snapshot_when; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.snapshot_when) } @@ -35620,7 +36626,7 @@ void BatchTableRequest_Operation::set_allocated_meta_table(::io::deephaven::prot message_arena, meta_table, submessage_arena); } set_has_meta_table(); - op_.meta_table_ = meta_table; + _impl_.op_.meta_table_ = meta_table; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.meta_table) } @@ -35635,7 +36641,7 @@ void BatchTableRequest_Operation::set_allocated_range_join(::io::deephaven::prot message_arena, range_join, submessage_arena); } set_has_range_join(); - op_.range_join_ = range_join; + _impl_.op_.range_join_ = range_join; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.range_join) } @@ -35650,7 +36656,7 @@ void BatchTableRequest_Operation::set_allocated_aj(::io::deephaven::proto::backp message_arena, aj, submessage_arena); } set_has_aj(); - op_.aj_ = aj; + _impl_.op_.aj_ = aj; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.aj) } @@ -35665,7 +36671,7 @@ void BatchTableRequest_Operation::set_allocated_raj(::io::deephaven::proto::back message_arena, raj, submessage_arena); } set_has_raj(); - op_.raj_ = raj; + _impl_.op_.raj_ = raj; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.raj) } @@ -35680,179 +36686,225 @@ void BatchTableRequest_Operation::set_allocated_column_statistics(::io::deephave message_arena, column_statistics, submessage_arena); } set_has_column_statistics(); - op_.column_statistics_ = column_statistics; + _impl_.op_.column_statistics_ = column_statistics; } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.column_statistics) } BatchTableRequest_Operation::BatchTableRequest_Operation(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation) } BatchTableRequest_Operation::BatchTableRequest_Operation(const BatchTableRequest_Operation& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + BatchTableRequest_Operation* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.op_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); clear_has_op(); switch (from.op_case()) { case kEmptyTable: { - _internal_mutable_empty_table()->::io::deephaven::proto::backplane::grpc::EmptyTableRequest::MergeFrom(from._internal_empty_table()); + _this->_internal_mutable_empty_table()->::io::deephaven::proto::backplane::grpc::EmptyTableRequest::MergeFrom( + from._internal_empty_table()); break; } case kTimeTable: { - _internal_mutable_time_table()->::io::deephaven::proto::backplane::grpc::TimeTableRequest::MergeFrom(from._internal_time_table()); + _this->_internal_mutable_time_table()->::io::deephaven::proto::backplane::grpc::TimeTableRequest::MergeFrom( + from._internal_time_table()); break; } case kDropColumns: { - _internal_mutable_drop_columns()->::io::deephaven::proto::backplane::grpc::DropColumnsRequest::MergeFrom(from._internal_drop_columns()); + _this->_internal_mutable_drop_columns()->::io::deephaven::proto::backplane::grpc::DropColumnsRequest::MergeFrom( + from._internal_drop_columns()); break; } case kUpdate: { - _internal_mutable_update()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom(from._internal_update()); + _this->_internal_mutable_update()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom( + from._internal_update()); break; } case kLazyUpdate: { - _internal_mutable_lazy_update()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom(from._internal_lazy_update()); + _this->_internal_mutable_lazy_update()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom( + from._internal_lazy_update()); break; } case kView: { - _internal_mutable_view()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom(from._internal_view()); + _this->_internal_mutable_view()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom( + from._internal_view()); break; } case kUpdateView: { - _internal_mutable_update_view()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom(from._internal_update_view()); + _this->_internal_mutable_update_view()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom( + from._internal_update_view()); break; } case kSelect: { - _internal_mutable_select()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom(from._internal_select()); + _this->_internal_mutable_select()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom( + from._internal_select()); break; } case kSelectDistinct: { - _internal_mutable_select_distinct()->::io::deephaven::proto::backplane::grpc::SelectDistinctRequest::MergeFrom(from._internal_select_distinct()); + _this->_internal_mutable_select_distinct()->::io::deephaven::proto::backplane::grpc::SelectDistinctRequest::MergeFrom( + from._internal_select_distinct()); break; } case kFilter: { - _internal_mutable_filter()->::io::deephaven::proto::backplane::grpc::FilterTableRequest::MergeFrom(from._internal_filter()); + _this->_internal_mutable_filter()->::io::deephaven::proto::backplane::grpc::FilterTableRequest::MergeFrom( + from._internal_filter()); break; } case kUnstructuredFilter: { - _internal_mutable_unstructured_filter()->::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest::MergeFrom(from._internal_unstructured_filter()); + _this->_internal_mutable_unstructured_filter()->::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest::MergeFrom( + from._internal_unstructured_filter()); break; } case kSort: { - _internal_mutable_sort()->::io::deephaven::proto::backplane::grpc::SortTableRequest::MergeFrom(from._internal_sort()); + _this->_internal_mutable_sort()->::io::deephaven::proto::backplane::grpc::SortTableRequest::MergeFrom( + from._internal_sort()); break; } case kHead: { - _internal_mutable_head()->::io::deephaven::proto::backplane::grpc::HeadOrTailRequest::MergeFrom(from._internal_head()); + _this->_internal_mutable_head()->::io::deephaven::proto::backplane::grpc::HeadOrTailRequest::MergeFrom( + from._internal_head()); break; } case kTail: { - _internal_mutable_tail()->::io::deephaven::proto::backplane::grpc::HeadOrTailRequest::MergeFrom(from._internal_tail()); + _this->_internal_mutable_tail()->::io::deephaven::proto::backplane::grpc::HeadOrTailRequest::MergeFrom( + from._internal_tail()); break; } case kHeadBy: { - _internal_mutable_head_by()->::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest::MergeFrom(from._internal_head_by()); + _this->_internal_mutable_head_by()->::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest::MergeFrom( + from._internal_head_by()); break; } case kTailBy: { - _internal_mutable_tail_by()->::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest::MergeFrom(from._internal_tail_by()); + _this->_internal_mutable_tail_by()->::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest::MergeFrom( + from._internal_tail_by()); break; } case kUngroup: { - _internal_mutable_ungroup()->::io::deephaven::proto::backplane::grpc::UngroupRequest::MergeFrom(from._internal_ungroup()); + _this->_internal_mutable_ungroup()->::io::deephaven::proto::backplane::grpc::UngroupRequest::MergeFrom( + from._internal_ungroup()); break; } case kMerge: { - _internal_mutable_merge()->::io::deephaven::proto::backplane::grpc::MergeTablesRequest::MergeFrom(from._internal_merge()); + _this->_internal_mutable_merge()->::io::deephaven::proto::backplane::grpc::MergeTablesRequest::MergeFrom( + from._internal_merge()); break; } case kComboAggregate: { - _internal_mutable_combo_aggregate()->::io::deephaven::proto::backplane::grpc::ComboAggregateRequest::MergeFrom(from._internal_combo_aggregate()); + _this->_internal_mutable_combo_aggregate()->::io::deephaven::proto::backplane::grpc::ComboAggregateRequest::MergeFrom( + from._internal_combo_aggregate()); break; } case kFlatten: { - _internal_mutable_flatten()->::io::deephaven::proto::backplane::grpc::FlattenRequest::MergeFrom(from._internal_flatten()); + _this->_internal_mutable_flatten()->::io::deephaven::proto::backplane::grpc::FlattenRequest::MergeFrom( + from._internal_flatten()); break; } case kRunChartDownsample: { - _internal_mutable_run_chart_downsample()->::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest::MergeFrom(from._internal_run_chart_downsample()); + _this->_internal_mutable_run_chart_downsample()->::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest::MergeFrom( + from._internal_run_chart_downsample()); break; } case kCrossJoin: { - _internal_mutable_cross_join()->::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest::MergeFrom(from._internal_cross_join()); + _this->_internal_mutable_cross_join()->::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest::MergeFrom( + from._internal_cross_join()); break; } case kNaturalJoin: { - _internal_mutable_natural_join()->::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest::MergeFrom(from._internal_natural_join()); + _this->_internal_mutable_natural_join()->::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest::MergeFrom( + from._internal_natural_join()); break; } case kExactJoin: { - _internal_mutable_exact_join()->::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest::MergeFrom(from._internal_exact_join()); + _this->_internal_mutable_exact_join()->::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest::MergeFrom( + from._internal_exact_join()); break; } case kLeftJoin: { - _internal_mutable_left_join()->::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest::MergeFrom(from._internal_left_join()); + _this->_internal_mutable_left_join()->::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest::MergeFrom( + from._internal_left_join()); break; } case kAsOfJoin: { - _internal_mutable_as_of_join()->::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest::MergeFrom(from._internal_as_of_join()); + _this->_internal_mutable_as_of_join()->::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest::MergeFrom( + from._internal_as_of_join()); break; } case kFetchTable: { - _internal_mutable_fetch_table()->::io::deephaven::proto::backplane::grpc::FetchTableRequest::MergeFrom(from._internal_fetch_table()); + _this->_internal_mutable_fetch_table()->::io::deephaven::proto::backplane::grpc::FetchTableRequest::MergeFrom( + from._internal_fetch_table()); break; } case kApplyPreviewColumns: { - _internal_mutable_apply_preview_columns()->::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest::MergeFrom(from._internal_apply_preview_columns()); + _this->_internal_mutable_apply_preview_columns()->::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest::MergeFrom( + from._internal_apply_preview_columns()); break; } case kCreateInputTable: { - _internal_mutable_create_input_table()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest::MergeFrom(from._internal_create_input_table()); + _this->_internal_mutable_create_input_table()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest::MergeFrom( + from._internal_create_input_table()); break; } case kUpdateBy: { - _internal_mutable_update_by()->::io::deephaven::proto::backplane::grpc::UpdateByRequest::MergeFrom(from._internal_update_by()); + _this->_internal_mutable_update_by()->::io::deephaven::proto::backplane::grpc::UpdateByRequest::MergeFrom( + from._internal_update_by()); break; } case kWhereIn: { - _internal_mutable_where_in()->::io::deephaven::proto::backplane::grpc::WhereInRequest::MergeFrom(from._internal_where_in()); + _this->_internal_mutable_where_in()->::io::deephaven::proto::backplane::grpc::WhereInRequest::MergeFrom( + from._internal_where_in()); break; } case kAggregateAll: { - _internal_mutable_aggregate_all()->::io::deephaven::proto::backplane::grpc::AggregateAllRequest::MergeFrom(from._internal_aggregate_all()); + _this->_internal_mutable_aggregate_all()->::io::deephaven::proto::backplane::grpc::AggregateAllRequest::MergeFrom( + from._internal_aggregate_all()); break; } case kAggregate: { - _internal_mutable_aggregate()->::io::deephaven::proto::backplane::grpc::AggregateRequest::MergeFrom(from._internal_aggregate()); + _this->_internal_mutable_aggregate()->::io::deephaven::proto::backplane::grpc::AggregateRequest::MergeFrom( + from._internal_aggregate()); break; } case kSnapshot: { - _internal_mutable_snapshot()->::io::deephaven::proto::backplane::grpc::SnapshotTableRequest::MergeFrom(from._internal_snapshot()); + _this->_internal_mutable_snapshot()->::io::deephaven::proto::backplane::grpc::SnapshotTableRequest::MergeFrom( + from._internal_snapshot()); break; } case kSnapshotWhen: { - _internal_mutable_snapshot_when()->::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest::MergeFrom(from._internal_snapshot_when()); + _this->_internal_mutable_snapshot_when()->::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest::MergeFrom( + from._internal_snapshot_when()); break; } case kMetaTable: { - _internal_mutable_meta_table()->::io::deephaven::proto::backplane::grpc::MetaTableRequest::MergeFrom(from._internal_meta_table()); + _this->_internal_mutable_meta_table()->::io::deephaven::proto::backplane::grpc::MetaTableRequest::MergeFrom( + from._internal_meta_table()); break; } case kRangeJoin: { - _internal_mutable_range_join()->::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest::MergeFrom(from._internal_range_join()); + _this->_internal_mutable_range_join()->::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest::MergeFrom( + from._internal_range_join()); break; } case kAj: { - _internal_mutable_aj()->::io::deephaven::proto::backplane::grpc::AjRajTablesRequest::MergeFrom(from._internal_aj()); + _this->_internal_mutable_aj()->::io::deephaven::proto::backplane::grpc::AjRajTablesRequest::MergeFrom( + from._internal_aj()); break; } case kRaj: { - _internal_mutable_raj()->::io::deephaven::proto::backplane::grpc::AjRajTablesRequest::MergeFrom(from._internal_raj()); + _this->_internal_mutable_raj()->::io::deephaven::proto::backplane::grpc::AjRajTablesRequest::MergeFrom( + from._internal_raj()); break; } case kColumnStatistics: { - _internal_mutable_column_statistics()->::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest::MergeFrom(from._internal_column_statistics()); + _this->_internal_mutable_column_statistics()->::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest::MergeFrom( + from._internal_column_statistics()); break; } case OP_NOT_SET: { @@ -35862,8 +36914,16 @@ BatchTableRequest_Operation::BatchTableRequest_Operation(const BatchTableRequest // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation) } -inline void BatchTableRequest_Operation::SharedCtor() { -clear_has_op(); +inline void BatchTableRequest_Operation::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.op_){} + , /*decltype(_impl_._cached_size_)*/{} + , /*decltype(_impl_._oneof_case_)*/{} + }; + clear_has_op(); } BatchTableRequest_Operation::~BatchTableRequest_Operation() { @@ -35883,7 +36943,7 @@ inline void BatchTableRequest_Operation::SharedDtor() { } void BatchTableRequest_Operation::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void BatchTableRequest_Operation::clear_op() { @@ -35891,241 +36951,241 @@ void BatchTableRequest_Operation::clear_op() { switch (op_case()) { case kEmptyTable: { if (GetArenaForAllocation() == nullptr) { - delete op_.empty_table_; + delete _impl_.op_.empty_table_; } break; } case kTimeTable: { if (GetArenaForAllocation() == nullptr) { - delete op_.time_table_; + delete _impl_.op_.time_table_; } break; } case kDropColumns: { if (GetArenaForAllocation() == nullptr) { - delete op_.drop_columns_; + delete _impl_.op_.drop_columns_; } break; } case kUpdate: { if (GetArenaForAllocation() == nullptr) { - delete op_.update_; + delete _impl_.op_.update_; } break; } case kLazyUpdate: { if (GetArenaForAllocation() == nullptr) { - delete op_.lazy_update_; + delete _impl_.op_.lazy_update_; } break; } case kView: { if (GetArenaForAllocation() == nullptr) { - delete op_.view_; + delete _impl_.op_.view_; } break; } case kUpdateView: { if (GetArenaForAllocation() == nullptr) { - delete op_.update_view_; + delete _impl_.op_.update_view_; } break; } case kSelect: { if (GetArenaForAllocation() == nullptr) { - delete op_.select_; + delete _impl_.op_.select_; } break; } case kSelectDistinct: { if (GetArenaForAllocation() == nullptr) { - delete op_.select_distinct_; + delete _impl_.op_.select_distinct_; } break; } case kFilter: { if (GetArenaForAllocation() == nullptr) { - delete op_.filter_; + delete _impl_.op_.filter_; } break; } case kUnstructuredFilter: { if (GetArenaForAllocation() == nullptr) { - delete op_.unstructured_filter_; + delete _impl_.op_.unstructured_filter_; } break; } case kSort: { if (GetArenaForAllocation() == nullptr) { - delete op_.sort_; + delete _impl_.op_.sort_; } break; } case kHead: { if (GetArenaForAllocation() == nullptr) { - delete op_.head_; + delete _impl_.op_.head_; } break; } case kTail: { if (GetArenaForAllocation() == nullptr) { - delete op_.tail_; + delete _impl_.op_.tail_; } break; } case kHeadBy: { if (GetArenaForAllocation() == nullptr) { - delete op_.head_by_; + delete _impl_.op_.head_by_; } break; } case kTailBy: { if (GetArenaForAllocation() == nullptr) { - delete op_.tail_by_; + delete _impl_.op_.tail_by_; } break; } case kUngroup: { if (GetArenaForAllocation() == nullptr) { - delete op_.ungroup_; + delete _impl_.op_.ungroup_; } break; } case kMerge: { if (GetArenaForAllocation() == nullptr) { - delete op_.merge_; + delete _impl_.op_.merge_; } break; } case kComboAggregate: { if (GetArenaForAllocation() == nullptr) { - delete op_.combo_aggregate_; + delete _impl_.op_.combo_aggregate_; } break; } case kFlatten: { if (GetArenaForAllocation() == nullptr) { - delete op_.flatten_; + delete _impl_.op_.flatten_; } break; } case kRunChartDownsample: { if (GetArenaForAllocation() == nullptr) { - delete op_.run_chart_downsample_; + delete _impl_.op_.run_chart_downsample_; } break; } case kCrossJoin: { if (GetArenaForAllocation() == nullptr) { - delete op_.cross_join_; + delete _impl_.op_.cross_join_; } break; } case kNaturalJoin: { if (GetArenaForAllocation() == nullptr) { - delete op_.natural_join_; + delete _impl_.op_.natural_join_; } break; } case kExactJoin: { if (GetArenaForAllocation() == nullptr) { - delete op_.exact_join_; + delete _impl_.op_.exact_join_; } break; } case kLeftJoin: { if (GetArenaForAllocation() == nullptr) { - delete op_.left_join_; + delete _impl_.op_.left_join_; } break; } case kAsOfJoin: { if (GetArenaForAllocation() == nullptr) { - delete op_.as_of_join_; + delete _impl_.op_.as_of_join_; } break; } case kFetchTable: { if (GetArenaForAllocation() == nullptr) { - delete op_.fetch_table_; + delete _impl_.op_.fetch_table_; } break; } case kApplyPreviewColumns: { if (GetArenaForAllocation() == nullptr) { - delete op_.apply_preview_columns_; + delete _impl_.op_.apply_preview_columns_; } break; } case kCreateInputTable: { if (GetArenaForAllocation() == nullptr) { - delete op_.create_input_table_; + delete _impl_.op_.create_input_table_; } break; } case kUpdateBy: { if (GetArenaForAllocation() == nullptr) { - delete op_.update_by_; + delete _impl_.op_.update_by_; } break; } case kWhereIn: { if (GetArenaForAllocation() == nullptr) { - delete op_.where_in_; + delete _impl_.op_.where_in_; } break; } case kAggregateAll: { if (GetArenaForAllocation() == nullptr) { - delete op_.aggregate_all_; + delete _impl_.op_.aggregate_all_; } break; } case kAggregate: { if (GetArenaForAllocation() == nullptr) { - delete op_.aggregate_; + delete _impl_.op_.aggregate_; } break; } case kSnapshot: { if (GetArenaForAllocation() == nullptr) { - delete op_.snapshot_; + delete _impl_.op_.snapshot_; } break; } case kSnapshotWhen: { if (GetArenaForAllocation() == nullptr) { - delete op_.snapshot_when_; + delete _impl_.op_.snapshot_when_; } break; } case kMetaTable: { if (GetArenaForAllocation() == nullptr) { - delete op_.meta_table_; + delete _impl_.op_.meta_table_; } break; } case kRangeJoin: { if (GetArenaForAllocation() == nullptr) { - delete op_.range_join_; + delete _impl_.op_.range_join_; } break; } case kAj: { if (GetArenaForAllocation() == nullptr) { - delete op_.aj_; + delete _impl_.op_.aj_; } break; } case kRaj: { if (GetArenaForAllocation() == nullptr) { - delete op_.raj_; + delete _impl_.op_.raj_; } break; } case kColumnStatistics: { if (GetArenaForAllocation() == nullptr) { - delete op_.column_statistics_; + delete _impl_.op_.column_statistics_; } break; } @@ -36133,7 +37193,7 @@ void BatchTableRequest_Operation::clear_op() { break; } } - _oneof_case_[0] = OP_NOT_SET; + _impl_._oneof_case_[0] = OP_NOT_SET; } @@ -36803,474 +37863,510 @@ size_t BatchTableRequest_Operation::ByteSizeLong() const { case kEmptyTable: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.empty_table_); + *_impl_.op_.empty_table_); break; } // .io.deephaven.proto.backplane.grpc.TimeTableRequest time_table = 2; case kTimeTable: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.time_table_); + *_impl_.op_.time_table_); break; } // .io.deephaven.proto.backplane.grpc.DropColumnsRequest drop_columns = 3; case kDropColumns: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.drop_columns_); + *_impl_.op_.drop_columns_); break; } // .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest update = 4; case kUpdate: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.update_); + *_impl_.op_.update_); break; } // .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest lazy_update = 5; case kLazyUpdate: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.lazy_update_); + *_impl_.op_.lazy_update_); break; } // .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest view = 6; case kView: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.view_); + *_impl_.op_.view_); break; } // .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest update_view = 7; case kUpdateView: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.update_view_); + *_impl_.op_.update_view_); break; } // .io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest select = 8; case kSelect: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.select_); + *_impl_.op_.select_); break; } // .io.deephaven.proto.backplane.grpc.SelectDistinctRequest select_distinct = 9; case kSelectDistinct: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.select_distinct_); + *_impl_.op_.select_distinct_); break; } // .io.deephaven.proto.backplane.grpc.FilterTableRequest filter = 10; case kFilter: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.filter_); + *_impl_.op_.filter_); break; } // .io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest unstructured_filter = 11; case kUnstructuredFilter: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.unstructured_filter_); + *_impl_.op_.unstructured_filter_); break; } // .io.deephaven.proto.backplane.grpc.SortTableRequest sort = 12; case kSort: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.sort_); + *_impl_.op_.sort_); break; } // .io.deephaven.proto.backplane.grpc.HeadOrTailRequest head = 13; case kHead: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.head_); + *_impl_.op_.head_); break; } // .io.deephaven.proto.backplane.grpc.HeadOrTailRequest tail = 14; case kTail: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.tail_); + *_impl_.op_.tail_); break; } // .io.deephaven.proto.backplane.grpc.HeadOrTailByRequest head_by = 15; case kHeadBy: { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.head_by_); + *_impl_.op_.head_by_); break; } // .io.deephaven.proto.backplane.grpc.HeadOrTailByRequest tail_by = 16; case kTailBy: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.tail_by_); + *_impl_.op_.tail_by_); break; } // .io.deephaven.proto.backplane.grpc.UngroupRequest ungroup = 17; case kUngroup: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.ungroup_); + *_impl_.op_.ungroup_); break; } // .io.deephaven.proto.backplane.grpc.MergeTablesRequest merge = 18; case kMerge: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.merge_); + *_impl_.op_.merge_); break; } // .io.deephaven.proto.backplane.grpc.ComboAggregateRequest combo_aggregate = 19; case kComboAggregate: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.combo_aggregate_); + *_impl_.op_.combo_aggregate_); break; } // .io.deephaven.proto.backplane.grpc.FlattenRequest flatten = 21; case kFlatten: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.flatten_); + *_impl_.op_.flatten_); break; } // .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest run_chart_downsample = 22; case kRunChartDownsample: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.run_chart_downsample_); + *_impl_.op_.run_chart_downsample_); break; } // .io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest cross_join = 23; case kCrossJoin: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.cross_join_); + *_impl_.op_.cross_join_); break; } // .io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest natural_join = 24; case kNaturalJoin: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.natural_join_); + *_impl_.op_.natural_join_); break; } // .io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest exact_join = 25; case kExactJoin: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.exact_join_); + *_impl_.op_.exact_join_); break; } // .io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest left_join = 26; case kLeftJoin: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.left_join_); + *_impl_.op_.left_join_); break; } // .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest as_of_join = 27 [deprecated = true]; case kAsOfJoin: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.as_of_join_); + *_impl_.op_.as_of_join_); break; } // .io.deephaven.proto.backplane.grpc.FetchTableRequest fetch_table = 28; case kFetchTable: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.fetch_table_); + *_impl_.op_.fetch_table_); break; } // .io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest apply_preview_columns = 30; case kApplyPreviewColumns: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.apply_preview_columns_); + *_impl_.op_.apply_preview_columns_); break; } // .io.deephaven.proto.backplane.grpc.CreateInputTableRequest create_input_table = 31; case kCreateInputTable: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.create_input_table_); + *_impl_.op_.create_input_table_); break; } // .io.deephaven.proto.backplane.grpc.UpdateByRequest update_by = 32; case kUpdateBy: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.update_by_); + *_impl_.op_.update_by_); break; } // .io.deephaven.proto.backplane.grpc.WhereInRequest where_in = 33; case kWhereIn: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.where_in_); + *_impl_.op_.where_in_); break; } // .io.deephaven.proto.backplane.grpc.AggregateAllRequest aggregate_all = 34; case kAggregateAll: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.aggregate_all_); + *_impl_.op_.aggregate_all_); break; } // .io.deephaven.proto.backplane.grpc.AggregateRequest aggregate = 35; case kAggregate: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.aggregate_); + *_impl_.op_.aggregate_); break; } // .io.deephaven.proto.backplane.grpc.SnapshotTableRequest snapshot = 36; case kSnapshot: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.snapshot_); + *_impl_.op_.snapshot_); break; } // .io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest snapshot_when = 37; case kSnapshotWhen: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.snapshot_when_); + *_impl_.op_.snapshot_when_); break; } // .io.deephaven.proto.backplane.grpc.MetaTableRequest meta_table = 38; case kMetaTable: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.meta_table_); + *_impl_.op_.meta_table_); break; } // .io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest range_join = 39; case kRangeJoin: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.range_join_); + *_impl_.op_.range_join_); break; } // .io.deephaven.proto.backplane.grpc.AjRajTablesRequest aj = 40; case kAj: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.aj_); + *_impl_.op_.aj_); break; } // .io.deephaven.proto.backplane.grpc.AjRajTablesRequest raj = 41; case kRaj: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.raj_); + *_impl_.op_.raj_); break; } // .io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest column_statistics = 42; case kColumnStatistics: { total_size += 2 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *op_.column_statistics_); + *_impl_.op_.column_statistics_); break; } case OP_NOT_SET: { break; } } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData BatchTableRequest_Operation::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, BatchTableRequest_Operation::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*BatchTableRequest_Operation::GetClassData() const { return &_class_data_; } -void BatchTableRequest_Operation::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void BatchTableRequest_Operation::MergeFrom(const BatchTableRequest_Operation& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation) - GOOGLE_DCHECK_NE(&from, this); +void BatchTableRequest_Operation::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; switch (from.op_case()) { case kEmptyTable: { - _internal_mutable_empty_table()->::io::deephaven::proto::backplane::grpc::EmptyTableRequest::MergeFrom(from._internal_empty_table()); + _this->_internal_mutable_empty_table()->::io::deephaven::proto::backplane::grpc::EmptyTableRequest::MergeFrom( + from._internal_empty_table()); break; } case kTimeTable: { - _internal_mutable_time_table()->::io::deephaven::proto::backplane::grpc::TimeTableRequest::MergeFrom(from._internal_time_table()); + _this->_internal_mutable_time_table()->::io::deephaven::proto::backplane::grpc::TimeTableRequest::MergeFrom( + from._internal_time_table()); break; } case kDropColumns: { - _internal_mutable_drop_columns()->::io::deephaven::proto::backplane::grpc::DropColumnsRequest::MergeFrom(from._internal_drop_columns()); + _this->_internal_mutable_drop_columns()->::io::deephaven::proto::backplane::grpc::DropColumnsRequest::MergeFrom( + from._internal_drop_columns()); break; } case kUpdate: { - _internal_mutable_update()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom(from._internal_update()); + _this->_internal_mutable_update()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom( + from._internal_update()); break; } case kLazyUpdate: { - _internal_mutable_lazy_update()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom(from._internal_lazy_update()); + _this->_internal_mutable_lazy_update()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom( + from._internal_lazy_update()); break; } case kView: { - _internal_mutable_view()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom(from._internal_view()); + _this->_internal_mutable_view()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom( + from._internal_view()); break; } case kUpdateView: { - _internal_mutable_update_view()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom(from._internal_update_view()); + _this->_internal_mutable_update_view()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom( + from._internal_update_view()); break; } case kSelect: { - _internal_mutable_select()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom(from._internal_select()); + _this->_internal_mutable_select()->::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest::MergeFrom( + from._internal_select()); break; } case kSelectDistinct: { - _internal_mutable_select_distinct()->::io::deephaven::proto::backplane::grpc::SelectDistinctRequest::MergeFrom(from._internal_select_distinct()); + _this->_internal_mutable_select_distinct()->::io::deephaven::proto::backplane::grpc::SelectDistinctRequest::MergeFrom( + from._internal_select_distinct()); break; } case kFilter: { - _internal_mutable_filter()->::io::deephaven::proto::backplane::grpc::FilterTableRequest::MergeFrom(from._internal_filter()); + _this->_internal_mutable_filter()->::io::deephaven::proto::backplane::grpc::FilterTableRequest::MergeFrom( + from._internal_filter()); break; } case kUnstructuredFilter: { - _internal_mutable_unstructured_filter()->::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest::MergeFrom(from._internal_unstructured_filter()); + _this->_internal_mutable_unstructured_filter()->::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest::MergeFrom( + from._internal_unstructured_filter()); break; } case kSort: { - _internal_mutable_sort()->::io::deephaven::proto::backplane::grpc::SortTableRequest::MergeFrom(from._internal_sort()); + _this->_internal_mutable_sort()->::io::deephaven::proto::backplane::grpc::SortTableRequest::MergeFrom( + from._internal_sort()); break; } case kHead: { - _internal_mutable_head()->::io::deephaven::proto::backplane::grpc::HeadOrTailRequest::MergeFrom(from._internal_head()); + _this->_internal_mutable_head()->::io::deephaven::proto::backplane::grpc::HeadOrTailRequest::MergeFrom( + from._internal_head()); break; } case kTail: { - _internal_mutable_tail()->::io::deephaven::proto::backplane::grpc::HeadOrTailRequest::MergeFrom(from._internal_tail()); + _this->_internal_mutable_tail()->::io::deephaven::proto::backplane::grpc::HeadOrTailRequest::MergeFrom( + from._internal_tail()); break; } case kHeadBy: { - _internal_mutable_head_by()->::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest::MergeFrom(from._internal_head_by()); + _this->_internal_mutable_head_by()->::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest::MergeFrom( + from._internal_head_by()); break; } case kTailBy: { - _internal_mutable_tail_by()->::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest::MergeFrom(from._internal_tail_by()); + _this->_internal_mutable_tail_by()->::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest::MergeFrom( + from._internal_tail_by()); break; } case kUngroup: { - _internal_mutable_ungroup()->::io::deephaven::proto::backplane::grpc::UngroupRequest::MergeFrom(from._internal_ungroup()); + _this->_internal_mutable_ungroup()->::io::deephaven::proto::backplane::grpc::UngroupRequest::MergeFrom( + from._internal_ungroup()); break; } case kMerge: { - _internal_mutable_merge()->::io::deephaven::proto::backplane::grpc::MergeTablesRequest::MergeFrom(from._internal_merge()); + _this->_internal_mutable_merge()->::io::deephaven::proto::backplane::grpc::MergeTablesRequest::MergeFrom( + from._internal_merge()); break; } case kComboAggregate: { - _internal_mutable_combo_aggregate()->::io::deephaven::proto::backplane::grpc::ComboAggregateRequest::MergeFrom(from._internal_combo_aggregate()); + _this->_internal_mutable_combo_aggregate()->::io::deephaven::proto::backplane::grpc::ComboAggregateRequest::MergeFrom( + from._internal_combo_aggregate()); break; } case kFlatten: { - _internal_mutable_flatten()->::io::deephaven::proto::backplane::grpc::FlattenRequest::MergeFrom(from._internal_flatten()); + _this->_internal_mutable_flatten()->::io::deephaven::proto::backplane::grpc::FlattenRequest::MergeFrom( + from._internal_flatten()); break; } case kRunChartDownsample: { - _internal_mutable_run_chart_downsample()->::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest::MergeFrom(from._internal_run_chart_downsample()); + _this->_internal_mutable_run_chart_downsample()->::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest::MergeFrom( + from._internal_run_chart_downsample()); break; } case kCrossJoin: { - _internal_mutable_cross_join()->::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest::MergeFrom(from._internal_cross_join()); + _this->_internal_mutable_cross_join()->::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest::MergeFrom( + from._internal_cross_join()); break; } case kNaturalJoin: { - _internal_mutable_natural_join()->::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest::MergeFrom(from._internal_natural_join()); + _this->_internal_mutable_natural_join()->::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest::MergeFrom( + from._internal_natural_join()); break; } case kExactJoin: { - _internal_mutable_exact_join()->::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest::MergeFrom(from._internal_exact_join()); + _this->_internal_mutable_exact_join()->::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest::MergeFrom( + from._internal_exact_join()); break; } case kLeftJoin: { - _internal_mutable_left_join()->::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest::MergeFrom(from._internal_left_join()); + _this->_internal_mutable_left_join()->::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest::MergeFrom( + from._internal_left_join()); break; } case kAsOfJoin: { - _internal_mutable_as_of_join()->::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest::MergeFrom(from._internal_as_of_join()); + _this->_internal_mutable_as_of_join()->::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest::MergeFrom( + from._internal_as_of_join()); break; } case kFetchTable: { - _internal_mutable_fetch_table()->::io::deephaven::proto::backplane::grpc::FetchTableRequest::MergeFrom(from._internal_fetch_table()); + _this->_internal_mutable_fetch_table()->::io::deephaven::proto::backplane::grpc::FetchTableRequest::MergeFrom( + from._internal_fetch_table()); break; } case kApplyPreviewColumns: { - _internal_mutable_apply_preview_columns()->::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest::MergeFrom(from._internal_apply_preview_columns()); + _this->_internal_mutable_apply_preview_columns()->::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest::MergeFrom( + from._internal_apply_preview_columns()); break; } case kCreateInputTable: { - _internal_mutable_create_input_table()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest::MergeFrom(from._internal_create_input_table()); + _this->_internal_mutable_create_input_table()->::io::deephaven::proto::backplane::grpc::CreateInputTableRequest::MergeFrom( + from._internal_create_input_table()); break; } case kUpdateBy: { - _internal_mutable_update_by()->::io::deephaven::proto::backplane::grpc::UpdateByRequest::MergeFrom(from._internal_update_by()); + _this->_internal_mutable_update_by()->::io::deephaven::proto::backplane::grpc::UpdateByRequest::MergeFrom( + from._internal_update_by()); break; } case kWhereIn: { - _internal_mutable_where_in()->::io::deephaven::proto::backplane::grpc::WhereInRequest::MergeFrom(from._internal_where_in()); + _this->_internal_mutable_where_in()->::io::deephaven::proto::backplane::grpc::WhereInRequest::MergeFrom( + from._internal_where_in()); break; } case kAggregateAll: { - _internal_mutable_aggregate_all()->::io::deephaven::proto::backplane::grpc::AggregateAllRequest::MergeFrom(from._internal_aggregate_all()); + _this->_internal_mutable_aggregate_all()->::io::deephaven::proto::backplane::grpc::AggregateAllRequest::MergeFrom( + from._internal_aggregate_all()); break; } case kAggregate: { - _internal_mutable_aggregate()->::io::deephaven::proto::backplane::grpc::AggregateRequest::MergeFrom(from._internal_aggregate()); + _this->_internal_mutable_aggregate()->::io::deephaven::proto::backplane::grpc::AggregateRequest::MergeFrom( + from._internal_aggregate()); break; } case kSnapshot: { - _internal_mutable_snapshot()->::io::deephaven::proto::backplane::grpc::SnapshotTableRequest::MergeFrom(from._internal_snapshot()); + _this->_internal_mutable_snapshot()->::io::deephaven::proto::backplane::grpc::SnapshotTableRequest::MergeFrom( + from._internal_snapshot()); break; } case kSnapshotWhen: { - _internal_mutable_snapshot_when()->::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest::MergeFrom(from._internal_snapshot_when()); + _this->_internal_mutable_snapshot_when()->::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest::MergeFrom( + from._internal_snapshot_when()); break; } case kMetaTable: { - _internal_mutable_meta_table()->::io::deephaven::proto::backplane::grpc::MetaTableRequest::MergeFrom(from._internal_meta_table()); + _this->_internal_mutable_meta_table()->::io::deephaven::proto::backplane::grpc::MetaTableRequest::MergeFrom( + from._internal_meta_table()); break; } case kRangeJoin: { - _internal_mutable_range_join()->::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest::MergeFrom(from._internal_range_join()); + _this->_internal_mutable_range_join()->::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest::MergeFrom( + from._internal_range_join()); break; } case kAj: { - _internal_mutable_aj()->::io::deephaven::proto::backplane::grpc::AjRajTablesRequest::MergeFrom(from._internal_aj()); + _this->_internal_mutable_aj()->::io::deephaven::proto::backplane::grpc::AjRajTablesRequest::MergeFrom( + from._internal_aj()); break; } case kRaj: { - _internal_mutable_raj()->::io::deephaven::proto::backplane::grpc::AjRajTablesRequest::MergeFrom(from._internal_raj()); + _this->_internal_mutable_raj()->::io::deephaven::proto::backplane::grpc::AjRajTablesRequest::MergeFrom( + from._internal_raj()); break; } case kColumnStatistics: { - _internal_mutable_column_statistics()->::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest::MergeFrom(from._internal_column_statistics()); + _this->_internal_mutable_column_statistics()->::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest::MergeFrom( + from._internal_column_statistics()); break; } case OP_NOT_SET: { break; } } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void BatchTableRequest_Operation::CopyFrom(const BatchTableRequest_Operation& from) { @@ -37287,8 +38383,8 @@ bool BatchTableRequest_Operation::IsInitialized() const { void BatchTableRequest_Operation::InternalSwap(BatchTableRequest_Operation* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - swap(op_, other->op_); - swap(_oneof_case_[0], other->_oneof_case_[0]); + swap(_impl_.op_, other->_impl_.op_); + swap(_impl_._oneof_case_[0], other->_impl_._oneof_case_[0]); } ::PROTOBUF_NAMESPACE_ID::Metadata BatchTableRequest_Operation::GetMetadata() const { @@ -37305,19 +38401,29 @@ class BatchTableRequest::_Internal { BatchTableRequest::BatchTableRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) - : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned), - ops_(arena) { - SharedCtor(); + : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.BatchTableRequest) } BatchTableRequest::BatchTableRequest(const BatchTableRequest& from) - : ::PROTOBUF_NAMESPACE_ID::Message(), - ops_(from.ops_) { + : ::PROTOBUF_NAMESPACE_ID::Message() { + BatchTableRequest* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.ops_){from._impl_.ops_} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.BatchTableRequest) } -inline void BatchTableRequest::SharedCtor() { +inline void BatchTableRequest::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.ops_){arena} + , /*decltype(_impl_._cached_size_)*/{} + }; } BatchTableRequest::~BatchTableRequest() { @@ -37331,10 +38437,11 @@ BatchTableRequest::~BatchTableRequest() { inline void BatchTableRequest::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); + _impl_.ops_.~RepeatedPtrField(); } void BatchTableRequest::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void BatchTableRequest::Clear() { @@ -37343,7 +38450,7 @@ void BatchTableRequest::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - ops_.Clear(); + _impl_.ops_.Clear(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -37421,35 +38528,31 @@ size_t BatchTableRequest::ByteSizeLong() const { // repeated .io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation ops = 1; total_size += 1UL * this->_internal_ops_size(); - for (const auto& msg : this->ops_) { + for (const auto& msg : this->_impl_.ops_) { total_size += ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize(msg); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData BatchTableRequest::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, BatchTableRequest::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*BatchTableRequest::GetClassData() const { return &_class_data_; } -void BatchTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void BatchTableRequest::MergeFrom(const BatchTableRequest& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.BatchTableRequest) - GOOGLE_DCHECK_NE(&from, this); +void BatchTableRequest::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.BatchTableRequest) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; - ops_.MergeFrom(from.ops_); - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_impl_.ops_.MergeFrom(from._impl_.ops_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void BatchTableRequest::CopyFrom(const BatchTableRequest& from) { @@ -37466,7 +38569,7 @@ bool BatchTableRequest::IsInitialized() const { void BatchTableRequest::InternalSwap(BatchTableRequest* other) { using std::swap; _internal_metadata_.InternalSwap(&other->_internal_metadata_); - ops_.InternalSwap(&other->ops_); + _impl_.ops_.InternalSwap(&other->_impl_.ops_); } ::PROTOBUF_NAMESPACE_ID::Metadata BatchTableRequest::GetMetadata() const { diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/table.pb.h b/cpp-client/deephaven/dhclient/proto/deephaven/proto/table.pb.h index 7528e511312..4abdae951a1 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/table.pb.h +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/table.pb.h @@ -8,12 +8,12 @@ #include #include -#if PROTOBUF_VERSION < 3020000 +#if PROTOBUF_VERSION < 3021000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3020003 < PROTOBUF_MIN_PROTOC_VERSION +#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. @@ -968,9 +968,11 @@ class TableReference final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const TableReference& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const TableReference& from); + void MergeFrom( const TableReference& from) { + TableReference::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -979,10 +981,10 @@ class TableReference final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(TableReference* other); @@ -1055,15 +1057,18 @@ class TableReference final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union RefUnion { - constexpr RefUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::Ticket* ticket_; - int32_t batch_offset_; - } ref_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union RefUnion { + constexpr RefUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::Ticket* ticket_; + int32_t batch_offset_; + } ref_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -1148,9 +1153,11 @@ class ExportedTableCreationResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ExportedTableCreationResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ExportedTableCreationResponse& from); + void MergeFrom( const ExportedTableCreationResponse& from) { + ExportedTableCreationResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1159,10 +1166,10 @@ class ExportedTableCreationResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ExportedTableCreationResponse* other); @@ -1274,13 +1281,16 @@ class ExportedTableCreationResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr error_info_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr schema_header_; - ::io::deephaven::proto::backplane::grpc::TableReference* result_id_; - int64_t size_; - bool success_; - bool is_static_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr error_info_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr schema_header_; + ::io::deephaven::proto::backplane::grpc::TableReference* result_id_; + int64_t size_; + bool success_; + bool is_static_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -1365,9 +1375,11 @@ class FetchTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FetchTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FetchTableRequest& from); + void MergeFrom( const FetchTableRequest& from) { + FetchTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1376,10 +1388,10 @@ class FetchTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FetchTableRequest* other); @@ -1450,9 +1462,12 @@ class FetchTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -1537,9 +1552,11 @@ class ApplyPreviewColumnsRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ApplyPreviewColumnsRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ApplyPreviewColumnsRequest& from); + void MergeFrom( const ApplyPreviewColumnsRequest& from) { + ApplyPreviewColumnsRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1548,10 +1565,10 @@ class ApplyPreviewColumnsRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ApplyPreviewColumnsRequest* other); @@ -1622,9 +1639,12 @@ class ApplyPreviewColumnsRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -1707,11 +1727,11 @@ class ExportedTableUpdatesRequest final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const ExportedTableUpdatesRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const ExportedTableUpdatesRequest& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -1741,6 +1761,8 @@ class ExportedTableUpdatesRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -1825,9 +1847,11 @@ class ExportedTableUpdateMessage final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ExportedTableUpdateMessage& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ExportedTableUpdateMessage& from); + void MergeFrom( const ExportedTableUpdateMessage& from) { + ExportedTableUpdateMessage::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -1836,10 +1860,10 @@ class ExportedTableUpdateMessage final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ExportedTableUpdateMessage* other); @@ -1916,10 +1940,13 @@ class ExportedTableUpdateMessage final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr update_failure_message_; - ::io::deephaven::proto::backplane::grpc::Ticket* export_id_; - int64_t size_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr update_failure_message_; + ::io::deephaven::proto::backplane::grpc::Ticket* export_id_; + int64_t size_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -2004,9 +2031,11 @@ class EmptyTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const EmptyTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const EmptyTableRequest& from); + void MergeFrom( const EmptyTableRequest& from) { + EmptyTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -2015,10 +2044,10 @@ class EmptyTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(EmptyTableRequest* other); @@ -2080,9 +2109,12 @@ class EmptyTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - int64_t size_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + int64_t size_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -2179,9 +2211,11 @@ class TimeTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const TimeTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const TimeTableRequest& from); + void MergeFrom( const TimeTableRequest& from) { + TimeTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -2190,10 +2224,10 @@ class TimeTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(TimeTableRequest* other); @@ -2335,23 +2369,26 @@ class TimeTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - bool blink_table_; - union StartTimeUnion { - constexpr StartTimeUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - int64_t start_time_nanos_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr start_time_string_; - } start_time_; - union PeriodUnion { - constexpr PeriodUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - int64_t period_nanos_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr period_string_; - } period_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[2]; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + bool blink_table_; + union StartTimeUnion { + constexpr StartTimeUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + int64_t start_time_nanos_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr start_time_string_; + } start_time_; + union PeriodUnion { + constexpr PeriodUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + int64_t period_nanos_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr period_string_; + } period_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[2]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -2436,9 +2473,11 @@ class SelectOrUpdateRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SelectOrUpdateRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SelectOrUpdateRequest& from); + void MergeFrom( const SelectOrUpdateRequest& from) { + SelectOrUpdateRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -2447,10 +2486,10 @@ class SelectOrUpdateRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SelectOrUpdateRequest* other); @@ -2546,10 +2585,13 @@ class SelectOrUpdateRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField column_specs_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField column_specs_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -2634,9 +2676,11 @@ class MathContext final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const MathContext& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const MathContext& from); + void MergeFrom( const MathContext& from) { + MathContext::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -2645,10 +2689,10 @@ class MathContext final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(MathContext* other); @@ -2745,9 +2789,12 @@ class MathContext final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - int32_t precision_; - int rounding_mode_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + int32_t precision_; + int rounding_mode_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -2832,9 +2879,11 @@ class UpdateByWindowScale_UpdateByWindowTicks final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByWindowScale_UpdateByWindowTicks& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByWindowScale_UpdateByWindowTicks& from); + void MergeFrom( const UpdateByWindowScale_UpdateByWindowTicks& from) { + UpdateByWindowScale_UpdateByWindowTicks::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -2843,10 +2892,10 @@ class UpdateByWindowScale_UpdateByWindowTicks final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByWindowScale_UpdateByWindowTicks* other); @@ -2889,8 +2938,11 @@ class UpdateByWindowScale_UpdateByWindowTicks final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - double ticks_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + double ticks_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -2981,9 +3033,11 @@ class UpdateByWindowScale_UpdateByWindowTime final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByWindowScale_UpdateByWindowTime& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByWindowScale_UpdateByWindowTime& from); + void MergeFrom( const UpdateByWindowScale_UpdateByWindowTime& from) { + UpdateByWindowScale_UpdateByWindowTime::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -2992,10 +3046,10 @@ class UpdateByWindowScale_UpdateByWindowTime final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByWindowScale_UpdateByWindowTime* other); @@ -3083,16 +3137,19 @@ class UpdateByWindowScale_UpdateByWindowTime final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_; - union WindowUnion { - constexpr WindowUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - int64_t nanos_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr duration_string_; - } window_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_; + union WindowUnion { + constexpr WindowUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + int64_t nanos_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr duration_string_; + } window_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -3183,9 +3240,11 @@ class UpdateByWindowScale final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByWindowScale& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByWindowScale& from); + void MergeFrom( const UpdateByWindowScale& from) { + UpdateByWindowScale::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -3194,10 +3253,10 @@ class UpdateByWindowScale final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByWindowScale* other); @@ -3278,15 +3337,18 @@ class UpdateByWindowScale final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union TypeUnion { - constexpr TypeUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks* ticks_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime* time_; - } type_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union TypeUnion { + constexpr TypeUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks* ticks_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime* time_; + } type_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -3371,9 +3433,11 @@ class UpdateByEmOptions final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByEmOptions& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByEmOptions& from); + void MergeFrom( const UpdateByEmOptions& from) { + UpdateByEmOptions::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -3382,10 +3446,10 @@ class UpdateByEmOptions final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByEmOptions* other); @@ -3487,13 +3551,16 @@ class UpdateByEmOptions final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::MathContext* big_value_context_; - int on_null_value_; - int on_nan_value_; - int on_null_time_; - int on_negative_delta_time_; - int on_zero_delta_time_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::MathContext* big_value_context_; + int on_null_value_; + int on_nan_value_; + int on_null_time_; + int on_negative_delta_time_; + int on_zero_delta_time_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -3578,9 +3645,11 @@ class UpdateByDeltaOptions final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByDeltaOptions& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByDeltaOptions& from); + void MergeFrom( const UpdateByDeltaOptions& from) { + UpdateByDeltaOptions::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -3589,10 +3658,10 @@ class UpdateByDeltaOptions final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByDeltaOptions* other); @@ -3635,8 +3704,11 @@ class UpdateByDeltaOptions final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - int null_behavior_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + int null_behavior_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -3721,9 +3793,11 @@ class UpdateByRequest_UpdateByOptions final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOptions& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOptions& from); + void MergeFrom( const UpdateByRequest_UpdateByOptions& from) { + UpdateByRequest_UpdateByOptions::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -3732,10 +3806,10 @@ class UpdateByRequest_UpdateByOptions final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOptions* other); @@ -3871,15 +3945,18 @@ class UpdateByRequest_UpdateByOptions final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::io::deephaven::proto::backplane::grpc::MathContext* math_context_; - bool use_redirection_; - int32_t chunk_capacity_; - double max_static_sparse_memory_overhead_; - double maximum_load_factor_; - double target_load_factor_; - int32_t initial_hash_table_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::io::deephaven::proto::backplane::grpc::MathContext* math_context_; + bool use_redirection_; + int32_t chunk_capacity_; + double max_static_sparse_memory_overhead_; + double maximum_load_factor_; + double target_load_factor_; + int32_t initial_hash_table_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -3962,11 +4039,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumu } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -3996,6 +4073,8 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumu template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -4078,11 +4157,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumu } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -4112,6 +4191,8 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumu template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -4194,11 +4275,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumu } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -4228,6 +4309,8 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumu template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -4310,11 +4393,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumu } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -4344,6 +4427,8 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumu template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -4426,11 +4511,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -4460,6 +4545,8 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -4544,9 +4631,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -4555,10 +4644,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma* other); @@ -4629,9 +4718,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -4716,9 +4808,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -4727,10 +4821,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms* other); @@ -4801,9 +4895,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -4888,9 +4985,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMi using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -4899,10 +4998,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMi const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin* other); @@ -4973,9 +5072,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMi template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -5060,9 +5162,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMa using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -5071,10 +5175,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMa const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax* other); @@ -5145,9 +5249,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMa template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -5232,9 +5339,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmSt using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -5243,10 +5352,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmSt const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd* other); @@ -5317,9 +5426,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmSt template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -5404,9 +5516,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelt using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -5415,10 +5529,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelt const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta* other); @@ -5470,8 +5584,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelt template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* options_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* options_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -5556,9 +5673,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -5567,10 +5686,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum* other); @@ -5641,9 +5760,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -5728,9 +5850,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -5739,10 +5863,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup* other); @@ -5813,9 +5937,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -5900,9 +6027,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -5911,10 +6040,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg* other); @@ -5985,9 +6114,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -6072,9 +6204,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -6083,10 +6217,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin* other); @@ -6157,9 +6291,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -6244,9 +6381,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -6255,10 +6394,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax* other); @@ -6329,9 +6468,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -6416,9 +6558,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -6427,10 +6571,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct* other); @@ -6501,9 +6645,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -6588,9 +6735,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -6599,10 +6748,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount* other); @@ -6673,9 +6822,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -6760,9 +6912,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -6771,10 +6925,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd* other); @@ -6845,9 +6999,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -6932,9 +7089,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -6943,10 +7102,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg* other); @@ -7032,10 +7191,13 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRoll template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr weight_column_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr weight_column_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -7144,9 +7306,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -7155,10 +7319,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* other); @@ -7617,33 +7781,36 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union TypeUnion { - constexpr TypeUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum* sum_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin* min_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax* max_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct* product_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill* fill_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma* ema_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum* rolling_sum_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup* rolling_group_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg* rolling_avg_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin* rolling_min_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax* rolling_max_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct* rolling_product_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta* delta_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms* ems_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin* em_min_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax* em_max_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd* em_std_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount* rolling_count_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd* rolling_std_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg* rolling_wavg_; - } type_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union TypeUnion { + constexpr TypeUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum* sum_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin* min_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax* max_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct* product_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill* fill_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma* ema_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum* rolling_sum_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup* rolling_group_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg* rolling_avg_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin* rolling_min_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax* rolling_max_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct* rolling_product_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta* delta_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms* ems_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin* em_min_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax* em_max_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd* em_std_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount* rolling_count_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd* rolling_std_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg* rolling_wavg_; + } type_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -7728,9 +7895,11 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation_UpdateByColumn& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation_UpdateByColumn& from) { + UpdateByRequest_UpdateByOperation_UpdateByColumn::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -7739,10 +7908,10 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation_UpdateByColumn* other); @@ -7821,9 +7990,12 @@ class UpdateByRequest_UpdateByOperation_UpdateByColumn final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField match_pairs_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* spec_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField match_pairs_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* spec_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -7913,9 +8085,11 @@ class UpdateByRequest_UpdateByOperation final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest_UpdateByOperation& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest_UpdateByOperation& from); + void MergeFrom( const UpdateByRequest_UpdateByOperation& from) { + UpdateByRequest_UpdateByOperation::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -7924,10 +8098,10 @@ class UpdateByRequest_UpdateByOperation final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest_UpdateByOperation* other); @@ -7987,14 +8161,17 @@ class UpdateByRequest_UpdateByOperation final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union TypeUnion { - constexpr TypeUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn* column_; - } type_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union TypeUnion { + constexpr TypeUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn* column_; + } type_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -8079,9 +8256,11 @@ class UpdateByRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UpdateByRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UpdateByRequest& from); + void MergeFrom( const UpdateByRequest& from) { + UpdateByRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -8090,10 +8269,10 @@ class UpdateByRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UpdateByRequest* other); @@ -8230,12 +8409,15 @@ class UpdateByRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation > operations_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField group_by_columns_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* options_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation > operations_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField group_by_columns_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* options_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -8320,9 +8502,11 @@ class SelectDistinctRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SelectDistinctRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SelectDistinctRequest& from); + void MergeFrom( const SelectDistinctRequest& from) { + SelectDistinctRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -8331,10 +8515,10 @@ class SelectDistinctRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SelectDistinctRequest* other); @@ -8430,10 +8614,13 @@ class SelectDistinctRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField column_names_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField column_names_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -8518,9 +8705,11 @@ class DropColumnsRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const DropColumnsRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const DropColumnsRequest& from); + void MergeFrom( const DropColumnsRequest& from) { + DropColumnsRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -8529,10 +8718,10 @@ class DropColumnsRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(DropColumnsRequest* other); @@ -8628,10 +8817,13 @@ class DropColumnsRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField column_names_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField column_names_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -8716,9 +8908,11 @@ class UnstructuredFilterTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UnstructuredFilterTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UnstructuredFilterTableRequest& from); + void MergeFrom( const UnstructuredFilterTableRequest& from) { + UnstructuredFilterTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -8727,10 +8921,10 @@ class UnstructuredFilterTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UnstructuredFilterTableRequest* other); @@ -8826,10 +9020,13 @@ class UnstructuredFilterTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField filters_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField filters_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -8914,9 +9111,11 @@ class HeadOrTailRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const HeadOrTailRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const HeadOrTailRequest& from); + void MergeFrom( const HeadOrTailRequest& from) { + HeadOrTailRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -8925,10 +9124,10 @@ class HeadOrTailRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(HeadOrTailRequest* other); @@ -9009,10 +9208,13 @@ class HeadOrTailRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - int64_t num_rows_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + int64_t num_rows_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -9097,9 +9299,11 @@ class HeadOrTailByRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const HeadOrTailByRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const HeadOrTailByRequest& from); + void MergeFrom( const HeadOrTailByRequest& from) { + HeadOrTailByRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -9108,10 +9312,10 @@ class HeadOrTailByRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(HeadOrTailByRequest* other); @@ -9217,11 +9421,14 @@ class HeadOrTailByRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField group_by_column_specs_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - int64_t num_rows_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField group_by_column_specs_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + int64_t num_rows_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -9306,9 +9513,11 @@ class UngroupRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const UngroupRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const UngroupRequest& from); + void MergeFrom( const UngroupRequest& from) { + UngroupRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -9317,10 +9526,10 @@ class UngroupRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(UngroupRequest* other); @@ -9426,11 +9635,14 @@ class UngroupRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_ungroup_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - bool null_fill_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_ungroup_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + bool null_fill_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -9515,9 +9727,11 @@ class MergeTablesRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const MergeTablesRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const MergeTablesRequest& from); + void MergeFrom( const MergeTablesRequest& from) { + MergeTablesRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -9526,10 +9740,10 @@ class MergeTablesRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(MergeTablesRequest* other); @@ -9615,10 +9829,13 @@ class MergeTablesRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TableReference > source_ids_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr key_column_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TableReference > source_ids_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr key_column_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -9703,9 +9920,11 @@ class SnapshotTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SnapshotTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SnapshotTableRequest& from); + void MergeFrom( const SnapshotTableRequest& from) { + SnapshotTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -9714,10 +9933,10 @@ class SnapshotTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SnapshotTableRequest* other); @@ -9788,9 +10007,12 @@ class SnapshotTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -9875,9 +10097,11 @@ class SnapshotWhenTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SnapshotWhenTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SnapshotWhenTableRequest& from); + void MergeFrom( const SnapshotWhenTableRequest& from) { + SnapshotWhenTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -9886,10 +10110,10 @@ class SnapshotWhenTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SnapshotWhenTableRequest* other); @@ -10034,14 +10258,17 @@ class SnapshotWhenTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField stamp_columns_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* base_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* trigger_id_; - bool initial_; - bool incremental_; - bool history_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField stamp_columns_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* base_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* trigger_id_; + bool initial_; + bool incremental_; + bool history_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -10126,9 +10353,11 @@ class CrossJoinTablesRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const CrossJoinTablesRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CrossJoinTablesRequest& from); + void MergeFrom( const CrossJoinTablesRequest& from) { + CrossJoinTablesRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -10137,10 +10366,10 @@ class CrossJoinTablesRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(CrossJoinTablesRequest* other); @@ -10290,13 +10519,16 @@ class CrossJoinTablesRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; - int32_t reserve_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; + int32_t reserve_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -10381,9 +10613,11 @@ class NaturalJoinTablesRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const NaturalJoinTablesRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const NaturalJoinTablesRequest& from); + void MergeFrom( const NaturalJoinTablesRequest& from) { + NaturalJoinTablesRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -10392,10 +10626,10 @@ class NaturalJoinTablesRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(NaturalJoinTablesRequest* other); @@ -10535,12 +10769,15 @@ class NaturalJoinTablesRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -10625,9 +10862,11 @@ class ExactJoinTablesRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ExactJoinTablesRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ExactJoinTablesRequest& from); + void MergeFrom( const ExactJoinTablesRequest& from) { + ExactJoinTablesRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -10636,10 +10875,10 @@ class ExactJoinTablesRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ExactJoinTablesRequest* other); @@ -10779,12 +11018,15 @@ class ExactJoinTablesRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -10869,9 +11111,11 @@ class LeftJoinTablesRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const LeftJoinTablesRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const LeftJoinTablesRequest& from); + void MergeFrom( const LeftJoinTablesRequest& from) { + LeftJoinTablesRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -10880,10 +11124,10 @@ class LeftJoinTablesRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(LeftJoinTablesRequest* other); @@ -11023,12 +11267,15 @@ class LeftJoinTablesRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -11113,9 +11360,11 @@ class AsOfJoinTablesRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AsOfJoinTablesRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AsOfJoinTablesRequest& from); + void MergeFrom( const AsOfJoinTablesRequest& from) { + AsOfJoinTablesRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -11124,10 +11373,10 @@ class AsOfJoinTablesRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AsOfJoinTablesRequest* other); @@ -11311,13 +11560,16 @@ class AsOfJoinTablesRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; - int as_of_match_rule_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; + int as_of_match_rule_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -11402,9 +11654,11 @@ class AjRajTablesRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AjRajTablesRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AjRajTablesRequest& from); + void MergeFrom( const AjRajTablesRequest& from) { + AjRajTablesRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -11413,10 +11667,10 @@ class AjRajTablesRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AjRajTablesRequest* other); @@ -11571,13 +11825,16 @@ class AjRajTablesRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField exact_match_columns_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr as_of_column_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField exact_match_columns_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_add_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr as_of_column_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -11662,9 +11919,11 @@ class RangeJoinTablesRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const RangeJoinTablesRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const RangeJoinTablesRequest& from); + void MergeFrom( const RangeJoinTablesRequest& from) { + RangeJoinTablesRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -11673,10 +11932,10 @@ class RangeJoinTablesRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(RangeJoinTablesRequest* other); @@ -11943,17 +12202,20 @@ class RangeJoinTablesRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField exact_match_columns_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Aggregation > aggregations_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr left_start_column_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr right_range_column_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr left_end_column_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; - int range_start_rule_; - int range_end_rule_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField exact_match_columns_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Aggregation > aggregations_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr left_start_column_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr right_range_column_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr left_end_column_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; + int range_start_rule_; + int range_end_rule_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -12038,9 +12300,11 @@ class ComboAggregateRequest_Aggregate final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ComboAggregateRequest_Aggregate& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ComboAggregateRequest_Aggregate& from); + void MergeFrom( const ComboAggregateRequest_Aggregate& from) { + ComboAggregateRequest_Aggregate::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -12049,10 +12313,10 @@ class ComboAggregateRequest_Aggregate final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ComboAggregateRequest_Aggregate* other); @@ -12155,12 +12419,15 @@ class ComboAggregateRequest_Aggregate final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField match_pairs_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; - int type_; - bool avg_median_; - double percentile_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField match_pairs_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; + int type_; + bool avg_median_; + double percentile_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -12245,9 +12512,11 @@ class ComboAggregateRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ComboAggregateRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ComboAggregateRequest& from); + void MergeFrom( const ComboAggregateRequest& from) { + ComboAggregateRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -12256,10 +12525,10 @@ class ComboAggregateRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ComboAggregateRequest* other); @@ -12440,12 +12709,15 @@ class ComboAggregateRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate > aggregates_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField group_by_columns_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - bool force_combo_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate > aggregates_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField group_by_columns_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + bool force_combo_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -12530,9 +12802,11 @@ class AggregateAllRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggregateAllRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggregateAllRequest& from); + void MergeFrom( const AggregateAllRequest& from) { + AggregateAllRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -12541,10 +12815,10 @@ class AggregateAllRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggregateAllRequest* other); @@ -12659,11 +12933,14 @@ class AggregateAllRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField group_by_columns_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - ::io::deephaven::proto::backplane::grpc::AggSpec* spec_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField group_by_columns_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + ::io::deephaven::proto::backplane::grpc::AggSpec* spec_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -12748,9 +13025,11 @@ class AggSpec_AggSpecApproximatePercentile final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec_AggSpecApproximatePercentile& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec_AggSpecApproximatePercentile& from); + void MergeFrom( const AggSpec_AggSpecApproximatePercentile& from) { + AggSpec_AggSpecApproximatePercentile::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -12759,10 +13038,10 @@ class AggSpec_AggSpecApproximatePercentile final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec_AggSpecApproximatePercentile* other); @@ -12819,10 +13098,13 @@ class AggSpec_AggSpecApproximatePercentile final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - double percentile_; - double compression_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + double percentile_; + double compression_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -12907,9 +13189,11 @@ class AggSpec_AggSpecCountDistinct final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec_AggSpecCountDistinct& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec_AggSpecCountDistinct& from); + void MergeFrom( const AggSpec_AggSpecCountDistinct& from) { + AggSpec_AggSpecCountDistinct::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -12918,10 +13202,10 @@ class AggSpec_AggSpecCountDistinct final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec_AggSpecCountDistinct* other); @@ -12964,8 +13248,11 @@ class AggSpec_AggSpecCountDistinct final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - bool count_nulls_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + bool count_nulls_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -13050,9 +13337,11 @@ class AggSpec_AggSpecDistinct final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec_AggSpecDistinct& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec_AggSpecDistinct& from); + void MergeFrom( const AggSpec_AggSpecDistinct& from) { + AggSpec_AggSpecDistinct::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -13061,10 +13350,10 @@ class AggSpec_AggSpecDistinct final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec_AggSpecDistinct* other); @@ -13107,8 +13396,11 @@ class AggSpec_AggSpecDistinct final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - bool include_nulls_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + bool include_nulls_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -13193,9 +13485,11 @@ class AggSpec_AggSpecFormula final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec_AggSpecFormula& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec_AggSpecFormula& from); + void MergeFrom( const AggSpec_AggSpecFormula& from) { + AggSpec_AggSpecFormula::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -13204,10 +13498,10 @@ class AggSpec_AggSpecFormula final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec_AggSpecFormula* other); @@ -13270,9 +13564,12 @@ class AggSpec_AggSpecFormula final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr formula_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr param_token_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr formula_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr param_token_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -13357,9 +13654,11 @@ class AggSpec_AggSpecMedian final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec_AggSpecMedian& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec_AggSpecMedian& from); + void MergeFrom( const AggSpec_AggSpecMedian& from) { + AggSpec_AggSpecMedian::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -13368,10 +13667,10 @@ class AggSpec_AggSpecMedian final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec_AggSpecMedian* other); @@ -13414,8 +13713,11 @@ class AggSpec_AggSpecMedian final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - bool average_evenly_divided_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + bool average_evenly_divided_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -13500,9 +13802,11 @@ class AggSpec_AggSpecPercentile final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec_AggSpecPercentile& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec_AggSpecPercentile& from); + void MergeFrom( const AggSpec_AggSpecPercentile& from) { + AggSpec_AggSpecPercentile::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -13511,10 +13815,10 @@ class AggSpec_AggSpecPercentile final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec_AggSpecPercentile* other); @@ -13567,9 +13871,12 @@ class AggSpec_AggSpecPercentile final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - double percentile_; - bool average_evenly_divided_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + double percentile_; + bool average_evenly_divided_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -13654,9 +13961,11 @@ class AggSpec_AggSpecSorted final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec_AggSpecSorted& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec_AggSpecSorted& from); + void MergeFrom( const AggSpec_AggSpecSorted& from) { + AggSpec_AggSpecSorted::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -13665,10 +13974,10 @@ class AggSpec_AggSpecSorted final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec_AggSpecSorted* other); @@ -13720,8 +14029,11 @@ class AggSpec_AggSpecSorted final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn > columns_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn > columns_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -13806,9 +14118,11 @@ class AggSpec_AggSpecSortedColumn final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec_AggSpecSortedColumn& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec_AggSpecSortedColumn& from); + void MergeFrom( const AggSpec_AggSpecSortedColumn& from) { + AggSpec_AggSpecSortedColumn::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -13817,10 +14131,10 @@ class AggSpec_AggSpecSortedColumn final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec_AggSpecSortedColumn* other); @@ -13868,8 +14182,11 @@ class AggSpec_AggSpecSortedColumn final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -13954,9 +14271,11 @@ class AggSpec_AggSpecTDigest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec_AggSpecTDigest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec_AggSpecTDigest& from); + void MergeFrom( const AggSpec_AggSpecTDigest& from) { + AggSpec_AggSpecTDigest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -13965,10 +14284,10 @@ class AggSpec_AggSpecTDigest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec_AggSpecTDigest* other); @@ -14015,9 +14334,12 @@ class AggSpec_AggSpecTDigest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - double compression_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + double compression_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -14102,9 +14424,11 @@ class AggSpec_AggSpecUnique final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec_AggSpecUnique& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec_AggSpecUnique& from); + void MergeFrom( const AggSpec_AggSpecUnique& from) { + AggSpec_AggSpecUnique::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -14113,10 +14437,10 @@ class AggSpec_AggSpecUnique final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec_AggSpecUnique* other); @@ -14178,9 +14502,12 @@ class AggSpec_AggSpecUnique final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* non_unique_sentinel_; - bool include_nulls_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* non_unique_sentinel_; + bool include_nulls_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -14279,9 +14606,11 @@ class AggSpec_AggSpecNonUniqueSentinel final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec_AggSpecNonUniqueSentinel& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec_AggSpecNonUniqueSentinel& from); + void MergeFrom( const AggSpec_AggSpecNonUniqueSentinel& from) { + AggSpec_AggSpecNonUniqueSentinel::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -14290,10 +14619,10 @@ class AggSpec_AggSpecNonUniqueSentinel final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec_AggSpecNonUniqueSentinel* other); @@ -14486,23 +14815,26 @@ class AggSpec_AggSpecNonUniqueSentinel final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union TypeUnion { - constexpr TypeUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - int null_value_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr string_value_; - int32_t int_value_; - int64_t long_value_; - float float_value_; - double double_value_; - bool bool_value_; - int32_t byte_value_; - int32_t short_value_; - int32_t char_value_; - } type_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union TypeUnion { + constexpr TypeUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + int null_value_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr string_value_; + int32_t int_value_; + int64_t long_value_; + float float_value_; + double double_value_; + bool bool_value_; + int32_t byte_value_; + int32_t short_value_; + int32_t char_value_; + } type_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -14587,9 +14919,11 @@ class AggSpec_AggSpecWeighted final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec_AggSpecWeighted& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec_AggSpecWeighted& from); + void MergeFrom( const AggSpec_AggSpecWeighted& from) { + AggSpec_AggSpecWeighted::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -14598,10 +14932,10 @@ class AggSpec_AggSpecWeighted final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec_AggSpecWeighted* other); @@ -14649,8 +14983,11 @@ class AggSpec_AggSpecWeighted final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr weight_column_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr weight_column_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -14733,11 +15070,11 @@ class AggSpec_AggSpecAbsSum final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AggSpec_AggSpecAbsSum& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AggSpec_AggSpecAbsSum& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -14767,6 +15104,8 @@ class AggSpec_AggSpecAbsSum final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -14849,11 +15188,11 @@ class AggSpec_AggSpecAvg final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AggSpec_AggSpecAvg& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AggSpec_AggSpecAvg& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -14883,6 +15222,8 @@ class AggSpec_AggSpecAvg final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -14965,11 +15306,11 @@ class AggSpec_AggSpecFirst final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AggSpec_AggSpecFirst& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AggSpec_AggSpecFirst& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -14999,6 +15340,8 @@ class AggSpec_AggSpecFirst final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -15081,11 +15424,11 @@ class AggSpec_AggSpecFreeze final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AggSpec_AggSpecFreeze& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AggSpec_AggSpecFreeze& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -15115,6 +15458,8 @@ class AggSpec_AggSpecFreeze final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -15197,11 +15542,11 @@ class AggSpec_AggSpecGroup final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AggSpec_AggSpecGroup& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AggSpec_AggSpecGroup& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -15231,6 +15576,8 @@ class AggSpec_AggSpecGroup final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -15313,11 +15660,11 @@ class AggSpec_AggSpecLast final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AggSpec_AggSpecLast& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AggSpec_AggSpecLast& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -15347,6 +15694,8 @@ class AggSpec_AggSpecLast final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -15429,11 +15778,11 @@ class AggSpec_AggSpecMax final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AggSpec_AggSpecMax& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AggSpec_AggSpecMax& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -15463,6 +15812,8 @@ class AggSpec_AggSpecMax final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -15545,11 +15896,11 @@ class AggSpec_AggSpecMin final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AggSpec_AggSpecMin& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AggSpec_AggSpecMin& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -15579,6 +15930,8 @@ class AggSpec_AggSpecMin final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -15661,11 +16014,11 @@ class AggSpec_AggSpecStd final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AggSpec_AggSpecStd& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AggSpec_AggSpecStd& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -15695,6 +16048,8 @@ class AggSpec_AggSpecStd final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -15777,11 +16132,11 @@ class AggSpec_AggSpecSum final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AggSpec_AggSpecSum& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AggSpec_AggSpecSum& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -15811,6 +16166,8 @@ class AggSpec_AggSpecSum final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -15893,11 +16250,11 @@ class AggSpec_AggSpecVar final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const AggSpec_AggSpecVar& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const AggSpec_AggSpecVar& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -15927,6 +16284,8 @@ class AggSpec_AggSpecVar final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -16038,9 +16397,11 @@ class AggSpec final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggSpec& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggSpec& from); + void MergeFrom( const AggSpec& from) { + AggSpec::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -16049,10 +16410,10 @@ class AggSpec final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggSpec* other); @@ -16574,36 +16935,39 @@ class AggSpec final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union TypeUnion { - constexpr TypeUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* abs_sum_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile* approximate_percentile_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg* avg_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct* count_distinct_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct* distinct_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst* first_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula* formula_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze* freeze_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup* group_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast* last_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax* max_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian* median_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin* min_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile* percentile_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* sorted_first_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* sorted_last_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd* std_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum* sum_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest* t_digest_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique* unique_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* weighted_avg_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* weighted_sum_; - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar* var_; - } type_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union TypeUnion { + constexpr TypeUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* abs_sum_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile* approximate_percentile_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg* avg_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct* count_distinct_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct* distinct_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst* first_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula* formula_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze* freeze_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup* group_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast* last_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax* max_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian* median_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin* min_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile* percentile_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* sorted_first_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* sorted_last_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd* std_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum* sum_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest* t_digest_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique* unique_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* weighted_avg_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* weighted_sum_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar* var_; + } type_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -16688,9 +17052,11 @@ class AggregateRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AggregateRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AggregateRequest& from); + void MergeFrom( const AggregateRequest& from) { + AggregateRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -16699,10 +17065,10 @@ class AggregateRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AggregateRequest* other); @@ -16846,13 +17212,16 @@ class AggregateRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Aggregation > aggregations_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField group_by_columns_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* initial_groups_id_; - bool preserve_empty_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Aggregation > aggregations_; + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField group_by_columns_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* initial_groups_id_; + bool preserve_empty_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -16937,9 +17306,11 @@ class Aggregation_AggregationColumns final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Aggregation_AggregationColumns& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Aggregation_AggregationColumns& from); + void MergeFrom( const Aggregation_AggregationColumns& from) { + Aggregation_AggregationColumns::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -16948,10 +17319,10 @@ class Aggregation_AggregationColumns final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Aggregation_AggregationColumns* other); @@ -17028,9 +17399,12 @@ class Aggregation_AggregationColumns final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField match_pairs_; - ::io::deephaven::proto::backplane::grpc::AggSpec* spec_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField match_pairs_; + ::io::deephaven::proto::backplane::grpc::AggSpec* spec_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -17115,9 +17489,11 @@ class Aggregation_AggregationCount final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Aggregation_AggregationCount& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Aggregation_AggregationCount& from); + void MergeFrom( const Aggregation_AggregationCount& from) { + Aggregation_AggregationCount::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -17126,10 +17502,10 @@ class Aggregation_AggregationCount final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Aggregation_AggregationCount* other); @@ -17177,8 +17553,11 @@ class Aggregation_AggregationCount final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -17263,9 +17642,11 @@ class Aggregation_AggregationRowKey final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Aggregation_AggregationRowKey& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Aggregation_AggregationRowKey& from); + void MergeFrom( const Aggregation_AggregationRowKey& from) { + Aggregation_AggregationRowKey::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -17274,10 +17655,10 @@ class Aggregation_AggregationRowKey final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Aggregation_AggregationRowKey* other); @@ -17325,8 +17706,11 @@ class Aggregation_AggregationRowKey final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -17411,9 +17795,11 @@ class Aggregation_AggregationPartition final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Aggregation_AggregationPartition& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Aggregation_AggregationPartition& from); + void MergeFrom( const Aggregation_AggregationPartition& from) { + Aggregation_AggregationPartition::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -17422,10 +17808,10 @@ class Aggregation_AggregationPartition final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Aggregation_AggregationPartition* other); @@ -17483,9 +17869,12 @@ class Aggregation_AggregationPartition final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; - bool include_group_by_columns_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; + bool include_group_by_columns_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -17579,9 +17968,11 @@ class Aggregation final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Aggregation& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Aggregation& from); + void MergeFrom( const Aggregation& from) { + Aggregation::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -17590,10 +17981,10 @@ class Aggregation final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Aggregation* other); @@ -17736,18 +18127,21 @@ class Aggregation final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union TypeUnion { - constexpr TypeUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* columns_; - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount* count_; - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* first_row_key_; - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* last_row_key_; - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition* partition_; - } type_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union TypeUnion { + constexpr TypeUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* columns_; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount* count_; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* first_row_key_; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* last_row_key_; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition* partition_; + } type_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -17832,9 +18226,11 @@ class SortDescriptor final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SortDescriptor& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SortDescriptor& from); + void MergeFrom( const SortDescriptor& from) { + SortDescriptor::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -17843,10 +18239,10 @@ class SortDescriptor final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SortDescriptor* other); @@ -17948,10 +18344,13 @@ class SortDescriptor final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; - bool is_absolute_; - int direction_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; + bool is_absolute_; + int direction_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -18036,9 +18435,11 @@ class SortTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SortTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SortTableRequest& from); + void MergeFrom( const SortTableRequest& from) { + SortTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -18047,10 +18448,10 @@ class SortTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SortTableRequest* other); @@ -18140,10 +18541,13 @@ class SortTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::SortDescriptor > sorts_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::SortDescriptor > sorts_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -18228,9 +18632,11 @@ class FilterTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FilterTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FilterTableRequest& from); + void MergeFrom( const FilterTableRequest& from) { + FilterTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -18239,10 +18645,10 @@ class FilterTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FilterTableRequest* other); @@ -18332,10 +18738,13 @@ class FilterTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition > filters_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition > filters_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -18420,9 +18829,11 @@ class SeekRowRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SeekRowRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SeekRowRequest& from); + void MergeFrom( const SeekRowRequest& from) { + SeekRowRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -18431,10 +18842,10 @@ class SeekRowRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SeekRowRequest* other); @@ -18560,14 +18971,17 @@ class SeekRowRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; - ::io::deephaven::proto::backplane::grpc::Ticket* source_id_; - ::io::deephaven::proto::backplane::grpc::Literal* seek_value_; - int64_t starting_row_; - bool insensitive_; - bool contains_; - bool is_backward_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; + ::io::deephaven::proto::backplane::grpc::Ticket* source_id_; + ::io::deephaven::proto::backplane::grpc::Literal* seek_value_; + int64_t starting_row_; + bool insensitive_; + bool contains_; + bool is_backward_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -18652,9 +19066,11 @@ class SeekRowResponse final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SeekRowResponse& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SeekRowResponse& from); + void MergeFrom( const SeekRowResponse& from) { + SeekRowResponse::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -18663,10 +19079,10 @@ class SeekRowResponse final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SeekRowResponse* other); @@ -18709,8 +19125,11 @@ class SeekRowResponse final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - int64_t result_row_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + int64_t result_row_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -18795,9 +19214,11 @@ class Reference final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Reference& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Reference& from); + void MergeFrom( const Reference& from) { + Reference::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -18806,10 +19227,10 @@ class Reference final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Reference* other); @@ -18857,8 +19278,11 @@ class Reference final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -18952,9 +19376,11 @@ class Literal final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Literal& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Literal& from); + void MergeFrom( const Literal& from) { + Literal::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -18963,10 +19389,10 @@ class Literal final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Literal* other); @@ -19084,18 +19510,21 @@ class Literal final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union ValueUnion { - constexpr ValueUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr string_value_; - double double_value_; - bool bool_value_; - int64_t long_value_; - int64_t nano_time_value_; - } value_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union ValueUnion { + constexpr ValueUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr string_value_; + double double_value_; + bool bool_value_; + int64_t long_value_; + int64_t nano_time_value_; + } value_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -19186,9 +19615,11 @@ class Value final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Value& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Value& from); + void MergeFrom( const Value& from) { + Value::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -19197,10 +19628,10 @@ class Value final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Value* other); @@ -19278,15 +19709,18 @@ class Value final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union DataUnion { - constexpr DataUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::Reference* reference_; - ::io::deephaven::proto::backplane::grpc::Literal* literal_; - } data_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union DataUnion { + constexpr DataUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::Reference* reference_; + ::io::deephaven::proto::backplane::grpc::Literal* literal_; + } data_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -19385,9 +19819,11 @@ class Condition final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Condition& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Condition& from); + void MergeFrom( const Condition& from) { + Condition::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -19396,10 +19832,10 @@ class Condition final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Condition* other); @@ -19637,23 +20073,26 @@ class Condition final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union DataUnion { - constexpr DataUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::AndCondition* and__; - ::io::deephaven::proto::backplane::grpc::OrCondition* or__; - ::io::deephaven::proto::backplane::grpc::NotCondition* not__; - ::io::deephaven::proto::backplane::grpc::CompareCondition* compare_; - ::io::deephaven::proto::backplane::grpc::InCondition* in_; - ::io::deephaven::proto::backplane::grpc::InvokeCondition* invoke_; - ::io::deephaven::proto::backplane::grpc::IsNullCondition* is_null_; - ::io::deephaven::proto::backplane::grpc::MatchesCondition* matches_; - ::io::deephaven::proto::backplane::grpc::ContainsCondition* contains_; - ::io::deephaven::proto::backplane::grpc::SearchCondition* search_; - } data_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union DataUnion { + constexpr DataUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::AndCondition* and__; + ::io::deephaven::proto::backplane::grpc::OrCondition* or__; + ::io::deephaven::proto::backplane::grpc::NotCondition* not__; + ::io::deephaven::proto::backplane::grpc::CompareCondition* compare_; + ::io::deephaven::proto::backplane::grpc::InCondition* in_; + ::io::deephaven::proto::backplane::grpc::InvokeCondition* invoke_; + ::io::deephaven::proto::backplane::grpc::IsNullCondition* is_null_; + ::io::deephaven::proto::backplane::grpc::MatchesCondition* matches_; + ::io::deephaven::proto::backplane::grpc::ContainsCondition* contains_; + ::io::deephaven::proto::backplane::grpc::SearchCondition* search_; + } data_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -19738,9 +20177,11 @@ class AndCondition final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const AndCondition& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const AndCondition& from); + void MergeFrom( const AndCondition& from) { + AndCondition::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -19749,10 +20190,10 @@ class AndCondition final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(AndCondition* other); @@ -19804,8 +20245,11 @@ class AndCondition final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition > filters_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition > filters_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -19890,9 +20334,11 @@ class OrCondition final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const OrCondition& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const OrCondition& from); + void MergeFrom( const OrCondition& from) { + OrCondition::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -19901,10 +20347,10 @@ class OrCondition final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(OrCondition* other); @@ -19956,8 +20402,11 @@ class OrCondition final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition > filters_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition > filters_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -20042,9 +20491,11 @@ class NotCondition final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const NotCondition& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const NotCondition& from); + void MergeFrom( const NotCondition& from) { + NotCondition::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -20053,10 +20504,10 @@ class NotCondition final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(NotCondition* other); @@ -20108,8 +20559,11 @@ class NotCondition final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Condition* filter_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Condition* filter_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -20194,9 +20648,11 @@ class CompareCondition final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const CompareCondition& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CompareCondition& from); + void MergeFrom( const CompareCondition& from) { + CompareCondition::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -20205,10 +20661,10 @@ class CompareCondition final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(CompareCondition* other); @@ -20337,11 +20793,14 @@ class CompareCondition final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Value* lhs_; - ::io::deephaven::proto::backplane::grpc::Value* rhs_; - int operation_; - int case_sensitivity_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Value* lhs_; + ::io::deephaven::proto::backplane::grpc::Value* rhs_; + int operation_; + int case_sensitivity_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -20426,9 +20885,11 @@ class InCondition final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const InCondition& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const InCondition& from); + void MergeFrom( const InCondition& from) { + InCondition::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -20437,10 +20898,10 @@ class InCondition final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(InCondition* other); @@ -20531,11 +20992,14 @@ class InCondition final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Value > candidates_; - ::io::deephaven::proto::backplane::grpc::Value* target_; - int case_sensitivity_; - int match_type_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Value > candidates_; + ::io::deephaven::proto::backplane::grpc::Value* target_; + int case_sensitivity_; + int match_type_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -20620,9 +21084,11 @@ class InvokeCondition final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const InvokeCondition& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const InvokeCondition& from); + void MergeFrom( const InvokeCondition& from) { + InvokeCondition::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -20631,10 +21097,10 @@ class InvokeCondition final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(InvokeCondition* other); @@ -20720,10 +21186,13 @@ class InvokeCondition final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Value > arguments_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr method_; - ::io::deephaven::proto::backplane::grpc::Value* target_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Value > arguments_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr method_; + ::io::deephaven::proto::backplane::grpc::Value* target_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -20808,9 +21277,11 @@ class IsNullCondition final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const IsNullCondition& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const IsNullCondition& from); + void MergeFrom( const IsNullCondition& from) { + IsNullCondition::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -20819,10 +21290,10 @@ class IsNullCondition final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(IsNullCondition* other); @@ -20874,8 +21345,11 @@ class IsNullCondition final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Reference* reference_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Reference* reference_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -20960,9 +21434,11 @@ class MatchesCondition final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const MatchesCondition& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const MatchesCondition& from); + void MergeFrom( const MatchesCondition& from) { + MatchesCondition::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -20971,10 +21447,10 @@ class MatchesCondition final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(MatchesCondition* other); @@ -21061,11 +21537,14 @@ class MatchesCondition final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr regex_; - ::io::deephaven::proto::backplane::grpc::Reference* reference_; - int case_sensitivity_; - int match_type_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr regex_; + ::io::deephaven::proto::backplane::grpc::Reference* reference_; + int case_sensitivity_; + int match_type_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -21150,9 +21629,11 @@ class ContainsCondition final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ContainsCondition& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ContainsCondition& from); + void MergeFrom( const ContainsCondition& from) { + ContainsCondition::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -21161,10 +21642,10 @@ class ContainsCondition final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ContainsCondition* other); @@ -21251,11 +21732,14 @@ class ContainsCondition final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr search_string_; - ::io::deephaven::proto::backplane::grpc::Reference* reference_; - int case_sensitivity_; - int match_type_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr search_string_; + ::io::deephaven::proto::backplane::grpc::Reference* reference_; + int case_sensitivity_; + int match_type_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -21340,9 +21824,11 @@ class SearchCondition final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const SearchCondition& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const SearchCondition& from); + void MergeFrom( const SearchCondition& from) { + SearchCondition::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -21351,10 +21837,10 @@ class SearchCondition final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(SearchCondition* other); @@ -21421,9 +21907,12 @@ class SearchCondition final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Reference > optional_references_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr search_string_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Reference > optional_references_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr search_string_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -21508,9 +21997,11 @@ class FlattenRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const FlattenRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const FlattenRequest& from); + void MergeFrom( const FlattenRequest& from) { + FlattenRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -21519,10 +22010,10 @@ class FlattenRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(FlattenRequest* other); @@ -21593,9 +22084,12 @@ class FlattenRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -21680,9 +22174,11 @@ class MetaTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const MetaTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const MetaTableRequest& from); + void MergeFrom( const MetaTableRequest& from) { + MetaTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -21691,10 +22187,10 @@ class MetaTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(MetaTableRequest* other); @@ -21765,9 +22261,12 @@ class MetaTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -21852,9 +22351,11 @@ class RunChartDownsampleRequest_ZoomRange final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const RunChartDownsampleRequest_ZoomRange& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const RunChartDownsampleRequest_ZoomRange& from); + void MergeFrom( const RunChartDownsampleRequest_ZoomRange& from) { + RunChartDownsampleRequest_ZoomRange::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -21863,10 +22364,10 @@ class RunChartDownsampleRequest_ZoomRange final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(RunChartDownsampleRequest_ZoomRange* other); @@ -21927,10 +22428,13 @@ class RunChartDownsampleRequest_ZoomRange final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - int64_t min_date_nanos_; - int64_t max_date_nanos_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + int64_t min_date_nanos_; + int64_t max_date_nanos_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -22015,9 +22519,11 @@ class RunChartDownsampleRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const RunChartDownsampleRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const RunChartDownsampleRequest& from); + void MergeFrom( const RunChartDownsampleRequest& from) { + RunChartDownsampleRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -22026,10 +22532,10 @@ class RunChartDownsampleRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(RunChartDownsampleRequest* other); @@ -22171,13 +22677,16 @@ class RunChartDownsampleRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField y_column_names_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr x_column_name_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* zoom_range_; - int32_t pixel_count_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField y_column_names_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr x_column_name_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* zoom_range_; + int32_t pixel_count_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -22260,11 +22769,11 @@ class CreateInputTableRequest_InputTableKind_InMemoryAppendOnly final : } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyFrom; inline void CopyFrom(const CreateInputTableRequest_InputTableKind_InMemoryAppendOnly& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl(*this, from); } using ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeFrom; void MergeFrom(const CreateInputTableRequest_InputTableKind_InMemoryAppendOnly& from) { - ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(this, from); + ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl(*this, from); } public: @@ -22294,6 +22803,8 @@ class CreateInputTableRequest_InputTableKind_InMemoryAppendOnly final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; + struct Impl_ { + }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -22378,9 +22889,11 @@ class CreateInputTableRequest_InputTableKind_InMemoryKeyBacked final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const CreateInputTableRequest_InputTableKind_InMemoryKeyBacked& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CreateInputTableRequest_InputTableKind_InMemoryKeyBacked& from); + void MergeFrom( const CreateInputTableRequest_InputTableKind_InMemoryKeyBacked& from) { + CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -22389,10 +22902,10 @@ class CreateInputTableRequest_InputTableKind_InMemoryKeyBacked final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(CreateInputTableRequest_InputTableKind_InMemoryKeyBacked* other); @@ -22450,8 +22963,11 @@ class CreateInputTableRequest_InputTableKind_InMemoryKeyBacked final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField key_columns_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField key_columns_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -22542,9 +23058,11 @@ class CreateInputTableRequest_InputTableKind final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const CreateInputTableRequest_InputTableKind& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CreateInputTableRequest_InputTableKind& from); + void MergeFrom( const CreateInputTableRequest_InputTableKind& from) { + CreateInputTableRequest_InputTableKind::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -22553,10 +23071,10 @@ class CreateInputTableRequest_InputTableKind final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(CreateInputTableRequest_InputTableKind* other); @@ -22637,15 +23155,18 @@ class CreateInputTableRequest_InputTableKind final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union KindUnion { - constexpr KindUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly* in_memory_append_only_; - ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked* in_memory_key_backed_; - } kind_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union KindUnion { + constexpr KindUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly* in_memory_append_only_; + ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked* in_memory_key_backed_; + } kind_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -22736,9 +23257,11 @@ class CreateInputTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const CreateInputTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const CreateInputTableRequest& from); + void MergeFrom( const CreateInputTableRequest& from) { + CreateInputTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -22747,10 +23270,10 @@ class CreateInputTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(CreateInputTableRequest* other); @@ -22868,17 +23391,20 @@ class CreateInputTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* kind_; - union DefinitionUnion { - constexpr DefinitionUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_table_id_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr schema_; - } definition_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* kind_; + union DefinitionUnion { + constexpr DefinitionUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_table_id_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr schema_; + } definition_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -22963,9 +23489,11 @@ class WhereInRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const WhereInRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const WhereInRequest& from); + void MergeFrom( const WhereInRequest& from) { + WhereInRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -22974,10 +23502,10 @@ class WhereInRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(WhereInRequest* other); @@ -23102,12 +23630,15 @@ class WhereInRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; - bool inverted_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField columns_to_match_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* left_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* right_id_; + bool inverted_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -23192,9 +23723,11 @@ class ColumnStatisticsRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const ColumnStatisticsRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const ColumnStatisticsRequest& from); + void MergeFrom( const ColumnStatisticsRequest& from) { + ColumnStatisticsRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -23203,10 +23736,10 @@ class ColumnStatisticsRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ColumnStatisticsRequest* other); @@ -23306,12 +23839,15 @@ class ColumnStatisticsRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; - ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; - ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; - int32_t unique_value_limit_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr column_name_; + ::io::deephaven::proto::backplane::grpc::Ticket* result_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* source_id_; + int32_t unique_value_limit_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -23440,9 +23976,11 @@ class BatchTableRequest_Operation final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const BatchTableRequest_Operation& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const BatchTableRequest_Operation& from); + void MergeFrom( const BatchTableRequest_Operation& from) { + BatchTableRequest_Operation::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -23451,10 +23989,10 @@ class BatchTableRequest_Operation final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(BatchTableRequest_Operation* other); @@ -24292,53 +24830,56 @@ class BatchTableRequest_Operation final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - union OpUnion { - constexpr OpUnion() : _constinit_{} {} - ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; - ::io::deephaven::proto::backplane::grpc::EmptyTableRequest* empty_table_; - ::io::deephaven::proto::backplane::grpc::TimeTableRequest* time_table_; - ::io::deephaven::proto::backplane::grpc::DropColumnsRequest* drop_columns_; - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* update_; - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* lazy_update_; - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* view_; - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* update_view_; - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* select_; - ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest* select_distinct_; - ::io::deephaven::proto::backplane::grpc::FilterTableRequest* filter_; - ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest* unstructured_filter_; - ::io::deephaven::proto::backplane::grpc::SortTableRequest* sort_; - ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* head_; - ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* tail_; - ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* head_by_; - ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* tail_by_; - ::io::deephaven::proto::backplane::grpc::UngroupRequest* ungroup_; - ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* merge_; - ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* combo_aggregate_; - ::io::deephaven::proto::backplane::grpc::FlattenRequest* flatten_; - ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* run_chart_downsample_; - ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* cross_join_; - ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* natural_join_; - ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* exact_join_; - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* left_join_; - ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* as_of_join_; - ::io::deephaven::proto::backplane::grpc::FetchTableRequest* fetch_table_; - ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* apply_preview_columns_; - ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* create_input_table_; - ::io::deephaven::proto::backplane::grpc::UpdateByRequest* update_by_; - ::io::deephaven::proto::backplane::grpc::WhereInRequest* where_in_; - ::io::deephaven::proto::backplane::grpc::AggregateAllRequest* aggregate_all_; - ::io::deephaven::proto::backplane::grpc::AggregateRequest* aggregate_; - ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* snapshot_; - ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest* snapshot_when_; - ::io::deephaven::proto::backplane::grpc::MetaTableRequest* meta_table_; - ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest* range_join_; - ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* aj_; - ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* raj_; - ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest* column_statistics_; - } op_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; - uint32_t _oneof_case_[1]; + struct Impl_ { + union OpUnion { + constexpr OpUnion() : _constinit_{} {} + ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized _constinit_; + ::io::deephaven::proto::backplane::grpc::EmptyTableRequest* empty_table_; + ::io::deephaven::proto::backplane::grpc::TimeTableRequest* time_table_; + ::io::deephaven::proto::backplane::grpc::DropColumnsRequest* drop_columns_; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* update_; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* lazy_update_; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* view_; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* update_view_; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* select_; + ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest* select_distinct_; + ::io::deephaven::proto::backplane::grpc::FilterTableRequest* filter_; + ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest* unstructured_filter_; + ::io::deephaven::proto::backplane::grpc::SortTableRequest* sort_; + ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* head_; + ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* tail_; + ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* head_by_; + ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* tail_by_; + ::io::deephaven::proto::backplane::grpc::UngroupRequest* ungroup_; + ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* merge_; + ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* combo_aggregate_; + ::io::deephaven::proto::backplane::grpc::FlattenRequest* flatten_; + ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* run_chart_downsample_; + ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* cross_join_; + ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* natural_join_; + ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* exact_join_; + ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* left_join_; + ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* as_of_join_; + ::io::deephaven::proto::backplane::grpc::FetchTableRequest* fetch_table_; + ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* apply_preview_columns_; + ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* create_input_table_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest* update_by_; + ::io::deephaven::proto::backplane::grpc::WhereInRequest* where_in_; + ::io::deephaven::proto::backplane::grpc::AggregateAllRequest* aggregate_all_; + ::io::deephaven::proto::backplane::grpc::AggregateRequest* aggregate_; + ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* snapshot_; + ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest* snapshot_when_; + ::io::deephaven::proto::backplane::grpc::MetaTableRequest* meta_table_; + ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest* range_join_; + ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* aj_; + ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* raj_; + ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest* column_statistics_; + } op_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + uint32_t _oneof_case_[1]; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // ------------------------------------------------------------------- @@ -24423,9 +24964,11 @@ class BatchTableRequest final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const BatchTableRequest& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const BatchTableRequest& from); + void MergeFrom( const BatchTableRequest& from) { + BatchTableRequest::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -24434,10 +24977,10 @@ class BatchTableRequest final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(BatchTableRequest* other); @@ -24491,8 +25034,11 @@ class BatchTableRequest final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation > ops_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation > ops_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2ftable_2eproto; }; // =================================================================== @@ -24514,17 +25060,17 @@ inline bool TableReference::has_ticket() const { return _internal_has_ticket(); } inline void TableReference::set_has_ticket() { - _oneof_case_[0] = kTicket; + _impl_._oneof_case_[0] = kTicket; } inline ::io::deephaven::proto::backplane::grpc::Ticket* TableReference::release_ticket() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TableReference.ticket) if (_internal_has_ticket()) { clear_has_ref(); - ::io::deephaven::proto::backplane::grpc::Ticket* temp = ref_.ticket_; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.ref_.ticket_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - ref_.ticket_ = nullptr; + _impl_.ref_.ticket_ = nullptr; return temp; } else { return nullptr; @@ -24532,7 +25078,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* TableReference::release_ } inline const ::io::deephaven::proto::backplane::grpc::Ticket& TableReference::_internal_ticket() const { return _internal_has_ticket() - ? *ref_.ticket_ + ? *_impl_.ref_.ticket_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::Ticket&>(::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& TableReference::ticket() const { @@ -24543,8 +25089,8 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* TableReference::unsafe_a // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.TableReference.ticket) if (_internal_has_ticket()) { clear_has_ref(); - ::io::deephaven::proto::backplane::grpc::Ticket* temp = ref_.ticket_; - ref_.ticket_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.ref_.ticket_; + _impl_.ref_.ticket_ = nullptr; return temp; } else { return nullptr; @@ -24554,7 +25100,7 @@ inline void TableReference::unsafe_arena_set_allocated_ticket(::io::deephaven::p clear_ref(); if (ticket) { set_has_ticket(); - ref_.ticket_ = ticket; + _impl_.ref_.ticket_ = ticket; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.TableReference.ticket) } @@ -24562,9 +25108,9 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* TableReference::_interna if (!_internal_has_ticket()) { clear_ref(); set_has_ticket(); - ref_.ticket_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Ticket >(GetArenaForAllocation()); + _impl_.ref_.ticket_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Ticket >(GetArenaForAllocation()); } - return ref_.ticket_; + return _impl_.ref_.ticket_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* TableReference::mutable_ticket() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_ticket(); @@ -24580,17 +25126,17 @@ inline bool TableReference::has_batch_offset() const { return _internal_has_batch_offset(); } inline void TableReference::set_has_batch_offset() { - _oneof_case_[0] = kBatchOffset; + _impl_._oneof_case_[0] = kBatchOffset; } inline void TableReference::clear_batch_offset() { if (_internal_has_batch_offset()) { - ref_.batch_offset_ = 0; + _impl_.ref_.batch_offset_ = 0; clear_has_ref(); } } inline int32_t TableReference::_internal_batch_offset() const { if (_internal_has_batch_offset()) { - return ref_.batch_offset_; + return _impl_.ref_.batch_offset_; } return 0; } @@ -24599,7 +25145,7 @@ inline void TableReference::_internal_set_batch_offset(int32_t value) { clear_ref(); set_has_batch_offset(); } - ref_.batch_offset_ = value; + _impl_.ref_.batch_offset_ = value; } inline int32_t TableReference::batch_offset() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TableReference.batch_offset) @@ -24614,10 +25160,10 @@ inline bool TableReference::has_ref() const { return ref_case() != REF_NOT_SET; } inline void TableReference::clear_has_ref() { - _oneof_case_[0] = REF_NOT_SET; + _impl_._oneof_case_[0] = REF_NOT_SET; } inline TableReference::RefCase TableReference::ref_case() const { - return TableReference::RefCase(_oneof_case_[0]); + return TableReference::RefCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -24625,19 +25171,19 @@ inline TableReference::RefCase TableReference::ref_case() const { // .io.deephaven.proto.backplane.grpc.TableReference result_id = 1; inline bool ExportedTableCreationResponse::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool ExportedTableCreationResponse::has_result_id() const { return _internal_has_result_id(); } inline void ExportedTableCreationResponse::clear_result_id() { - if (GetArenaForAllocation() == nullptr && result_id_ != nullptr) { - delete result_id_; + if (GetArenaForAllocation() == nullptr && _impl_.result_id_ != nullptr) { + delete _impl_.result_id_; } - result_id_ = nullptr; + _impl_.result_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExportedTableCreationResponse::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -24648,9 +25194,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExportedTa inline void ExportedTableCreationResponse::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::TableReference* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -24660,8 +25206,8 @@ inline void ExportedTableCreationResponse::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* ExportedTableCreationResponse::release_result_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -24676,17 +25222,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* ExportedTableCre inline ::io::deephaven::proto::backplane::grpc::TableReference* ExportedTableCreationResponse::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.result_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* ExportedTableCreationResponse::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* ExportedTableCreationResponse::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_result_id(); @@ -24696,7 +25242,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* ExportedTableCre inline void ExportedTableCreationResponse::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::TableReference* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete result_id_; + delete _impl_.result_id_; } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -24709,16 +25255,16 @@ inline void ExportedTableCreationResponse::set_allocated_result_id(::io::deephav } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.result_id) } // bool success = 2; inline void ExportedTableCreationResponse::clear_success() { - success_ = false; + _impl_.success_ = false; } inline bool ExportedTableCreationResponse::_internal_success() const { - return success_; + return _impl_.success_; } inline bool ExportedTableCreationResponse::success() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.success) @@ -24726,7 +25272,7 @@ inline bool ExportedTableCreationResponse::success() const { } inline void ExportedTableCreationResponse::_internal_set_success(bool value) { - success_ = value; + _impl_.success_ = value; } inline void ExportedTableCreationResponse::set_success(bool value) { _internal_set_success(value); @@ -24735,7 +25281,7 @@ inline void ExportedTableCreationResponse::set_success(bool value) { // string error_info = 3; inline void ExportedTableCreationResponse::clear_error_info() { - error_info_.ClearToEmpty(); + _impl_.error_info_.ClearToEmpty(); } inline const std::string& ExportedTableCreationResponse::error_info() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.error_info) @@ -24745,7 +25291,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ExportedTableCreationResponse::set_error_info(ArgT0&& arg0, ArgT... args) { - error_info_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.error_info_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.error_info) } inline std::string* ExportedTableCreationResponse::mutable_error_info() { @@ -24754,19 +25300,19 @@ inline std::string* ExportedTableCreationResponse::mutable_error_info() { return _s; } inline const std::string& ExportedTableCreationResponse::_internal_error_info() const { - return error_info_.Get(); + return _impl_.error_info_.Get(); } inline void ExportedTableCreationResponse::_internal_set_error_info(const std::string& value) { - error_info_.Set(value, GetArenaForAllocation()); + _impl_.error_info_.Set(value, GetArenaForAllocation()); } inline std::string* ExportedTableCreationResponse::_internal_mutable_error_info() { - return error_info_.Mutable(GetArenaForAllocation()); + return _impl_.error_info_.Mutable(GetArenaForAllocation()); } inline std::string* ExportedTableCreationResponse::release_error_info() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.error_info) - return error_info_.Release(); + return _impl_.error_info_.Release(); } inline void ExportedTableCreationResponse::set_allocated_error_info(std::string* error_info) { if (error_info != nullptr) { @@ -24774,10 +25320,10 @@ inline void ExportedTableCreationResponse::set_allocated_error_info(std::string* } else { } - error_info_.SetAllocated(error_info, GetArenaForAllocation()); + _impl_.error_info_.SetAllocated(error_info, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (error_info_.IsDefault()) { - error_info_.Set("", GetArenaForAllocation()); + if (_impl_.error_info_.IsDefault()) { + _impl_.error_info_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.error_info) @@ -24785,7 +25331,7 @@ inline void ExportedTableCreationResponse::set_allocated_error_info(std::string* // bytes schema_header = 4; inline void ExportedTableCreationResponse::clear_schema_header() { - schema_header_.ClearToEmpty(); + _impl_.schema_header_.ClearToEmpty(); } inline const std::string& ExportedTableCreationResponse::schema_header() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.schema_header) @@ -24795,7 +25341,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ExportedTableCreationResponse::set_schema_header(ArgT0&& arg0, ArgT... args) { - schema_header_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.schema_header_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.schema_header) } inline std::string* ExportedTableCreationResponse::mutable_schema_header() { @@ -24804,19 +25350,19 @@ inline std::string* ExportedTableCreationResponse::mutable_schema_header() { return _s; } inline const std::string& ExportedTableCreationResponse::_internal_schema_header() const { - return schema_header_.Get(); + return _impl_.schema_header_.Get(); } inline void ExportedTableCreationResponse::_internal_set_schema_header(const std::string& value) { - schema_header_.Set(value, GetArenaForAllocation()); + _impl_.schema_header_.Set(value, GetArenaForAllocation()); } inline std::string* ExportedTableCreationResponse::_internal_mutable_schema_header() { - return schema_header_.Mutable(GetArenaForAllocation()); + return _impl_.schema_header_.Mutable(GetArenaForAllocation()); } inline std::string* ExportedTableCreationResponse::release_schema_header() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.schema_header) - return schema_header_.Release(); + return _impl_.schema_header_.Release(); } inline void ExportedTableCreationResponse::set_allocated_schema_header(std::string* schema_header) { if (schema_header != nullptr) { @@ -24824,10 +25370,10 @@ inline void ExportedTableCreationResponse::set_allocated_schema_header(std::stri } else { } - schema_header_.SetAllocated(schema_header, GetArenaForAllocation()); + _impl_.schema_header_.SetAllocated(schema_header, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (schema_header_.IsDefault()) { - schema_header_.Set("", GetArenaForAllocation()); + if (_impl_.schema_header_.IsDefault()) { + _impl_.schema_header_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.schema_header) @@ -24835,10 +25381,10 @@ inline void ExportedTableCreationResponse::set_allocated_schema_header(std::stri // bool is_static = 5; inline void ExportedTableCreationResponse::clear_is_static() { - is_static_ = false; + _impl_.is_static_ = false; } inline bool ExportedTableCreationResponse::_internal_is_static() const { - return is_static_; + return _impl_.is_static_; } inline bool ExportedTableCreationResponse::is_static() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.is_static) @@ -24846,7 +25392,7 @@ inline bool ExportedTableCreationResponse::is_static() const { } inline void ExportedTableCreationResponse::_internal_set_is_static(bool value) { - is_static_ = value; + _impl_.is_static_ = value; } inline void ExportedTableCreationResponse::set_is_static(bool value) { _internal_set_is_static(value); @@ -24855,10 +25401,10 @@ inline void ExportedTableCreationResponse::set_is_static(bool value) { // sint64 size = 6 [jstype = JS_STRING]; inline void ExportedTableCreationResponse::clear_size() { - size_ = int64_t{0}; + _impl_.size_ = int64_t{0}; } inline int64_t ExportedTableCreationResponse::_internal_size() const { - return size_; + return _impl_.size_; } inline int64_t ExportedTableCreationResponse::size() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExportedTableCreationResponse.size) @@ -24866,7 +25412,7 @@ inline int64_t ExportedTableCreationResponse::size() const { } inline void ExportedTableCreationResponse::_internal_set_size(int64_t value) { - size_ = value; + _impl_.size_ = value; } inline void ExportedTableCreationResponse::set_size(int64_t value) { _internal_set_size(value); @@ -24879,19 +25425,19 @@ inline void ExportedTableCreationResponse::set_size(int64_t value) { // .io.deephaven.proto.backplane.grpc.TableReference source_id = 1; inline bool FetchTableRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool FetchTableRequest::has_source_id() const { return _internal_has_source_id(); } inline void FetchTableRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& FetchTableRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -24902,9 +25448,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& FetchTable inline void FetchTableRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -24914,8 +25460,8 @@ inline void FetchTableRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* FetchTableRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -24930,17 +25476,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* FetchTableReques inline ::io::deephaven::proto::backplane::grpc::TableReference* FetchTableRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FetchTableRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* FetchTableRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* FetchTableRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -24950,7 +25496,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* FetchTableReques inline void FetchTableRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -24963,19 +25509,19 @@ inline void FetchTableRequest::set_allocated_source_id(::io::deephaven::proto::b } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FetchTableRequest.source_id) } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 2; inline bool FetchTableRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool FetchTableRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& FetchTableRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -24986,9 +25532,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& FetchTableRequest: inline void FetchTableRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -24998,8 +25544,8 @@ inline void FetchTableRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* FetchTableRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -25014,17 +25560,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* FetchTableRequest::relea inline ::io::deephaven::proto::backplane::grpc::Ticket* FetchTableRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FetchTableRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* FetchTableRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* FetchTableRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -25034,7 +25580,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* FetchTableRequest::mutab inline void FetchTableRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -25048,7 +25594,7 @@ inline void FetchTableRequest::set_allocated_result_id(::io::deephaven::proto::b } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FetchTableRequest.result_id) } @@ -25058,19 +25604,19 @@ inline void FetchTableRequest::set_allocated_result_id(::io::deephaven::proto::b // .io.deephaven.proto.backplane.grpc.TableReference source_id = 1; inline bool ApplyPreviewColumnsRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool ApplyPreviewColumnsRequest::has_source_id() const { return _internal_has_source_id(); } inline void ApplyPreviewColumnsRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& ApplyPreviewColumnsRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -25081,9 +25627,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& ApplyPrevi inline void ApplyPreviewColumnsRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -25093,8 +25639,8 @@ inline void ApplyPreviewColumnsRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* ApplyPreviewColumnsRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -25109,17 +25655,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* ApplyPreviewColu inline ::io::deephaven::proto::backplane::grpc::TableReference* ApplyPreviewColumnsRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* ApplyPreviewColumnsRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* ApplyPreviewColumnsRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -25129,7 +25675,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* ApplyPreviewColu inline void ApplyPreviewColumnsRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -25142,19 +25688,19 @@ inline void ApplyPreviewColumnsRequest::set_allocated_source_id(::io::deephaven: } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest.source_id) } // .io.deephaven.proto.backplane.grpc.Ticket result_id = 2; inline bool ApplyPreviewColumnsRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool ApplyPreviewColumnsRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& ApplyPreviewColumnsRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -25165,9 +25711,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& ApplyPreviewColumn inline void ApplyPreviewColumnsRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -25177,8 +25723,8 @@ inline void ApplyPreviewColumnsRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* ApplyPreviewColumnsRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -25193,17 +25739,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ApplyPreviewColumnsReque inline ::io::deephaven::proto::backplane::grpc::Ticket* ApplyPreviewColumnsRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ApplyPreviewColumnsRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ApplyPreviewColumnsRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -25213,7 +25759,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ApplyPreviewColumnsReque inline void ApplyPreviewColumnsRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -25227,7 +25773,7 @@ inline void ApplyPreviewColumnsRequest::set_allocated_result_id(::io::deephaven: } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ApplyPreviewColumnsRequest.result_id) } @@ -25241,13 +25787,13 @@ inline void ApplyPreviewColumnsRequest::set_allocated_result_id(::io::deephaven: // .io.deephaven.proto.backplane.grpc.Ticket export_id = 1; inline bool ExportedTableUpdateMessage::_internal_has_export_id() const { - return this != internal_default_instance() && export_id_ != nullptr; + return this != internal_default_instance() && _impl_.export_id_ != nullptr; } inline bool ExportedTableUpdateMessage::has_export_id() const { return _internal_has_export_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExportedTableUpdateMessage::_internal_export_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = export_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.export_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -25258,9 +25804,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExportedTableUpdat inline void ExportedTableUpdateMessage::unsafe_arena_set_allocated_export_id( ::io::deephaven::proto::backplane::grpc::Ticket* export_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(export_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.export_id_); } - export_id_ = export_id; + _impl_.export_id_ = export_id; if (export_id) { } else { @@ -25270,8 +25816,8 @@ inline void ExportedTableUpdateMessage::unsafe_arena_set_allocated_export_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportedTableUpdateMessage::release_export_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = export_id_; - export_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.export_id_; + _impl_.export_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -25286,17 +25832,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportedTableUpdateMessa inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportedTableUpdateMessage::unsafe_arena_release_export_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExportedTableUpdateMessage.export_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = export_id_; - export_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.export_id_; + _impl_.export_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportedTableUpdateMessage::_internal_mutable_export_id() { - if (export_id_ == nullptr) { + if (_impl_.export_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - export_id_ = p; + _impl_.export_id_ = p; } - return export_id_; + return _impl_.export_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportedTableUpdateMessage::mutable_export_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_export_id(); @@ -25306,7 +25852,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ExportedTableUpdateMessa inline void ExportedTableUpdateMessage::set_allocated_export_id(::io::deephaven::proto::backplane::grpc::Ticket* export_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(export_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.export_id_); } if (export_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -25320,16 +25866,16 @@ inline void ExportedTableUpdateMessage::set_allocated_export_id(::io::deephaven: } else { } - export_id_ = export_id; + _impl_.export_id_ = export_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExportedTableUpdateMessage.export_id) } // sint64 size = 2 [jstype = JS_STRING]; inline void ExportedTableUpdateMessage::clear_size() { - size_ = int64_t{0}; + _impl_.size_ = int64_t{0}; } inline int64_t ExportedTableUpdateMessage::_internal_size() const { - return size_; + return _impl_.size_; } inline int64_t ExportedTableUpdateMessage::size() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExportedTableUpdateMessage.size) @@ -25337,7 +25883,7 @@ inline int64_t ExportedTableUpdateMessage::size() const { } inline void ExportedTableUpdateMessage::_internal_set_size(int64_t value) { - size_ = value; + _impl_.size_ = value; } inline void ExportedTableUpdateMessage::set_size(int64_t value) { _internal_set_size(value); @@ -25346,7 +25892,7 @@ inline void ExportedTableUpdateMessage::set_size(int64_t value) { // string update_failure_message = 3; inline void ExportedTableUpdateMessage::clear_update_failure_message() { - update_failure_message_.ClearToEmpty(); + _impl_.update_failure_message_.ClearToEmpty(); } inline const std::string& ExportedTableUpdateMessage::update_failure_message() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExportedTableUpdateMessage.update_failure_message) @@ -25356,7 +25902,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ExportedTableUpdateMessage::set_update_failure_message(ArgT0&& arg0, ArgT... args) { - update_failure_message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.update_failure_message_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExportedTableUpdateMessage.update_failure_message) } inline std::string* ExportedTableUpdateMessage::mutable_update_failure_message() { @@ -25365,19 +25911,19 @@ inline std::string* ExportedTableUpdateMessage::mutable_update_failure_message() return _s; } inline const std::string& ExportedTableUpdateMessage::_internal_update_failure_message() const { - return update_failure_message_.Get(); + return _impl_.update_failure_message_.Get(); } inline void ExportedTableUpdateMessage::_internal_set_update_failure_message(const std::string& value) { - update_failure_message_.Set(value, GetArenaForAllocation()); + _impl_.update_failure_message_.Set(value, GetArenaForAllocation()); } inline std::string* ExportedTableUpdateMessage::_internal_mutable_update_failure_message() { - return update_failure_message_.Mutable(GetArenaForAllocation()); + return _impl_.update_failure_message_.Mutable(GetArenaForAllocation()); } inline std::string* ExportedTableUpdateMessage::release_update_failure_message() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExportedTableUpdateMessage.update_failure_message) - return update_failure_message_.Release(); + return _impl_.update_failure_message_.Release(); } inline void ExportedTableUpdateMessage::set_allocated_update_failure_message(std::string* update_failure_message) { if (update_failure_message != nullptr) { @@ -25385,10 +25931,10 @@ inline void ExportedTableUpdateMessage::set_allocated_update_failure_message(std } else { } - update_failure_message_.SetAllocated(update_failure_message, GetArenaForAllocation()); + _impl_.update_failure_message_.SetAllocated(update_failure_message, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (update_failure_message_.IsDefault()) { - update_failure_message_.Set("", GetArenaForAllocation()); + if (_impl_.update_failure_message_.IsDefault()) { + _impl_.update_failure_message_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExportedTableUpdateMessage.update_failure_message) @@ -25400,13 +25946,13 @@ inline void ExportedTableUpdateMessage::set_allocated_update_failure_message(std // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool EmptyTableRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool EmptyTableRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& EmptyTableRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -25417,9 +25963,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& EmptyTableRequest: inline void EmptyTableRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -25429,8 +25975,8 @@ inline void EmptyTableRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* EmptyTableRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -25445,17 +25991,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* EmptyTableRequest::relea inline ::io::deephaven::proto::backplane::grpc::Ticket* EmptyTableRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.EmptyTableRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* EmptyTableRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* EmptyTableRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -25465,7 +26011,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* EmptyTableRequest::mutab inline void EmptyTableRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -25479,16 +26025,16 @@ inline void EmptyTableRequest::set_allocated_result_id(::io::deephaven::proto::b } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.EmptyTableRequest.result_id) } // sint64 size = 2 [jstype = JS_STRING]; inline void EmptyTableRequest::clear_size() { - size_ = int64_t{0}; + _impl_.size_ = int64_t{0}; } inline int64_t EmptyTableRequest::_internal_size() const { - return size_; + return _impl_.size_; } inline int64_t EmptyTableRequest::size() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.EmptyTableRequest.size) @@ -25496,7 +26042,7 @@ inline int64_t EmptyTableRequest::size() const { } inline void EmptyTableRequest::_internal_set_size(int64_t value) { - size_ = value; + _impl_.size_ = value; } inline void EmptyTableRequest::set_size(int64_t value) { _internal_set_size(value); @@ -25509,13 +26055,13 @@ inline void EmptyTableRequest::set_size(int64_t value) { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool TimeTableRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool TimeTableRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& TimeTableRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -25526,9 +26072,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& TimeTableRequest:: inline void TimeTableRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -25538,8 +26084,8 @@ inline void TimeTableRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* TimeTableRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -25554,17 +26100,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* TimeTableRequest::releas inline ::io::deephaven::proto::backplane::grpc::Ticket* TimeTableRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TimeTableRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* TimeTableRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* TimeTableRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -25574,7 +26120,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* TimeTableRequest::mutabl inline void TimeTableRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -25588,7 +26134,7 @@ inline void TimeTableRequest::set_allocated_result_id(::io::deephaven::proto::ba } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TimeTableRequest.result_id) } @@ -25600,17 +26146,17 @@ inline bool TimeTableRequest::has_start_time_nanos() const { return _internal_has_start_time_nanos(); } inline void TimeTableRequest::set_has_start_time_nanos() { - _oneof_case_[0] = kStartTimeNanos; + _impl_._oneof_case_[0] = kStartTimeNanos; } inline void TimeTableRequest::clear_start_time_nanos() { if (_internal_has_start_time_nanos()) { - start_time_.start_time_nanos_ = int64_t{0}; + _impl_.start_time_.start_time_nanos_ = int64_t{0}; clear_has_start_time(); } } inline int64_t TimeTableRequest::_internal_start_time_nanos() const { if (_internal_has_start_time_nanos()) { - return start_time_.start_time_nanos_; + return _impl_.start_time_.start_time_nanos_; } return int64_t{0}; } @@ -25619,7 +26165,7 @@ inline void TimeTableRequest::_internal_set_start_time_nanos(int64_t value) { clear_start_time(); set_has_start_time_nanos(); } - start_time_.start_time_nanos_ = value; + _impl_.start_time_.start_time_nanos_ = value; } inline int64_t TimeTableRequest::start_time_nanos() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TimeTableRequest.start_time_nanos) @@ -25638,11 +26184,11 @@ inline bool TimeTableRequest::has_start_time_string() const { return _internal_has_start_time_string(); } inline void TimeTableRequest::set_has_start_time_string() { - _oneof_case_[0] = kStartTimeString; + _impl_._oneof_case_[0] = kStartTimeString; } inline void TimeTableRequest::clear_start_time_string() { if (_internal_has_start_time_string()) { - start_time_.start_time_string_.Destroy(); + _impl_.start_time_.start_time_string_.Destroy(); clear_has_start_time(); } } @@ -25655,9 +26201,9 @@ inline void TimeTableRequest::set_start_time_string(ArgT0&& arg0, ArgT... args) if (!_internal_has_start_time_string()) { clear_start_time(); set_has_start_time_string(); - start_time_.start_time_string_.InitDefault(); + _impl_.start_time_.start_time_string_.InitDefault(); } - start_time_.start_time_string_.Set( static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.start_time_.start_time_string_.Set( static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.TimeTableRequest.start_time_string) } inline std::string* TimeTableRequest::mutable_start_time_string() { @@ -25667,7 +26213,7 @@ inline std::string* TimeTableRequest::mutable_start_time_string() { } inline const std::string& TimeTableRequest::_internal_start_time_string() const { if (_internal_has_start_time_string()) { - return start_time_.start_time_string_.Get(); + return _impl_.start_time_.start_time_string_.Get(); } return ::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(); } @@ -25675,23 +26221,23 @@ inline void TimeTableRequest::_internal_set_start_time_string(const std::string& if (!_internal_has_start_time_string()) { clear_start_time(); set_has_start_time_string(); - start_time_.start_time_string_.InitDefault(); + _impl_.start_time_.start_time_string_.InitDefault(); } - start_time_.start_time_string_.Set(value, GetArenaForAllocation()); + _impl_.start_time_.start_time_string_.Set(value, GetArenaForAllocation()); } inline std::string* TimeTableRequest::_internal_mutable_start_time_string() { if (!_internal_has_start_time_string()) { clear_start_time(); set_has_start_time_string(); - start_time_.start_time_string_.InitDefault(); + _impl_.start_time_.start_time_string_.InitDefault(); } - return start_time_.start_time_string_.Mutable( GetArenaForAllocation()); + return _impl_.start_time_.start_time_string_.Mutable( GetArenaForAllocation()); } inline std::string* TimeTableRequest::release_start_time_string() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TimeTableRequest.start_time_string) if (_internal_has_start_time_string()) { clear_has_start_time(); - return start_time_.start_time_string_.Release(); + return _impl_.start_time_.start_time_string_.Release(); } else { return nullptr; } @@ -25702,7 +26248,7 @@ inline void TimeTableRequest::set_allocated_start_time_string(std::string* start } if (start_time_string != nullptr) { set_has_start_time_string(); - start_time_.start_time_string_.InitAllocated(start_time_string, GetArenaForAllocation()); + _impl_.start_time_.start_time_string_.InitAllocated(start_time_string, GetArenaForAllocation()); } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TimeTableRequest.start_time_string) } @@ -25715,17 +26261,17 @@ inline bool TimeTableRequest::has_period_nanos() const { return _internal_has_period_nanos(); } inline void TimeTableRequest::set_has_period_nanos() { - _oneof_case_[1] = kPeriodNanos; + _impl_._oneof_case_[1] = kPeriodNanos; } inline void TimeTableRequest::clear_period_nanos() { if (_internal_has_period_nanos()) { - period_.period_nanos_ = int64_t{0}; + _impl_.period_.period_nanos_ = int64_t{0}; clear_has_period(); } } inline int64_t TimeTableRequest::_internal_period_nanos() const { if (_internal_has_period_nanos()) { - return period_.period_nanos_; + return _impl_.period_.period_nanos_; } return int64_t{0}; } @@ -25734,7 +26280,7 @@ inline void TimeTableRequest::_internal_set_period_nanos(int64_t value) { clear_period(); set_has_period_nanos(); } - period_.period_nanos_ = value; + _impl_.period_.period_nanos_ = value; } inline int64_t TimeTableRequest::period_nanos() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TimeTableRequest.period_nanos) @@ -25753,11 +26299,11 @@ inline bool TimeTableRequest::has_period_string() const { return _internal_has_period_string(); } inline void TimeTableRequest::set_has_period_string() { - _oneof_case_[1] = kPeriodString; + _impl_._oneof_case_[1] = kPeriodString; } inline void TimeTableRequest::clear_period_string() { if (_internal_has_period_string()) { - period_.period_string_.Destroy(); + _impl_.period_.period_string_.Destroy(); clear_has_period(); } } @@ -25770,9 +26316,9 @@ inline void TimeTableRequest::set_period_string(ArgT0&& arg0, ArgT... args) { if (!_internal_has_period_string()) { clear_period(); set_has_period_string(); - period_.period_string_.InitDefault(); + _impl_.period_.period_string_.InitDefault(); } - period_.period_string_.Set( static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.period_.period_string_.Set( static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.TimeTableRequest.period_string) } inline std::string* TimeTableRequest::mutable_period_string() { @@ -25782,7 +26328,7 @@ inline std::string* TimeTableRequest::mutable_period_string() { } inline const std::string& TimeTableRequest::_internal_period_string() const { if (_internal_has_period_string()) { - return period_.period_string_.Get(); + return _impl_.period_.period_string_.Get(); } return ::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(); } @@ -25790,23 +26336,23 @@ inline void TimeTableRequest::_internal_set_period_string(const std::string& val if (!_internal_has_period_string()) { clear_period(); set_has_period_string(); - period_.period_string_.InitDefault(); + _impl_.period_.period_string_.InitDefault(); } - period_.period_string_.Set(value, GetArenaForAllocation()); + _impl_.period_.period_string_.Set(value, GetArenaForAllocation()); } inline std::string* TimeTableRequest::_internal_mutable_period_string() { if (!_internal_has_period_string()) { clear_period(); set_has_period_string(); - period_.period_string_.InitDefault(); + _impl_.period_.period_string_.InitDefault(); } - return period_.period_string_.Mutable( GetArenaForAllocation()); + return _impl_.period_.period_string_.Mutable( GetArenaForAllocation()); } inline std::string* TimeTableRequest::release_period_string() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TimeTableRequest.period_string) if (_internal_has_period_string()) { clear_has_period(); - return period_.period_string_.Release(); + return _impl_.period_.period_string_.Release(); } else { return nullptr; } @@ -25817,17 +26363,17 @@ inline void TimeTableRequest::set_allocated_period_string(std::string* period_st } if (period_string != nullptr) { set_has_period_string(); - period_.period_string_.InitAllocated(period_string, GetArenaForAllocation()); + _impl_.period_.period_string_.InitAllocated(period_string, GetArenaForAllocation()); } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TimeTableRequest.period_string) } // bool blink_table = 4; inline void TimeTableRequest::clear_blink_table() { - blink_table_ = false; + _impl_.blink_table_ = false; } inline bool TimeTableRequest::_internal_blink_table() const { - return blink_table_; + return _impl_.blink_table_; } inline bool TimeTableRequest::blink_table() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TimeTableRequest.blink_table) @@ -25835,7 +26381,7 @@ inline bool TimeTableRequest::blink_table() const { } inline void TimeTableRequest::_internal_set_blink_table(bool value) { - blink_table_ = value; + _impl_.blink_table_ = value; } inline void TimeTableRequest::set_blink_table(bool value) { _internal_set_blink_table(value); @@ -25846,19 +26392,19 @@ inline bool TimeTableRequest::has_start_time() const { return start_time_case() != START_TIME_NOT_SET; } inline void TimeTableRequest::clear_has_start_time() { - _oneof_case_[0] = START_TIME_NOT_SET; + _impl_._oneof_case_[0] = START_TIME_NOT_SET; } inline bool TimeTableRequest::has_period() const { return period_case() != PERIOD_NOT_SET; } inline void TimeTableRequest::clear_has_period() { - _oneof_case_[1] = PERIOD_NOT_SET; + _impl_._oneof_case_[1] = PERIOD_NOT_SET; } inline TimeTableRequest::StartTimeCase TimeTableRequest::start_time_case() const { - return TimeTableRequest::StartTimeCase(_oneof_case_[0]); + return TimeTableRequest::StartTimeCase(_impl_._oneof_case_[0]); } inline TimeTableRequest::PeriodCase TimeTableRequest::period_case() const { - return TimeTableRequest::PeriodCase(_oneof_case_[1]); + return TimeTableRequest::PeriodCase(_impl_._oneof_case_[1]); } // ------------------------------------------------------------------- @@ -25866,13 +26412,13 @@ inline TimeTableRequest::PeriodCase TimeTableRequest::period_case() const { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool SelectOrUpdateRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool SelectOrUpdateRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& SelectOrUpdateRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -25883,9 +26429,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& SelectOrUpdateRequ inline void SelectOrUpdateRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -25895,8 +26441,8 @@ inline void SelectOrUpdateRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* SelectOrUpdateRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -25911,17 +26457,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* SelectOrUpdateRequest::r inline ::io::deephaven::proto::backplane::grpc::Ticket* SelectOrUpdateRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* SelectOrUpdateRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* SelectOrUpdateRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -25931,7 +26477,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* SelectOrUpdateRequest::m inline void SelectOrUpdateRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -25945,25 +26491,25 @@ inline void SelectOrUpdateRequest::set_allocated_result_id(::io::deephaven::prot } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool SelectOrUpdateRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool SelectOrUpdateRequest::has_source_id() const { return _internal_has_source_id(); } inline void SelectOrUpdateRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& SelectOrUpdateRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -25974,9 +26520,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& SelectOrUp inline void SelectOrUpdateRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -25986,8 +26532,8 @@ inline void SelectOrUpdateRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* SelectOrUpdateRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -26002,17 +26548,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* SelectOrUpdateRe inline ::io::deephaven::proto::backplane::grpc::TableReference* SelectOrUpdateRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* SelectOrUpdateRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* SelectOrUpdateRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -26022,7 +26568,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* SelectOrUpdateRe inline void SelectOrUpdateRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -26035,19 +26581,19 @@ inline void SelectOrUpdateRequest::set_allocated_source_id(::io::deephaven::prot } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.source_id) } // repeated string column_specs = 3; inline int SelectOrUpdateRequest::_internal_column_specs_size() const { - return column_specs_.size(); + return _impl_.column_specs_.size(); } inline int SelectOrUpdateRequest::column_specs_size() const { return _internal_column_specs_size(); } inline void SelectOrUpdateRequest::clear_column_specs() { - column_specs_.Clear(); + _impl_.column_specs_.Clear(); } inline std::string* SelectOrUpdateRequest::add_column_specs() { std::string* _s = _internal_add_column_specs(); @@ -26055,7 +26601,7 @@ inline std::string* SelectOrUpdateRequest::add_column_specs() { return _s; } inline const std::string& SelectOrUpdateRequest::_internal_column_specs(int index) const { - return column_specs_.Get(index); + return _impl_.column_specs_.Get(index); } inline const std::string& SelectOrUpdateRequest::column_specs(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.column_specs) @@ -26063,55 +26609,55 @@ inline const std::string& SelectOrUpdateRequest::column_specs(int index) const { } inline std::string* SelectOrUpdateRequest::mutable_column_specs(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.column_specs) - return column_specs_.Mutable(index); + return _impl_.column_specs_.Mutable(index); } inline void SelectOrUpdateRequest::set_column_specs(int index, const std::string& value) { - column_specs_.Mutable(index)->assign(value); + _impl_.column_specs_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.column_specs) } inline void SelectOrUpdateRequest::set_column_specs(int index, std::string&& value) { - column_specs_.Mutable(index)->assign(std::move(value)); + _impl_.column_specs_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.column_specs) } inline void SelectOrUpdateRequest::set_column_specs(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - column_specs_.Mutable(index)->assign(value); + _impl_.column_specs_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.column_specs) } inline void SelectOrUpdateRequest::set_column_specs(int index, const char* value, size_t size) { - column_specs_.Mutable(index)->assign( + _impl_.column_specs_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.column_specs) } inline std::string* SelectOrUpdateRequest::_internal_add_column_specs() { - return column_specs_.Add(); + return _impl_.column_specs_.Add(); } inline void SelectOrUpdateRequest::add_column_specs(const std::string& value) { - column_specs_.Add()->assign(value); + _impl_.column_specs_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.column_specs) } inline void SelectOrUpdateRequest::add_column_specs(std::string&& value) { - column_specs_.Add(std::move(value)); + _impl_.column_specs_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.column_specs) } inline void SelectOrUpdateRequest::add_column_specs(const char* value) { GOOGLE_DCHECK(value != nullptr); - column_specs_.Add()->assign(value); + _impl_.column_specs_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.column_specs) } inline void SelectOrUpdateRequest::add_column_specs(const char* value, size_t size) { - column_specs_.Add()->assign(reinterpret_cast(value), size); + _impl_.column_specs_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.column_specs) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& SelectOrUpdateRequest::column_specs() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.column_specs) - return column_specs_; + return _impl_.column_specs_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* SelectOrUpdateRequest::mutable_column_specs() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.SelectOrUpdateRequest.column_specs) - return &column_specs_; + return &_impl_.column_specs_; } // ------------------------------------------------------------------- @@ -26120,10 +26666,10 @@ SelectOrUpdateRequest::mutable_column_specs() { // sint32 precision = 1; inline void MathContext::clear_precision() { - precision_ = 0; + _impl_.precision_ = 0; } inline int32_t MathContext::_internal_precision() const { - return precision_; + return _impl_.precision_; } inline int32_t MathContext::precision() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.MathContext.precision) @@ -26131,7 +26677,7 @@ inline int32_t MathContext::precision() const { } inline void MathContext::_internal_set_precision(int32_t value) { - precision_ = value; + _impl_.precision_ = value; } inline void MathContext::set_precision(int32_t value) { _internal_set_precision(value); @@ -26140,10 +26686,10 @@ inline void MathContext::set_precision(int32_t value) { // .io.deephaven.proto.backplane.grpc.MathContext.RoundingMode rounding_mode = 2; inline void MathContext::clear_rounding_mode() { - rounding_mode_ = 0; + _impl_.rounding_mode_ = 0; } inline ::io::deephaven::proto::backplane::grpc::MathContext_RoundingMode MathContext::_internal_rounding_mode() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::MathContext_RoundingMode >(rounding_mode_); + return static_cast< ::io::deephaven::proto::backplane::grpc::MathContext_RoundingMode >(_impl_.rounding_mode_); } inline ::io::deephaven::proto::backplane::grpc::MathContext_RoundingMode MathContext::rounding_mode() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.MathContext.rounding_mode) @@ -26151,7 +26697,7 @@ inline ::io::deephaven::proto::backplane::grpc::MathContext_RoundingMode MathCon } inline void MathContext::_internal_set_rounding_mode(::io::deephaven::proto::backplane::grpc::MathContext_RoundingMode value) { - rounding_mode_ = value; + _impl_.rounding_mode_ = value; } inline void MathContext::set_rounding_mode(::io::deephaven::proto::backplane::grpc::MathContext_RoundingMode value) { _internal_set_rounding_mode(value); @@ -26164,10 +26710,10 @@ inline void MathContext::set_rounding_mode(::io::deephaven::proto::backplane::gr // double ticks = 1; inline void UpdateByWindowScale_UpdateByWindowTicks::clear_ticks() { - ticks_ = 0; + _impl_.ticks_ = 0; } inline double UpdateByWindowScale_UpdateByWindowTicks::_internal_ticks() const { - return ticks_; + return _impl_.ticks_; } inline double UpdateByWindowScale_UpdateByWindowTicks::ticks() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTicks.ticks) @@ -26175,7 +26721,7 @@ inline double UpdateByWindowScale_UpdateByWindowTicks::ticks() const { } inline void UpdateByWindowScale_UpdateByWindowTicks::_internal_set_ticks(double value) { - ticks_ = value; + _impl_.ticks_ = value; } inline void UpdateByWindowScale_UpdateByWindowTicks::set_ticks(double value) { _internal_set_ticks(value); @@ -26188,7 +26734,7 @@ inline void UpdateByWindowScale_UpdateByWindowTicks::set_ticks(double value) { // string column = 1; inline void UpdateByWindowScale_UpdateByWindowTime::clear_column() { - column_.ClearToEmpty(); + _impl_.column_.ClearToEmpty(); } inline const std::string& UpdateByWindowScale_UpdateByWindowTime::column() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime.column) @@ -26198,7 +26744,7 @@ template inline PROTOBUF_ALWAYS_INLINE void UpdateByWindowScale_UpdateByWindowTime::set_column(ArgT0&& arg0, ArgT... args) { - column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime.column) } inline std::string* UpdateByWindowScale_UpdateByWindowTime::mutable_column() { @@ -26207,19 +26753,19 @@ inline std::string* UpdateByWindowScale_UpdateByWindowTime::mutable_column() { return _s; } inline const std::string& UpdateByWindowScale_UpdateByWindowTime::_internal_column() const { - return column_.Get(); + return _impl_.column_.Get(); } inline void UpdateByWindowScale_UpdateByWindowTime::_internal_set_column(const std::string& value) { - column_.Set(value, GetArenaForAllocation()); + _impl_.column_.Set(value, GetArenaForAllocation()); } inline std::string* UpdateByWindowScale_UpdateByWindowTime::_internal_mutable_column() { - return column_.Mutable(GetArenaForAllocation()); + return _impl_.column_.Mutable(GetArenaForAllocation()); } inline std::string* UpdateByWindowScale_UpdateByWindowTime::release_column() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime.column) - return column_.Release(); + return _impl_.column_.Release(); } inline void UpdateByWindowScale_UpdateByWindowTime::set_allocated_column(std::string* column) { if (column != nullptr) { @@ -26227,10 +26773,10 @@ inline void UpdateByWindowScale_UpdateByWindowTime::set_allocated_column(std::st } else { } - column_.SetAllocated(column, GetArenaForAllocation()); + _impl_.column_.SetAllocated(column, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_.IsDefault()) { - column_.Set("", GetArenaForAllocation()); + if (_impl_.column_.IsDefault()) { + _impl_.column_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime.column) @@ -26244,17 +26790,17 @@ inline bool UpdateByWindowScale_UpdateByWindowTime::has_nanos() const { return _internal_has_nanos(); } inline void UpdateByWindowScale_UpdateByWindowTime::set_has_nanos() { - _oneof_case_[0] = kNanos; + _impl_._oneof_case_[0] = kNanos; } inline void UpdateByWindowScale_UpdateByWindowTime::clear_nanos() { if (_internal_has_nanos()) { - window_.nanos_ = int64_t{0}; + _impl_.window_.nanos_ = int64_t{0}; clear_has_window(); } } inline int64_t UpdateByWindowScale_UpdateByWindowTime::_internal_nanos() const { if (_internal_has_nanos()) { - return window_.nanos_; + return _impl_.window_.nanos_; } return int64_t{0}; } @@ -26263,7 +26809,7 @@ inline void UpdateByWindowScale_UpdateByWindowTime::_internal_set_nanos(int64_t clear_window(); set_has_nanos(); } - window_.nanos_ = value; + _impl_.window_.nanos_ = value; } inline int64_t UpdateByWindowScale_UpdateByWindowTime::nanos() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime.nanos) @@ -26282,11 +26828,11 @@ inline bool UpdateByWindowScale_UpdateByWindowTime::has_duration_string() const return _internal_has_duration_string(); } inline void UpdateByWindowScale_UpdateByWindowTime::set_has_duration_string() { - _oneof_case_[0] = kDurationString; + _impl_._oneof_case_[0] = kDurationString; } inline void UpdateByWindowScale_UpdateByWindowTime::clear_duration_string() { if (_internal_has_duration_string()) { - window_.duration_string_.Destroy(); + _impl_.window_.duration_string_.Destroy(); clear_has_window(); } } @@ -26299,9 +26845,9 @@ inline void UpdateByWindowScale_UpdateByWindowTime::set_duration_string(ArgT0&& if (!_internal_has_duration_string()) { clear_window(); set_has_duration_string(); - window_.duration_string_.InitDefault(); + _impl_.window_.duration_string_.InitDefault(); } - window_.duration_string_.Set( static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.window_.duration_string_.Set( static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime.duration_string) } inline std::string* UpdateByWindowScale_UpdateByWindowTime::mutable_duration_string() { @@ -26311,7 +26857,7 @@ inline std::string* UpdateByWindowScale_UpdateByWindowTime::mutable_duration_str } inline const std::string& UpdateByWindowScale_UpdateByWindowTime::_internal_duration_string() const { if (_internal_has_duration_string()) { - return window_.duration_string_.Get(); + return _impl_.window_.duration_string_.Get(); } return ::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(); } @@ -26319,23 +26865,23 @@ inline void UpdateByWindowScale_UpdateByWindowTime::_internal_set_duration_strin if (!_internal_has_duration_string()) { clear_window(); set_has_duration_string(); - window_.duration_string_.InitDefault(); + _impl_.window_.duration_string_.InitDefault(); } - window_.duration_string_.Set(value, GetArenaForAllocation()); + _impl_.window_.duration_string_.Set(value, GetArenaForAllocation()); } inline std::string* UpdateByWindowScale_UpdateByWindowTime::_internal_mutable_duration_string() { if (!_internal_has_duration_string()) { clear_window(); set_has_duration_string(); - window_.duration_string_.InitDefault(); + _impl_.window_.duration_string_.InitDefault(); } - return window_.duration_string_.Mutable( GetArenaForAllocation()); + return _impl_.window_.duration_string_.Mutable( GetArenaForAllocation()); } inline std::string* UpdateByWindowScale_UpdateByWindowTime::release_duration_string() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime.duration_string) if (_internal_has_duration_string()) { clear_has_window(); - return window_.duration_string_.Release(); + return _impl_.window_.duration_string_.Release(); } else { return nullptr; } @@ -26346,7 +26892,7 @@ inline void UpdateByWindowScale_UpdateByWindowTime::set_allocated_duration_strin } if (duration_string != nullptr) { set_has_duration_string(); - window_.duration_string_.InitAllocated(duration_string, GetArenaForAllocation()); + _impl_.window_.duration_string_.InitAllocated(duration_string, GetArenaForAllocation()); } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.UpdateByWindowTime.duration_string) } @@ -26355,10 +26901,10 @@ inline bool UpdateByWindowScale_UpdateByWindowTime::has_window() const { return window_case() != WINDOW_NOT_SET; } inline void UpdateByWindowScale_UpdateByWindowTime::clear_has_window() { - _oneof_case_[0] = WINDOW_NOT_SET; + _impl_._oneof_case_[0] = WINDOW_NOT_SET; } inline UpdateByWindowScale_UpdateByWindowTime::WindowCase UpdateByWindowScale_UpdateByWindowTime::window_case() const { - return UpdateByWindowScale_UpdateByWindowTime::WindowCase(_oneof_case_[0]); + return UpdateByWindowScale_UpdateByWindowTime::WindowCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -26372,12 +26918,12 @@ inline bool UpdateByWindowScale::has_ticks() const { return _internal_has_ticks(); } inline void UpdateByWindowScale::set_has_ticks() { - _oneof_case_[0] = kTicks; + _impl_._oneof_case_[0] = kTicks; } inline void UpdateByWindowScale::clear_ticks() { if (_internal_has_ticks()) { if (GetArenaForAllocation() == nullptr) { - delete type_.ticks_; + delete _impl_.type_.ticks_; } clear_has_type(); } @@ -26386,11 +26932,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWind // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.ticks) if (_internal_has_ticks()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks* temp = type_.ticks_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks* temp = _impl_.type_.ticks_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.ticks_ = nullptr; + _impl_.type_.ticks_ = nullptr; return temp; } else { return nullptr; @@ -26398,7 +26944,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWind } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks& UpdateByWindowScale::_internal_ticks() const { return _internal_has_ticks() - ? *type_.ticks_ + ? *_impl_.type_.ticks_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks&>(::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_UpdateByWindowTicks_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks& UpdateByWindowScale::ticks() const { @@ -26409,8 +26955,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWind // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.ticks) if (_internal_has_ticks()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks* temp = type_.ticks_; - type_.ticks_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks* temp = _impl_.type_.ticks_; + _impl_.type_.ticks_ = nullptr; return temp; } else { return nullptr; @@ -26420,7 +26966,7 @@ inline void UpdateByWindowScale::unsafe_arena_set_allocated_ticks(::io::deephave clear_type(); if (ticks) { set_has_ticks(); - type_.ticks_ = ticks; + _impl_.type_.ticks_ = ticks; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.ticks) } @@ -26428,9 +26974,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWind if (!_internal_has_ticks()) { clear_type(); set_has_ticks(); - type_.ticks_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks >(GetArenaForAllocation()); + _impl_.type_.ticks_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks >(GetArenaForAllocation()); } - return type_.ticks_; + return _impl_.type_.ticks_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks* UpdateByWindowScale::mutable_ticks() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTicks* _msg = _internal_mutable_ticks(); @@ -26446,12 +26992,12 @@ inline bool UpdateByWindowScale::has_time() const { return _internal_has_time(); } inline void UpdateByWindowScale::set_has_time() { - _oneof_case_[0] = kTime; + _impl_._oneof_case_[0] = kTime; } inline void UpdateByWindowScale::clear_time() { if (_internal_has_time()) { if (GetArenaForAllocation() == nullptr) { - delete type_.time_; + delete _impl_.type_.time_; } clear_has_type(); } @@ -26460,11 +27006,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWind // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.time) if (_internal_has_time()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime* temp = type_.time_; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime* temp = _impl_.type_.time_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.time_ = nullptr; + _impl_.type_.time_ = nullptr; return temp; } else { return nullptr; @@ -26472,7 +27018,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWind } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime& UpdateByWindowScale::_internal_time() const { return _internal_has_time() - ? *type_.time_ + ? *_impl_.type_.time_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime&>(::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_UpdateByWindowTime_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime& UpdateByWindowScale::time() const { @@ -26483,8 +27029,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWind // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.time) if (_internal_has_time()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime* temp = type_.time_; - type_.time_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime* temp = _impl_.type_.time_; + _impl_.type_.time_ = nullptr; return temp; } else { return nullptr; @@ -26494,7 +27040,7 @@ inline void UpdateByWindowScale::unsafe_arena_set_allocated_time(::io::deephaven clear_type(); if (time) { set_has_time(); - type_.time_ = time; + _impl_.type_.time_ = time; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByWindowScale.time) } @@ -26502,9 +27048,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWind if (!_internal_has_time()) { clear_type(); set_has_time(); - type_.time_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime >(GetArenaForAllocation()); + _impl_.type_.time_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime >(GetArenaForAllocation()); } - return type_.time_; + return _impl_.type_.time_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime* UpdateByWindowScale::mutable_time() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale_UpdateByWindowTime* _msg = _internal_mutable_time(); @@ -26516,10 +27062,10 @@ inline bool UpdateByWindowScale::has_type() const { return type_case() != TYPE_NOT_SET; } inline void UpdateByWindowScale::clear_has_type() { - _oneof_case_[0] = TYPE_NOT_SET; + _impl_._oneof_case_[0] = TYPE_NOT_SET; } inline UpdateByWindowScale::TypeCase UpdateByWindowScale::type_case() const { - return UpdateByWindowScale::TypeCase(_oneof_case_[0]); + return UpdateByWindowScale::TypeCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -26527,10 +27073,10 @@ inline UpdateByWindowScale::TypeCase UpdateByWindowScale::type_case() const { // .io.deephaven.proto.backplane.grpc.BadDataBehavior on_null_value = 1; inline void UpdateByEmOptions::clear_on_null_value() { - on_null_value_ = 0; + _impl_.on_null_value_ = 0; } inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOptions::_internal_on_null_value() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::BadDataBehavior >(on_null_value_); + return static_cast< ::io::deephaven::proto::backplane::grpc::BadDataBehavior >(_impl_.on_null_value_); } inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOptions::on_null_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByEmOptions.on_null_value) @@ -26538,7 +27084,7 @@ inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOption } inline void UpdateByEmOptions::_internal_set_on_null_value(::io::deephaven::proto::backplane::grpc::BadDataBehavior value) { - on_null_value_ = value; + _impl_.on_null_value_ = value; } inline void UpdateByEmOptions::set_on_null_value(::io::deephaven::proto::backplane::grpc::BadDataBehavior value) { _internal_set_on_null_value(value); @@ -26547,10 +27093,10 @@ inline void UpdateByEmOptions::set_on_null_value(::io::deephaven::proto::backpla // .io.deephaven.proto.backplane.grpc.BadDataBehavior on_nan_value = 2; inline void UpdateByEmOptions::clear_on_nan_value() { - on_nan_value_ = 0; + _impl_.on_nan_value_ = 0; } inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOptions::_internal_on_nan_value() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::BadDataBehavior >(on_nan_value_); + return static_cast< ::io::deephaven::proto::backplane::grpc::BadDataBehavior >(_impl_.on_nan_value_); } inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOptions::on_nan_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByEmOptions.on_nan_value) @@ -26558,7 +27104,7 @@ inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOption } inline void UpdateByEmOptions::_internal_set_on_nan_value(::io::deephaven::proto::backplane::grpc::BadDataBehavior value) { - on_nan_value_ = value; + _impl_.on_nan_value_ = value; } inline void UpdateByEmOptions::set_on_nan_value(::io::deephaven::proto::backplane::grpc::BadDataBehavior value) { _internal_set_on_nan_value(value); @@ -26567,10 +27113,10 @@ inline void UpdateByEmOptions::set_on_nan_value(::io::deephaven::proto::backplan // .io.deephaven.proto.backplane.grpc.BadDataBehavior on_null_time = 3; inline void UpdateByEmOptions::clear_on_null_time() { - on_null_time_ = 0; + _impl_.on_null_time_ = 0; } inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOptions::_internal_on_null_time() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::BadDataBehavior >(on_null_time_); + return static_cast< ::io::deephaven::proto::backplane::grpc::BadDataBehavior >(_impl_.on_null_time_); } inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOptions::on_null_time() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByEmOptions.on_null_time) @@ -26578,7 +27124,7 @@ inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOption } inline void UpdateByEmOptions::_internal_set_on_null_time(::io::deephaven::proto::backplane::grpc::BadDataBehavior value) { - on_null_time_ = value; + _impl_.on_null_time_ = value; } inline void UpdateByEmOptions::set_on_null_time(::io::deephaven::proto::backplane::grpc::BadDataBehavior value) { _internal_set_on_null_time(value); @@ -26587,10 +27133,10 @@ inline void UpdateByEmOptions::set_on_null_time(::io::deephaven::proto::backplan // .io.deephaven.proto.backplane.grpc.BadDataBehavior on_negative_delta_time = 4; inline void UpdateByEmOptions::clear_on_negative_delta_time() { - on_negative_delta_time_ = 0; + _impl_.on_negative_delta_time_ = 0; } inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOptions::_internal_on_negative_delta_time() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::BadDataBehavior >(on_negative_delta_time_); + return static_cast< ::io::deephaven::proto::backplane::grpc::BadDataBehavior >(_impl_.on_negative_delta_time_); } inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOptions::on_negative_delta_time() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByEmOptions.on_negative_delta_time) @@ -26598,7 +27144,7 @@ inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOption } inline void UpdateByEmOptions::_internal_set_on_negative_delta_time(::io::deephaven::proto::backplane::grpc::BadDataBehavior value) { - on_negative_delta_time_ = value; + _impl_.on_negative_delta_time_ = value; } inline void UpdateByEmOptions::set_on_negative_delta_time(::io::deephaven::proto::backplane::grpc::BadDataBehavior value) { _internal_set_on_negative_delta_time(value); @@ -26607,10 +27153,10 @@ inline void UpdateByEmOptions::set_on_negative_delta_time(::io::deephaven::proto // .io.deephaven.proto.backplane.grpc.BadDataBehavior on_zero_delta_time = 5; inline void UpdateByEmOptions::clear_on_zero_delta_time() { - on_zero_delta_time_ = 0; + _impl_.on_zero_delta_time_ = 0; } inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOptions::_internal_on_zero_delta_time() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::BadDataBehavior >(on_zero_delta_time_); + return static_cast< ::io::deephaven::proto::backplane::grpc::BadDataBehavior >(_impl_.on_zero_delta_time_); } inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOptions::on_zero_delta_time() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByEmOptions.on_zero_delta_time) @@ -26618,7 +27164,7 @@ inline ::io::deephaven::proto::backplane::grpc::BadDataBehavior UpdateByEmOption } inline void UpdateByEmOptions::_internal_set_on_zero_delta_time(::io::deephaven::proto::backplane::grpc::BadDataBehavior value) { - on_zero_delta_time_ = value; + _impl_.on_zero_delta_time_ = value; } inline void UpdateByEmOptions::set_on_zero_delta_time(::io::deephaven::proto::backplane::grpc::BadDataBehavior value) { _internal_set_on_zero_delta_time(value); @@ -26627,19 +27173,19 @@ inline void UpdateByEmOptions::set_on_zero_delta_time(::io::deephaven::proto::ba // .io.deephaven.proto.backplane.grpc.MathContext big_value_context = 6; inline bool UpdateByEmOptions::_internal_has_big_value_context() const { - return this != internal_default_instance() && big_value_context_ != nullptr; + return this != internal_default_instance() && _impl_.big_value_context_ != nullptr; } inline bool UpdateByEmOptions::has_big_value_context() const { return _internal_has_big_value_context(); } inline void UpdateByEmOptions::clear_big_value_context() { - if (GetArenaForAllocation() == nullptr && big_value_context_ != nullptr) { - delete big_value_context_; + if (GetArenaForAllocation() == nullptr && _impl_.big_value_context_ != nullptr) { + delete _impl_.big_value_context_; } - big_value_context_ = nullptr; + _impl_.big_value_context_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::MathContext& UpdateByEmOptions::_internal_big_value_context() const { - const ::io::deephaven::proto::backplane::grpc::MathContext* p = big_value_context_; + const ::io::deephaven::proto::backplane::grpc::MathContext* p = _impl_.big_value_context_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_MathContext_default_instance_); } @@ -26650,9 +27196,9 @@ inline const ::io::deephaven::proto::backplane::grpc::MathContext& UpdateByEmOpt inline void UpdateByEmOptions::unsafe_arena_set_allocated_big_value_context( ::io::deephaven::proto::backplane::grpc::MathContext* big_value_context) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(big_value_context_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.big_value_context_); } - big_value_context_ = big_value_context; + _impl_.big_value_context_ = big_value_context; if (big_value_context) { } else { @@ -26662,8 +27208,8 @@ inline void UpdateByEmOptions::unsafe_arena_set_allocated_big_value_context( } inline ::io::deephaven::proto::backplane::grpc::MathContext* UpdateByEmOptions::release_big_value_context() { - ::io::deephaven::proto::backplane::grpc::MathContext* temp = big_value_context_; - big_value_context_ = nullptr; + ::io::deephaven::proto::backplane::grpc::MathContext* temp = _impl_.big_value_context_; + _impl_.big_value_context_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -26678,17 +27224,17 @@ inline ::io::deephaven::proto::backplane::grpc::MathContext* UpdateByEmOptions:: inline ::io::deephaven::proto::backplane::grpc::MathContext* UpdateByEmOptions::unsafe_arena_release_big_value_context() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByEmOptions.big_value_context) - ::io::deephaven::proto::backplane::grpc::MathContext* temp = big_value_context_; - big_value_context_ = nullptr; + ::io::deephaven::proto::backplane::grpc::MathContext* temp = _impl_.big_value_context_; + _impl_.big_value_context_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::MathContext* UpdateByEmOptions::_internal_mutable_big_value_context() { - if (big_value_context_ == nullptr) { + if (_impl_.big_value_context_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::MathContext>(GetArenaForAllocation()); - big_value_context_ = p; + _impl_.big_value_context_ = p; } - return big_value_context_; + return _impl_.big_value_context_; } inline ::io::deephaven::proto::backplane::grpc::MathContext* UpdateByEmOptions::mutable_big_value_context() { ::io::deephaven::proto::backplane::grpc::MathContext* _msg = _internal_mutable_big_value_context(); @@ -26698,7 +27244,7 @@ inline ::io::deephaven::proto::backplane::grpc::MathContext* UpdateByEmOptions:: inline void UpdateByEmOptions::set_allocated_big_value_context(::io::deephaven::proto::backplane::grpc::MathContext* big_value_context) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete big_value_context_; + delete _impl_.big_value_context_; } if (big_value_context) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -26711,7 +27257,7 @@ inline void UpdateByEmOptions::set_allocated_big_value_context(::io::deephaven:: } else { } - big_value_context_ = big_value_context; + _impl_.big_value_context_ = big_value_context; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByEmOptions.big_value_context) } @@ -26721,10 +27267,10 @@ inline void UpdateByEmOptions::set_allocated_big_value_context(::io::deephaven:: // .io.deephaven.proto.backplane.grpc.UpdateByNullBehavior null_behavior = 1; inline void UpdateByDeltaOptions::clear_null_behavior() { - null_behavior_ = 0; + _impl_.null_behavior_ = 0; } inline ::io::deephaven::proto::backplane::grpc::UpdateByNullBehavior UpdateByDeltaOptions::_internal_null_behavior() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::UpdateByNullBehavior >(null_behavior_); + return static_cast< ::io::deephaven::proto::backplane::grpc::UpdateByNullBehavior >(_impl_.null_behavior_); } inline ::io::deephaven::proto::backplane::grpc::UpdateByNullBehavior UpdateByDeltaOptions::null_behavior() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByDeltaOptions.null_behavior) @@ -26732,7 +27278,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByNullBehavior UpdateByDel } inline void UpdateByDeltaOptions::_internal_set_null_behavior(::io::deephaven::proto::backplane::grpc::UpdateByNullBehavior value) { - null_behavior_ = value; + _impl_.null_behavior_ = value; } inline void UpdateByDeltaOptions::set_null_behavior(::io::deephaven::proto::backplane::grpc::UpdateByNullBehavior value) { _internal_set_null_behavior(value); @@ -26745,26 +27291,26 @@ inline void UpdateByDeltaOptions::set_null_behavior(::io::deephaven::proto::back // optional bool use_redirection = 1; inline bool UpdateByRequest_UpdateByOptions::_internal_has_use_redirection() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool UpdateByRequest_UpdateByOptions::has_use_redirection() const { return _internal_has_use_redirection(); } inline void UpdateByRequest_UpdateByOptions::clear_use_redirection() { - use_redirection_ = false; - _has_bits_[0] &= ~0x00000001u; + _impl_.use_redirection_ = false; + _impl_._has_bits_[0] &= ~0x00000001u; } inline bool UpdateByRequest_UpdateByOptions::_internal_use_redirection() const { - return use_redirection_; + return _impl_.use_redirection_; } inline bool UpdateByRequest_UpdateByOptions::use_redirection() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions.use_redirection) return _internal_use_redirection(); } inline void UpdateByRequest_UpdateByOptions::_internal_set_use_redirection(bool value) { - _has_bits_[0] |= 0x00000001u; - use_redirection_ = value; + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.use_redirection_ = value; } inline void UpdateByRequest_UpdateByOptions::set_use_redirection(bool value) { _internal_set_use_redirection(value); @@ -26773,26 +27319,26 @@ inline void UpdateByRequest_UpdateByOptions::set_use_redirection(bool value) { // optional int32 chunk_capacity = 2; inline bool UpdateByRequest_UpdateByOptions::_internal_has_chunk_capacity() const { - bool value = (_has_bits_[0] & 0x00000002u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0; return value; } inline bool UpdateByRequest_UpdateByOptions::has_chunk_capacity() const { return _internal_has_chunk_capacity(); } inline void UpdateByRequest_UpdateByOptions::clear_chunk_capacity() { - chunk_capacity_ = 0; - _has_bits_[0] &= ~0x00000002u; + _impl_.chunk_capacity_ = 0; + _impl_._has_bits_[0] &= ~0x00000002u; } inline int32_t UpdateByRequest_UpdateByOptions::_internal_chunk_capacity() const { - return chunk_capacity_; + return _impl_.chunk_capacity_; } inline int32_t UpdateByRequest_UpdateByOptions::chunk_capacity() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions.chunk_capacity) return _internal_chunk_capacity(); } inline void UpdateByRequest_UpdateByOptions::_internal_set_chunk_capacity(int32_t value) { - _has_bits_[0] |= 0x00000002u; - chunk_capacity_ = value; + _impl_._has_bits_[0] |= 0x00000002u; + _impl_.chunk_capacity_ = value; } inline void UpdateByRequest_UpdateByOptions::set_chunk_capacity(int32_t value) { _internal_set_chunk_capacity(value); @@ -26801,26 +27347,26 @@ inline void UpdateByRequest_UpdateByOptions::set_chunk_capacity(int32_t value) { // optional double max_static_sparse_memory_overhead = 3; inline bool UpdateByRequest_UpdateByOptions::_internal_has_max_static_sparse_memory_overhead() const { - bool value = (_has_bits_[0] & 0x00000004u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000004u) != 0; return value; } inline bool UpdateByRequest_UpdateByOptions::has_max_static_sparse_memory_overhead() const { return _internal_has_max_static_sparse_memory_overhead(); } inline void UpdateByRequest_UpdateByOptions::clear_max_static_sparse_memory_overhead() { - max_static_sparse_memory_overhead_ = 0; - _has_bits_[0] &= ~0x00000004u; + _impl_.max_static_sparse_memory_overhead_ = 0; + _impl_._has_bits_[0] &= ~0x00000004u; } inline double UpdateByRequest_UpdateByOptions::_internal_max_static_sparse_memory_overhead() const { - return max_static_sparse_memory_overhead_; + return _impl_.max_static_sparse_memory_overhead_; } inline double UpdateByRequest_UpdateByOptions::max_static_sparse_memory_overhead() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions.max_static_sparse_memory_overhead) return _internal_max_static_sparse_memory_overhead(); } inline void UpdateByRequest_UpdateByOptions::_internal_set_max_static_sparse_memory_overhead(double value) { - _has_bits_[0] |= 0x00000004u; - max_static_sparse_memory_overhead_ = value; + _impl_._has_bits_[0] |= 0x00000004u; + _impl_.max_static_sparse_memory_overhead_ = value; } inline void UpdateByRequest_UpdateByOptions::set_max_static_sparse_memory_overhead(double value) { _internal_set_max_static_sparse_memory_overhead(value); @@ -26829,26 +27375,26 @@ inline void UpdateByRequest_UpdateByOptions::set_max_static_sparse_memory_overhe // optional int32 initial_hash_table_size = 4; inline bool UpdateByRequest_UpdateByOptions::_internal_has_initial_hash_table_size() const { - bool value = (_has_bits_[0] & 0x00000020u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000020u) != 0; return value; } inline bool UpdateByRequest_UpdateByOptions::has_initial_hash_table_size() const { return _internal_has_initial_hash_table_size(); } inline void UpdateByRequest_UpdateByOptions::clear_initial_hash_table_size() { - initial_hash_table_size_ = 0; - _has_bits_[0] &= ~0x00000020u; + _impl_.initial_hash_table_size_ = 0; + _impl_._has_bits_[0] &= ~0x00000020u; } inline int32_t UpdateByRequest_UpdateByOptions::_internal_initial_hash_table_size() const { - return initial_hash_table_size_; + return _impl_.initial_hash_table_size_; } inline int32_t UpdateByRequest_UpdateByOptions::initial_hash_table_size() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions.initial_hash_table_size) return _internal_initial_hash_table_size(); } inline void UpdateByRequest_UpdateByOptions::_internal_set_initial_hash_table_size(int32_t value) { - _has_bits_[0] |= 0x00000020u; - initial_hash_table_size_ = value; + _impl_._has_bits_[0] |= 0x00000020u; + _impl_.initial_hash_table_size_ = value; } inline void UpdateByRequest_UpdateByOptions::set_initial_hash_table_size(int32_t value) { _internal_set_initial_hash_table_size(value); @@ -26857,26 +27403,26 @@ inline void UpdateByRequest_UpdateByOptions::set_initial_hash_table_size(int32_t // optional double maximum_load_factor = 5; inline bool UpdateByRequest_UpdateByOptions::_internal_has_maximum_load_factor() const { - bool value = (_has_bits_[0] & 0x00000008u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000008u) != 0; return value; } inline bool UpdateByRequest_UpdateByOptions::has_maximum_load_factor() const { return _internal_has_maximum_load_factor(); } inline void UpdateByRequest_UpdateByOptions::clear_maximum_load_factor() { - maximum_load_factor_ = 0; - _has_bits_[0] &= ~0x00000008u; + _impl_.maximum_load_factor_ = 0; + _impl_._has_bits_[0] &= ~0x00000008u; } inline double UpdateByRequest_UpdateByOptions::_internal_maximum_load_factor() const { - return maximum_load_factor_; + return _impl_.maximum_load_factor_; } inline double UpdateByRequest_UpdateByOptions::maximum_load_factor() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions.maximum_load_factor) return _internal_maximum_load_factor(); } inline void UpdateByRequest_UpdateByOptions::_internal_set_maximum_load_factor(double value) { - _has_bits_[0] |= 0x00000008u; - maximum_load_factor_ = value; + _impl_._has_bits_[0] |= 0x00000008u; + _impl_.maximum_load_factor_ = value; } inline void UpdateByRequest_UpdateByOptions::set_maximum_load_factor(double value) { _internal_set_maximum_load_factor(value); @@ -26885,26 +27431,26 @@ inline void UpdateByRequest_UpdateByOptions::set_maximum_load_factor(double valu // optional double target_load_factor = 6; inline bool UpdateByRequest_UpdateByOptions::_internal_has_target_load_factor() const { - bool value = (_has_bits_[0] & 0x00000010u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000010u) != 0; return value; } inline bool UpdateByRequest_UpdateByOptions::has_target_load_factor() const { return _internal_has_target_load_factor(); } inline void UpdateByRequest_UpdateByOptions::clear_target_load_factor() { - target_load_factor_ = 0; - _has_bits_[0] &= ~0x00000010u; + _impl_.target_load_factor_ = 0; + _impl_._has_bits_[0] &= ~0x00000010u; } inline double UpdateByRequest_UpdateByOptions::_internal_target_load_factor() const { - return target_load_factor_; + return _impl_.target_load_factor_; } inline double UpdateByRequest_UpdateByOptions::target_load_factor() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions.target_load_factor) return _internal_target_load_factor(); } inline void UpdateByRequest_UpdateByOptions::_internal_set_target_load_factor(double value) { - _has_bits_[0] |= 0x00000010u; - target_load_factor_ = value; + _impl_._has_bits_[0] |= 0x00000010u; + _impl_.target_load_factor_ = value; } inline void UpdateByRequest_UpdateByOptions::set_target_load_factor(double value) { _internal_set_target_load_factor(value); @@ -26913,19 +27459,19 @@ inline void UpdateByRequest_UpdateByOptions::set_target_load_factor(double value // .io.deephaven.proto.backplane.grpc.MathContext math_context = 7; inline bool UpdateByRequest_UpdateByOptions::_internal_has_math_context() const { - return this != internal_default_instance() && math_context_ != nullptr; + return this != internal_default_instance() && _impl_.math_context_ != nullptr; } inline bool UpdateByRequest_UpdateByOptions::has_math_context() const { return _internal_has_math_context(); } inline void UpdateByRequest_UpdateByOptions::clear_math_context() { - if (GetArenaForAllocation() == nullptr && math_context_ != nullptr) { - delete math_context_; + if (GetArenaForAllocation() == nullptr && _impl_.math_context_ != nullptr) { + delete _impl_.math_context_; } - math_context_ = nullptr; + _impl_.math_context_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::MathContext& UpdateByRequest_UpdateByOptions::_internal_math_context() const { - const ::io::deephaven::proto::backplane::grpc::MathContext* p = math_context_; + const ::io::deephaven::proto::backplane::grpc::MathContext* p = _impl_.math_context_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_MathContext_default_instance_); } @@ -26936,9 +27482,9 @@ inline const ::io::deephaven::proto::backplane::grpc::MathContext& UpdateByReque inline void UpdateByRequest_UpdateByOptions::unsafe_arena_set_allocated_math_context( ::io::deephaven::proto::backplane::grpc::MathContext* math_context) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(math_context_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.math_context_); } - math_context_ = math_context; + _impl_.math_context_ = math_context; if (math_context) { } else { @@ -26948,8 +27494,8 @@ inline void UpdateByRequest_UpdateByOptions::unsafe_arena_set_allocated_math_con } inline ::io::deephaven::proto::backplane::grpc::MathContext* UpdateByRequest_UpdateByOptions::release_math_context() { - ::io::deephaven::proto::backplane::grpc::MathContext* temp = math_context_; - math_context_ = nullptr; + ::io::deephaven::proto::backplane::grpc::MathContext* temp = _impl_.math_context_; + _impl_.math_context_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -26964,17 +27510,17 @@ inline ::io::deephaven::proto::backplane::grpc::MathContext* UpdateByRequest_Upd inline ::io::deephaven::proto::backplane::grpc::MathContext* UpdateByRequest_UpdateByOptions::unsafe_arena_release_math_context() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions.math_context) - ::io::deephaven::proto::backplane::grpc::MathContext* temp = math_context_; - math_context_ = nullptr; + ::io::deephaven::proto::backplane::grpc::MathContext* temp = _impl_.math_context_; + _impl_.math_context_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::MathContext* UpdateByRequest_UpdateByOptions::_internal_mutable_math_context() { - if (math_context_ == nullptr) { + if (_impl_.math_context_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::MathContext>(GetArenaForAllocation()); - math_context_ = p; + _impl_.math_context_ = p; } - return math_context_; + return _impl_.math_context_; } inline ::io::deephaven::proto::backplane::grpc::MathContext* UpdateByRequest_UpdateByOptions::mutable_math_context() { ::io::deephaven::proto::backplane::grpc::MathContext* _msg = _internal_mutable_math_context(); @@ -26984,7 +27530,7 @@ inline ::io::deephaven::proto::backplane::grpc::MathContext* UpdateByRequest_Upd inline void UpdateByRequest_UpdateByOptions::set_allocated_math_context(::io::deephaven::proto::backplane::grpc::MathContext* math_context) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete math_context_; + delete _impl_.math_context_; } if (math_context) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -26997,7 +27543,7 @@ inline void UpdateByRequest_UpdateByOptions::set_allocated_math_context(::io::de } else { } - math_context_ = math_context; + _impl_.math_context_ = math_context; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions.math_context) } @@ -27027,19 +27573,19 @@ inline void UpdateByRequest_UpdateByOptions::set_allocated_math_context(::io::de // .io.deephaven.proto.backplane.grpc.UpdateByEmOptions options = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::_internal_has_options() const { - return this != internal_default_instance() && options_ != nullptr; + return this != internal_default_instance() && _impl_.options_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::has_options() const { return _internal_has_options(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::clear_options() { - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; + _impl_.options_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::_internal_options() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* p = options_; + const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* p = _impl_.options_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByEmOptions_default_instance_); } @@ -27050,9 +27596,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateB inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::unsafe_arena_set_allocated_options( ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(options_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.options_); } - options_ = options; + _impl_.options_ = options; if (options) { } else { @@ -27062,8 +27608,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::release_options() { - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -27078,17 +27624,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByReque inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::unsafe_arena_release_options() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEma.options) - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::_internal_mutable_options() { - if (options_ == nullptr) { + if (_impl_.options_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByEmOptions>(GetArenaForAllocation()); - options_ = p; + _impl_.options_ = p; } - return options_; + return _impl_.options_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::mutable_options() { ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* _msg = _internal_mutable_options(); @@ -27098,7 +27644,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByReque inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::set_allocated_options(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete options_; + delete _impl_.options_; } if (options) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -27111,25 +27657,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - options_ = options; + _impl_.options_ = options; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEma.options) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::_internal_has_window_scale() const { - return this != internal_default_instance() && window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::has_window_scale() const { return _internal_has_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::clear_window_scale() { - if (GetArenaForAllocation() == nullptr && window_scale_ != nullptr) { - delete window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.window_scale_ != nullptr) { + delete _impl_.window_scale_; } - window_scale_ = nullptr; + _impl_.window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::_internal_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -27140,9 +27686,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::unsafe_arena_set_allocated_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.window_scale_); } - window_scale_ = window_scale; + _impl_.window_scale_ = window_scale; if (window_scale) { } else { @@ -27152,8 +27698,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::release_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = window_scale_; - window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.window_scale_; + _impl_.window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -27168,17 +27714,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::unsafe_arena_release_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEma.window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = window_scale_; - window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.window_scale_; + _impl_.window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::_internal_mutable_window_scale() { - if (window_scale_ == nullptr) { + if (_impl_.window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - window_scale_ = p; + _impl_.window_scale_ = p; } - return window_scale_; + return _impl_.window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::mutable_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_window_scale(); @@ -27188,7 +27734,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma::set_allocated_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete window_scale_; + delete _impl_.window_scale_; } if (window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -27201,7 +27747,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - window_scale_ = window_scale; + _impl_.window_scale_ = window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEma.window_scale) } @@ -27211,19 +27757,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByEmOptions options = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::_internal_has_options() const { - return this != internal_default_instance() && options_ != nullptr; + return this != internal_default_instance() && _impl_.options_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::has_options() const { return _internal_has_options(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::clear_options() { - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; + _impl_.options_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::_internal_options() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* p = options_; + const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* p = _impl_.options_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByEmOptions_default_instance_); } @@ -27234,9 +27780,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateB inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::unsafe_arena_set_allocated_options( ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(options_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.options_); } - options_ = options; + _impl_.options_ = options; if (options) { } else { @@ -27246,8 +27792,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::release_options() { - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -27262,17 +27808,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByReque inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::unsafe_arena_release_options() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEms.options) - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::_internal_mutable_options() { - if (options_ == nullptr) { + if (_impl_.options_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByEmOptions>(GetArenaForAllocation()); - options_ = p; + _impl_.options_ = p; } - return options_; + return _impl_.options_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::mutable_options() { ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* _msg = _internal_mutable_options(); @@ -27282,7 +27828,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByReque inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::set_allocated_options(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete options_; + delete _impl_.options_; } if (options) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -27295,25 +27841,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - options_ = options; + _impl_.options_ = options; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEms.options) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::_internal_has_window_scale() const { - return this != internal_default_instance() && window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::has_window_scale() const { return _internal_has_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::clear_window_scale() { - if (GetArenaForAllocation() == nullptr && window_scale_ != nullptr) { - delete window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.window_scale_ != nullptr) { + delete _impl_.window_scale_; } - window_scale_ = nullptr; + _impl_.window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::_internal_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -27324,9 +27870,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::unsafe_arena_set_allocated_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.window_scale_); } - window_scale_ = window_scale; + _impl_.window_scale_ = window_scale; if (window_scale) { } else { @@ -27336,8 +27882,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::release_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = window_scale_; - window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.window_scale_; + _impl_.window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -27352,17 +27898,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::unsafe_arena_release_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEms.window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = window_scale_; - window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.window_scale_; + _impl_.window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::_internal_mutable_window_scale() { - if (window_scale_ == nullptr) { + if (_impl_.window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - window_scale_ = p; + _impl_.window_scale_ = p; } - return window_scale_; + return _impl_.window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::mutable_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_window_scale(); @@ -27372,7 +27918,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms::set_allocated_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete window_scale_; + delete _impl_.window_scale_; } if (window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -27385,7 +27931,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - window_scale_ = window_scale; + _impl_.window_scale_ = window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEms.window_scale) } @@ -27395,19 +27941,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByEmOptions options = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::_internal_has_options() const { - return this != internal_default_instance() && options_ != nullptr; + return this != internal_default_instance() && _impl_.options_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::has_options() const { return _internal_has_options(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::clear_options() { - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; + _impl_.options_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::_internal_options() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* p = options_; + const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* p = _impl_.options_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByEmOptions_default_instance_); } @@ -27418,9 +27964,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateB inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::unsafe_arena_set_allocated_options( ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(options_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.options_); } - options_ = options; + _impl_.options_ = options; if (options) { } else { @@ -27430,8 +27976,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::release_options() { - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -27446,17 +27992,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByReque inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::unsafe_arena_release_options() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMin.options) - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::_internal_mutable_options() { - if (options_ == nullptr) { + if (_impl_.options_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByEmOptions>(GetArenaForAllocation()); - options_ = p; + _impl_.options_ = p; } - return options_; + return _impl_.options_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::mutable_options() { ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* _msg = _internal_mutable_options(); @@ -27466,7 +28012,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByReque inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::set_allocated_options(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete options_; + delete _impl_.options_; } if (options) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -27479,25 +28025,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - options_ = options; + _impl_.options_ = options; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMin.options) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::_internal_has_window_scale() const { - return this != internal_default_instance() && window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::has_window_scale() const { return _internal_has_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::clear_window_scale() { - if (GetArenaForAllocation() == nullptr && window_scale_ != nullptr) { - delete window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.window_scale_ != nullptr) { + delete _impl_.window_scale_; } - window_scale_ = nullptr; + _impl_.window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::_internal_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -27508,9 +28054,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::unsafe_arena_set_allocated_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.window_scale_); } - window_scale_ = window_scale; + _impl_.window_scale_ = window_scale; if (window_scale) { } else { @@ -27520,8 +28066,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::release_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = window_scale_; - window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.window_scale_; + _impl_.window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -27536,17 +28082,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::unsafe_arena_release_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMin.window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = window_scale_; - window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.window_scale_; + _impl_.window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::_internal_mutable_window_scale() { - if (window_scale_ == nullptr) { + if (_impl_.window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - window_scale_ = p; + _impl_.window_scale_ = p; } - return window_scale_; + return _impl_.window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::mutable_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_window_scale(); @@ -27556,7 +28102,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin::set_allocated_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete window_scale_; + delete _impl_.window_scale_; } if (window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -27569,7 +28115,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - window_scale_ = window_scale; + _impl_.window_scale_ = window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMin.window_scale) } @@ -27579,19 +28125,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByEmOptions options = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::_internal_has_options() const { - return this != internal_default_instance() && options_ != nullptr; + return this != internal_default_instance() && _impl_.options_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::has_options() const { return _internal_has_options(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::clear_options() { - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; + _impl_.options_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::_internal_options() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* p = options_; + const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* p = _impl_.options_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByEmOptions_default_instance_); } @@ -27602,9 +28148,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateB inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::unsafe_arena_set_allocated_options( ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(options_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.options_); } - options_ = options; + _impl_.options_ = options; if (options) { } else { @@ -27614,8 +28160,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::release_options() { - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -27630,17 +28176,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByReque inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::unsafe_arena_release_options() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMax.options) - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::_internal_mutable_options() { - if (options_ == nullptr) { + if (_impl_.options_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByEmOptions>(GetArenaForAllocation()); - options_ = p; + _impl_.options_ = p; } - return options_; + return _impl_.options_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::mutable_options() { ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* _msg = _internal_mutable_options(); @@ -27650,7 +28196,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByReque inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::set_allocated_options(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete options_; + delete _impl_.options_; } if (options) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -27663,25 +28209,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - options_ = options; + _impl_.options_ = options; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMax.options) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::_internal_has_window_scale() const { - return this != internal_default_instance() && window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::has_window_scale() const { return _internal_has_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::clear_window_scale() { - if (GetArenaForAllocation() == nullptr && window_scale_ != nullptr) { - delete window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.window_scale_ != nullptr) { + delete _impl_.window_scale_; } - window_scale_ = nullptr; + _impl_.window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::_internal_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -27692,9 +28238,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::unsafe_arena_set_allocated_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.window_scale_); } - window_scale_ = window_scale; + _impl_.window_scale_ = window_scale; if (window_scale) { } else { @@ -27704,8 +28250,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::release_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = window_scale_; - window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.window_scale_; + _impl_.window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -27720,17 +28266,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::unsafe_arena_release_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMax.window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = window_scale_; - window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.window_scale_; + _impl_.window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::_internal_mutable_window_scale() { - if (window_scale_ == nullptr) { + if (_impl_.window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - window_scale_ = p; + _impl_.window_scale_ = p; } - return window_scale_; + return _impl_.window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::mutable_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_window_scale(); @@ -27740,7 +28286,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax::set_allocated_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete window_scale_; + delete _impl_.window_scale_; } if (window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -27753,7 +28299,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - window_scale_ = window_scale; + _impl_.window_scale_ = window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmMax.window_scale) } @@ -27763,19 +28309,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByEmOptions options = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::_internal_has_options() const { - return this != internal_default_instance() && options_ != nullptr; + return this != internal_default_instance() && _impl_.options_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::has_options() const { return _internal_has_options(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::clear_options() { - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; + _impl_.options_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::_internal_options() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* p = options_; + const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* p = _impl_.options_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByEmOptions_default_instance_); } @@ -27786,9 +28332,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions& UpdateB inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::unsafe_arena_set_allocated_options( ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(options_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.options_); } - options_ = options; + _impl_.options_ = options; if (options) { } else { @@ -27798,8 +28344,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::release_options() { - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -27814,17 +28360,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByReque inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::unsafe_arena_release_options() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmStd.options) - ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::_internal_mutable_options() { - if (options_ == nullptr) { + if (_impl_.options_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByEmOptions>(GetArenaForAllocation()); - options_ = p; + _impl_.options_ = p; } - return options_; + return _impl_.options_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::mutable_options() { ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* _msg = _internal_mutable_options(); @@ -27834,7 +28380,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* UpdateByReque inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::set_allocated_options(::io::deephaven::proto::backplane::grpc::UpdateByEmOptions* options) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete options_; + delete _impl_.options_; } if (options) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -27847,25 +28393,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - options_ = options; + _impl_.options_ = options; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmStd.options) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::_internal_has_window_scale() const { - return this != internal_default_instance() && window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::has_window_scale() const { return _internal_has_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::clear_window_scale() { - if (GetArenaForAllocation() == nullptr && window_scale_ != nullptr) { - delete window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.window_scale_ != nullptr) { + delete _impl_.window_scale_; } - window_scale_ = nullptr; + _impl_.window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::_internal_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -27876,9 +28422,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::unsafe_arena_set_allocated_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.window_scale_); } - window_scale_ = window_scale; + _impl_.window_scale_ = window_scale; if (window_scale) { } else { @@ -27888,8 +28434,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::release_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = window_scale_; - window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.window_scale_; + _impl_.window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -27904,17 +28450,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::unsafe_arena_release_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmStd.window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = window_scale_; - window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.window_scale_; + _impl_.window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::_internal_mutable_window_scale() { - if (window_scale_ == nullptr) { + if (_impl_.window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - window_scale_ = p; + _impl_.window_scale_ = p; } - return window_scale_; + return _impl_.window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::mutable_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_window_scale(); @@ -27924,7 +28470,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd::set_allocated_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete window_scale_; + delete _impl_.window_scale_; } if (window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -27937,7 +28483,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - window_scale_ = window_scale; + _impl_.window_scale_ = window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByEmStd.window_scale) } @@ -27947,19 +28493,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByDeltaOptions options = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::_internal_has_options() const { - return this != internal_default_instance() && options_ != nullptr; + return this != internal_default_instance() && _impl_.options_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::has_options() const { return _internal_has_options(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::clear_options() { - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; + _impl_.options_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::_internal_options() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* p = options_; + const ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* p = _impl_.options_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByDeltaOptions_default_instance_); } @@ -27970,9 +28516,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions& Upda inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::unsafe_arena_set_allocated_options( ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* options) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(options_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.options_); } - options_ = options; + _impl_.options_ = options; if (options) { } else { @@ -27982,8 +28528,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::release_options() { - ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -27998,17 +28544,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* UpdateByRe inline ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::unsafe_arena_release_options() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByDelta.options) - ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::_internal_mutable_options() { - if (options_ == nullptr) { + if (_impl_.options_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions>(GetArenaForAllocation()); - options_ = p; + _impl_.options_ = p; } - return options_; + return _impl_.options_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::mutable_options() { ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* _msg = _internal_mutable_options(); @@ -28018,7 +28564,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* UpdateByRe inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta::set_allocated_options(::io::deephaven::proto::backplane::grpc::UpdateByDeltaOptions* options) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete options_; + delete _impl_.options_; } if (options) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -28031,7 +28577,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - options_ = options; + _impl_.options_ = options; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByDelta.options) } @@ -28041,19 +28587,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale reverse_window_scale = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::_internal_has_reverse_window_scale() const { - return this != internal_default_instance() && reverse_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.reverse_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::has_reverse_window_scale() const { return _internal_has_reverse_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::clear_reverse_window_scale() { - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; + _impl_.reverse_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::_internal_reverse_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = reverse_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.reverse_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -28064,9 +28610,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::unsafe_arena_set_allocated_reverse_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reverse_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.reverse_window_scale_); } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; if (reverse_window_scale) { } else { @@ -28076,8 +28622,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::release_reverse_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -28092,17 +28638,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::unsafe_arena_release_reverse_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingSum.reverse_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::_internal_mutable_reverse_window_scale() { - if (reverse_window_scale_ == nullptr) { + if (_impl_.reverse_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - reverse_window_scale_ = p; + _impl_.reverse_window_scale_ = p; } - return reverse_window_scale_; + return _impl_.reverse_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::mutable_reverse_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_reverse_window_scale(); @@ -28112,7 +28658,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::set_allocated_reverse_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reverse_window_scale_; + delete _impl_.reverse_window_scale_; } if (reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -28125,25 +28671,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingSum.reverse_window_scale) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::_internal_has_forward_window_scale() const { - return this != internal_default_instance() && forward_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.forward_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::has_forward_window_scale() const { return _internal_has_forward_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::clear_forward_window_scale() { - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::_internal_forward_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = forward_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.forward_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -28154,9 +28700,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::unsafe_arena_set_allocated_forward_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(forward_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.forward_window_scale_); } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; if (forward_window_scale) { } else { @@ -28166,8 +28712,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::release_forward_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -28182,17 +28728,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::unsafe_arena_release_forward_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingSum.forward_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::_internal_mutable_forward_window_scale() { - if (forward_window_scale_ == nullptr) { + if (_impl_.forward_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - forward_window_scale_ = p; + _impl_.forward_window_scale_ = p; } - return forward_window_scale_; + return _impl_.forward_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::mutable_forward_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_forward_window_scale(); @@ -28202,7 +28748,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum::set_allocated_forward_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete forward_window_scale_; + delete _impl_.forward_window_scale_; } if (forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -28215,7 +28761,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingSum.forward_window_scale) } @@ -28225,19 +28771,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale reverse_window_scale = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::_internal_has_reverse_window_scale() const { - return this != internal_default_instance() && reverse_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.reverse_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::has_reverse_window_scale() const { return _internal_has_reverse_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::clear_reverse_window_scale() { - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; + _impl_.reverse_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::_internal_reverse_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = reverse_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.reverse_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -28248,9 +28794,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::unsafe_arena_set_allocated_reverse_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reverse_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.reverse_window_scale_); } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; if (reverse_window_scale) { } else { @@ -28260,8 +28806,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::release_reverse_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -28276,17 +28822,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::unsafe_arena_release_reverse_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingGroup.reverse_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::_internal_mutable_reverse_window_scale() { - if (reverse_window_scale_ == nullptr) { + if (_impl_.reverse_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - reverse_window_scale_ = p; + _impl_.reverse_window_scale_ = p; } - return reverse_window_scale_; + return _impl_.reverse_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::mutable_reverse_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_reverse_window_scale(); @@ -28296,7 +28842,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::set_allocated_reverse_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reverse_window_scale_; + delete _impl_.reverse_window_scale_; } if (reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -28309,25 +28855,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingGroup.reverse_window_scale) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::_internal_has_forward_window_scale() const { - return this != internal_default_instance() && forward_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.forward_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::has_forward_window_scale() const { return _internal_has_forward_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::clear_forward_window_scale() { - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::_internal_forward_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = forward_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.forward_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -28338,9 +28884,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::unsafe_arena_set_allocated_forward_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(forward_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.forward_window_scale_); } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; if (forward_window_scale) { } else { @@ -28350,8 +28896,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::release_forward_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -28366,17 +28912,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::unsafe_arena_release_forward_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingGroup.forward_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::_internal_mutable_forward_window_scale() { - if (forward_window_scale_ == nullptr) { + if (_impl_.forward_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - forward_window_scale_ = p; + _impl_.forward_window_scale_ = p; } - return forward_window_scale_; + return _impl_.forward_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::mutable_forward_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_forward_window_scale(); @@ -28386,7 +28932,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup::set_allocated_forward_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete forward_window_scale_; + delete _impl_.forward_window_scale_; } if (forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -28399,7 +28945,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingGroup.forward_window_scale) } @@ -28409,19 +28955,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale reverse_window_scale = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::_internal_has_reverse_window_scale() const { - return this != internal_default_instance() && reverse_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.reverse_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::has_reverse_window_scale() const { return _internal_has_reverse_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::clear_reverse_window_scale() { - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; + _impl_.reverse_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::_internal_reverse_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = reverse_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.reverse_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -28432,9 +28978,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::unsafe_arena_set_allocated_reverse_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reverse_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.reverse_window_scale_); } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; if (reverse_window_scale) { } else { @@ -28444,8 +28990,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::release_reverse_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -28460,17 +29006,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::unsafe_arena_release_reverse_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingAvg.reverse_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::_internal_mutable_reverse_window_scale() { - if (reverse_window_scale_ == nullptr) { + if (_impl_.reverse_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - reverse_window_scale_ = p; + _impl_.reverse_window_scale_ = p; } - return reverse_window_scale_; + return _impl_.reverse_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::mutable_reverse_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_reverse_window_scale(); @@ -28480,7 +29026,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::set_allocated_reverse_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reverse_window_scale_; + delete _impl_.reverse_window_scale_; } if (reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -28493,25 +29039,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingAvg.reverse_window_scale) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::_internal_has_forward_window_scale() const { - return this != internal_default_instance() && forward_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.forward_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::has_forward_window_scale() const { return _internal_has_forward_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::clear_forward_window_scale() { - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::_internal_forward_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = forward_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.forward_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -28522,9 +29068,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::unsafe_arena_set_allocated_forward_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(forward_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.forward_window_scale_); } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; if (forward_window_scale) { } else { @@ -28534,8 +29080,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::release_forward_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -28550,17 +29096,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::unsafe_arena_release_forward_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingAvg.forward_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::_internal_mutable_forward_window_scale() { - if (forward_window_scale_ == nullptr) { + if (_impl_.forward_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - forward_window_scale_ = p; + _impl_.forward_window_scale_ = p; } - return forward_window_scale_; + return _impl_.forward_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::mutable_forward_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_forward_window_scale(); @@ -28570,7 +29116,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg::set_allocated_forward_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete forward_window_scale_; + delete _impl_.forward_window_scale_; } if (forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -28583,7 +29129,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingAvg.forward_window_scale) } @@ -28593,19 +29139,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale reverse_window_scale = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::_internal_has_reverse_window_scale() const { - return this != internal_default_instance() && reverse_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.reverse_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::has_reverse_window_scale() const { return _internal_has_reverse_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::clear_reverse_window_scale() { - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; + _impl_.reverse_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::_internal_reverse_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = reverse_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.reverse_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -28616,9 +29162,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::unsafe_arena_set_allocated_reverse_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reverse_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.reverse_window_scale_); } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; if (reverse_window_scale) { } else { @@ -28628,8 +29174,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::release_reverse_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -28644,17 +29190,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::unsafe_arena_release_reverse_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMin.reverse_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::_internal_mutable_reverse_window_scale() { - if (reverse_window_scale_ == nullptr) { + if (_impl_.reverse_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - reverse_window_scale_ = p; + _impl_.reverse_window_scale_ = p; } - return reverse_window_scale_; + return _impl_.reverse_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::mutable_reverse_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_reverse_window_scale(); @@ -28664,7 +29210,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::set_allocated_reverse_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reverse_window_scale_; + delete _impl_.reverse_window_scale_; } if (reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -28677,25 +29223,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMin.reverse_window_scale) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::_internal_has_forward_window_scale() const { - return this != internal_default_instance() && forward_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.forward_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::has_forward_window_scale() const { return _internal_has_forward_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::clear_forward_window_scale() { - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::_internal_forward_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = forward_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.forward_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -28706,9 +29252,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::unsafe_arena_set_allocated_forward_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(forward_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.forward_window_scale_); } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; if (forward_window_scale) { } else { @@ -28718,8 +29264,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::release_forward_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -28734,17 +29280,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::unsafe_arena_release_forward_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMin.forward_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::_internal_mutable_forward_window_scale() { - if (forward_window_scale_ == nullptr) { + if (_impl_.forward_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - forward_window_scale_ = p; + _impl_.forward_window_scale_ = p; } - return forward_window_scale_; + return _impl_.forward_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::mutable_forward_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_forward_window_scale(); @@ -28754,7 +29300,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin::set_allocated_forward_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete forward_window_scale_; + delete _impl_.forward_window_scale_; } if (forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -28767,7 +29313,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMin.forward_window_scale) } @@ -28777,19 +29323,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale reverse_window_scale = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::_internal_has_reverse_window_scale() const { - return this != internal_default_instance() && reverse_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.reverse_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::has_reverse_window_scale() const { return _internal_has_reverse_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::clear_reverse_window_scale() { - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; + _impl_.reverse_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::_internal_reverse_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = reverse_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.reverse_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -28800,9 +29346,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::unsafe_arena_set_allocated_reverse_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reverse_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.reverse_window_scale_); } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; if (reverse_window_scale) { } else { @@ -28812,8 +29358,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::release_reverse_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -28828,17 +29374,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::unsafe_arena_release_reverse_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMax.reverse_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::_internal_mutable_reverse_window_scale() { - if (reverse_window_scale_ == nullptr) { + if (_impl_.reverse_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - reverse_window_scale_ = p; + _impl_.reverse_window_scale_ = p; } - return reverse_window_scale_; + return _impl_.reverse_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::mutable_reverse_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_reverse_window_scale(); @@ -28848,7 +29394,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::set_allocated_reverse_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reverse_window_scale_; + delete _impl_.reverse_window_scale_; } if (reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -28861,25 +29407,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMax.reverse_window_scale) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::_internal_has_forward_window_scale() const { - return this != internal_default_instance() && forward_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.forward_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::has_forward_window_scale() const { return _internal_has_forward_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::clear_forward_window_scale() { - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::_internal_forward_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = forward_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.forward_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -28890,9 +29436,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::unsafe_arena_set_allocated_forward_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(forward_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.forward_window_scale_); } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; if (forward_window_scale) { } else { @@ -28902,8 +29448,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::release_forward_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -28918,17 +29464,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::unsafe_arena_release_forward_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMax.forward_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::_internal_mutable_forward_window_scale() { - if (forward_window_scale_ == nullptr) { + if (_impl_.forward_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - forward_window_scale_ = p; + _impl_.forward_window_scale_ = p; } - return forward_window_scale_; + return _impl_.forward_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::mutable_forward_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_forward_window_scale(); @@ -28938,7 +29484,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax::set_allocated_forward_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete forward_window_scale_; + delete _impl_.forward_window_scale_; } if (forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -28951,7 +29497,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingMax.forward_window_scale) } @@ -28961,19 +29507,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale reverse_window_scale = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::_internal_has_reverse_window_scale() const { - return this != internal_default_instance() && reverse_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.reverse_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::has_reverse_window_scale() const { return _internal_has_reverse_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::clear_reverse_window_scale() { - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; + _impl_.reverse_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::_internal_reverse_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = reverse_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.reverse_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -28984,9 +29530,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::unsafe_arena_set_allocated_reverse_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reverse_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.reverse_window_scale_); } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; if (reverse_window_scale) { } else { @@ -28996,8 +29542,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::release_reverse_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -29012,17 +29558,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::unsafe_arena_release_reverse_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingProduct.reverse_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::_internal_mutable_reverse_window_scale() { - if (reverse_window_scale_ == nullptr) { + if (_impl_.reverse_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - reverse_window_scale_ = p; + _impl_.reverse_window_scale_ = p; } - return reverse_window_scale_; + return _impl_.reverse_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::mutable_reverse_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_reverse_window_scale(); @@ -29032,7 +29578,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::set_allocated_reverse_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reverse_window_scale_; + delete _impl_.reverse_window_scale_; } if (reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -29045,25 +29591,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingProduct.reverse_window_scale) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::_internal_has_forward_window_scale() const { - return this != internal_default_instance() && forward_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.forward_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::has_forward_window_scale() const { return _internal_has_forward_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::clear_forward_window_scale() { - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::_internal_forward_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = forward_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.forward_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -29074,9 +29620,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::unsafe_arena_set_allocated_forward_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(forward_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.forward_window_scale_); } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; if (forward_window_scale) { } else { @@ -29086,8 +29632,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::release_forward_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -29102,17 +29648,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::unsafe_arena_release_forward_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingProduct.forward_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::_internal_mutable_forward_window_scale() { - if (forward_window_scale_ == nullptr) { + if (_impl_.forward_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - forward_window_scale_ = p; + _impl_.forward_window_scale_ = p; } - return forward_window_scale_; + return _impl_.forward_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::mutable_forward_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_forward_window_scale(); @@ -29122,7 +29668,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct::set_allocated_forward_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete forward_window_scale_; + delete _impl_.forward_window_scale_; } if (forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -29135,7 +29681,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingProduct.forward_window_scale) } @@ -29145,19 +29691,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale reverse_window_scale = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::_internal_has_reverse_window_scale() const { - return this != internal_default_instance() && reverse_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.reverse_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::has_reverse_window_scale() const { return _internal_has_reverse_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::clear_reverse_window_scale() { - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; + _impl_.reverse_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::_internal_reverse_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = reverse_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.reverse_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -29168,9 +29714,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::unsafe_arena_set_allocated_reverse_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reverse_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.reverse_window_scale_); } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; if (reverse_window_scale) { } else { @@ -29180,8 +29726,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::release_reverse_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -29196,17 +29742,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::unsafe_arena_release_reverse_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCount.reverse_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::_internal_mutable_reverse_window_scale() { - if (reverse_window_scale_ == nullptr) { + if (_impl_.reverse_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - reverse_window_scale_ = p; + _impl_.reverse_window_scale_ = p; } - return reverse_window_scale_; + return _impl_.reverse_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::mutable_reverse_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_reverse_window_scale(); @@ -29216,7 +29762,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::set_allocated_reverse_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reverse_window_scale_; + delete _impl_.reverse_window_scale_; } if (reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -29229,25 +29775,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCount.reverse_window_scale) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::_internal_has_forward_window_scale() const { - return this != internal_default_instance() && forward_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.forward_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::has_forward_window_scale() const { return _internal_has_forward_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::clear_forward_window_scale() { - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::_internal_forward_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = forward_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.forward_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -29258,9 +29804,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::unsafe_arena_set_allocated_forward_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(forward_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.forward_window_scale_); } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; if (forward_window_scale) { } else { @@ -29270,8 +29816,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::release_forward_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -29286,17 +29832,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::unsafe_arena_release_forward_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCount.forward_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::_internal_mutable_forward_window_scale() { - if (forward_window_scale_ == nullptr) { + if (_impl_.forward_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - forward_window_scale_ = p; + _impl_.forward_window_scale_ = p; } - return forward_window_scale_; + return _impl_.forward_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::mutable_forward_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_forward_window_scale(); @@ -29306,7 +29852,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount::set_allocated_forward_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete forward_window_scale_; + delete _impl_.forward_window_scale_; } if (forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -29319,7 +29865,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingCount.forward_window_scale) } @@ -29329,19 +29875,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale reverse_window_scale = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::_internal_has_reverse_window_scale() const { - return this != internal_default_instance() && reverse_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.reverse_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::has_reverse_window_scale() const { return _internal_has_reverse_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::clear_reverse_window_scale() { - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; + _impl_.reverse_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::_internal_reverse_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = reverse_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.reverse_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -29352,9 +29898,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::unsafe_arena_set_allocated_reverse_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reverse_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.reverse_window_scale_); } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; if (reverse_window_scale) { } else { @@ -29364,8 +29910,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::release_reverse_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -29380,17 +29926,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::unsafe_arena_release_reverse_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingStd.reverse_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::_internal_mutable_reverse_window_scale() { - if (reverse_window_scale_ == nullptr) { + if (_impl_.reverse_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - reverse_window_scale_ = p; + _impl_.reverse_window_scale_ = p; } - return reverse_window_scale_; + return _impl_.reverse_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::mutable_reverse_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_reverse_window_scale(); @@ -29400,7 +29946,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::set_allocated_reverse_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reverse_window_scale_; + delete _impl_.reverse_window_scale_; } if (reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -29413,25 +29959,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingStd.reverse_window_scale) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::_internal_has_forward_window_scale() const { - return this != internal_default_instance() && forward_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.forward_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::has_forward_window_scale() const { return _internal_has_forward_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::clear_forward_window_scale() { - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::_internal_forward_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = forward_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.forward_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -29442,9 +29988,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::unsafe_arena_set_allocated_forward_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(forward_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.forward_window_scale_); } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; if (forward_window_scale) { } else { @@ -29454,8 +30000,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::release_forward_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -29470,17 +30016,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::unsafe_arena_release_forward_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingStd.forward_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::_internal_mutable_forward_window_scale() { - if (forward_window_scale_ == nullptr) { + if (_impl_.forward_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - forward_window_scale_ = p; + _impl_.forward_window_scale_ = p; } - return forward_window_scale_; + return _impl_.forward_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::mutable_forward_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_forward_window_scale(); @@ -29490,7 +30036,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd::set_allocated_forward_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete forward_window_scale_; + delete _impl_.forward_window_scale_; } if (forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -29503,7 +30049,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingStd.forward_window_scale) } @@ -29513,19 +30059,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale reverse_window_scale = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_internal_has_reverse_window_scale() const { - return this != internal_default_instance() && reverse_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.reverse_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::has_reverse_window_scale() const { return _internal_has_reverse_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::clear_reverse_window_scale() { - if (GetArenaForAllocation() == nullptr && reverse_window_scale_ != nullptr) { - delete reverse_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.reverse_window_scale_ != nullptr) { + delete _impl_.reverse_window_scale_; } - reverse_window_scale_ = nullptr; + _impl_.reverse_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_internal_reverse_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = reverse_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.reverse_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -29536,9 +30082,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::unsafe_arena_set_allocated_reverse_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reverse_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.reverse_window_scale_); } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; if (reverse_window_scale) { } else { @@ -29548,8 +30094,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::release_reverse_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -29564,17 +30110,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::unsafe_arena_release_reverse_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg.reverse_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = reverse_window_scale_; - reverse_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.reverse_window_scale_; + _impl_.reverse_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_internal_mutable_reverse_window_scale() { - if (reverse_window_scale_ == nullptr) { + if (_impl_.reverse_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - reverse_window_scale_ = p; + _impl_.reverse_window_scale_ = p; } - return reverse_window_scale_; + return _impl_.reverse_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::mutable_reverse_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_reverse_window_scale(); @@ -29584,7 +30130,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::set_allocated_reverse_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reverse_window_scale_; + delete _impl_.reverse_window_scale_; } if (reverse_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -29597,25 +30143,25 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - reverse_window_scale_ = reverse_window_scale; + _impl_.reverse_window_scale_ = reverse_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg.reverse_window_scale) } // .io.deephaven.proto.backplane.grpc.UpdateByWindowScale forward_window_scale = 2; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_internal_has_forward_window_scale() const { - return this != internal_default_instance() && forward_window_scale_ != nullptr; + return this != internal_default_instance() && _impl_.forward_window_scale_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::has_forward_window_scale() const { return _internal_has_forward_window_scale(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::clear_forward_window_scale() { - if (GetArenaForAllocation() == nullptr && forward_window_scale_ != nullptr) { - delete forward_window_scale_; + if (GetArenaForAllocation() == nullptr && _impl_.forward_window_scale_ != nullptr) { + delete _impl_.forward_window_scale_; } - forward_window_scale_ = nullptr; + _impl_.forward_window_scale_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_internal_forward_window_scale() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = forward_window_scale_; + const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* p = _impl_.forward_window_scale_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByWindowScale_default_instance_); } @@ -29626,9 +30172,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale& Updat inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::unsafe_arena_set_allocated_forward_window_scale( ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(forward_window_scale_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.forward_window_scale_); } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; if (forward_window_scale) { } else { @@ -29638,8 +30184,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::release_forward_window_scale() { - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -29654,17 +30200,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::unsafe_arena_release_forward_window_scale() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg.forward_window_scale) - ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = forward_window_scale_; - forward_window_scale_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* temp = _impl_.forward_window_scale_; + _impl_.forward_window_scale_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_internal_mutable_forward_window_scale() { - if (forward_window_scale_ == nullptr) { + if (_impl_.forward_window_scale_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByWindowScale>(GetArenaForAllocation()); - forward_window_scale_ = p; + _impl_.forward_window_scale_ = p; } - return forward_window_scale_; + return _impl_.forward_window_scale_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::mutable_forward_window_scale() { ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* _msg = _internal_mutable_forward_window_scale(); @@ -29674,7 +30220,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* UpdateByReq inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::set_allocated_forward_window_scale(::io::deephaven::proto::backplane::grpc::UpdateByWindowScale* forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete forward_window_scale_; + delete _impl_.forward_window_scale_; } if (forward_window_scale) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -29687,13 +30233,13 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - forward_window_scale_ = forward_window_scale; + _impl_.forward_window_scale_ = forward_window_scale; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg.forward_window_scale) } // string weight_column = 3; inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::clear_weight_column() { - weight_column_.ClearToEmpty(); + _impl_.weight_column_.ClearToEmpty(); } inline const std::string& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::weight_column() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg.weight_column) @@ -29703,7 +30249,7 @@ template inline PROTOBUF_ALWAYS_INLINE void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::set_weight_column(ArgT0&& arg0, ArgT... args) { - weight_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.weight_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg.weight_column) } inline std::string* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::mutable_weight_column() { @@ -29712,19 +30258,19 @@ inline std::string* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpe return _s; } inline const std::string& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_internal_weight_column() const { - return weight_column_.Get(); + return _impl_.weight_column_.Get(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_internal_set_weight_column(const std::string& value) { - weight_column_.Set(value, GetArenaForAllocation()); + _impl_.weight_column_.Set(value, GetArenaForAllocation()); } inline std::string* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::_internal_mutable_weight_column() { - return weight_column_.Mutable(GetArenaForAllocation()); + return _impl_.weight_column_.Mutable(GetArenaForAllocation()); } inline std::string* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::release_weight_column() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg.weight_column) - return weight_column_.Release(); + return _impl_.weight_column_.Release(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg::set_allocated_weight_column(std::string* weight_column) { if (weight_column != nullptr) { @@ -29732,10 +30278,10 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_Update } else { } - weight_column_.SetAllocated(weight_column, GetArenaForAllocation()); + _impl_.weight_column_.SetAllocated(weight_column, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (weight_column_.IsDefault()) { - weight_column_.Set("", GetArenaForAllocation()); + if (_impl_.weight_column_.IsDefault()) { + _impl_.weight_column_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.UpdateByRollingWAvg.weight_column) @@ -29753,12 +30299,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_s return _internal_has_sum(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_sum() { - _oneof_case_[0] = kSum; + _impl_._oneof_case_[0] = kSum; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_sum() { if (_internal_has_sum()) { if (GetArenaForAllocation() == nullptr) { - delete type_.sum_; + delete _impl_.type_.sum_; } clear_has_type(); } @@ -29767,11 +30313,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.sum) if (_internal_has_sum()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum* temp = type_.sum_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum* temp = _impl_.type_.sum_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.sum_ = nullptr; + _impl_.type_.sum_ = nullptr; return temp; } else { return nullptr; @@ -29779,7 +30325,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_sum() const { return _internal_has_sum() - ? *type_.sum_ + ? *_impl_.type_.sum_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::sum() const { @@ -29790,8 +30336,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.sum) if (_internal_has_sum()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum* temp = type_.sum_; - type_.sum_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum* temp = _impl_.type_.sum_; + _impl_.type_.sum_ = nullptr; return temp; } else { return nullptr; @@ -29801,7 +30347,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (sum) { set_has_sum(); - type_.sum_ = sum; + _impl_.type_.sum_ = sum; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.sum) } @@ -29809,9 +30355,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_sum()) { clear_type(); set_has_sum(); - type_.sum_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum >(GetArenaForAllocation()); + _impl_.type_.sum_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum >(GetArenaForAllocation()); } - return type_.sum_; + return _impl_.type_.sum_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_sum() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeSum* _msg = _internal_mutable_sum(); @@ -29827,12 +30373,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_m return _internal_has_min(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_min() { - _oneof_case_[0] = kMin; + _impl_._oneof_case_[0] = kMin; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_min() { if (_internal_has_min()) { if (GetArenaForAllocation() == nullptr) { - delete type_.min_; + delete _impl_.type_.min_; } clear_has_type(); } @@ -29841,11 +30387,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.min) if (_internal_has_min()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin* temp = type_.min_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin* temp = _impl_.type_.min_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.min_ = nullptr; + _impl_.type_.min_ = nullptr; return temp; } else { return nullptr; @@ -29853,7 +30399,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_min() const { return _internal_has_min() - ? *type_.min_ + ? *_impl_.type_.min_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::min() const { @@ -29864,8 +30410,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.min) if (_internal_has_min()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin* temp = type_.min_; - type_.min_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin* temp = _impl_.type_.min_; + _impl_.type_.min_ = nullptr; return temp; } else { return nullptr; @@ -29875,7 +30421,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (min) { set_has_min(); - type_.min_ = min; + _impl_.type_.min_ = min; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.min) } @@ -29883,9 +30429,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_min()) { clear_type(); set_has_min(); - type_.min_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin >(GetArenaForAllocation()); + _impl_.type_.min_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin >(GetArenaForAllocation()); } - return type_.min_; + return _impl_.type_.min_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_min() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMin* _msg = _internal_mutable_min(); @@ -29901,12 +30447,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_m return _internal_has_max(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_max() { - _oneof_case_[0] = kMax; + _impl_._oneof_case_[0] = kMax; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_max() { if (_internal_has_max()) { if (GetArenaForAllocation() == nullptr) { - delete type_.max_; + delete _impl_.type_.max_; } clear_has_type(); } @@ -29915,11 +30461,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.max) if (_internal_has_max()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax* temp = type_.max_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax* temp = _impl_.type_.max_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.max_ = nullptr; + _impl_.type_.max_ = nullptr; return temp; } else { return nullptr; @@ -29927,7 +30473,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_max() const { return _internal_has_max() - ? *type_.max_ + ? *_impl_.type_.max_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::max() const { @@ -29938,8 +30484,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.max) if (_internal_has_max()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax* temp = type_.max_; - type_.max_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax* temp = _impl_.type_.max_; + _impl_.type_.max_ = nullptr; return temp; } else { return nullptr; @@ -29949,7 +30495,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (max) { set_has_max(); - type_.max_ = max; + _impl_.type_.max_ = max; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.max) } @@ -29957,9 +30503,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_max()) { clear_type(); set_has_max(); - type_.max_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax >(GetArenaForAllocation()); + _impl_.type_.max_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax >(GetArenaForAllocation()); } - return type_.max_; + return _impl_.type_.max_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_max() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeMax* _msg = _internal_mutable_max(); @@ -29975,12 +30521,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_p return _internal_has_product(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_product() { - _oneof_case_[0] = kProduct; + _impl_._oneof_case_[0] = kProduct; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_product() { if (_internal_has_product()) { if (GetArenaForAllocation() == nullptr) { - delete type_.product_; + delete _impl_.type_.product_; } clear_has_type(); } @@ -29989,11 +30535,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.product) if (_internal_has_product()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct* temp = type_.product_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct* temp = _impl_.type_.product_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.product_ = nullptr; + _impl_.type_.product_ = nullptr; return temp; } else { return nullptr; @@ -30001,7 +30547,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_product() const { return _internal_has_product() - ? *type_.product_ + ? *_impl_.type_.product_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::product() const { @@ -30012,8 +30558,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.product) if (_internal_has_product()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct* temp = type_.product_; - type_.product_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct* temp = _impl_.type_.product_; + _impl_.type_.product_ = nullptr; return temp; } else { return nullptr; @@ -30023,7 +30569,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (product) { set_has_product(); - type_.product_ = product; + _impl_.type_.product_ = product; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.product) } @@ -30031,9 +30577,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_product()) { clear_type(); set_has_product(); - type_.product_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct >(GetArenaForAllocation()); + _impl_.type_.product_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct >(GetArenaForAllocation()); } - return type_.product_; + return _impl_.type_.product_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_product() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByCumulativeProduct* _msg = _internal_mutable_product(); @@ -30049,12 +30595,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_f return _internal_has_fill(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_fill() { - _oneof_case_[0] = kFill; + _impl_._oneof_case_[0] = kFill; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_fill() { if (_internal_has_fill()) { if (GetArenaForAllocation() == nullptr) { - delete type_.fill_; + delete _impl_.type_.fill_; } clear_has_type(); } @@ -30063,11 +30609,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.fill) if (_internal_has_fill()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill* temp = type_.fill_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill* temp = _impl_.type_.fill_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.fill_ = nullptr; + _impl_.type_.fill_ = nullptr; return temp; } else { return nullptr; @@ -30075,7 +30621,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_fill() const { return _internal_has_fill() - ? *type_.fill_ + ? *_impl_.type_.fill_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::fill() const { @@ -30086,8 +30632,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.fill) if (_internal_has_fill()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill* temp = type_.fill_; - type_.fill_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill* temp = _impl_.type_.fill_; + _impl_.type_.fill_ = nullptr; return temp; } else { return nullptr; @@ -30097,7 +30643,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (fill) { set_has_fill(); - type_.fill_ = fill; + _impl_.type_.fill_ = fill; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.fill) } @@ -30105,9 +30651,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_fill()) { clear_type(); set_has_fill(); - type_.fill_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill >(GetArenaForAllocation()); + _impl_.type_.fill_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill >(GetArenaForAllocation()); } - return type_.fill_; + return _impl_.type_.fill_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_fill() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByFill* _msg = _internal_mutable_fill(); @@ -30123,12 +30669,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_e return _internal_has_ema(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_ema() { - _oneof_case_[0] = kEma; + _impl_._oneof_case_[0] = kEma; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_ema() { if (_internal_has_ema()) { if (GetArenaForAllocation() == nullptr) { - delete type_.ema_; + delete _impl_.type_.ema_; } clear_has_type(); } @@ -30137,11 +30683,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.ema) if (_internal_has_ema()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma* temp = type_.ema_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma* temp = _impl_.type_.ema_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.ema_ = nullptr; + _impl_.type_.ema_ = nullptr; return temp; } else { return nullptr; @@ -30149,7 +30695,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_ema() const { return _internal_has_ema() - ? *type_.ema_ + ? *_impl_.type_.ema_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::ema() const { @@ -30160,8 +30706,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.ema) if (_internal_has_ema()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma* temp = type_.ema_; - type_.ema_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma* temp = _impl_.type_.ema_; + _impl_.type_.ema_ = nullptr; return temp; } else { return nullptr; @@ -30171,7 +30717,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (ema) { set_has_ema(); - type_.ema_ = ema; + _impl_.type_.ema_ = ema; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.ema) } @@ -30179,9 +30725,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_ema()) { clear_type(); set_has_ema(); - type_.ema_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma >(GetArenaForAllocation()); + _impl_.type_.ema_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma >(GetArenaForAllocation()); } - return type_.ema_; + return _impl_.type_.ema_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_ema() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEma* _msg = _internal_mutable_ema(); @@ -30197,12 +30743,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_r return _internal_has_rolling_sum(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_rolling_sum() { - _oneof_case_[0] = kRollingSum; + _impl_._oneof_case_[0] = kRollingSum; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_rolling_sum() { if (_internal_has_rolling_sum()) { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_sum_; + delete _impl_.type_.rolling_sum_; } clear_has_type(); } @@ -30211,11 +30757,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_sum) if (_internal_has_rolling_sum()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum* temp = type_.rolling_sum_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum* temp = _impl_.type_.rolling_sum_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.rolling_sum_ = nullptr; + _impl_.type_.rolling_sum_ = nullptr; return temp; } else { return nullptr; @@ -30223,7 +30769,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_rolling_sum() const { return _internal_has_rolling_sum() - ? *type_.rolling_sum_ + ? *_impl_.type_.rolling_sum_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::rolling_sum() const { @@ -30234,8 +30780,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_sum) if (_internal_has_rolling_sum()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum* temp = type_.rolling_sum_; - type_.rolling_sum_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum* temp = _impl_.type_.rolling_sum_; + _impl_.type_.rolling_sum_ = nullptr; return temp; } else { return nullptr; @@ -30245,7 +30791,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (rolling_sum) { set_has_rolling_sum(); - type_.rolling_sum_ = rolling_sum; + _impl_.type_.rolling_sum_ = rolling_sum; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_sum) } @@ -30253,9 +30799,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_rolling_sum()) { clear_type(); set_has_rolling_sum(); - type_.rolling_sum_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum >(GetArenaForAllocation()); + _impl_.type_.rolling_sum_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum >(GetArenaForAllocation()); } - return type_.rolling_sum_; + return _impl_.type_.rolling_sum_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_rolling_sum() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingSum* _msg = _internal_mutable_rolling_sum(); @@ -30271,12 +30817,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_r return _internal_has_rolling_group(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_rolling_group() { - _oneof_case_[0] = kRollingGroup; + _impl_._oneof_case_[0] = kRollingGroup; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_rolling_group() { if (_internal_has_rolling_group()) { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_group_; + delete _impl_.type_.rolling_group_; } clear_has_type(); } @@ -30285,11 +30831,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_group) if (_internal_has_rolling_group()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup* temp = type_.rolling_group_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup* temp = _impl_.type_.rolling_group_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.rolling_group_ = nullptr; + _impl_.type_.rolling_group_ = nullptr; return temp; } else { return nullptr; @@ -30297,7 +30843,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_rolling_group() const { return _internal_has_rolling_group() - ? *type_.rolling_group_ + ? *_impl_.type_.rolling_group_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::rolling_group() const { @@ -30308,8 +30854,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_group) if (_internal_has_rolling_group()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup* temp = type_.rolling_group_; - type_.rolling_group_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup* temp = _impl_.type_.rolling_group_; + _impl_.type_.rolling_group_ = nullptr; return temp; } else { return nullptr; @@ -30319,7 +30865,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (rolling_group) { set_has_rolling_group(); - type_.rolling_group_ = rolling_group; + _impl_.type_.rolling_group_ = rolling_group; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_group) } @@ -30327,9 +30873,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_rolling_group()) { clear_type(); set_has_rolling_group(); - type_.rolling_group_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup >(GetArenaForAllocation()); + _impl_.type_.rolling_group_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup >(GetArenaForAllocation()); } - return type_.rolling_group_; + return _impl_.type_.rolling_group_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_rolling_group() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingGroup* _msg = _internal_mutable_rolling_group(); @@ -30345,12 +30891,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_r return _internal_has_rolling_avg(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_rolling_avg() { - _oneof_case_[0] = kRollingAvg; + _impl_._oneof_case_[0] = kRollingAvg; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_rolling_avg() { if (_internal_has_rolling_avg()) { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_avg_; + delete _impl_.type_.rolling_avg_; } clear_has_type(); } @@ -30359,11 +30905,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_avg) if (_internal_has_rolling_avg()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg* temp = type_.rolling_avg_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg* temp = _impl_.type_.rolling_avg_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.rolling_avg_ = nullptr; + _impl_.type_.rolling_avg_ = nullptr; return temp; } else { return nullptr; @@ -30371,7 +30917,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_rolling_avg() const { return _internal_has_rolling_avg() - ? *type_.rolling_avg_ + ? *_impl_.type_.rolling_avg_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::rolling_avg() const { @@ -30382,8 +30928,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_avg) if (_internal_has_rolling_avg()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg* temp = type_.rolling_avg_; - type_.rolling_avg_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg* temp = _impl_.type_.rolling_avg_; + _impl_.type_.rolling_avg_ = nullptr; return temp; } else { return nullptr; @@ -30393,7 +30939,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (rolling_avg) { set_has_rolling_avg(); - type_.rolling_avg_ = rolling_avg; + _impl_.type_.rolling_avg_ = rolling_avg; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_avg) } @@ -30401,9 +30947,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_rolling_avg()) { clear_type(); set_has_rolling_avg(); - type_.rolling_avg_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg >(GetArenaForAllocation()); + _impl_.type_.rolling_avg_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg >(GetArenaForAllocation()); } - return type_.rolling_avg_; + return _impl_.type_.rolling_avg_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_rolling_avg() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingAvg* _msg = _internal_mutable_rolling_avg(); @@ -30419,12 +30965,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_r return _internal_has_rolling_min(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_rolling_min() { - _oneof_case_[0] = kRollingMin; + _impl_._oneof_case_[0] = kRollingMin; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_rolling_min() { if (_internal_has_rolling_min()) { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_min_; + delete _impl_.type_.rolling_min_; } clear_has_type(); } @@ -30433,11 +30979,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_min) if (_internal_has_rolling_min()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin* temp = type_.rolling_min_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin* temp = _impl_.type_.rolling_min_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.rolling_min_ = nullptr; + _impl_.type_.rolling_min_ = nullptr; return temp; } else { return nullptr; @@ -30445,7 +30991,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_rolling_min() const { return _internal_has_rolling_min() - ? *type_.rolling_min_ + ? *_impl_.type_.rolling_min_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::rolling_min() const { @@ -30456,8 +31002,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_min) if (_internal_has_rolling_min()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin* temp = type_.rolling_min_; - type_.rolling_min_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin* temp = _impl_.type_.rolling_min_; + _impl_.type_.rolling_min_ = nullptr; return temp; } else { return nullptr; @@ -30467,7 +31013,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (rolling_min) { set_has_rolling_min(); - type_.rolling_min_ = rolling_min; + _impl_.type_.rolling_min_ = rolling_min; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_min) } @@ -30475,9 +31021,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_rolling_min()) { clear_type(); set_has_rolling_min(); - type_.rolling_min_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin >(GetArenaForAllocation()); + _impl_.type_.rolling_min_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin >(GetArenaForAllocation()); } - return type_.rolling_min_; + return _impl_.type_.rolling_min_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_rolling_min() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMin* _msg = _internal_mutable_rolling_min(); @@ -30493,12 +31039,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_r return _internal_has_rolling_max(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_rolling_max() { - _oneof_case_[0] = kRollingMax; + _impl_._oneof_case_[0] = kRollingMax; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_rolling_max() { if (_internal_has_rolling_max()) { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_max_; + delete _impl_.type_.rolling_max_; } clear_has_type(); } @@ -30507,11 +31053,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_max) if (_internal_has_rolling_max()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax* temp = type_.rolling_max_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax* temp = _impl_.type_.rolling_max_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.rolling_max_ = nullptr; + _impl_.type_.rolling_max_ = nullptr; return temp; } else { return nullptr; @@ -30519,7 +31065,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_rolling_max() const { return _internal_has_rolling_max() - ? *type_.rolling_max_ + ? *_impl_.type_.rolling_max_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::rolling_max() const { @@ -30530,8 +31076,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_max) if (_internal_has_rolling_max()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax* temp = type_.rolling_max_; - type_.rolling_max_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax* temp = _impl_.type_.rolling_max_; + _impl_.type_.rolling_max_ = nullptr; return temp; } else { return nullptr; @@ -30541,7 +31087,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (rolling_max) { set_has_rolling_max(); - type_.rolling_max_ = rolling_max; + _impl_.type_.rolling_max_ = rolling_max; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_max) } @@ -30549,9 +31095,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_rolling_max()) { clear_type(); set_has_rolling_max(); - type_.rolling_max_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax >(GetArenaForAllocation()); + _impl_.type_.rolling_max_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax >(GetArenaForAllocation()); } - return type_.rolling_max_; + return _impl_.type_.rolling_max_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_rolling_max() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingMax* _msg = _internal_mutable_rolling_max(); @@ -30567,12 +31113,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_r return _internal_has_rolling_product(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_rolling_product() { - _oneof_case_[0] = kRollingProduct; + _impl_._oneof_case_[0] = kRollingProduct; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_rolling_product() { if (_internal_has_rolling_product()) { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_product_; + delete _impl_.type_.rolling_product_; } clear_has_type(); } @@ -30581,11 +31127,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_product) if (_internal_has_rolling_product()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct* temp = type_.rolling_product_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct* temp = _impl_.type_.rolling_product_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.rolling_product_ = nullptr; + _impl_.type_.rolling_product_ = nullptr; return temp; } else { return nullptr; @@ -30593,7 +31139,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_rolling_product() const { return _internal_has_rolling_product() - ? *type_.rolling_product_ + ? *_impl_.type_.rolling_product_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::rolling_product() const { @@ -30604,8 +31150,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_product) if (_internal_has_rolling_product()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct* temp = type_.rolling_product_; - type_.rolling_product_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct* temp = _impl_.type_.rolling_product_; + _impl_.type_.rolling_product_ = nullptr; return temp; } else { return nullptr; @@ -30615,7 +31161,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (rolling_product) { set_has_rolling_product(); - type_.rolling_product_ = rolling_product; + _impl_.type_.rolling_product_ = rolling_product; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_product) } @@ -30623,9 +31169,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_rolling_product()) { clear_type(); set_has_rolling_product(); - type_.rolling_product_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct >(GetArenaForAllocation()); + _impl_.type_.rolling_product_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct >(GetArenaForAllocation()); } - return type_.rolling_product_; + return _impl_.type_.rolling_product_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_rolling_product() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingProduct* _msg = _internal_mutable_rolling_product(); @@ -30641,12 +31187,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_d return _internal_has_delta(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_delta() { - _oneof_case_[0] = kDelta; + _impl_._oneof_case_[0] = kDelta; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_delta() { if (_internal_has_delta()) { if (GetArenaForAllocation() == nullptr) { - delete type_.delta_; + delete _impl_.type_.delta_; } clear_has_type(); } @@ -30655,11 +31201,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.delta) if (_internal_has_delta()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta* temp = type_.delta_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta* temp = _impl_.type_.delta_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.delta_ = nullptr; + _impl_.type_.delta_ = nullptr; return temp; } else { return nullptr; @@ -30667,7 +31213,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_delta() const { return _internal_has_delta() - ? *type_.delta_ + ? *_impl_.type_.delta_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::delta() const { @@ -30678,8 +31224,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.delta) if (_internal_has_delta()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta* temp = type_.delta_; - type_.delta_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta* temp = _impl_.type_.delta_; + _impl_.type_.delta_ = nullptr; return temp; } else { return nullptr; @@ -30689,7 +31235,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (delta) { set_has_delta(); - type_.delta_ = delta; + _impl_.type_.delta_ = delta; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.delta) } @@ -30697,9 +31243,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_delta()) { clear_type(); set_has_delta(); - type_.delta_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta >(GetArenaForAllocation()); + _impl_.type_.delta_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta >(GetArenaForAllocation()); } - return type_.delta_; + return _impl_.type_.delta_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_delta() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByDelta* _msg = _internal_mutable_delta(); @@ -30715,12 +31261,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_e return _internal_has_ems(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_ems() { - _oneof_case_[0] = kEms; + _impl_._oneof_case_[0] = kEms; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_ems() { if (_internal_has_ems()) { if (GetArenaForAllocation() == nullptr) { - delete type_.ems_; + delete _impl_.type_.ems_; } clear_has_type(); } @@ -30729,11 +31275,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.ems) if (_internal_has_ems()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms* temp = type_.ems_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms* temp = _impl_.type_.ems_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.ems_ = nullptr; + _impl_.type_.ems_ = nullptr; return temp; } else { return nullptr; @@ -30741,7 +31287,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_ems() const { return _internal_has_ems() - ? *type_.ems_ + ? *_impl_.type_.ems_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::ems() const { @@ -30752,8 +31298,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.ems) if (_internal_has_ems()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms* temp = type_.ems_; - type_.ems_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms* temp = _impl_.type_.ems_; + _impl_.type_.ems_ = nullptr; return temp; } else { return nullptr; @@ -30763,7 +31309,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (ems) { set_has_ems(); - type_.ems_ = ems; + _impl_.type_.ems_ = ems; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.ems) } @@ -30771,9 +31317,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_ems()) { clear_type(); set_has_ems(); - type_.ems_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms >(GetArenaForAllocation()); + _impl_.type_.ems_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms >(GetArenaForAllocation()); } - return type_.ems_; + return _impl_.type_.ems_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_ems() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEms* _msg = _internal_mutable_ems(); @@ -30789,12 +31335,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_e return _internal_has_em_min(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_em_min() { - _oneof_case_[0] = kEmMin; + _impl_._oneof_case_[0] = kEmMin; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_em_min() { if (_internal_has_em_min()) { if (GetArenaForAllocation() == nullptr) { - delete type_.em_min_; + delete _impl_.type_.em_min_; } clear_has_type(); } @@ -30803,11 +31349,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.em_min) if (_internal_has_em_min()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin* temp = type_.em_min_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin* temp = _impl_.type_.em_min_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.em_min_ = nullptr; + _impl_.type_.em_min_ = nullptr; return temp; } else { return nullptr; @@ -30815,7 +31361,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_em_min() const { return _internal_has_em_min() - ? *type_.em_min_ + ? *_impl_.type_.em_min_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::em_min() const { @@ -30826,8 +31372,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.em_min) if (_internal_has_em_min()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin* temp = type_.em_min_; - type_.em_min_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin* temp = _impl_.type_.em_min_; + _impl_.type_.em_min_ = nullptr; return temp; } else { return nullptr; @@ -30837,7 +31383,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (em_min) { set_has_em_min(); - type_.em_min_ = em_min; + _impl_.type_.em_min_ = em_min; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.em_min) } @@ -30845,9 +31391,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_em_min()) { clear_type(); set_has_em_min(); - type_.em_min_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin >(GetArenaForAllocation()); + _impl_.type_.em_min_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin >(GetArenaForAllocation()); } - return type_.em_min_; + return _impl_.type_.em_min_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_em_min() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMin* _msg = _internal_mutable_em_min(); @@ -30863,12 +31409,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_e return _internal_has_em_max(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_em_max() { - _oneof_case_[0] = kEmMax; + _impl_._oneof_case_[0] = kEmMax; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_em_max() { if (_internal_has_em_max()) { if (GetArenaForAllocation() == nullptr) { - delete type_.em_max_; + delete _impl_.type_.em_max_; } clear_has_type(); } @@ -30877,11 +31423,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.em_max) if (_internal_has_em_max()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax* temp = type_.em_max_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax* temp = _impl_.type_.em_max_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.em_max_ = nullptr; + _impl_.type_.em_max_ = nullptr; return temp; } else { return nullptr; @@ -30889,7 +31435,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_em_max() const { return _internal_has_em_max() - ? *type_.em_max_ + ? *_impl_.type_.em_max_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::em_max() const { @@ -30900,8 +31446,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.em_max) if (_internal_has_em_max()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax* temp = type_.em_max_; - type_.em_max_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax* temp = _impl_.type_.em_max_; + _impl_.type_.em_max_ = nullptr; return temp; } else { return nullptr; @@ -30911,7 +31457,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (em_max) { set_has_em_max(); - type_.em_max_ = em_max; + _impl_.type_.em_max_ = em_max; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.em_max) } @@ -30919,9 +31465,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_em_max()) { clear_type(); set_has_em_max(); - type_.em_max_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax >(GetArenaForAllocation()); + _impl_.type_.em_max_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax >(GetArenaForAllocation()); } - return type_.em_max_; + return _impl_.type_.em_max_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_em_max() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmMax* _msg = _internal_mutable_em_max(); @@ -30937,12 +31483,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_e return _internal_has_em_std(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_em_std() { - _oneof_case_[0] = kEmStd; + _impl_._oneof_case_[0] = kEmStd; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_em_std() { if (_internal_has_em_std()) { if (GetArenaForAllocation() == nullptr) { - delete type_.em_std_; + delete _impl_.type_.em_std_; } clear_has_type(); } @@ -30951,11 +31497,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.em_std) if (_internal_has_em_std()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd* temp = type_.em_std_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd* temp = _impl_.type_.em_std_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.em_std_ = nullptr; + _impl_.type_.em_std_ = nullptr; return temp; } else { return nullptr; @@ -30963,7 +31509,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_em_std() const { return _internal_has_em_std() - ? *type_.em_std_ + ? *_impl_.type_.em_std_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::em_std() const { @@ -30974,8 +31520,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.em_std) if (_internal_has_em_std()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd* temp = type_.em_std_; - type_.em_std_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd* temp = _impl_.type_.em_std_; + _impl_.type_.em_std_ = nullptr; return temp; } else { return nullptr; @@ -30985,7 +31531,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (em_std) { set_has_em_std(); - type_.em_std_ = em_std; + _impl_.type_.em_std_ = em_std; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.em_std) } @@ -30993,9 +31539,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_em_std()) { clear_type(); set_has_em_std(); - type_.em_std_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd >(GetArenaForAllocation()); + _impl_.type_.em_std_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd >(GetArenaForAllocation()); } - return type_.em_std_; + return _impl_.type_.em_std_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_em_std() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByEmStd* _msg = _internal_mutable_em_std(); @@ -31011,12 +31557,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_r return _internal_has_rolling_count(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_rolling_count() { - _oneof_case_[0] = kRollingCount; + _impl_._oneof_case_[0] = kRollingCount; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_rolling_count() { if (_internal_has_rolling_count()) { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_count_; + delete _impl_.type_.rolling_count_; } clear_has_type(); } @@ -31025,11 +31571,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_count) if (_internal_has_rolling_count()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount* temp = type_.rolling_count_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount* temp = _impl_.type_.rolling_count_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.rolling_count_ = nullptr; + _impl_.type_.rolling_count_ = nullptr; return temp; } else { return nullptr; @@ -31037,7 +31583,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_rolling_count() const { return _internal_has_rolling_count() - ? *type_.rolling_count_ + ? *_impl_.type_.rolling_count_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::rolling_count() const { @@ -31048,8 +31594,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_count) if (_internal_has_rolling_count()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount* temp = type_.rolling_count_; - type_.rolling_count_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount* temp = _impl_.type_.rolling_count_; + _impl_.type_.rolling_count_ = nullptr; return temp; } else { return nullptr; @@ -31059,7 +31605,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (rolling_count) { set_has_rolling_count(); - type_.rolling_count_ = rolling_count; + _impl_.type_.rolling_count_ = rolling_count; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_count) } @@ -31067,9 +31613,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_rolling_count()) { clear_type(); set_has_rolling_count(); - type_.rolling_count_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount >(GetArenaForAllocation()); + _impl_.type_.rolling_count_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount >(GetArenaForAllocation()); } - return type_.rolling_count_; + return _impl_.type_.rolling_count_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_rolling_count() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingCount* _msg = _internal_mutable_rolling_count(); @@ -31085,12 +31631,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_r return _internal_has_rolling_std(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_rolling_std() { - _oneof_case_[0] = kRollingStd; + _impl_._oneof_case_[0] = kRollingStd; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_rolling_std() { if (_internal_has_rolling_std()) { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_std_; + delete _impl_.type_.rolling_std_; } clear_has_type(); } @@ -31099,11 +31645,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_std) if (_internal_has_rolling_std()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd* temp = type_.rolling_std_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd* temp = _impl_.type_.rolling_std_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.rolling_std_ = nullptr; + _impl_.type_.rolling_std_ = nullptr; return temp; } else { return nullptr; @@ -31111,7 +31657,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_rolling_std() const { return _internal_has_rolling_std() - ? *type_.rolling_std_ + ? *_impl_.type_.rolling_std_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::rolling_std() const { @@ -31122,8 +31668,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_std) if (_internal_has_rolling_std()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd* temp = type_.rolling_std_; - type_.rolling_std_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd* temp = _impl_.type_.rolling_std_; + _impl_.type_.rolling_std_ = nullptr; return temp; } else { return nullptr; @@ -31133,7 +31679,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (rolling_std) { set_has_rolling_std(); - type_.rolling_std_ = rolling_std; + _impl_.type_.rolling_std_ = rolling_std; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_std) } @@ -31141,9 +31687,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_rolling_std()) { clear_type(); set_has_rolling_std(); - type_.rolling_std_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd >(GetArenaForAllocation()); + _impl_.type_.rolling_std_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd >(GetArenaForAllocation()); } - return type_.rolling_std_; + return _impl_.type_.rolling_std_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_rolling_std() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingStd* _msg = _internal_mutable_rolling_std(); @@ -31159,12 +31705,12 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_r return _internal_has_rolling_wavg(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::set_has_rolling_wavg() { - _oneof_case_[0] = kRollingWavg; + _impl_._oneof_case_[0] = kRollingWavg; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_rolling_wavg() { if (_internal_has_rolling_wavg()) { if (GetArenaForAllocation() == nullptr) { - delete type_.rolling_wavg_; + delete _impl_.type_.rolling_wavg_; } clear_has_type(); } @@ -31173,11 +31719,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_wavg) if (_internal_has_rolling_wavg()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg* temp = type_.rolling_wavg_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg* temp = _impl_.type_.rolling_wavg_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.rolling_wavg_ = nullptr; + _impl_.type_.rolling_wavg_ = nullptr; return temp; } else { return nullptr; @@ -31185,7 +31731,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::_internal_rolling_wavg() const { return _internal_has_rolling_wavg() - ? *type_.rolling_wavg_ + ? *_impl_.type_.rolling_wavg_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg& UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::rolling_wavg() const { @@ -31196,8 +31742,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_wavg) if (_internal_has_rolling_wavg()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg* temp = type_.rolling_wavg_; - type_.rolling_wavg_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg* temp = _impl_.type_.rolling_wavg_; + _impl_.type_.rolling_wavg_ = nullptr; return temp; } else { return nullptr; @@ -31207,7 +31753,7 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::unsaf clear_type(); if (rolling_wavg) { set_has_rolling_wavg(); - type_.rolling_wavg_ = rolling_wavg; + _impl_.type_.rolling_wavg_ = rolling_wavg; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec.rolling_wavg) } @@ -31215,9 +31761,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_rolling_wavg()) { clear_type(); set_has_rolling_wavg(); - type_.rolling_wavg_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg >(GetArenaForAllocation()); + _impl_.type_.rolling_wavg_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg >(GetArenaForAllocation()); } - return type_.rolling_wavg_; + return _impl_.type_.rolling_wavg_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg* UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::mutable_rolling_wavg() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_UpdateByRollingWAvg* _msg = _internal_mutable_rolling_wavg(); @@ -31229,10 +31775,10 @@ inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::has_t return type_case() != TYPE_NOT_SET; } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::clear_has_type() { - _oneof_case_[0] = TYPE_NOT_SET; + _impl_._oneof_case_[0] = TYPE_NOT_SET; } inline UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::TypeCase UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::type_case() const { - return UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::TypeCase(_oneof_case_[0]); + return UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::TypeCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -31240,19 +31786,19 @@ inline UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec::TypeCase U // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.UpdateBySpec spec = 1; inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn::_internal_has_spec() const { - return this != internal_default_instance() && spec_ != nullptr; + return this != internal_default_instance() && _impl_.spec_ != nullptr; } inline bool UpdateByRequest_UpdateByOperation_UpdateByColumn::has_spec() const { return _internal_has_spec(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::clear_spec() { - if (GetArenaForAllocation() == nullptr && spec_ != nullptr) { - delete spec_; + if (GetArenaForAllocation() == nullptr && _impl_.spec_ != nullptr) { + delete _impl_.spec_; } - spec_ = nullptr; + _impl_.spec_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec& UpdateByRequest_UpdateByOperation_UpdateByColumn::_internal_spec() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* p = spec_; + const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* p = _impl_.spec_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec_default_instance_); } @@ -31263,9 +31809,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOp inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::unsafe_arena_set_allocated_spec( ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* spec) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(spec_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.spec_); } - spec_ = spec; + _impl_.spec_ = spec; if (spec) { } else { @@ -31275,8 +31821,8 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::unsafe_arena_set_a } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* UpdateByRequest_UpdateByOperation_UpdateByColumn::release_spec() { - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* temp = spec_; - spec_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* temp = _impl_.spec_; + _impl_.spec_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -31291,17 +31837,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* UpdateByRequest_UpdateByOperation_UpdateByColumn::unsafe_arena_release_spec() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.spec) - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* temp = spec_; - spec_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* temp = _impl_.spec_; + _impl_.spec_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* UpdateByRequest_UpdateByOperation_UpdateByColumn::_internal_mutable_spec() { - if (spec_ == nullptr) { + if (_impl_.spec_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec>(GetArenaForAllocation()); - spec_ = p; + _impl_.spec_ = p; } - return spec_; + return _impl_.spec_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* UpdateByRequest_UpdateByOperation_UpdateByColumn::mutable_spec() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* _msg = _internal_mutable_spec(); @@ -31311,7 +31857,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::set_allocated_spec(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn_UpdateBySpec* spec) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete spec_; + delete _impl_.spec_; } if (spec) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -31324,19 +31870,19 @@ inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::set_allocated_spec } else { } - spec_ = spec; + _impl_.spec_ = spec; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.spec) } // repeated string match_pairs = 2; inline int UpdateByRequest_UpdateByOperation_UpdateByColumn::_internal_match_pairs_size() const { - return match_pairs_.size(); + return _impl_.match_pairs_.size(); } inline int UpdateByRequest_UpdateByOperation_UpdateByColumn::match_pairs_size() const { return _internal_match_pairs_size(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::clear_match_pairs() { - match_pairs_.Clear(); + _impl_.match_pairs_.Clear(); } inline std::string* UpdateByRequest_UpdateByOperation_UpdateByColumn::add_match_pairs() { std::string* _s = _internal_add_match_pairs(); @@ -31344,7 +31890,7 @@ inline std::string* UpdateByRequest_UpdateByOperation_UpdateByColumn::add_match_ return _s; } inline const std::string& UpdateByRequest_UpdateByOperation_UpdateByColumn::_internal_match_pairs(int index) const { - return match_pairs_.Get(index); + return _impl_.match_pairs_.Get(index); } inline const std::string& UpdateByRequest_UpdateByOperation_UpdateByColumn::match_pairs(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.match_pairs) @@ -31352,55 +31898,55 @@ inline const std::string& UpdateByRequest_UpdateByOperation_UpdateByColumn::matc } inline std::string* UpdateByRequest_UpdateByOperation_UpdateByColumn::mutable_match_pairs(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.match_pairs) - return match_pairs_.Mutable(index); + return _impl_.match_pairs_.Mutable(index); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::set_match_pairs(int index, const std::string& value) { - match_pairs_.Mutable(index)->assign(value); + _impl_.match_pairs_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.match_pairs) } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::set_match_pairs(int index, std::string&& value) { - match_pairs_.Mutable(index)->assign(std::move(value)); + _impl_.match_pairs_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.match_pairs) } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::set_match_pairs(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - match_pairs_.Mutable(index)->assign(value); + _impl_.match_pairs_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.match_pairs) } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::set_match_pairs(int index, const char* value, size_t size) { - match_pairs_.Mutable(index)->assign( + _impl_.match_pairs_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.match_pairs) } inline std::string* UpdateByRequest_UpdateByOperation_UpdateByColumn::_internal_add_match_pairs() { - return match_pairs_.Add(); + return _impl_.match_pairs_.Add(); } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::add_match_pairs(const std::string& value) { - match_pairs_.Add()->assign(value); + _impl_.match_pairs_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.match_pairs) } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::add_match_pairs(std::string&& value) { - match_pairs_.Add(std::move(value)); + _impl_.match_pairs_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.match_pairs) } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::add_match_pairs(const char* value) { GOOGLE_DCHECK(value != nullptr); - match_pairs_.Add()->assign(value); + _impl_.match_pairs_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.match_pairs) } inline void UpdateByRequest_UpdateByOperation_UpdateByColumn::add_match_pairs(const char* value, size_t size) { - match_pairs_.Add()->assign(reinterpret_cast(value), size); + _impl_.match_pairs_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.match_pairs) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& UpdateByRequest_UpdateByOperation_UpdateByColumn::match_pairs() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.match_pairs) - return match_pairs_; + return _impl_.match_pairs_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* UpdateByRequest_UpdateByOperation_UpdateByColumn::mutable_match_pairs() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.UpdateByColumn.match_pairs) - return &match_pairs_; + return &_impl_.match_pairs_; } // ------------------------------------------------------------------- @@ -31415,12 +31961,12 @@ inline bool UpdateByRequest_UpdateByOperation::has_column() const { return _internal_has_column(); } inline void UpdateByRequest_UpdateByOperation::set_has_column() { - _oneof_case_[0] = kColumn; + _impl_._oneof_case_[0] = kColumn; } inline void UpdateByRequest_UpdateByOperation::clear_column() { if (_internal_has_column()) { if (GetArenaForAllocation() == nullptr) { - delete type_.column_; + delete _impl_.type_.column_; } clear_has_type(); } @@ -31429,11 +31975,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.column) if (_internal_has_column()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn* temp = type_.column_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn* temp = _impl_.type_.column_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.column_ = nullptr; + _impl_.type_.column_ = nullptr; return temp; } else { return nullptr; @@ -31441,7 +31987,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn& UpdateByRequest_UpdateByOperation::_internal_column() const { return _internal_has_column() - ? *type_.column_ + ? *_impl_.type_.column_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOperation_UpdateByColumn_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn& UpdateByRequest_UpdateByOperation::column() const { @@ -31452,8 +31998,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.column) if (_internal_has_column()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn* temp = type_.column_; - type_.column_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn* temp = _impl_.type_.column_; + _impl_.type_.column_ = nullptr; return temp; } else { return nullptr; @@ -31463,7 +32009,7 @@ inline void UpdateByRequest_UpdateByOperation::unsafe_arena_set_allocated_column clear_type(); if (column) { set_has_column(); - type_.column_ = column; + _impl_.type_.column_ = column; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation.column) } @@ -31471,9 +32017,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio if (!_internal_has_column()) { clear_type(); set_has_column(); - type_.column_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn >(GetArenaForAllocation()); + _impl_.type_.column_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn >(GetArenaForAllocation()); } - return type_.column_; + return _impl_.type_.column_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn* UpdateByRequest_UpdateByOperation::mutable_column() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation_UpdateByColumn* _msg = _internal_mutable_column(); @@ -31485,10 +32031,10 @@ inline bool UpdateByRequest_UpdateByOperation::has_type() const { return type_case() != TYPE_NOT_SET; } inline void UpdateByRequest_UpdateByOperation::clear_has_type() { - _oneof_case_[0] = TYPE_NOT_SET; + _impl_._oneof_case_[0] = TYPE_NOT_SET; } inline UpdateByRequest_UpdateByOperation::TypeCase UpdateByRequest_UpdateByOperation::type_case() const { - return UpdateByRequest_UpdateByOperation::TypeCase(_oneof_case_[0]); + return UpdateByRequest_UpdateByOperation::TypeCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -31496,13 +32042,13 @@ inline UpdateByRequest_UpdateByOperation::TypeCase UpdateByRequest_UpdateByOpera // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool UpdateByRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool UpdateByRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& UpdateByRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -31513,9 +32059,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& UpdateByRequest::r inline void UpdateByRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -31525,8 +32071,8 @@ inline void UpdateByRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* UpdateByRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -31541,17 +32087,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* UpdateByRequest::release inline ::io::deephaven::proto::backplane::grpc::Ticket* UpdateByRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* UpdateByRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* UpdateByRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -31561,7 +32107,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* UpdateByRequest::mutable inline void UpdateByRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -31575,25 +32121,25 @@ inline void UpdateByRequest::set_allocated_result_id(::io::deephaven::proto::bac } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool UpdateByRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool UpdateByRequest::has_source_id() const { return _internal_has_source_id(); } inline void UpdateByRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& UpdateByRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -31604,9 +32150,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& UpdateByRe inline void UpdateByRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -31616,8 +32162,8 @@ inline void UpdateByRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* UpdateByRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -31632,17 +32178,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* UpdateByRequest: inline ::io::deephaven::proto::backplane::grpc::TableReference* UpdateByRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* UpdateByRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* UpdateByRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -31652,7 +32198,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* UpdateByRequest: inline void UpdateByRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -31665,25 +32211,25 @@ inline void UpdateByRequest::set_allocated_source_id(::io::deephaven::proto::bac } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.source_id) } // .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOptions options = 3; inline bool UpdateByRequest::_internal_has_options() const { - return this != internal_default_instance() && options_ != nullptr; + return this != internal_default_instance() && _impl_.options_ != nullptr; } inline bool UpdateByRequest::has_options() const { return _internal_has_options(); } inline void UpdateByRequest::clear_options() { - if (GetArenaForAllocation() == nullptr && options_ != nullptr) { - delete options_; + if (GetArenaForAllocation() == nullptr && _impl_.options_ != nullptr) { + delete _impl_.options_; } - options_ = nullptr; + _impl_.options_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions& UpdateByRequest::_internal_options() const { - const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* p = options_; + const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* p = _impl_.options_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_UpdateByRequest_UpdateByOptions_default_instance_); } @@ -31694,9 +32240,9 @@ inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOp inline void UpdateByRequest::unsafe_arena_set_allocated_options( ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* options) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(options_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.options_); } - options_ = options; + _impl_.options_ = options; if (options) { } else { @@ -31706,8 +32252,8 @@ inline void UpdateByRequest::unsafe_arena_set_allocated_options( } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* UpdateByRequest::release_options() { - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -31722,17 +32268,17 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* UpdateByRequest::unsafe_arena_release_options() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UpdateByRequest.options) - ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* temp = options_; - options_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* temp = _impl_.options_; + _impl_.options_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* UpdateByRequest::_internal_mutable_options() { - if (options_ == nullptr) { + if (_impl_.options_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions>(GetArenaForAllocation()); - options_ = p; + _impl_.options_ = p; } - return options_; + return _impl_.options_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* UpdateByRequest::mutable_options() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* _msg = _internal_mutable_options(); @@ -31742,7 +32288,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* inline void UpdateByRequest::set_allocated_options(::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOptions* options) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete options_; + delete _impl_.options_; } if (options) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -31755,38 +32301,38 @@ inline void UpdateByRequest::set_allocated_options(::io::deephaven::proto::backp } else { } - options_ = options; + _impl_.options_ = options; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UpdateByRequest.options) } // repeated .io.deephaven.proto.backplane.grpc.UpdateByRequest.UpdateByOperation operations = 4; inline int UpdateByRequest::_internal_operations_size() const { - return operations_.size(); + return _impl_.operations_.size(); } inline int UpdateByRequest::operations_size() const { return _internal_operations_size(); } inline void UpdateByRequest::clear_operations() { - operations_.Clear(); + _impl_.operations_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation* UpdateByRequest::mutable_operations(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.UpdateByRequest.operations) - return operations_.Mutable(index); + return _impl_.operations_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation >* UpdateByRequest::mutable_operations() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.UpdateByRequest.operations) - return &operations_; + return &_impl_.operations_; } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation& UpdateByRequest::_internal_operations(int index) const { - return operations_.Get(index); + return _impl_.operations_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation& UpdateByRequest::operations(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByRequest.operations) return _internal_operations(index); } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation* UpdateByRequest::_internal_add_operations() { - return operations_.Add(); + return _impl_.operations_.Add(); } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation* UpdateByRequest::add_operations() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation* _add = _internal_add_operations(); @@ -31796,18 +32342,18 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperatio inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::UpdateByRequest_UpdateByOperation >& UpdateByRequest::operations() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.UpdateByRequest.operations) - return operations_; + return _impl_.operations_; } // repeated string group_by_columns = 5; inline int UpdateByRequest::_internal_group_by_columns_size() const { - return group_by_columns_.size(); + return _impl_.group_by_columns_.size(); } inline int UpdateByRequest::group_by_columns_size() const { return _internal_group_by_columns_size(); } inline void UpdateByRequest::clear_group_by_columns() { - group_by_columns_.Clear(); + _impl_.group_by_columns_.Clear(); } inline std::string* UpdateByRequest::add_group_by_columns() { std::string* _s = _internal_add_group_by_columns(); @@ -31815,7 +32361,7 @@ inline std::string* UpdateByRequest::add_group_by_columns() { return _s; } inline const std::string& UpdateByRequest::_internal_group_by_columns(int index) const { - return group_by_columns_.Get(index); + return _impl_.group_by_columns_.Get(index); } inline const std::string& UpdateByRequest::group_by_columns(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UpdateByRequest.group_by_columns) @@ -31823,55 +32369,55 @@ inline const std::string& UpdateByRequest::group_by_columns(int index) const { } inline std::string* UpdateByRequest::mutable_group_by_columns(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.UpdateByRequest.group_by_columns) - return group_by_columns_.Mutable(index); + return _impl_.group_by_columns_.Mutable(index); } inline void UpdateByRequest::set_group_by_columns(int index, const std::string& value) { - group_by_columns_.Mutable(index)->assign(value); + _impl_.group_by_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.UpdateByRequest.group_by_columns) } inline void UpdateByRequest::set_group_by_columns(int index, std::string&& value) { - group_by_columns_.Mutable(index)->assign(std::move(value)); + _impl_.group_by_columns_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.UpdateByRequest.group_by_columns) } inline void UpdateByRequest::set_group_by_columns(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - group_by_columns_.Mutable(index)->assign(value); + _impl_.group_by_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.UpdateByRequest.group_by_columns) } inline void UpdateByRequest::set_group_by_columns(int index, const char* value, size_t size) { - group_by_columns_.Mutable(index)->assign( + _impl_.group_by_columns_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.UpdateByRequest.group_by_columns) } inline std::string* UpdateByRequest::_internal_add_group_by_columns() { - return group_by_columns_.Add(); + return _impl_.group_by_columns_.Add(); } inline void UpdateByRequest::add_group_by_columns(const std::string& value) { - group_by_columns_.Add()->assign(value); + _impl_.group_by_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.UpdateByRequest.group_by_columns) } inline void UpdateByRequest::add_group_by_columns(std::string&& value) { - group_by_columns_.Add(std::move(value)); + _impl_.group_by_columns_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.UpdateByRequest.group_by_columns) } inline void UpdateByRequest::add_group_by_columns(const char* value) { GOOGLE_DCHECK(value != nullptr); - group_by_columns_.Add()->assign(value); + _impl_.group_by_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.UpdateByRequest.group_by_columns) } inline void UpdateByRequest::add_group_by_columns(const char* value, size_t size) { - group_by_columns_.Add()->assign(reinterpret_cast(value), size); + _impl_.group_by_columns_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.UpdateByRequest.group_by_columns) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& UpdateByRequest::group_by_columns() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.UpdateByRequest.group_by_columns) - return group_by_columns_; + return _impl_.group_by_columns_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* UpdateByRequest::mutable_group_by_columns() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.UpdateByRequest.group_by_columns) - return &group_by_columns_; + return &_impl_.group_by_columns_; } // ------------------------------------------------------------------- @@ -31880,13 +32426,13 @@ UpdateByRequest::mutable_group_by_columns() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool SelectDistinctRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool SelectDistinctRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& SelectDistinctRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -31897,9 +32443,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& SelectDistinctRequ inline void SelectDistinctRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -31909,8 +32455,8 @@ inline void SelectDistinctRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* SelectDistinctRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -31925,17 +32471,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* SelectDistinctRequest::r inline ::io::deephaven::proto::backplane::grpc::Ticket* SelectDistinctRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* SelectDistinctRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* SelectDistinctRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -31945,7 +32491,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* SelectDistinctRequest::m inline void SelectDistinctRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -31959,25 +32505,25 @@ inline void SelectDistinctRequest::set_allocated_result_id(::io::deephaven::prot } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool SelectDistinctRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool SelectDistinctRequest::has_source_id() const { return _internal_has_source_id(); } inline void SelectDistinctRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& SelectDistinctRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -31988,9 +32534,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& SelectDist inline void SelectDistinctRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -32000,8 +32546,8 @@ inline void SelectDistinctRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* SelectDistinctRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -32016,17 +32562,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* SelectDistinctRe inline ::io::deephaven::proto::backplane::grpc::TableReference* SelectDistinctRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* SelectDistinctRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* SelectDistinctRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -32036,7 +32582,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* SelectDistinctRe inline void SelectDistinctRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -32049,19 +32595,19 @@ inline void SelectDistinctRequest::set_allocated_source_id(::io::deephaven::prot } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.source_id) } // repeated string column_names = 3; inline int SelectDistinctRequest::_internal_column_names_size() const { - return column_names_.size(); + return _impl_.column_names_.size(); } inline int SelectDistinctRequest::column_names_size() const { return _internal_column_names_size(); } inline void SelectDistinctRequest::clear_column_names() { - column_names_.Clear(); + _impl_.column_names_.Clear(); } inline std::string* SelectDistinctRequest::add_column_names() { std::string* _s = _internal_add_column_names(); @@ -32069,7 +32615,7 @@ inline std::string* SelectDistinctRequest::add_column_names() { return _s; } inline const std::string& SelectDistinctRequest::_internal_column_names(int index) const { - return column_names_.Get(index); + return _impl_.column_names_.Get(index); } inline const std::string& SelectDistinctRequest::column_names(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.column_names) @@ -32077,55 +32623,55 @@ inline const std::string& SelectDistinctRequest::column_names(int index) const { } inline std::string* SelectDistinctRequest::mutable_column_names(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.column_names) - return column_names_.Mutable(index); + return _impl_.column_names_.Mutable(index); } inline void SelectDistinctRequest::set_column_names(int index, const std::string& value) { - column_names_.Mutable(index)->assign(value); + _impl_.column_names_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.column_names) } inline void SelectDistinctRequest::set_column_names(int index, std::string&& value) { - column_names_.Mutable(index)->assign(std::move(value)); + _impl_.column_names_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.column_names) } inline void SelectDistinctRequest::set_column_names(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - column_names_.Mutable(index)->assign(value); + _impl_.column_names_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.column_names) } inline void SelectDistinctRequest::set_column_names(int index, const char* value, size_t size) { - column_names_.Mutable(index)->assign( + _impl_.column_names_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.column_names) } inline std::string* SelectDistinctRequest::_internal_add_column_names() { - return column_names_.Add(); + return _impl_.column_names_.Add(); } inline void SelectDistinctRequest::add_column_names(const std::string& value) { - column_names_.Add()->assign(value); + _impl_.column_names_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.column_names) } inline void SelectDistinctRequest::add_column_names(std::string&& value) { - column_names_.Add(std::move(value)); + _impl_.column_names_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.column_names) } inline void SelectDistinctRequest::add_column_names(const char* value) { GOOGLE_DCHECK(value != nullptr); - column_names_.Add()->assign(value); + _impl_.column_names_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.column_names) } inline void SelectDistinctRequest::add_column_names(const char* value, size_t size) { - column_names_.Add()->assign(reinterpret_cast(value), size); + _impl_.column_names_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.column_names) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& SelectDistinctRequest::column_names() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.column_names) - return column_names_; + return _impl_.column_names_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* SelectDistinctRequest::mutable_column_names() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.SelectDistinctRequest.column_names) - return &column_names_; + return &_impl_.column_names_; } // ------------------------------------------------------------------- @@ -32134,13 +32680,13 @@ SelectDistinctRequest::mutable_column_names() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool DropColumnsRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool DropColumnsRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& DropColumnsRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -32151,9 +32697,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& DropColumnsRequest inline void DropColumnsRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -32163,8 +32709,8 @@ inline void DropColumnsRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* DropColumnsRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -32179,17 +32725,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* DropColumnsRequest::rele inline ::io::deephaven::proto::backplane::grpc::Ticket* DropColumnsRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.DropColumnsRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* DropColumnsRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* DropColumnsRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -32199,7 +32745,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* DropColumnsRequest::muta inline void DropColumnsRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -32213,25 +32759,25 @@ inline void DropColumnsRequest::set_allocated_result_id(::io::deephaven::proto:: } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.DropColumnsRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool DropColumnsRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool DropColumnsRequest::has_source_id() const { return _internal_has_source_id(); } inline void DropColumnsRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& DropColumnsRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -32242,9 +32788,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& DropColumn inline void DropColumnsRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -32254,8 +32800,8 @@ inline void DropColumnsRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* DropColumnsRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -32270,17 +32816,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* DropColumnsReque inline ::io::deephaven::proto::backplane::grpc::TableReference* DropColumnsRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.DropColumnsRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* DropColumnsRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* DropColumnsRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -32290,7 +32836,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* DropColumnsReque inline void DropColumnsRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -32303,19 +32849,19 @@ inline void DropColumnsRequest::set_allocated_source_id(::io::deephaven::proto:: } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.DropColumnsRequest.source_id) } // repeated string column_names = 3; inline int DropColumnsRequest::_internal_column_names_size() const { - return column_names_.size(); + return _impl_.column_names_.size(); } inline int DropColumnsRequest::column_names_size() const { return _internal_column_names_size(); } inline void DropColumnsRequest::clear_column_names() { - column_names_.Clear(); + _impl_.column_names_.Clear(); } inline std::string* DropColumnsRequest::add_column_names() { std::string* _s = _internal_add_column_names(); @@ -32323,7 +32869,7 @@ inline std::string* DropColumnsRequest::add_column_names() { return _s; } inline const std::string& DropColumnsRequest::_internal_column_names(int index) const { - return column_names_.Get(index); + return _impl_.column_names_.Get(index); } inline const std::string& DropColumnsRequest::column_names(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.DropColumnsRequest.column_names) @@ -32331,55 +32877,55 @@ inline const std::string& DropColumnsRequest::column_names(int index) const { } inline std::string* DropColumnsRequest::mutable_column_names(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.DropColumnsRequest.column_names) - return column_names_.Mutable(index); + return _impl_.column_names_.Mutable(index); } inline void DropColumnsRequest::set_column_names(int index, const std::string& value) { - column_names_.Mutable(index)->assign(value); + _impl_.column_names_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.DropColumnsRequest.column_names) } inline void DropColumnsRequest::set_column_names(int index, std::string&& value) { - column_names_.Mutable(index)->assign(std::move(value)); + _impl_.column_names_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.DropColumnsRequest.column_names) } inline void DropColumnsRequest::set_column_names(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - column_names_.Mutable(index)->assign(value); + _impl_.column_names_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.DropColumnsRequest.column_names) } inline void DropColumnsRequest::set_column_names(int index, const char* value, size_t size) { - column_names_.Mutable(index)->assign( + _impl_.column_names_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.DropColumnsRequest.column_names) } inline std::string* DropColumnsRequest::_internal_add_column_names() { - return column_names_.Add(); + return _impl_.column_names_.Add(); } inline void DropColumnsRequest::add_column_names(const std::string& value) { - column_names_.Add()->assign(value); + _impl_.column_names_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.DropColumnsRequest.column_names) } inline void DropColumnsRequest::add_column_names(std::string&& value) { - column_names_.Add(std::move(value)); + _impl_.column_names_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.DropColumnsRequest.column_names) } inline void DropColumnsRequest::add_column_names(const char* value) { GOOGLE_DCHECK(value != nullptr); - column_names_.Add()->assign(value); + _impl_.column_names_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.DropColumnsRequest.column_names) } inline void DropColumnsRequest::add_column_names(const char* value, size_t size) { - column_names_.Add()->assign(reinterpret_cast(value), size); + _impl_.column_names_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.DropColumnsRequest.column_names) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& DropColumnsRequest::column_names() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.DropColumnsRequest.column_names) - return column_names_; + return _impl_.column_names_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* DropColumnsRequest::mutable_column_names() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.DropColumnsRequest.column_names) - return &column_names_; + return &_impl_.column_names_; } // ------------------------------------------------------------------- @@ -32388,13 +32934,13 @@ DropColumnsRequest::mutable_column_names() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool UnstructuredFilterTableRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool UnstructuredFilterTableRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& UnstructuredFilterTableRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -32405,9 +32951,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& UnstructuredFilter inline void UnstructuredFilterTableRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -32417,8 +32963,8 @@ inline void UnstructuredFilterTableRequest::unsafe_arena_set_allocated_result_id } inline ::io::deephaven::proto::backplane::grpc::Ticket* UnstructuredFilterTableRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -32433,17 +32979,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* UnstructuredFilterTableR inline ::io::deephaven::proto::backplane::grpc::Ticket* UnstructuredFilterTableRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* UnstructuredFilterTableRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* UnstructuredFilterTableRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -32453,7 +32999,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* UnstructuredFilterTableR inline void UnstructuredFilterTableRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -32467,25 +33013,25 @@ inline void UnstructuredFilterTableRequest::set_allocated_result_id(::io::deepha } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool UnstructuredFilterTableRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool UnstructuredFilterTableRequest::has_source_id() const { return _internal_has_source_id(); } inline void UnstructuredFilterTableRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& UnstructuredFilterTableRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -32496,9 +33042,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& Unstructur inline void UnstructuredFilterTableRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -32508,8 +33054,8 @@ inline void UnstructuredFilterTableRequest::unsafe_arena_set_allocated_source_id } inline ::io::deephaven::proto::backplane::grpc::TableReference* UnstructuredFilterTableRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -32524,17 +33070,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* UnstructuredFilt inline ::io::deephaven::proto::backplane::grpc::TableReference* UnstructuredFilterTableRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* UnstructuredFilterTableRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* UnstructuredFilterTableRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -32544,7 +33090,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* UnstructuredFilt inline void UnstructuredFilterTableRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -32557,19 +33103,19 @@ inline void UnstructuredFilterTableRequest::set_allocated_source_id(::io::deepha } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.source_id) } // repeated string filters = 3; inline int UnstructuredFilterTableRequest::_internal_filters_size() const { - return filters_.size(); + return _impl_.filters_.size(); } inline int UnstructuredFilterTableRequest::filters_size() const { return _internal_filters_size(); } inline void UnstructuredFilterTableRequest::clear_filters() { - filters_.Clear(); + _impl_.filters_.Clear(); } inline std::string* UnstructuredFilterTableRequest::add_filters() { std::string* _s = _internal_add_filters(); @@ -32577,7 +33123,7 @@ inline std::string* UnstructuredFilterTableRequest::add_filters() { return _s; } inline const std::string& UnstructuredFilterTableRequest::_internal_filters(int index) const { - return filters_.Get(index); + return _impl_.filters_.Get(index); } inline const std::string& UnstructuredFilterTableRequest::filters(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.filters) @@ -32585,55 +33131,55 @@ inline const std::string& UnstructuredFilterTableRequest::filters(int index) con } inline std::string* UnstructuredFilterTableRequest::mutable_filters(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.filters) - return filters_.Mutable(index); + return _impl_.filters_.Mutable(index); } inline void UnstructuredFilterTableRequest::set_filters(int index, const std::string& value) { - filters_.Mutable(index)->assign(value); + _impl_.filters_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.filters) } inline void UnstructuredFilterTableRequest::set_filters(int index, std::string&& value) { - filters_.Mutable(index)->assign(std::move(value)); + _impl_.filters_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.filters) } inline void UnstructuredFilterTableRequest::set_filters(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - filters_.Mutable(index)->assign(value); + _impl_.filters_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.filters) } inline void UnstructuredFilterTableRequest::set_filters(int index, const char* value, size_t size) { - filters_.Mutable(index)->assign( + _impl_.filters_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.filters) } inline std::string* UnstructuredFilterTableRequest::_internal_add_filters() { - return filters_.Add(); + return _impl_.filters_.Add(); } inline void UnstructuredFilterTableRequest::add_filters(const std::string& value) { - filters_.Add()->assign(value); + _impl_.filters_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.filters) } inline void UnstructuredFilterTableRequest::add_filters(std::string&& value) { - filters_.Add(std::move(value)); + _impl_.filters_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.filters) } inline void UnstructuredFilterTableRequest::add_filters(const char* value) { GOOGLE_DCHECK(value != nullptr); - filters_.Add()->assign(value); + _impl_.filters_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.filters) } inline void UnstructuredFilterTableRequest::add_filters(const char* value, size_t size) { - filters_.Add()->assign(reinterpret_cast(value), size); + _impl_.filters_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.filters) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& UnstructuredFilterTableRequest::filters() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.filters) - return filters_; + return _impl_.filters_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* UnstructuredFilterTableRequest::mutable_filters() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.UnstructuredFilterTableRequest.filters) - return &filters_; + return &_impl_.filters_; } // ------------------------------------------------------------------- @@ -32642,13 +33188,13 @@ UnstructuredFilterTableRequest::mutable_filters() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool HeadOrTailRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool HeadOrTailRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& HeadOrTailRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -32659,9 +33205,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& HeadOrTailRequest: inline void HeadOrTailRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -32671,8 +33217,8 @@ inline void HeadOrTailRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* HeadOrTailRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -32687,17 +33233,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HeadOrTailRequest::relea inline ::io::deephaven::proto::backplane::grpc::Ticket* HeadOrTailRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HeadOrTailRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HeadOrTailRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HeadOrTailRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -32707,7 +33253,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HeadOrTailRequest::mutab inline void HeadOrTailRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -32721,25 +33267,25 @@ inline void HeadOrTailRequest::set_allocated_result_id(::io::deephaven::proto::b } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HeadOrTailRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool HeadOrTailRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool HeadOrTailRequest::has_source_id() const { return _internal_has_source_id(); } inline void HeadOrTailRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& HeadOrTailRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -32750,9 +33296,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& HeadOrTail inline void HeadOrTailRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -32762,8 +33308,8 @@ inline void HeadOrTailRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* HeadOrTailRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -32778,17 +33324,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* HeadOrTailReques inline ::io::deephaven::proto::backplane::grpc::TableReference* HeadOrTailRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HeadOrTailRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* HeadOrTailRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* HeadOrTailRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -32798,7 +33344,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* HeadOrTailReques inline void HeadOrTailRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -32811,16 +33357,16 @@ inline void HeadOrTailRequest::set_allocated_source_id(::io::deephaven::proto::b } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HeadOrTailRequest.source_id) } // sint64 num_rows = 3 [jstype = JS_STRING]; inline void HeadOrTailRequest::clear_num_rows() { - num_rows_ = int64_t{0}; + _impl_.num_rows_ = int64_t{0}; } inline int64_t HeadOrTailRequest::_internal_num_rows() const { - return num_rows_; + return _impl_.num_rows_; } inline int64_t HeadOrTailRequest::num_rows() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HeadOrTailRequest.num_rows) @@ -32828,7 +33374,7 @@ inline int64_t HeadOrTailRequest::num_rows() const { } inline void HeadOrTailRequest::_internal_set_num_rows(int64_t value) { - num_rows_ = value; + _impl_.num_rows_ = value; } inline void HeadOrTailRequest::set_num_rows(int64_t value) { _internal_set_num_rows(value); @@ -32841,13 +33387,13 @@ inline void HeadOrTailRequest::set_num_rows(int64_t value) { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool HeadOrTailByRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool HeadOrTailByRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& HeadOrTailByRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -32858,9 +33404,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& HeadOrTailByReques inline void HeadOrTailByRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -32870,8 +33416,8 @@ inline void HeadOrTailByRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* HeadOrTailByRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -32886,17 +33432,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HeadOrTailByRequest::rel inline ::io::deephaven::proto::backplane::grpc::Ticket* HeadOrTailByRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HeadOrTailByRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* HeadOrTailByRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -32906,7 +33452,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* HeadOrTailByRequest::mut inline void HeadOrTailByRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -32920,25 +33466,25 @@ inline void HeadOrTailByRequest::set_allocated_result_id(::io::deephaven::proto: } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool HeadOrTailByRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool HeadOrTailByRequest::has_source_id() const { return _internal_has_source_id(); } inline void HeadOrTailByRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& HeadOrTailByRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -32949,9 +33495,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& HeadOrTail inline void HeadOrTailByRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -32961,8 +33507,8 @@ inline void HeadOrTailByRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* HeadOrTailByRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -32977,17 +33523,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* HeadOrTailByRequ inline ::io::deephaven::proto::backplane::grpc::TableReference* HeadOrTailByRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* HeadOrTailByRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* HeadOrTailByRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -32997,7 +33543,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* HeadOrTailByRequ inline void HeadOrTailByRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -33010,16 +33556,16 @@ inline void HeadOrTailByRequest::set_allocated_source_id(::io::deephaven::proto: } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.source_id) } // sint64 num_rows = 3 [jstype = JS_STRING]; inline void HeadOrTailByRequest::clear_num_rows() { - num_rows_ = int64_t{0}; + _impl_.num_rows_ = int64_t{0}; } inline int64_t HeadOrTailByRequest::_internal_num_rows() const { - return num_rows_; + return _impl_.num_rows_; } inline int64_t HeadOrTailByRequest::num_rows() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.num_rows) @@ -33027,7 +33573,7 @@ inline int64_t HeadOrTailByRequest::num_rows() const { } inline void HeadOrTailByRequest::_internal_set_num_rows(int64_t value) { - num_rows_ = value; + _impl_.num_rows_ = value; } inline void HeadOrTailByRequest::set_num_rows(int64_t value) { _internal_set_num_rows(value); @@ -33036,13 +33582,13 @@ inline void HeadOrTailByRequest::set_num_rows(int64_t value) { // repeated string group_by_column_specs = 4; inline int HeadOrTailByRequest::_internal_group_by_column_specs_size() const { - return group_by_column_specs_.size(); + return _impl_.group_by_column_specs_.size(); } inline int HeadOrTailByRequest::group_by_column_specs_size() const { return _internal_group_by_column_specs_size(); } inline void HeadOrTailByRequest::clear_group_by_column_specs() { - group_by_column_specs_.Clear(); + _impl_.group_by_column_specs_.Clear(); } inline std::string* HeadOrTailByRequest::add_group_by_column_specs() { std::string* _s = _internal_add_group_by_column_specs(); @@ -33050,7 +33596,7 @@ inline std::string* HeadOrTailByRequest::add_group_by_column_specs() { return _s; } inline const std::string& HeadOrTailByRequest::_internal_group_by_column_specs(int index) const { - return group_by_column_specs_.Get(index); + return _impl_.group_by_column_specs_.Get(index); } inline const std::string& HeadOrTailByRequest::group_by_column_specs(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.group_by_column_specs) @@ -33058,55 +33604,55 @@ inline const std::string& HeadOrTailByRequest::group_by_column_specs(int index) } inline std::string* HeadOrTailByRequest::mutable_group_by_column_specs(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.group_by_column_specs) - return group_by_column_specs_.Mutable(index); + return _impl_.group_by_column_specs_.Mutable(index); } inline void HeadOrTailByRequest::set_group_by_column_specs(int index, const std::string& value) { - group_by_column_specs_.Mutable(index)->assign(value); + _impl_.group_by_column_specs_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.group_by_column_specs) } inline void HeadOrTailByRequest::set_group_by_column_specs(int index, std::string&& value) { - group_by_column_specs_.Mutable(index)->assign(std::move(value)); + _impl_.group_by_column_specs_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.group_by_column_specs) } inline void HeadOrTailByRequest::set_group_by_column_specs(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - group_by_column_specs_.Mutable(index)->assign(value); + _impl_.group_by_column_specs_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.group_by_column_specs) } inline void HeadOrTailByRequest::set_group_by_column_specs(int index, const char* value, size_t size) { - group_by_column_specs_.Mutable(index)->assign( + _impl_.group_by_column_specs_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.group_by_column_specs) } inline std::string* HeadOrTailByRequest::_internal_add_group_by_column_specs() { - return group_by_column_specs_.Add(); + return _impl_.group_by_column_specs_.Add(); } inline void HeadOrTailByRequest::add_group_by_column_specs(const std::string& value) { - group_by_column_specs_.Add()->assign(value); + _impl_.group_by_column_specs_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.group_by_column_specs) } inline void HeadOrTailByRequest::add_group_by_column_specs(std::string&& value) { - group_by_column_specs_.Add(std::move(value)); + _impl_.group_by_column_specs_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.group_by_column_specs) } inline void HeadOrTailByRequest::add_group_by_column_specs(const char* value) { GOOGLE_DCHECK(value != nullptr); - group_by_column_specs_.Add()->assign(value); + _impl_.group_by_column_specs_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.group_by_column_specs) } inline void HeadOrTailByRequest::add_group_by_column_specs(const char* value, size_t size) { - group_by_column_specs_.Add()->assign(reinterpret_cast(value), size); + _impl_.group_by_column_specs_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.group_by_column_specs) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& HeadOrTailByRequest::group_by_column_specs() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.group_by_column_specs) - return group_by_column_specs_; + return _impl_.group_by_column_specs_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* HeadOrTailByRequest::mutable_group_by_column_specs() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.HeadOrTailByRequest.group_by_column_specs) - return &group_by_column_specs_; + return &_impl_.group_by_column_specs_; } // ------------------------------------------------------------------- @@ -33115,13 +33661,13 @@ HeadOrTailByRequest::mutable_group_by_column_specs() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool UngroupRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool UngroupRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& UngroupRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -33132,9 +33678,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& UngroupRequest::re inline void UngroupRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -33144,8 +33690,8 @@ inline void UngroupRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* UngroupRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -33160,17 +33706,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* UngroupRequest::release_ inline ::io::deephaven::proto::backplane::grpc::Ticket* UngroupRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UngroupRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* UngroupRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* UngroupRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -33180,7 +33726,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* UngroupRequest::mutable_ inline void UngroupRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -33194,25 +33740,25 @@ inline void UngroupRequest::set_allocated_result_id(::io::deephaven::proto::back } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UngroupRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool UngroupRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool UngroupRequest::has_source_id() const { return _internal_has_source_id(); } inline void UngroupRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& UngroupRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -33223,9 +33769,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& UngroupReq inline void UngroupRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -33235,8 +33781,8 @@ inline void UngroupRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* UngroupRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -33251,17 +33797,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* UngroupRequest:: inline ::io::deephaven::proto::backplane::grpc::TableReference* UngroupRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.UngroupRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* UngroupRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* UngroupRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -33271,7 +33817,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* UngroupRequest:: inline void UngroupRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -33284,16 +33830,16 @@ inline void UngroupRequest::set_allocated_source_id(::io::deephaven::proto::back } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.UngroupRequest.source_id) } // bool null_fill = 3; inline void UngroupRequest::clear_null_fill() { - null_fill_ = false; + _impl_.null_fill_ = false; } inline bool UngroupRequest::_internal_null_fill() const { - return null_fill_; + return _impl_.null_fill_; } inline bool UngroupRequest::null_fill() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UngroupRequest.null_fill) @@ -33301,7 +33847,7 @@ inline bool UngroupRequest::null_fill() const { } inline void UngroupRequest::_internal_set_null_fill(bool value) { - null_fill_ = value; + _impl_.null_fill_ = value; } inline void UngroupRequest::set_null_fill(bool value) { _internal_set_null_fill(value); @@ -33310,13 +33856,13 @@ inline void UngroupRequest::set_null_fill(bool value) { // repeated string columns_to_ungroup = 4; inline int UngroupRequest::_internal_columns_to_ungroup_size() const { - return columns_to_ungroup_.size(); + return _impl_.columns_to_ungroup_.size(); } inline int UngroupRequest::columns_to_ungroup_size() const { return _internal_columns_to_ungroup_size(); } inline void UngroupRequest::clear_columns_to_ungroup() { - columns_to_ungroup_.Clear(); + _impl_.columns_to_ungroup_.Clear(); } inline std::string* UngroupRequest::add_columns_to_ungroup() { std::string* _s = _internal_add_columns_to_ungroup(); @@ -33324,7 +33870,7 @@ inline std::string* UngroupRequest::add_columns_to_ungroup() { return _s; } inline const std::string& UngroupRequest::_internal_columns_to_ungroup(int index) const { - return columns_to_ungroup_.Get(index); + return _impl_.columns_to_ungroup_.Get(index); } inline const std::string& UngroupRequest::columns_to_ungroup(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.UngroupRequest.columns_to_ungroup) @@ -33332,55 +33878,55 @@ inline const std::string& UngroupRequest::columns_to_ungroup(int index) const { } inline std::string* UngroupRequest::mutable_columns_to_ungroup(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.UngroupRequest.columns_to_ungroup) - return columns_to_ungroup_.Mutable(index); + return _impl_.columns_to_ungroup_.Mutable(index); } inline void UngroupRequest::set_columns_to_ungroup(int index, const std::string& value) { - columns_to_ungroup_.Mutable(index)->assign(value); + _impl_.columns_to_ungroup_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.UngroupRequest.columns_to_ungroup) } inline void UngroupRequest::set_columns_to_ungroup(int index, std::string&& value) { - columns_to_ungroup_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_ungroup_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.UngroupRequest.columns_to_ungroup) } inline void UngroupRequest::set_columns_to_ungroup(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_ungroup_.Mutable(index)->assign(value); + _impl_.columns_to_ungroup_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.UngroupRequest.columns_to_ungroup) } inline void UngroupRequest::set_columns_to_ungroup(int index, const char* value, size_t size) { - columns_to_ungroup_.Mutable(index)->assign( + _impl_.columns_to_ungroup_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.UngroupRequest.columns_to_ungroup) } inline std::string* UngroupRequest::_internal_add_columns_to_ungroup() { - return columns_to_ungroup_.Add(); + return _impl_.columns_to_ungroup_.Add(); } inline void UngroupRequest::add_columns_to_ungroup(const std::string& value) { - columns_to_ungroup_.Add()->assign(value); + _impl_.columns_to_ungroup_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.UngroupRequest.columns_to_ungroup) } inline void UngroupRequest::add_columns_to_ungroup(std::string&& value) { - columns_to_ungroup_.Add(std::move(value)); + _impl_.columns_to_ungroup_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.UngroupRequest.columns_to_ungroup) } inline void UngroupRequest::add_columns_to_ungroup(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_ungroup_.Add()->assign(value); + _impl_.columns_to_ungroup_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.UngroupRequest.columns_to_ungroup) } inline void UngroupRequest::add_columns_to_ungroup(const char* value, size_t size) { - columns_to_ungroup_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_ungroup_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.UngroupRequest.columns_to_ungroup) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& UngroupRequest::columns_to_ungroup() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.UngroupRequest.columns_to_ungroup) - return columns_to_ungroup_; + return _impl_.columns_to_ungroup_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* UngroupRequest::mutable_columns_to_ungroup() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.UngroupRequest.columns_to_ungroup) - return &columns_to_ungroup_; + return &_impl_.columns_to_ungroup_; } // ------------------------------------------------------------------- @@ -33389,13 +33935,13 @@ UngroupRequest::mutable_columns_to_ungroup() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool MergeTablesRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool MergeTablesRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& MergeTablesRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -33406,9 +33952,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& MergeTablesRequest inline void MergeTablesRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -33418,8 +33964,8 @@ inline void MergeTablesRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeTablesRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -33434,17 +33980,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeTablesRequest::rele inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeTablesRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.MergeTablesRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeTablesRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeTablesRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -33454,7 +34000,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* MergeTablesRequest::muta inline void MergeTablesRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -33468,38 +34014,38 @@ inline void MergeTablesRequest::set_allocated_result_id(::io::deephaven::proto:: } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.MergeTablesRequest.result_id) } // repeated .io.deephaven.proto.backplane.grpc.TableReference source_ids = 2; inline int MergeTablesRequest::_internal_source_ids_size() const { - return source_ids_.size(); + return _impl_.source_ids_.size(); } inline int MergeTablesRequest::source_ids_size() const { return _internal_source_ids_size(); } inline void MergeTablesRequest::clear_source_ids() { - source_ids_.Clear(); + _impl_.source_ids_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::TableReference* MergeTablesRequest::mutable_source_ids(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.MergeTablesRequest.source_ids) - return source_ids_.Mutable(index); + return _impl_.source_ids_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TableReference >* MergeTablesRequest::mutable_source_ids() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.MergeTablesRequest.source_ids) - return &source_ids_; + return &_impl_.source_ids_; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& MergeTablesRequest::_internal_source_ids(int index) const { - return source_ids_.Get(index); + return _impl_.source_ids_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::TableReference& MergeTablesRequest::source_ids(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.MergeTablesRequest.source_ids) return _internal_source_ids(index); } inline ::io::deephaven::proto::backplane::grpc::TableReference* MergeTablesRequest::_internal_add_source_ids() { - return source_ids_.Add(); + return _impl_.source_ids_.Add(); } inline ::io::deephaven::proto::backplane::grpc::TableReference* MergeTablesRequest::add_source_ids() { ::io::deephaven::proto::backplane::grpc::TableReference* _add = _internal_add_source_ids(); @@ -33509,12 +34055,12 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* MergeTablesReque inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::TableReference >& MergeTablesRequest::source_ids() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.MergeTablesRequest.source_ids) - return source_ids_; + return _impl_.source_ids_; } // string key_column = 3; inline void MergeTablesRequest::clear_key_column() { - key_column_.ClearToEmpty(); + _impl_.key_column_.ClearToEmpty(); } inline const std::string& MergeTablesRequest::key_column() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.MergeTablesRequest.key_column) @@ -33524,7 +34070,7 @@ template inline PROTOBUF_ALWAYS_INLINE void MergeTablesRequest::set_key_column(ArgT0&& arg0, ArgT... args) { - key_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.key_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.MergeTablesRequest.key_column) } inline std::string* MergeTablesRequest::mutable_key_column() { @@ -33533,19 +34079,19 @@ inline std::string* MergeTablesRequest::mutable_key_column() { return _s; } inline const std::string& MergeTablesRequest::_internal_key_column() const { - return key_column_.Get(); + return _impl_.key_column_.Get(); } inline void MergeTablesRequest::_internal_set_key_column(const std::string& value) { - key_column_.Set(value, GetArenaForAllocation()); + _impl_.key_column_.Set(value, GetArenaForAllocation()); } inline std::string* MergeTablesRequest::_internal_mutable_key_column() { - return key_column_.Mutable(GetArenaForAllocation()); + return _impl_.key_column_.Mutable(GetArenaForAllocation()); } inline std::string* MergeTablesRequest::release_key_column() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.MergeTablesRequest.key_column) - return key_column_.Release(); + return _impl_.key_column_.Release(); } inline void MergeTablesRequest::set_allocated_key_column(std::string* key_column) { if (key_column != nullptr) { @@ -33553,10 +34099,10 @@ inline void MergeTablesRequest::set_allocated_key_column(std::string* key_column } else { } - key_column_.SetAllocated(key_column, GetArenaForAllocation()); + _impl_.key_column_.SetAllocated(key_column, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (key_column_.IsDefault()) { - key_column_.Set("", GetArenaForAllocation()); + if (_impl_.key_column_.IsDefault()) { + _impl_.key_column_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.MergeTablesRequest.key_column) @@ -33568,13 +34114,13 @@ inline void MergeTablesRequest::set_allocated_key_column(std::string* key_column // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool SnapshotTableRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool SnapshotTableRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& SnapshotTableRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -33585,9 +34131,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& SnapshotTableReque inline void SnapshotTableRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -33597,8 +34143,8 @@ inline void SnapshotTableRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* SnapshotTableRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -33613,17 +34159,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* SnapshotTableRequest::re inline ::io::deephaven::proto::backplane::grpc::Ticket* SnapshotTableRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SnapshotTableRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* SnapshotTableRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* SnapshotTableRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -33633,7 +34179,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* SnapshotTableRequest::mu inline void SnapshotTableRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -33647,25 +34193,25 @@ inline void SnapshotTableRequest::set_allocated_result_id(::io::deephaven::proto } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SnapshotTableRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool SnapshotTableRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool SnapshotTableRequest::has_source_id() const { return _internal_has_source_id(); } inline void SnapshotTableRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& SnapshotTableRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -33676,9 +34222,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& SnapshotTa inline void SnapshotTableRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -33688,8 +34234,8 @@ inline void SnapshotTableRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotTableRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -33704,17 +34250,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotTableReq inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotTableRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SnapshotTableRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotTableRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotTableRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -33724,7 +34270,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotTableReq inline void SnapshotTableRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -33737,7 +34283,7 @@ inline void SnapshotTableRequest::set_allocated_source_id(::io::deephaven::proto } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SnapshotTableRequest.source_id) } @@ -33747,13 +34293,13 @@ inline void SnapshotTableRequest::set_allocated_source_id(::io::deephaven::proto // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool SnapshotWhenTableRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool SnapshotWhenTableRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& SnapshotWhenTableRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -33764,9 +34310,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& SnapshotWhenTableR inline void SnapshotWhenTableRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -33776,8 +34322,8 @@ inline void SnapshotWhenTableRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* SnapshotWhenTableRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -33792,17 +34338,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* SnapshotWhenTableRequest inline ::io::deephaven::proto::backplane::grpc::Ticket* SnapshotWhenTableRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* SnapshotWhenTableRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* SnapshotWhenTableRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -33812,7 +34358,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* SnapshotWhenTableRequest inline void SnapshotWhenTableRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -33826,25 +34372,25 @@ inline void SnapshotWhenTableRequest::set_allocated_result_id(::io::deephaven::p } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference base_id = 2; inline bool SnapshotWhenTableRequest::_internal_has_base_id() const { - return this != internal_default_instance() && base_id_ != nullptr; + return this != internal_default_instance() && _impl_.base_id_ != nullptr; } inline bool SnapshotWhenTableRequest::has_base_id() const { return _internal_has_base_id(); } inline void SnapshotWhenTableRequest::clear_base_id() { - if (GetArenaForAllocation() == nullptr && base_id_ != nullptr) { - delete base_id_; + if (GetArenaForAllocation() == nullptr && _impl_.base_id_ != nullptr) { + delete _impl_.base_id_; } - base_id_ = nullptr; + _impl_.base_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& SnapshotWhenTableRequest::_internal_base_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = base_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.base_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -33855,9 +34401,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& SnapshotWh inline void SnapshotWhenTableRequest::unsafe_arena_set_allocated_base_id( ::io::deephaven::proto::backplane::grpc::TableReference* base_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(base_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.base_id_); } - base_id_ = base_id; + _impl_.base_id_ = base_id; if (base_id) { } else { @@ -33867,8 +34413,8 @@ inline void SnapshotWhenTableRequest::unsafe_arena_set_allocated_base_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotWhenTableRequest::release_base_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = base_id_; - base_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.base_id_; + _impl_.base_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -33883,17 +34429,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotWhenTabl inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotWhenTableRequest::unsafe_arena_release_base_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.base_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = base_id_; - base_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.base_id_; + _impl_.base_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotWhenTableRequest::_internal_mutable_base_id() { - if (base_id_ == nullptr) { + if (_impl_.base_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - base_id_ = p; + _impl_.base_id_ = p; } - return base_id_; + return _impl_.base_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotWhenTableRequest::mutable_base_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_base_id(); @@ -33903,7 +34449,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotWhenTabl inline void SnapshotWhenTableRequest::set_allocated_base_id(::io::deephaven::proto::backplane::grpc::TableReference* base_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete base_id_; + delete _impl_.base_id_; } if (base_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -33916,25 +34462,25 @@ inline void SnapshotWhenTableRequest::set_allocated_base_id(::io::deephaven::pro } else { } - base_id_ = base_id; + _impl_.base_id_ = base_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.base_id) } // .io.deephaven.proto.backplane.grpc.TableReference trigger_id = 3; inline bool SnapshotWhenTableRequest::_internal_has_trigger_id() const { - return this != internal_default_instance() && trigger_id_ != nullptr; + return this != internal_default_instance() && _impl_.trigger_id_ != nullptr; } inline bool SnapshotWhenTableRequest::has_trigger_id() const { return _internal_has_trigger_id(); } inline void SnapshotWhenTableRequest::clear_trigger_id() { - if (GetArenaForAllocation() == nullptr && trigger_id_ != nullptr) { - delete trigger_id_; + if (GetArenaForAllocation() == nullptr && _impl_.trigger_id_ != nullptr) { + delete _impl_.trigger_id_; } - trigger_id_ = nullptr; + _impl_.trigger_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& SnapshotWhenTableRequest::_internal_trigger_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = trigger_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.trigger_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -33945,9 +34491,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& SnapshotWh inline void SnapshotWhenTableRequest::unsafe_arena_set_allocated_trigger_id( ::io::deephaven::proto::backplane::grpc::TableReference* trigger_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(trigger_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.trigger_id_); } - trigger_id_ = trigger_id; + _impl_.trigger_id_ = trigger_id; if (trigger_id) { } else { @@ -33957,8 +34503,8 @@ inline void SnapshotWhenTableRequest::unsafe_arena_set_allocated_trigger_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotWhenTableRequest::release_trigger_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = trigger_id_; - trigger_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.trigger_id_; + _impl_.trigger_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -33973,17 +34519,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotWhenTabl inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotWhenTableRequest::unsafe_arena_release_trigger_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.trigger_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = trigger_id_; - trigger_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.trigger_id_; + _impl_.trigger_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotWhenTableRequest::_internal_mutable_trigger_id() { - if (trigger_id_ == nullptr) { + if (_impl_.trigger_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - trigger_id_ = p; + _impl_.trigger_id_ = p; } - return trigger_id_; + return _impl_.trigger_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotWhenTableRequest::mutable_trigger_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_trigger_id(); @@ -33993,7 +34539,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* SnapshotWhenTabl inline void SnapshotWhenTableRequest::set_allocated_trigger_id(::io::deephaven::proto::backplane::grpc::TableReference* trigger_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete trigger_id_; + delete _impl_.trigger_id_; } if (trigger_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -34006,16 +34552,16 @@ inline void SnapshotWhenTableRequest::set_allocated_trigger_id(::io::deephaven:: } else { } - trigger_id_ = trigger_id; + _impl_.trigger_id_ = trigger_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.trigger_id) } // bool initial = 4; inline void SnapshotWhenTableRequest::clear_initial() { - initial_ = false; + _impl_.initial_ = false; } inline bool SnapshotWhenTableRequest::_internal_initial() const { - return initial_; + return _impl_.initial_; } inline bool SnapshotWhenTableRequest::initial() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.initial) @@ -34023,7 +34569,7 @@ inline bool SnapshotWhenTableRequest::initial() const { } inline void SnapshotWhenTableRequest::_internal_set_initial(bool value) { - initial_ = value; + _impl_.initial_ = value; } inline void SnapshotWhenTableRequest::set_initial(bool value) { _internal_set_initial(value); @@ -34032,10 +34578,10 @@ inline void SnapshotWhenTableRequest::set_initial(bool value) { // bool incremental = 5; inline void SnapshotWhenTableRequest::clear_incremental() { - incremental_ = false; + _impl_.incremental_ = false; } inline bool SnapshotWhenTableRequest::_internal_incremental() const { - return incremental_; + return _impl_.incremental_; } inline bool SnapshotWhenTableRequest::incremental() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.incremental) @@ -34043,7 +34589,7 @@ inline bool SnapshotWhenTableRequest::incremental() const { } inline void SnapshotWhenTableRequest::_internal_set_incremental(bool value) { - incremental_ = value; + _impl_.incremental_ = value; } inline void SnapshotWhenTableRequest::set_incremental(bool value) { _internal_set_incremental(value); @@ -34052,10 +34598,10 @@ inline void SnapshotWhenTableRequest::set_incremental(bool value) { // bool history = 6; inline void SnapshotWhenTableRequest::clear_history() { - history_ = false; + _impl_.history_ = false; } inline bool SnapshotWhenTableRequest::_internal_history() const { - return history_; + return _impl_.history_; } inline bool SnapshotWhenTableRequest::history() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.history) @@ -34063,7 +34609,7 @@ inline bool SnapshotWhenTableRequest::history() const { } inline void SnapshotWhenTableRequest::_internal_set_history(bool value) { - history_ = value; + _impl_.history_ = value; } inline void SnapshotWhenTableRequest::set_history(bool value) { _internal_set_history(value); @@ -34072,13 +34618,13 @@ inline void SnapshotWhenTableRequest::set_history(bool value) { // repeated string stamp_columns = 7; inline int SnapshotWhenTableRequest::_internal_stamp_columns_size() const { - return stamp_columns_.size(); + return _impl_.stamp_columns_.size(); } inline int SnapshotWhenTableRequest::stamp_columns_size() const { return _internal_stamp_columns_size(); } inline void SnapshotWhenTableRequest::clear_stamp_columns() { - stamp_columns_.Clear(); + _impl_.stamp_columns_.Clear(); } inline std::string* SnapshotWhenTableRequest::add_stamp_columns() { std::string* _s = _internal_add_stamp_columns(); @@ -34086,7 +34632,7 @@ inline std::string* SnapshotWhenTableRequest::add_stamp_columns() { return _s; } inline const std::string& SnapshotWhenTableRequest::_internal_stamp_columns(int index) const { - return stamp_columns_.Get(index); + return _impl_.stamp_columns_.Get(index); } inline const std::string& SnapshotWhenTableRequest::stamp_columns(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.stamp_columns) @@ -34094,55 +34640,55 @@ inline const std::string& SnapshotWhenTableRequest::stamp_columns(int index) con } inline std::string* SnapshotWhenTableRequest::mutable_stamp_columns(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.stamp_columns) - return stamp_columns_.Mutable(index); + return _impl_.stamp_columns_.Mutable(index); } inline void SnapshotWhenTableRequest::set_stamp_columns(int index, const std::string& value) { - stamp_columns_.Mutable(index)->assign(value); + _impl_.stamp_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.stamp_columns) } inline void SnapshotWhenTableRequest::set_stamp_columns(int index, std::string&& value) { - stamp_columns_.Mutable(index)->assign(std::move(value)); + _impl_.stamp_columns_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.stamp_columns) } inline void SnapshotWhenTableRequest::set_stamp_columns(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - stamp_columns_.Mutable(index)->assign(value); + _impl_.stamp_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.stamp_columns) } inline void SnapshotWhenTableRequest::set_stamp_columns(int index, const char* value, size_t size) { - stamp_columns_.Mutable(index)->assign( + _impl_.stamp_columns_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.stamp_columns) } inline std::string* SnapshotWhenTableRequest::_internal_add_stamp_columns() { - return stamp_columns_.Add(); + return _impl_.stamp_columns_.Add(); } inline void SnapshotWhenTableRequest::add_stamp_columns(const std::string& value) { - stamp_columns_.Add()->assign(value); + _impl_.stamp_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.stamp_columns) } inline void SnapshotWhenTableRequest::add_stamp_columns(std::string&& value) { - stamp_columns_.Add(std::move(value)); + _impl_.stamp_columns_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.stamp_columns) } inline void SnapshotWhenTableRequest::add_stamp_columns(const char* value) { GOOGLE_DCHECK(value != nullptr); - stamp_columns_.Add()->assign(value); + _impl_.stamp_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.stamp_columns) } inline void SnapshotWhenTableRequest::add_stamp_columns(const char* value, size_t size) { - stamp_columns_.Add()->assign(reinterpret_cast(value), size); + _impl_.stamp_columns_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.stamp_columns) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& SnapshotWhenTableRequest::stamp_columns() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.stamp_columns) - return stamp_columns_; + return _impl_.stamp_columns_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* SnapshotWhenTableRequest::mutable_stamp_columns() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.SnapshotWhenTableRequest.stamp_columns) - return &stamp_columns_; + return &_impl_.stamp_columns_; } // ------------------------------------------------------------------- @@ -34151,13 +34697,13 @@ SnapshotWhenTableRequest::mutable_stamp_columns() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool CrossJoinTablesRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool CrossJoinTablesRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& CrossJoinTablesRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -34168,9 +34714,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& CrossJoinTablesReq inline void CrossJoinTablesRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -34180,8 +34726,8 @@ inline void CrossJoinTablesRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* CrossJoinTablesRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -34196,17 +34742,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* CrossJoinTablesRequest:: inline ::io::deephaven::proto::backplane::grpc::Ticket* CrossJoinTablesRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* CrossJoinTablesRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* CrossJoinTablesRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -34216,7 +34762,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* CrossJoinTablesRequest:: inline void CrossJoinTablesRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -34230,25 +34776,25 @@ inline void CrossJoinTablesRequest::set_allocated_result_id(::io::deephaven::pro } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; inline bool CrossJoinTablesRequest::_internal_has_left_id() const { - return this != internal_default_instance() && left_id_ != nullptr; + return this != internal_default_instance() && _impl_.left_id_ != nullptr; } inline bool CrossJoinTablesRequest::has_left_id() const { return _internal_has_left_id(); } inline void CrossJoinTablesRequest::clear_left_id() { - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; + _impl_.left_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& CrossJoinTablesRequest::_internal_left_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = left_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.left_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -34259,9 +34805,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& CrossJoinT inline void CrossJoinTablesRequest::unsafe_arena_set_allocated_left_id( ::io::deephaven::proto::backplane::grpc::TableReference* left_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(left_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.left_id_); } - left_id_ = left_id; + _impl_.left_id_ = left_id; if (left_id) { } else { @@ -34271,8 +34817,8 @@ inline void CrossJoinTablesRequest::unsafe_arena_set_allocated_left_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* CrossJoinTablesRequest::release_left_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -34287,17 +34833,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* CrossJoinTablesR inline ::io::deephaven::proto::backplane::grpc::TableReference* CrossJoinTablesRequest::unsafe_arena_release_left_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.left_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* CrossJoinTablesRequest::_internal_mutable_left_id() { - if (left_id_ == nullptr) { + if (_impl_.left_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - left_id_ = p; + _impl_.left_id_ = p; } - return left_id_; + return _impl_.left_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* CrossJoinTablesRequest::mutable_left_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_left_id(); @@ -34307,7 +34853,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* CrossJoinTablesR inline void CrossJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto::backplane::grpc::TableReference* left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete left_id_; + delete _impl_.left_id_; } if (left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -34320,25 +34866,25 @@ inline void CrossJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto } else { } - left_id_ = left_id; + _impl_.left_id_ = left_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.left_id) } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; inline bool CrossJoinTablesRequest::_internal_has_right_id() const { - return this != internal_default_instance() && right_id_ != nullptr; + return this != internal_default_instance() && _impl_.right_id_ != nullptr; } inline bool CrossJoinTablesRequest::has_right_id() const { return _internal_has_right_id(); } inline void CrossJoinTablesRequest::clear_right_id() { - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; + _impl_.right_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& CrossJoinTablesRequest::_internal_right_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = right_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.right_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -34349,9 +34895,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& CrossJoinT inline void CrossJoinTablesRequest::unsafe_arena_set_allocated_right_id( ::io::deephaven::proto::backplane::grpc::TableReference* right_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(right_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.right_id_); } - right_id_ = right_id; + _impl_.right_id_ = right_id; if (right_id) { } else { @@ -34361,8 +34907,8 @@ inline void CrossJoinTablesRequest::unsafe_arena_set_allocated_right_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* CrossJoinTablesRequest::release_right_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -34377,17 +34923,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* CrossJoinTablesR inline ::io::deephaven::proto::backplane::grpc::TableReference* CrossJoinTablesRequest::unsafe_arena_release_right_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.right_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* CrossJoinTablesRequest::_internal_mutable_right_id() { - if (right_id_ == nullptr) { + if (_impl_.right_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - right_id_ = p; + _impl_.right_id_ = p; } - return right_id_; + return _impl_.right_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* CrossJoinTablesRequest::mutable_right_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_right_id(); @@ -34397,7 +34943,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* CrossJoinTablesR inline void CrossJoinTablesRequest::set_allocated_right_id(::io::deephaven::proto::backplane::grpc::TableReference* right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete right_id_; + delete _impl_.right_id_; } if (right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -34410,19 +34956,19 @@ inline void CrossJoinTablesRequest::set_allocated_right_id(::io::deephaven::prot } else { } - right_id_ = right_id; + _impl_.right_id_ = right_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.right_id) } // repeated string columns_to_match = 4; inline int CrossJoinTablesRequest::_internal_columns_to_match_size() const { - return columns_to_match_.size(); + return _impl_.columns_to_match_.size(); } inline int CrossJoinTablesRequest::columns_to_match_size() const { return _internal_columns_to_match_size(); } inline void CrossJoinTablesRequest::clear_columns_to_match() { - columns_to_match_.Clear(); + _impl_.columns_to_match_.Clear(); } inline std::string* CrossJoinTablesRequest::add_columns_to_match() { std::string* _s = _internal_add_columns_to_match(); @@ -34430,7 +34976,7 @@ inline std::string* CrossJoinTablesRequest::add_columns_to_match() { return _s; } inline const std::string& CrossJoinTablesRequest::_internal_columns_to_match(int index) const { - return columns_to_match_.Get(index); + return _impl_.columns_to_match_.Get(index); } inline const std::string& CrossJoinTablesRequest::columns_to_match(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_match) @@ -34438,66 +34984,66 @@ inline const std::string& CrossJoinTablesRequest::columns_to_match(int index) co } inline std::string* CrossJoinTablesRequest::mutable_columns_to_match(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_match) - return columns_to_match_.Mutable(index); + return _impl_.columns_to_match_.Mutable(index); } inline void CrossJoinTablesRequest::set_columns_to_match(int index, const std::string& value) { - columns_to_match_.Mutable(index)->assign(value); + _impl_.columns_to_match_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_match) } inline void CrossJoinTablesRequest::set_columns_to_match(int index, std::string&& value) { - columns_to_match_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_match_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_match) } inline void CrossJoinTablesRequest::set_columns_to_match(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Mutable(index)->assign(value); + _impl_.columns_to_match_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_match) } inline void CrossJoinTablesRequest::set_columns_to_match(int index, const char* value, size_t size) { - columns_to_match_.Mutable(index)->assign( + _impl_.columns_to_match_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_match) } inline std::string* CrossJoinTablesRequest::_internal_add_columns_to_match() { - return columns_to_match_.Add(); + return _impl_.columns_to_match_.Add(); } inline void CrossJoinTablesRequest::add_columns_to_match(const std::string& value) { - columns_to_match_.Add()->assign(value); + _impl_.columns_to_match_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_match) } inline void CrossJoinTablesRequest::add_columns_to_match(std::string&& value) { - columns_to_match_.Add(std::move(value)); + _impl_.columns_to_match_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_match) } inline void CrossJoinTablesRequest::add_columns_to_match(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Add()->assign(value); + _impl_.columns_to_match_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_match) } inline void CrossJoinTablesRequest::add_columns_to_match(const char* value, size_t size) { - columns_to_match_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_match_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_match) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& CrossJoinTablesRequest::columns_to_match() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_match) - return columns_to_match_; + return _impl_.columns_to_match_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* CrossJoinTablesRequest::mutable_columns_to_match() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_match) - return &columns_to_match_; + return &_impl_.columns_to_match_; } // repeated string columns_to_add = 5; inline int CrossJoinTablesRequest::_internal_columns_to_add_size() const { - return columns_to_add_.size(); + return _impl_.columns_to_add_.size(); } inline int CrossJoinTablesRequest::columns_to_add_size() const { return _internal_columns_to_add_size(); } inline void CrossJoinTablesRequest::clear_columns_to_add() { - columns_to_add_.Clear(); + _impl_.columns_to_add_.Clear(); } inline std::string* CrossJoinTablesRequest::add_columns_to_add() { std::string* _s = _internal_add_columns_to_add(); @@ -34505,7 +35051,7 @@ inline std::string* CrossJoinTablesRequest::add_columns_to_add() { return _s; } inline const std::string& CrossJoinTablesRequest::_internal_columns_to_add(int index) const { - return columns_to_add_.Get(index); + return _impl_.columns_to_add_.Get(index); } inline const std::string& CrossJoinTablesRequest::columns_to_add(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_add) @@ -34513,63 +35059,63 @@ inline const std::string& CrossJoinTablesRequest::columns_to_add(int index) cons } inline std::string* CrossJoinTablesRequest::mutable_columns_to_add(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_add) - return columns_to_add_.Mutable(index); + return _impl_.columns_to_add_.Mutable(index); } inline void CrossJoinTablesRequest::set_columns_to_add(int index, const std::string& value) { - columns_to_add_.Mutable(index)->assign(value); + _impl_.columns_to_add_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_add) } inline void CrossJoinTablesRequest::set_columns_to_add(int index, std::string&& value) { - columns_to_add_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_add_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_add) } inline void CrossJoinTablesRequest::set_columns_to_add(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Mutable(index)->assign(value); + _impl_.columns_to_add_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_add) } inline void CrossJoinTablesRequest::set_columns_to_add(int index, const char* value, size_t size) { - columns_to_add_.Mutable(index)->assign( + _impl_.columns_to_add_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_add) } inline std::string* CrossJoinTablesRequest::_internal_add_columns_to_add() { - return columns_to_add_.Add(); + return _impl_.columns_to_add_.Add(); } inline void CrossJoinTablesRequest::add_columns_to_add(const std::string& value) { - columns_to_add_.Add()->assign(value); + _impl_.columns_to_add_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_add) } inline void CrossJoinTablesRequest::add_columns_to_add(std::string&& value) { - columns_to_add_.Add(std::move(value)); + _impl_.columns_to_add_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_add) } inline void CrossJoinTablesRequest::add_columns_to_add(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Add()->assign(value); + _impl_.columns_to_add_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_add) } inline void CrossJoinTablesRequest::add_columns_to_add(const char* value, size_t size) { - columns_to_add_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_add_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_add) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& CrossJoinTablesRequest::columns_to_add() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_add) - return columns_to_add_; + return _impl_.columns_to_add_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* CrossJoinTablesRequest::mutable_columns_to_add() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.columns_to_add) - return &columns_to_add_; + return &_impl_.columns_to_add_; } // int32 reserve_bits = 6; inline void CrossJoinTablesRequest::clear_reserve_bits() { - reserve_bits_ = 0; + _impl_.reserve_bits_ = 0; } inline int32_t CrossJoinTablesRequest::_internal_reserve_bits() const { - return reserve_bits_; + return _impl_.reserve_bits_; } inline int32_t CrossJoinTablesRequest::reserve_bits() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.CrossJoinTablesRequest.reserve_bits) @@ -34577,7 +35123,7 @@ inline int32_t CrossJoinTablesRequest::reserve_bits() const { } inline void CrossJoinTablesRequest::_internal_set_reserve_bits(int32_t value) { - reserve_bits_ = value; + _impl_.reserve_bits_ = value; } inline void CrossJoinTablesRequest::set_reserve_bits(int32_t value) { _internal_set_reserve_bits(value); @@ -34590,13 +35136,13 @@ inline void CrossJoinTablesRequest::set_reserve_bits(int32_t value) { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool NaturalJoinTablesRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool NaturalJoinTablesRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& NaturalJoinTablesRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -34607,9 +35153,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& NaturalJoinTablesR inline void NaturalJoinTablesRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -34619,8 +35165,8 @@ inline void NaturalJoinTablesRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* NaturalJoinTablesRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -34635,17 +35181,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* NaturalJoinTablesRequest inline ::io::deephaven::proto::backplane::grpc::Ticket* NaturalJoinTablesRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* NaturalJoinTablesRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* NaturalJoinTablesRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -34655,7 +35201,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* NaturalJoinTablesRequest inline void NaturalJoinTablesRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -34669,25 +35215,25 @@ inline void NaturalJoinTablesRequest::set_allocated_result_id(::io::deephaven::p } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; inline bool NaturalJoinTablesRequest::_internal_has_left_id() const { - return this != internal_default_instance() && left_id_ != nullptr; + return this != internal_default_instance() && _impl_.left_id_ != nullptr; } inline bool NaturalJoinTablesRequest::has_left_id() const { return _internal_has_left_id(); } inline void NaturalJoinTablesRequest::clear_left_id() { - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; + _impl_.left_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& NaturalJoinTablesRequest::_internal_left_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = left_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.left_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -34698,9 +35244,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& NaturalJoi inline void NaturalJoinTablesRequest::unsafe_arena_set_allocated_left_id( ::io::deephaven::proto::backplane::grpc::TableReference* left_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(left_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.left_id_); } - left_id_ = left_id; + _impl_.left_id_ = left_id; if (left_id) { } else { @@ -34710,8 +35256,8 @@ inline void NaturalJoinTablesRequest::unsafe_arena_set_allocated_left_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* NaturalJoinTablesRequest::release_left_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -34726,17 +35272,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* NaturalJoinTable inline ::io::deephaven::proto::backplane::grpc::TableReference* NaturalJoinTablesRequest::unsafe_arena_release_left_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.left_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* NaturalJoinTablesRequest::_internal_mutable_left_id() { - if (left_id_ == nullptr) { + if (_impl_.left_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - left_id_ = p; + _impl_.left_id_ = p; } - return left_id_; + return _impl_.left_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* NaturalJoinTablesRequest::mutable_left_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_left_id(); @@ -34746,7 +35292,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* NaturalJoinTable inline void NaturalJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto::backplane::grpc::TableReference* left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete left_id_; + delete _impl_.left_id_; } if (left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -34759,25 +35305,25 @@ inline void NaturalJoinTablesRequest::set_allocated_left_id(::io::deephaven::pro } else { } - left_id_ = left_id; + _impl_.left_id_ = left_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.left_id) } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; inline bool NaturalJoinTablesRequest::_internal_has_right_id() const { - return this != internal_default_instance() && right_id_ != nullptr; + return this != internal_default_instance() && _impl_.right_id_ != nullptr; } inline bool NaturalJoinTablesRequest::has_right_id() const { return _internal_has_right_id(); } inline void NaturalJoinTablesRequest::clear_right_id() { - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; + _impl_.right_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& NaturalJoinTablesRequest::_internal_right_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = right_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.right_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -34788,9 +35334,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& NaturalJoi inline void NaturalJoinTablesRequest::unsafe_arena_set_allocated_right_id( ::io::deephaven::proto::backplane::grpc::TableReference* right_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(right_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.right_id_); } - right_id_ = right_id; + _impl_.right_id_ = right_id; if (right_id) { } else { @@ -34800,8 +35346,8 @@ inline void NaturalJoinTablesRequest::unsafe_arena_set_allocated_right_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* NaturalJoinTablesRequest::release_right_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -34816,17 +35362,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* NaturalJoinTable inline ::io::deephaven::proto::backplane::grpc::TableReference* NaturalJoinTablesRequest::unsafe_arena_release_right_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.right_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* NaturalJoinTablesRequest::_internal_mutable_right_id() { - if (right_id_ == nullptr) { + if (_impl_.right_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - right_id_ = p; + _impl_.right_id_ = p; } - return right_id_; + return _impl_.right_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* NaturalJoinTablesRequest::mutable_right_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_right_id(); @@ -34836,7 +35382,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* NaturalJoinTable inline void NaturalJoinTablesRequest::set_allocated_right_id(::io::deephaven::proto::backplane::grpc::TableReference* right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete right_id_; + delete _impl_.right_id_; } if (right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -34849,19 +35395,19 @@ inline void NaturalJoinTablesRequest::set_allocated_right_id(::io::deephaven::pr } else { } - right_id_ = right_id; + _impl_.right_id_ = right_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.right_id) } // repeated string columns_to_match = 4; inline int NaturalJoinTablesRequest::_internal_columns_to_match_size() const { - return columns_to_match_.size(); + return _impl_.columns_to_match_.size(); } inline int NaturalJoinTablesRequest::columns_to_match_size() const { return _internal_columns_to_match_size(); } inline void NaturalJoinTablesRequest::clear_columns_to_match() { - columns_to_match_.Clear(); + _impl_.columns_to_match_.Clear(); } inline std::string* NaturalJoinTablesRequest::add_columns_to_match() { std::string* _s = _internal_add_columns_to_match(); @@ -34869,7 +35415,7 @@ inline std::string* NaturalJoinTablesRequest::add_columns_to_match() { return _s; } inline const std::string& NaturalJoinTablesRequest::_internal_columns_to_match(int index) const { - return columns_to_match_.Get(index); + return _impl_.columns_to_match_.Get(index); } inline const std::string& NaturalJoinTablesRequest::columns_to_match(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) @@ -34877,66 +35423,66 @@ inline const std::string& NaturalJoinTablesRequest::columns_to_match(int index) } inline std::string* NaturalJoinTablesRequest::mutable_columns_to_match(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) - return columns_to_match_.Mutable(index); + return _impl_.columns_to_match_.Mutable(index); } inline void NaturalJoinTablesRequest::set_columns_to_match(int index, const std::string& value) { - columns_to_match_.Mutable(index)->assign(value); + _impl_.columns_to_match_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } inline void NaturalJoinTablesRequest::set_columns_to_match(int index, std::string&& value) { - columns_to_match_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_match_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } inline void NaturalJoinTablesRequest::set_columns_to_match(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Mutable(index)->assign(value); + _impl_.columns_to_match_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } inline void NaturalJoinTablesRequest::set_columns_to_match(int index, const char* value, size_t size) { - columns_to_match_.Mutable(index)->assign( + _impl_.columns_to_match_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } inline std::string* NaturalJoinTablesRequest::_internal_add_columns_to_match() { - return columns_to_match_.Add(); + return _impl_.columns_to_match_.Add(); } inline void NaturalJoinTablesRequest::add_columns_to_match(const std::string& value) { - columns_to_match_.Add()->assign(value); + _impl_.columns_to_match_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } inline void NaturalJoinTablesRequest::add_columns_to_match(std::string&& value) { - columns_to_match_.Add(std::move(value)); + _impl_.columns_to_match_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } inline void NaturalJoinTablesRequest::add_columns_to_match(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Add()->assign(value); + _impl_.columns_to_match_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } inline void NaturalJoinTablesRequest::add_columns_to_match(const char* value, size_t size) { - columns_to_match_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_match_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& NaturalJoinTablesRequest::columns_to_match() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) - return columns_to_match_; + return _impl_.columns_to_match_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* NaturalJoinTablesRequest::mutable_columns_to_match() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_match) - return &columns_to_match_; + return &_impl_.columns_to_match_; } // repeated string columns_to_add = 5; inline int NaturalJoinTablesRequest::_internal_columns_to_add_size() const { - return columns_to_add_.size(); + return _impl_.columns_to_add_.size(); } inline int NaturalJoinTablesRequest::columns_to_add_size() const { return _internal_columns_to_add_size(); } inline void NaturalJoinTablesRequest::clear_columns_to_add() { - columns_to_add_.Clear(); + _impl_.columns_to_add_.Clear(); } inline std::string* NaturalJoinTablesRequest::add_columns_to_add() { std::string* _s = _internal_add_columns_to_add(); @@ -34944,7 +35490,7 @@ inline std::string* NaturalJoinTablesRequest::add_columns_to_add() { return _s; } inline const std::string& NaturalJoinTablesRequest::_internal_columns_to_add(int index) const { - return columns_to_add_.Get(index); + return _impl_.columns_to_add_.Get(index); } inline const std::string& NaturalJoinTablesRequest::columns_to_add(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) @@ -34952,55 +35498,55 @@ inline const std::string& NaturalJoinTablesRequest::columns_to_add(int index) co } inline std::string* NaturalJoinTablesRequest::mutable_columns_to_add(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) - return columns_to_add_.Mutable(index); + return _impl_.columns_to_add_.Mutable(index); } inline void NaturalJoinTablesRequest::set_columns_to_add(int index, const std::string& value) { - columns_to_add_.Mutable(index)->assign(value); + _impl_.columns_to_add_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } inline void NaturalJoinTablesRequest::set_columns_to_add(int index, std::string&& value) { - columns_to_add_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_add_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } inline void NaturalJoinTablesRequest::set_columns_to_add(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Mutable(index)->assign(value); + _impl_.columns_to_add_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } inline void NaturalJoinTablesRequest::set_columns_to_add(int index, const char* value, size_t size) { - columns_to_add_.Mutable(index)->assign( + _impl_.columns_to_add_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } inline std::string* NaturalJoinTablesRequest::_internal_add_columns_to_add() { - return columns_to_add_.Add(); + return _impl_.columns_to_add_.Add(); } inline void NaturalJoinTablesRequest::add_columns_to_add(const std::string& value) { - columns_to_add_.Add()->assign(value); + _impl_.columns_to_add_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } inline void NaturalJoinTablesRequest::add_columns_to_add(std::string&& value) { - columns_to_add_.Add(std::move(value)); + _impl_.columns_to_add_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } inline void NaturalJoinTablesRequest::add_columns_to_add(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Add()->assign(value); + _impl_.columns_to_add_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } inline void NaturalJoinTablesRequest::add_columns_to_add(const char* value, size_t size) { - columns_to_add_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_add_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& NaturalJoinTablesRequest::columns_to_add() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) - return columns_to_add_; + return _impl_.columns_to_add_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* NaturalJoinTablesRequest::mutable_columns_to_add() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.NaturalJoinTablesRequest.columns_to_add) - return &columns_to_add_; + return &_impl_.columns_to_add_; } // ------------------------------------------------------------------- @@ -35009,13 +35555,13 @@ NaturalJoinTablesRequest::mutable_columns_to_add() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool ExactJoinTablesRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool ExactJoinTablesRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExactJoinTablesRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -35026,9 +35572,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& ExactJoinTablesReq inline void ExactJoinTablesRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -35038,8 +35584,8 @@ inline void ExactJoinTablesRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -35054,17 +35600,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest:: inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -35074,7 +35620,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ExactJoinTablesRequest:: inline void ExactJoinTablesRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -35088,25 +35634,25 @@ inline void ExactJoinTablesRequest::set_allocated_result_id(::io::deephaven::pro } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; inline bool ExactJoinTablesRequest::_internal_has_left_id() const { - return this != internal_default_instance() && left_id_ != nullptr; + return this != internal_default_instance() && _impl_.left_id_ != nullptr; } inline bool ExactJoinTablesRequest::has_left_id() const { return _internal_has_left_id(); } inline void ExactJoinTablesRequest::clear_left_id() { - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; + _impl_.left_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinTablesRequest::_internal_left_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = left_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.left_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -35117,9 +35663,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinT inline void ExactJoinTablesRequest::unsafe_arena_set_allocated_left_id( ::io::deephaven::proto::backplane::grpc::TableReference* left_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(left_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.left_id_); } - left_id_ = left_id; + _impl_.left_id_ = left_id; if (left_id) { } else { @@ -35129,8 +35675,8 @@ inline void ExactJoinTablesRequest::unsafe_arena_set_allocated_left_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::release_left_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -35145,17 +35691,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesR inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::unsafe_arena_release_left_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.left_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::_internal_mutable_left_id() { - if (left_id_ == nullptr) { + if (_impl_.left_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - left_id_ = p; + _impl_.left_id_ = p; } - return left_id_; + return _impl_.left_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::mutable_left_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_left_id(); @@ -35165,7 +35711,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesR inline void ExactJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto::backplane::grpc::TableReference* left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete left_id_; + delete _impl_.left_id_; } if (left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -35178,25 +35724,25 @@ inline void ExactJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto } else { } - left_id_ = left_id; + _impl_.left_id_ = left_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.left_id) } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; inline bool ExactJoinTablesRequest::_internal_has_right_id() const { - return this != internal_default_instance() && right_id_ != nullptr; + return this != internal_default_instance() && _impl_.right_id_ != nullptr; } inline bool ExactJoinTablesRequest::has_right_id() const { return _internal_has_right_id(); } inline void ExactJoinTablesRequest::clear_right_id() { - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; + _impl_.right_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinTablesRequest::_internal_right_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = right_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.right_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -35207,9 +35753,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& ExactJoinT inline void ExactJoinTablesRequest::unsafe_arena_set_allocated_right_id( ::io::deephaven::proto::backplane::grpc::TableReference* right_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(right_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.right_id_); } - right_id_ = right_id; + _impl_.right_id_ = right_id; if (right_id) { } else { @@ -35219,8 +35765,8 @@ inline void ExactJoinTablesRequest::unsafe_arena_set_allocated_right_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::release_right_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -35235,17 +35781,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesR inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::unsafe_arena_release_right_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.right_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::_internal_mutable_right_id() { - if (right_id_ == nullptr) { + if (_impl_.right_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - right_id_ = p; + _impl_.right_id_ = p; } - return right_id_; + return _impl_.right_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesRequest::mutable_right_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_right_id(); @@ -35255,7 +35801,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* ExactJoinTablesR inline void ExactJoinTablesRequest::set_allocated_right_id(::io::deephaven::proto::backplane::grpc::TableReference* right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete right_id_; + delete _impl_.right_id_; } if (right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -35268,19 +35814,19 @@ inline void ExactJoinTablesRequest::set_allocated_right_id(::io::deephaven::prot } else { } - right_id_ = right_id; + _impl_.right_id_ = right_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.right_id) } // repeated string columns_to_match = 4; inline int ExactJoinTablesRequest::_internal_columns_to_match_size() const { - return columns_to_match_.size(); + return _impl_.columns_to_match_.size(); } inline int ExactJoinTablesRequest::columns_to_match_size() const { return _internal_columns_to_match_size(); } inline void ExactJoinTablesRequest::clear_columns_to_match() { - columns_to_match_.Clear(); + _impl_.columns_to_match_.Clear(); } inline std::string* ExactJoinTablesRequest::add_columns_to_match() { std::string* _s = _internal_add_columns_to_match(); @@ -35288,7 +35834,7 @@ inline std::string* ExactJoinTablesRequest::add_columns_to_match() { return _s; } inline const std::string& ExactJoinTablesRequest::_internal_columns_to_match(int index) const { - return columns_to_match_.Get(index); + return _impl_.columns_to_match_.Get(index); } inline const std::string& ExactJoinTablesRequest::columns_to_match(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) @@ -35296,66 +35842,66 @@ inline const std::string& ExactJoinTablesRequest::columns_to_match(int index) co } inline std::string* ExactJoinTablesRequest::mutable_columns_to_match(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) - return columns_to_match_.Mutable(index); + return _impl_.columns_to_match_.Mutable(index); } inline void ExactJoinTablesRequest::set_columns_to_match(int index, const std::string& value) { - columns_to_match_.Mutable(index)->assign(value); + _impl_.columns_to_match_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } inline void ExactJoinTablesRequest::set_columns_to_match(int index, std::string&& value) { - columns_to_match_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_match_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } inline void ExactJoinTablesRequest::set_columns_to_match(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Mutable(index)->assign(value); + _impl_.columns_to_match_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } inline void ExactJoinTablesRequest::set_columns_to_match(int index, const char* value, size_t size) { - columns_to_match_.Mutable(index)->assign( + _impl_.columns_to_match_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } inline std::string* ExactJoinTablesRequest::_internal_add_columns_to_match() { - return columns_to_match_.Add(); + return _impl_.columns_to_match_.Add(); } inline void ExactJoinTablesRequest::add_columns_to_match(const std::string& value) { - columns_to_match_.Add()->assign(value); + _impl_.columns_to_match_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } inline void ExactJoinTablesRequest::add_columns_to_match(std::string&& value) { - columns_to_match_.Add(std::move(value)); + _impl_.columns_to_match_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } inline void ExactJoinTablesRequest::add_columns_to_match(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Add()->assign(value); + _impl_.columns_to_match_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } inline void ExactJoinTablesRequest::add_columns_to_match(const char* value, size_t size) { - columns_to_match_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_match_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& ExactJoinTablesRequest::columns_to_match() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) - return columns_to_match_; + return _impl_.columns_to_match_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* ExactJoinTablesRequest::mutable_columns_to_match() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_match) - return &columns_to_match_; + return &_impl_.columns_to_match_; } // repeated string columns_to_add = 5; inline int ExactJoinTablesRequest::_internal_columns_to_add_size() const { - return columns_to_add_.size(); + return _impl_.columns_to_add_.size(); } inline int ExactJoinTablesRequest::columns_to_add_size() const { return _internal_columns_to_add_size(); } inline void ExactJoinTablesRequest::clear_columns_to_add() { - columns_to_add_.Clear(); + _impl_.columns_to_add_.Clear(); } inline std::string* ExactJoinTablesRequest::add_columns_to_add() { std::string* _s = _internal_add_columns_to_add(); @@ -35363,7 +35909,7 @@ inline std::string* ExactJoinTablesRequest::add_columns_to_add() { return _s; } inline const std::string& ExactJoinTablesRequest::_internal_columns_to_add(int index) const { - return columns_to_add_.Get(index); + return _impl_.columns_to_add_.Get(index); } inline const std::string& ExactJoinTablesRequest::columns_to_add(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) @@ -35371,55 +35917,55 @@ inline const std::string& ExactJoinTablesRequest::columns_to_add(int index) cons } inline std::string* ExactJoinTablesRequest::mutable_columns_to_add(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) - return columns_to_add_.Mutable(index); + return _impl_.columns_to_add_.Mutable(index); } inline void ExactJoinTablesRequest::set_columns_to_add(int index, const std::string& value) { - columns_to_add_.Mutable(index)->assign(value); + _impl_.columns_to_add_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } inline void ExactJoinTablesRequest::set_columns_to_add(int index, std::string&& value) { - columns_to_add_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_add_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } inline void ExactJoinTablesRequest::set_columns_to_add(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Mutable(index)->assign(value); + _impl_.columns_to_add_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } inline void ExactJoinTablesRequest::set_columns_to_add(int index, const char* value, size_t size) { - columns_to_add_.Mutable(index)->assign( + _impl_.columns_to_add_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } inline std::string* ExactJoinTablesRequest::_internal_add_columns_to_add() { - return columns_to_add_.Add(); + return _impl_.columns_to_add_.Add(); } inline void ExactJoinTablesRequest::add_columns_to_add(const std::string& value) { - columns_to_add_.Add()->assign(value); + _impl_.columns_to_add_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } inline void ExactJoinTablesRequest::add_columns_to_add(std::string&& value) { - columns_to_add_.Add(std::move(value)); + _impl_.columns_to_add_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } inline void ExactJoinTablesRequest::add_columns_to_add(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Add()->assign(value); + _impl_.columns_to_add_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } inline void ExactJoinTablesRequest::add_columns_to_add(const char* value, size_t size) { - columns_to_add_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_add_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& ExactJoinTablesRequest::columns_to_add() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) - return columns_to_add_; + return _impl_.columns_to_add_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* ExactJoinTablesRequest::mutable_columns_to_add() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.ExactJoinTablesRequest.columns_to_add) - return &columns_to_add_; + return &_impl_.columns_to_add_; } // ------------------------------------------------------------------- @@ -35428,13 +35974,13 @@ ExactJoinTablesRequest::mutable_columns_to_add() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool LeftJoinTablesRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool LeftJoinTablesRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& LeftJoinTablesRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -35445,9 +35991,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& LeftJoinTablesRequ inline void LeftJoinTablesRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -35457,8 +36003,8 @@ inline void LeftJoinTablesRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* LeftJoinTablesRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -35473,17 +36019,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* LeftJoinTablesRequest::r inline ::io::deephaven::proto::backplane::grpc::Ticket* LeftJoinTablesRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* LeftJoinTablesRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* LeftJoinTablesRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -35493,7 +36039,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* LeftJoinTablesRequest::m inline void LeftJoinTablesRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -35507,25 +36053,25 @@ inline void LeftJoinTablesRequest::set_allocated_result_id(::io::deephaven::prot } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; inline bool LeftJoinTablesRequest::_internal_has_left_id() const { - return this != internal_default_instance() && left_id_ != nullptr; + return this != internal_default_instance() && _impl_.left_id_ != nullptr; } inline bool LeftJoinTablesRequest::has_left_id() const { return _internal_has_left_id(); } inline void LeftJoinTablesRequest::clear_left_id() { - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; + _impl_.left_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& LeftJoinTablesRequest::_internal_left_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = left_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.left_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -35536,9 +36082,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& LeftJoinTa inline void LeftJoinTablesRequest::unsafe_arena_set_allocated_left_id( ::io::deephaven::proto::backplane::grpc::TableReference* left_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(left_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.left_id_); } - left_id_ = left_id; + _impl_.left_id_ = left_id; if (left_id) { } else { @@ -35548,8 +36094,8 @@ inline void LeftJoinTablesRequest::unsafe_arena_set_allocated_left_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::release_left_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -35564,17 +36110,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRe inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::unsafe_arena_release_left_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.left_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::_internal_mutable_left_id() { - if (left_id_ == nullptr) { + if (_impl_.left_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - left_id_ = p; + _impl_.left_id_ = p; } - return left_id_; + return _impl_.left_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::mutable_left_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_left_id(); @@ -35584,7 +36130,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRe inline void LeftJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto::backplane::grpc::TableReference* left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete left_id_; + delete _impl_.left_id_; } if (left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -35597,25 +36143,25 @@ inline void LeftJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto: } else { } - left_id_ = left_id; + _impl_.left_id_ = left_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.left_id) } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; inline bool LeftJoinTablesRequest::_internal_has_right_id() const { - return this != internal_default_instance() && right_id_ != nullptr; + return this != internal_default_instance() && _impl_.right_id_ != nullptr; } inline bool LeftJoinTablesRequest::has_right_id() const { return _internal_has_right_id(); } inline void LeftJoinTablesRequest::clear_right_id() { - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; + _impl_.right_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& LeftJoinTablesRequest::_internal_right_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = right_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.right_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -35626,9 +36172,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& LeftJoinTa inline void LeftJoinTablesRequest::unsafe_arena_set_allocated_right_id( ::io::deephaven::proto::backplane::grpc::TableReference* right_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(right_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.right_id_); } - right_id_ = right_id; + _impl_.right_id_ = right_id; if (right_id) { } else { @@ -35638,8 +36184,8 @@ inline void LeftJoinTablesRequest::unsafe_arena_set_allocated_right_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::release_right_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -35654,17 +36200,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRe inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::unsafe_arena_release_right_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.right_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::_internal_mutable_right_id() { - if (right_id_ == nullptr) { + if (_impl_.right_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - right_id_ = p; + _impl_.right_id_ = p; } - return right_id_; + return _impl_.right_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRequest::mutable_right_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_right_id(); @@ -35674,7 +36220,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* LeftJoinTablesRe inline void LeftJoinTablesRequest::set_allocated_right_id(::io::deephaven::proto::backplane::grpc::TableReference* right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete right_id_; + delete _impl_.right_id_; } if (right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -35687,19 +36233,19 @@ inline void LeftJoinTablesRequest::set_allocated_right_id(::io::deephaven::proto } else { } - right_id_ = right_id; + _impl_.right_id_ = right_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.right_id) } // repeated string columns_to_match = 4; inline int LeftJoinTablesRequest::_internal_columns_to_match_size() const { - return columns_to_match_.size(); + return _impl_.columns_to_match_.size(); } inline int LeftJoinTablesRequest::columns_to_match_size() const { return _internal_columns_to_match_size(); } inline void LeftJoinTablesRequest::clear_columns_to_match() { - columns_to_match_.Clear(); + _impl_.columns_to_match_.Clear(); } inline std::string* LeftJoinTablesRequest::add_columns_to_match() { std::string* _s = _internal_add_columns_to_match(); @@ -35707,7 +36253,7 @@ inline std::string* LeftJoinTablesRequest::add_columns_to_match() { return _s; } inline const std::string& LeftJoinTablesRequest::_internal_columns_to_match(int index) const { - return columns_to_match_.Get(index); + return _impl_.columns_to_match_.Get(index); } inline const std::string& LeftJoinTablesRequest::columns_to_match(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) @@ -35715,66 +36261,66 @@ inline const std::string& LeftJoinTablesRequest::columns_to_match(int index) con } inline std::string* LeftJoinTablesRequest::mutable_columns_to_match(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) - return columns_to_match_.Mutable(index); + return _impl_.columns_to_match_.Mutable(index); } inline void LeftJoinTablesRequest::set_columns_to_match(int index, const std::string& value) { - columns_to_match_.Mutable(index)->assign(value); + _impl_.columns_to_match_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) } inline void LeftJoinTablesRequest::set_columns_to_match(int index, std::string&& value) { - columns_to_match_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_match_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) } inline void LeftJoinTablesRequest::set_columns_to_match(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Mutable(index)->assign(value); + _impl_.columns_to_match_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) } inline void LeftJoinTablesRequest::set_columns_to_match(int index, const char* value, size_t size) { - columns_to_match_.Mutable(index)->assign( + _impl_.columns_to_match_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) } inline std::string* LeftJoinTablesRequest::_internal_add_columns_to_match() { - return columns_to_match_.Add(); + return _impl_.columns_to_match_.Add(); } inline void LeftJoinTablesRequest::add_columns_to_match(const std::string& value) { - columns_to_match_.Add()->assign(value); + _impl_.columns_to_match_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) } inline void LeftJoinTablesRequest::add_columns_to_match(std::string&& value) { - columns_to_match_.Add(std::move(value)); + _impl_.columns_to_match_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) } inline void LeftJoinTablesRequest::add_columns_to_match(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Add()->assign(value); + _impl_.columns_to_match_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) } inline void LeftJoinTablesRequest::add_columns_to_match(const char* value, size_t size) { - columns_to_match_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_match_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& LeftJoinTablesRequest::columns_to_match() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) - return columns_to_match_; + return _impl_.columns_to_match_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* LeftJoinTablesRequest::mutable_columns_to_match() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_match) - return &columns_to_match_; + return &_impl_.columns_to_match_; } // repeated string columns_to_add = 5; inline int LeftJoinTablesRequest::_internal_columns_to_add_size() const { - return columns_to_add_.size(); + return _impl_.columns_to_add_.size(); } inline int LeftJoinTablesRequest::columns_to_add_size() const { return _internal_columns_to_add_size(); } inline void LeftJoinTablesRequest::clear_columns_to_add() { - columns_to_add_.Clear(); + _impl_.columns_to_add_.Clear(); } inline std::string* LeftJoinTablesRequest::add_columns_to_add() { std::string* _s = _internal_add_columns_to_add(); @@ -35782,7 +36328,7 @@ inline std::string* LeftJoinTablesRequest::add_columns_to_add() { return _s; } inline const std::string& LeftJoinTablesRequest::_internal_columns_to_add(int index) const { - return columns_to_add_.Get(index); + return _impl_.columns_to_add_.Get(index); } inline const std::string& LeftJoinTablesRequest::columns_to_add(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) @@ -35790,55 +36336,55 @@ inline const std::string& LeftJoinTablesRequest::columns_to_add(int index) const } inline std::string* LeftJoinTablesRequest::mutable_columns_to_add(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) - return columns_to_add_.Mutable(index); + return _impl_.columns_to_add_.Mutable(index); } inline void LeftJoinTablesRequest::set_columns_to_add(int index, const std::string& value) { - columns_to_add_.Mutable(index)->assign(value); + _impl_.columns_to_add_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) } inline void LeftJoinTablesRequest::set_columns_to_add(int index, std::string&& value) { - columns_to_add_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_add_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) } inline void LeftJoinTablesRequest::set_columns_to_add(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Mutable(index)->assign(value); + _impl_.columns_to_add_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) } inline void LeftJoinTablesRequest::set_columns_to_add(int index, const char* value, size_t size) { - columns_to_add_.Mutable(index)->assign( + _impl_.columns_to_add_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) } inline std::string* LeftJoinTablesRequest::_internal_add_columns_to_add() { - return columns_to_add_.Add(); + return _impl_.columns_to_add_.Add(); } inline void LeftJoinTablesRequest::add_columns_to_add(const std::string& value) { - columns_to_add_.Add()->assign(value); + _impl_.columns_to_add_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) } inline void LeftJoinTablesRequest::add_columns_to_add(std::string&& value) { - columns_to_add_.Add(std::move(value)); + _impl_.columns_to_add_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) } inline void LeftJoinTablesRequest::add_columns_to_add(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Add()->assign(value); + _impl_.columns_to_add_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) } inline void LeftJoinTablesRequest::add_columns_to_add(const char* value, size_t size) { - columns_to_add_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_add_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& LeftJoinTablesRequest::columns_to_add() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) - return columns_to_add_; + return _impl_.columns_to_add_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* LeftJoinTablesRequest::mutable_columns_to_add() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.LeftJoinTablesRequest.columns_to_add) - return &columns_to_add_; + return &_impl_.columns_to_add_; } // ------------------------------------------------------------------- @@ -35847,13 +36393,13 @@ LeftJoinTablesRequest::mutable_columns_to_add() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool AsOfJoinTablesRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool AsOfJoinTablesRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& AsOfJoinTablesRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -35864,9 +36410,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& AsOfJoinTablesRequ inline void AsOfJoinTablesRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -35876,8 +36422,8 @@ inline void AsOfJoinTablesRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* AsOfJoinTablesRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -35892,17 +36438,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AsOfJoinTablesRequest::r inline ::io::deephaven::proto::backplane::grpc::Ticket* AsOfJoinTablesRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AsOfJoinTablesRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AsOfJoinTablesRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -35912,7 +36458,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AsOfJoinTablesRequest::m inline void AsOfJoinTablesRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -35926,25 +36472,25 @@ inline void AsOfJoinTablesRequest::set_allocated_result_id(::io::deephaven::prot } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; inline bool AsOfJoinTablesRequest::_internal_has_left_id() const { - return this != internal_default_instance() && left_id_ != nullptr; + return this != internal_default_instance() && _impl_.left_id_ != nullptr; } inline bool AsOfJoinTablesRequest::has_left_id() const { return _internal_has_left_id(); } inline void AsOfJoinTablesRequest::clear_left_id() { - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; + _impl_.left_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& AsOfJoinTablesRequest::_internal_left_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = left_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.left_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -35955,9 +36501,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& AsOfJoinTa inline void AsOfJoinTablesRequest::unsafe_arena_set_allocated_left_id( ::io::deephaven::proto::backplane::grpc::TableReference* left_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(left_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.left_id_); } - left_id_ = left_id; + _impl_.left_id_ = left_id; if (left_id) { } else { @@ -35967,8 +36513,8 @@ inline void AsOfJoinTablesRequest::unsafe_arena_set_allocated_left_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* AsOfJoinTablesRequest::release_left_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -35983,17 +36529,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AsOfJoinTablesRe inline ::io::deephaven::proto::backplane::grpc::TableReference* AsOfJoinTablesRequest::unsafe_arena_release_left_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.left_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AsOfJoinTablesRequest::_internal_mutable_left_id() { - if (left_id_ == nullptr) { + if (_impl_.left_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - left_id_ = p; + _impl_.left_id_ = p; } - return left_id_; + return _impl_.left_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AsOfJoinTablesRequest::mutable_left_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_left_id(); @@ -36003,7 +36549,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AsOfJoinTablesRe inline void AsOfJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto::backplane::grpc::TableReference* left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete left_id_; + delete _impl_.left_id_; } if (left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -36016,25 +36562,25 @@ inline void AsOfJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto: } else { } - left_id_ = left_id; + _impl_.left_id_ = left_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.left_id) } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; inline bool AsOfJoinTablesRequest::_internal_has_right_id() const { - return this != internal_default_instance() && right_id_ != nullptr; + return this != internal_default_instance() && _impl_.right_id_ != nullptr; } inline bool AsOfJoinTablesRequest::has_right_id() const { return _internal_has_right_id(); } inline void AsOfJoinTablesRequest::clear_right_id() { - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; + _impl_.right_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& AsOfJoinTablesRequest::_internal_right_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = right_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.right_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -36045,9 +36591,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& AsOfJoinTa inline void AsOfJoinTablesRequest::unsafe_arena_set_allocated_right_id( ::io::deephaven::proto::backplane::grpc::TableReference* right_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(right_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.right_id_); } - right_id_ = right_id; + _impl_.right_id_ = right_id; if (right_id) { } else { @@ -36057,8 +36603,8 @@ inline void AsOfJoinTablesRequest::unsafe_arena_set_allocated_right_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* AsOfJoinTablesRequest::release_right_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -36073,17 +36619,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AsOfJoinTablesRe inline ::io::deephaven::proto::backplane::grpc::TableReference* AsOfJoinTablesRequest::unsafe_arena_release_right_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.right_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AsOfJoinTablesRequest::_internal_mutable_right_id() { - if (right_id_ == nullptr) { + if (_impl_.right_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - right_id_ = p; + _impl_.right_id_ = p; } - return right_id_; + return _impl_.right_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AsOfJoinTablesRequest::mutable_right_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_right_id(); @@ -36093,7 +36639,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AsOfJoinTablesRe inline void AsOfJoinTablesRequest::set_allocated_right_id(::io::deephaven::proto::backplane::grpc::TableReference* right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete right_id_; + delete _impl_.right_id_; } if (right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -36106,19 +36652,19 @@ inline void AsOfJoinTablesRequest::set_allocated_right_id(::io::deephaven::proto } else { } - right_id_ = right_id; + _impl_.right_id_ = right_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.right_id) } // repeated string columns_to_match = 4; inline int AsOfJoinTablesRequest::_internal_columns_to_match_size() const { - return columns_to_match_.size(); + return _impl_.columns_to_match_.size(); } inline int AsOfJoinTablesRequest::columns_to_match_size() const { return _internal_columns_to_match_size(); } inline void AsOfJoinTablesRequest::clear_columns_to_match() { - columns_to_match_.Clear(); + _impl_.columns_to_match_.Clear(); } inline std::string* AsOfJoinTablesRequest::add_columns_to_match() { std::string* _s = _internal_add_columns_to_match(); @@ -36126,7 +36672,7 @@ inline std::string* AsOfJoinTablesRequest::add_columns_to_match() { return _s; } inline const std::string& AsOfJoinTablesRequest::_internal_columns_to_match(int index) const { - return columns_to_match_.Get(index); + return _impl_.columns_to_match_.Get(index); } inline const std::string& AsOfJoinTablesRequest::columns_to_match(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_match) @@ -36134,66 +36680,66 @@ inline const std::string& AsOfJoinTablesRequest::columns_to_match(int index) con } inline std::string* AsOfJoinTablesRequest::mutable_columns_to_match(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_match) - return columns_to_match_.Mutable(index); + return _impl_.columns_to_match_.Mutable(index); } inline void AsOfJoinTablesRequest::set_columns_to_match(int index, const std::string& value) { - columns_to_match_.Mutable(index)->assign(value); + _impl_.columns_to_match_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_match) } inline void AsOfJoinTablesRequest::set_columns_to_match(int index, std::string&& value) { - columns_to_match_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_match_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_match) } inline void AsOfJoinTablesRequest::set_columns_to_match(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Mutable(index)->assign(value); + _impl_.columns_to_match_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_match) } inline void AsOfJoinTablesRequest::set_columns_to_match(int index, const char* value, size_t size) { - columns_to_match_.Mutable(index)->assign( + _impl_.columns_to_match_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_match) } inline std::string* AsOfJoinTablesRequest::_internal_add_columns_to_match() { - return columns_to_match_.Add(); + return _impl_.columns_to_match_.Add(); } inline void AsOfJoinTablesRequest::add_columns_to_match(const std::string& value) { - columns_to_match_.Add()->assign(value); + _impl_.columns_to_match_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_match) } inline void AsOfJoinTablesRequest::add_columns_to_match(std::string&& value) { - columns_to_match_.Add(std::move(value)); + _impl_.columns_to_match_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_match) } inline void AsOfJoinTablesRequest::add_columns_to_match(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Add()->assign(value); + _impl_.columns_to_match_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_match) } inline void AsOfJoinTablesRequest::add_columns_to_match(const char* value, size_t size) { - columns_to_match_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_match_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_match) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& AsOfJoinTablesRequest::columns_to_match() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_match) - return columns_to_match_; + return _impl_.columns_to_match_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* AsOfJoinTablesRequest::mutable_columns_to_match() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_match) - return &columns_to_match_; + return &_impl_.columns_to_match_; } // repeated string columns_to_add = 5; inline int AsOfJoinTablesRequest::_internal_columns_to_add_size() const { - return columns_to_add_.size(); + return _impl_.columns_to_add_.size(); } inline int AsOfJoinTablesRequest::columns_to_add_size() const { return _internal_columns_to_add_size(); } inline void AsOfJoinTablesRequest::clear_columns_to_add() { - columns_to_add_.Clear(); + _impl_.columns_to_add_.Clear(); } inline std::string* AsOfJoinTablesRequest::add_columns_to_add() { std::string* _s = _internal_add_columns_to_add(); @@ -36201,7 +36747,7 @@ inline std::string* AsOfJoinTablesRequest::add_columns_to_add() { return _s; } inline const std::string& AsOfJoinTablesRequest::_internal_columns_to_add(int index) const { - return columns_to_add_.Get(index); + return _impl_.columns_to_add_.Get(index); } inline const std::string& AsOfJoinTablesRequest::columns_to_add(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_add) @@ -36209,63 +36755,63 @@ inline const std::string& AsOfJoinTablesRequest::columns_to_add(int index) const } inline std::string* AsOfJoinTablesRequest::mutable_columns_to_add(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_add) - return columns_to_add_.Mutable(index); + return _impl_.columns_to_add_.Mutable(index); } inline void AsOfJoinTablesRequest::set_columns_to_add(int index, const std::string& value) { - columns_to_add_.Mutable(index)->assign(value); + _impl_.columns_to_add_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_add) } inline void AsOfJoinTablesRequest::set_columns_to_add(int index, std::string&& value) { - columns_to_add_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_add_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_add) } inline void AsOfJoinTablesRequest::set_columns_to_add(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Mutable(index)->assign(value); + _impl_.columns_to_add_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_add) } inline void AsOfJoinTablesRequest::set_columns_to_add(int index, const char* value, size_t size) { - columns_to_add_.Mutable(index)->assign( + _impl_.columns_to_add_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_add) } inline std::string* AsOfJoinTablesRequest::_internal_add_columns_to_add() { - return columns_to_add_.Add(); + return _impl_.columns_to_add_.Add(); } inline void AsOfJoinTablesRequest::add_columns_to_add(const std::string& value) { - columns_to_add_.Add()->assign(value); + _impl_.columns_to_add_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_add) } inline void AsOfJoinTablesRequest::add_columns_to_add(std::string&& value) { - columns_to_add_.Add(std::move(value)); + _impl_.columns_to_add_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_add) } inline void AsOfJoinTablesRequest::add_columns_to_add(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Add()->assign(value); + _impl_.columns_to_add_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_add) } inline void AsOfJoinTablesRequest::add_columns_to_add(const char* value, size_t size) { - columns_to_add_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_add_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_add) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& AsOfJoinTablesRequest::columns_to_add() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_add) - return columns_to_add_; + return _impl_.columns_to_add_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* AsOfJoinTablesRequest::mutable_columns_to_add() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.columns_to_add) - return &columns_to_add_; + return &_impl_.columns_to_add_; } // .io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.MatchRule as_of_match_rule = 7; inline void AsOfJoinTablesRequest::clear_as_of_match_rule() { - as_of_match_rule_ = 0; + _impl_.as_of_match_rule_ = 0; } inline ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest_MatchRule AsOfJoinTablesRequest::_internal_as_of_match_rule() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest_MatchRule >(as_of_match_rule_); + return static_cast< ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest_MatchRule >(_impl_.as_of_match_rule_); } inline ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest_MatchRule AsOfJoinTablesRequest::as_of_match_rule() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AsOfJoinTablesRequest.as_of_match_rule) @@ -36273,7 +36819,7 @@ inline ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest_MatchRule } inline void AsOfJoinTablesRequest::_internal_set_as_of_match_rule(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest_MatchRule value) { - as_of_match_rule_ = value; + _impl_.as_of_match_rule_ = value; } inline void AsOfJoinTablesRequest::set_as_of_match_rule(::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest_MatchRule value) { _internal_set_as_of_match_rule(value); @@ -36286,13 +36832,13 @@ inline void AsOfJoinTablesRequest::set_as_of_match_rule(::io::deephaven::proto:: // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool AjRajTablesRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool AjRajTablesRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& AjRajTablesRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -36303,9 +36849,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& AjRajTablesRequest inline void AjRajTablesRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -36315,8 +36861,8 @@ inline void AjRajTablesRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* AjRajTablesRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -36331,17 +36877,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AjRajTablesRequest::rele inline ::io::deephaven::proto::backplane::grpc::Ticket* AjRajTablesRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AjRajTablesRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AjRajTablesRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -36351,7 +36897,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AjRajTablesRequest::muta inline void AjRajTablesRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -36365,25 +36911,25 @@ inline void AjRajTablesRequest::set_allocated_result_id(::io::deephaven::proto:: } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; inline bool AjRajTablesRequest::_internal_has_left_id() const { - return this != internal_default_instance() && left_id_ != nullptr; + return this != internal_default_instance() && _impl_.left_id_ != nullptr; } inline bool AjRajTablesRequest::has_left_id() const { return _internal_has_left_id(); } inline void AjRajTablesRequest::clear_left_id() { - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; + _impl_.left_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& AjRajTablesRequest::_internal_left_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = left_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.left_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -36394,9 +36940,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& AjRajTable inline void AjRajTablesRequest::unsafe_arena_set_allocated_left_id( ::io::deephaven::proto::backplane::grpc::TableReference* left_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(left_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.left_id_); } - left_id_ = left_id; + _impl_.left_id_ = left_id; if (left_id) { } else { @@ -36406,8 +36952,8 @@ inline void AjRajTablesRequest::unsafe_arena_set_allocated_left_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* AjRajTablesRequest::release_left_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -36422,17 +36968,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AjRajTablesReque inline ::io::deephaven::proto::backplane::grpc::TableReference* AjRajTablesRequest::unsafe_arena_release_left_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.left_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AjRajTablesRequest::_internal_mutable_left_id() { - if (left_id_ == nullptr) { + if (_impl_.left_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - left_id_ = p; + _impl_.left_id_ = p; } - return left_id_; + return _impl_.left_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AjRajTablesRequest::mutable_left_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_left_id(); @@ -36442,7 +36988,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AjRajTablesReque inline void AjRajTablesRequest::set_allocated_left_id(::io::deephaven::proto::backplane::grpc::TableReference* left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete left_id_; + delete _impl_.left_id_; } if (left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -36455,25 +37001,25 @@ inline void AjRajTablesRequest::set_allocated_left_id(::io::deephaven::proto::ba } else { } - left_id_ = left_id; + _impl_.left_id_ = left_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.left_id) } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; inline bool AjRajTablesRequest::_internal_has_right_id() const { - return this != internal_default_instance() && right_id_ != nullptr; + return this != internal_default_instance() && _impl_.right_id_ != nullptr; } inline bool AjRajTablesRequest::has_right_id() const { return _internal_has_right_id(); } inline void AjRajTablesRequest::clear_right_id() { - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; + _impl_.right_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& AjRajTablesRequest::_internal_right_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = right_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.right_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -36484,9 +37030,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& AjRajTable inline void AjRajTablesRequest::unsafe_arena_set_allocated_right_id( ::io::deephaven::proto::backplane::grpc::TableReference* right_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(right_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.right_id_); } - right_id_ = right_id; + _impl_.right_id_ = right_id; if (right_id) { } else { @@ -36496,8 +37042,8 @@ inline void AjRajTablesRequest::unsafe_arena_set_allocated_right_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* AjRajTablesRequest::release_right_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -36512,17 +37058,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AjRajTablesReque inline ::io::deephaven::proto::backplane::grpc::TableReference* AjRajTablesRequest::unsafe_arena_release_right_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.right_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AjRajTablesRequest::_internal_mutable_right_id() { - if (right_id_ == nullptr) { + if (_impl_.right_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - right_id_ = p; + _impl_.right_id_ = p; } - return right_id_; + return _impl_.right_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AjRajTablesRequest::mutable_right_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_right_id(); @@ -36532,7 +37078,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AjRajTablesReque inline void AjRajTablesRequest::set_allocated_right_id(::io::deephaven::proto::backplane::grpc::TableReference* right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete right_id_; + delete _impl_.right_id_; } if (right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -36545,19 +37091,19 @@ inline void AjRajTablesRequest::set_allocated_right_id(::io::deephaven::proto::b } else { } - right_id_ = right_id; + _impl_.right_id_ = right_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.right_id) } // repeated string exact_match_columns = 4; inline int AjRajTablesRequest::_internal_exact_match_columns_size() const { - return exact_match_columns_.size(); + return _impl_.exact_match_columns_.size(); } inline int AjRajTablesRequest::exact_match_columns_size() const { return _internal_exact_match_columns_size(); } inline void AjRajTablesRequest::clear_exact_match_columns() { - exact_match_columns_.Clear(); + _impl_.exact_match_columns_.Clear(); } inline std::string* AjRajTablesRequest::add_exact_match_columns() { std::string* _s = _internal_add_exact_match_columns(); @@ -36565,7 +37111,7 @@ inline std::string* AjRajTablesRequest::add_exact_match_columns() { return _s; } inline const std::string& AjRajTablesRequest::_internal_exact_match_columns(int index) const { - return exact_match_columns_.Get(index); + return _impl_.exact_match_columns_.Get(index); } inline const std::string& AjRajTablesRequest::exact_match_columns(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.exact_match_columns) @@ -36573,60 +37119,60 @@ inline const std::string& AjRajTablesRequest::exact_match_columns(int index) con } inline std::string* AjRajTablesRequest::mutable_exact_match_columns(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.exact_match_columns) - return exact_match_columns_.Mutable(index); + return _impl_.exact_match_columns_.Mutable(index); } inline void AjRajTablesRequest::set_exact_match_columns(int index, const std::string& value) { - exact_match_columns_.Mutable(index)->assign(value); + _impl_.exact_match_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.exact_match_columns) } inline void AjRajTablesRequest::set_exact_match_columns(int index, std::string&& value) { - exact_match_columns_.Mutable(index)->assign(std::move(value)); + _impl_.exact_match_columns_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.exact_match_columns) } inline void AjRajTablesRequest::set_exact_match_columns(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - exact_match_columns_.Mutable(index)->assign(value); + _impl_.exact_match_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.exact_match_columns) } inline void AjRajTablesRequest::set_exact_match_columns(int index, const char* value, size_t size) { - exact_match_columns_.Mutable(index)->assign( + _impl_.exact_match_columns_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.exact_match_columns) } inline std::string* AjRajTablesRequest::_internal_add_exact_match_columns() { - return exact_match_columns_.Add(); + return _impl_.exact_match_columns_.Add(); } inline void AjRajTablesRequest::add_exact_match_columns(const std::string& value) { - exact_match_columns_.Add()->assign(value); + _impl_.exact_match_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.exact_match_columns) } inline void AjRajTablesRequest::add_exact_match_columns(std::string&& value) { - exact_match_columns_.Add(std::move(value)); + _impl_.exact_match_columns_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.exact_match_columns) } inline void AjRajTablesRequest::add_exact_match_columns(const char* value) { GOOGLE_DCHECK(value != nullptr); - exact_match_columns_.Add()->assign(value); + _impl_.exact_match_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.exact_match_columns) } inline void AjRajTablesRequest::add_exact_match_columns(const char* value, size_t size) { - exact_match_columns_.Add()->assign(reinterpret_cast(value), size); + _impl_.exact_match_columns_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.exact_match_columns) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& AjRajTablesRequest::exact_match_columns() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.exact_match_columns) - return exact_match_columns_; + return _impl_.exact_match_columns_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* AjRajTablesRequest::mutable_exact_match_columns() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.exact_match_columns) - return &exact_match_columns_; + return &_impl_.exact_match_columns_; } // string as_of_column = 5; inline void AjRajTablesRequest::clear_as_of_column() { - as_of_column_.ClearToEmpty(); + _impl_.as_of_column_.ClearToEmpty(); } inline const std::string& AjRajTablesRequest::as_of_column() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.as_of_column) @@ -36636,7 +37182,7 @@ template inline PROTOBUF_ALWAYS_INLINE void AjRajTablesRequest::set_as_of_column(ArgT0&& arg0, ArgT... args) { - as_of_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.as_of_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.as_of_column) } inline std::string* AjRajTablesRequest::mutable_as_of_column() { @@ -36645,19 +37191,19 @@ inline std::string* AjRajTablesRequest::mutable_as_of_column() { return _s; } inline const std::string& AjRajTablesRequest::_internal_as_of_column() const { - return as_of_column_.Get(); + return _impl_.as_of_column_.Get(); } inline void AjRajTablesRequest::_internal_set_as_of_column(const std::string& value) { - as_of_column_.Set(value, GetArenaForAllocation()); + _impl_.as_of_column_.Set(value, GetArenaForAllocation()); } inline std::string* AjRajTablesRequest::_internal_mutable_as_of_column() { - return as_of_column_.Mutable(GetArenaForAllocation()); + return _impl_.as_of_column_.Mutable(GetArenaForAllocation()); } inline std::string* AjRajTablesRequest::release_as_of_column() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.as_of_column) - return as_of_column_.Release(); + return _impl_.as_of_column_.Release(); } inline void AjRajTablesRequest::set_allocated_as_of_column(std::string* as_of_column) { if (as_of_column != nullptr) { @@ -36665,10 +37211,10 @@ inline void AjRajTablesRequest::set_allocated_as_of_column(std::string* as_of_co } else { } - as_of_column_.SetAllocated(as_of_column, GetArenaForAllocation()); + _impl_.as_of_column_.SetAllocated(as_of_column, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (as_of_column_.IsDefault()) { - as_of_column_.Set("", GetArenaForAllocation()); + if (_impl_.as_of_column_.IsDefault()) { + _impl_.as_of_column_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.as_of_column) @@ -36676,13 +37222,13 @@ inline void AjRajTablesRequest::set_allocated_as_of_column(std::string* as_of_co // repeated string columns_to_add = 6; inline int AjRajTablesRequest::_internal_columns_to_add_size() const { - return columns_to_add_.size(); + return _impl_.columns_to_add_.size(); } inline int AjRajTablesRequest::columns_to_add_size() const { return _internal_columns_to_add_size(); } inline void AjRajTablesRequest::clear_columns_to_add() { - columns_to_add_.Clear(); + _impl_.columns_to_add_.Clear(); } inline std::string* AjRajTablesRequest::add_columns_to_add() { std::string* _s = _internal_add_columns_to_add(); @@ -36690,7 +37236,7 @@ inline std::string* AjRajTablesRequest::add_columns_to_add() { return _s; } inline const std::string& AjRajTablesRequest::_internal_columns_to_add(int index) const { - return columns_to_add_.Get(index); + return _impl_.columns_to_add_.Get(index); } inline const std::string& AjRajTablesRequest::columns_to_add(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.columns_to_add) @@ -36698,55 +37244,55 @@ inline const std::string& AjRajTablesRequest::columns_to_add(int index) const { } inline std::string* AjRajTablesRequest::mutable_columns_to_add(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.columns_to_add) - return columns_to_add_.Mutable(index); + return _impl_.columns_to_add_.Mutable(index); } inline void AjRajTablesRequest::set_columns_to_add(int index, const std::string& value) { - columns_to_add_.Mutable(index)->assign(value); + _impl_.columns_to_add_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.columns_to_add) } inline void AjRajTablesRequest::set_columns_to_add(int index, std::string&& value) { - columns_to_add_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_add_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.columns_to_add) } inline void AjRajTablesRequest::set_columns_to_add(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Mutable(index)->assign(value); + _impl_.columns_to_add_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.columns_to_add) } inline void AjRajTablesRequest::set_columns_to_add(int index, const char* value, size_t size) { - columns_to_add_.Mutable(index)->assign( + _impl_.columns_to_add_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.columns_to_add) } inline std::string* AjRajTablesRequest::_internal_add_columns_to_add() { - return columns_to_add_.Add(); + return _impl_.columns_to_add_.Add(); } inline void AjRajTablesRequest::add_columns_to_add(const std::string& value) { - columns_to_add_.Add()->assign(value); + _impl_.columns_to_add_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.columns_to_add) } inline void AjRajTablesRequest::add_columns_to_add(std::string&& value) { - columns_to_add_.Add(std::move(value)); + _impl_.columns_to_add_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.columns_to_add) } inline void AjRajTablesRequest::add_columns_to_add(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_add_.Add()->assign(value); + _impl_.columns_to_add_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.columns_to_add) } inline void AjRajTablesRequest::add_columns_to_add(const char* value, size_t size) { - columns_to_add_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_add_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.columns_to_add) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& AjRajTablesRequest::columns_to_add() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.columns_to_add) - return columns_to_add_; + return _impl_.columns_to_add_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* AjRajTablesRequest::mutable_columns_to_add() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.AjRajTablesRequest.columns_to_add) - return &columns_to_add_; + return &_impl_.columns_to_add_; } // ------------------------------------------------------------------- @@ -36755,13 +37301,13 @@ AjRajTablesRequest::mutable_columns_to_add() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool RangeJoinTablesRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool RangeJoinTablesRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& RangeJoinTablesRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -36772,9 +37318,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& RangeJoinTablesReq inline void RangeJoinTablesRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -36784,8 +37330,8 @@ inline void RangeJoinTablesRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* RangeJoinTablesRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -36800,17 +37346,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* RangeJoinTablesRequest:: inline ::io::deephaven::proto::backplane::grpc::Ticket* RangeJoinTablesRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* RangeJoinTablesRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* RangeJoinTablesRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -36820,7 +37366,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* RangeJoinTablesRequest:: inline void RangeJoinTablesRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -36834,25 +37380,25 @@ inline void RangeJoinTablesRequest::set_allocated_result_id(::io::deephaven::pro } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; inline bool RangeJoinTablesRequest::_internal_has_left_id() const { - return this != internal_default_instance() && left_id_ != nullptr; + return this != internal_default_instance() && _impl_.left_id_ != nullptr; } inline bool RangeJoinTablesRequest::has_left_id() const { return _internal_has_left_id(); } inline void RangeJoinTablesRequest::clear_left_id() { - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; + _impl_.left_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& RangeJoinTablesRequest::_internal_left_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = left_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.left_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -36863,9 +37409,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& RangeJoinT inline void RangeJoinTablesRequest::unsafe_arena_set_allocated_left_id( ::io::deephaven::proto::backplane::grpc::TableReference* left_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(left_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.left_id_); } - left_id_ = left_id; + _impl_.left_id_ = left_id; if (left_id) { } else { @@ -36875,8 +37421,8 @@ inline void RangeJoinTablesRequest::unsafe_arena_set_allocated_left_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* RangeJoinTablesRequest::release_left_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -36891,17 +37437,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* RangeJoinTablesR inline ::io::deephaven::proto::backplane::grpc::TableReference* RangeJoinTablesRequest::unsafe_arena_release_left_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.left_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* RangeJoinTablesRequest::_internal_mutable_left_id() { - if (left_id_ == nullptr) { + if (_impl_.left_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - left_id_ = p; + _impl_.left_id_ = p; } - return left_id_; + return _impl_.left_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* RangeJoinTablesRequest::mutable_left_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_left_id(); @@ -36911,7 +37457,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* RangeJoinTablesR inline void RangeJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto::backplane::grpc::TableReference* left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete left_id_; + delete _impl_.left_id_; } if (left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -36924,25 +37470,25 @@ inline void RangeJoinTablesRequest::set_allocated_left_id(::io::deephaven::proto } else { } - left_id_ = left_id; + _impl_.left_id_ = left_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.left_id) } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; inline bool RangeJoinTablesRequest::_internal_has_right_id() const { - return this != internal_default_instance() && right_id_ != nullptr; + return this != internal_default_instance() && _impl_.right_id_ != nullptr; } inline bool RangeJoinTablesRequest::has_right_id() const { return _internal_has_right_id(); } inline void RangeJoinTablesRequest::clear_right_id() { - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; + _impl_.right_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& RangeJoinTablesRequest::_internal_right_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = right_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.right_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -36953,9 +37499,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& RangeJoinT inline void RangeJoinTablesRequest::unsafe_arena_set_allocated_right_id( ::io::deephaven::proto::backplane::grpc::TableReference* right_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(right_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.right_id_); } - right_id_ = right_id; + _impl_.right_id_ = right_id; if (right_id) { } else { @@ -36965,8 +37511,8 @@ inline void RangeJoinTablesRequest::unsafe_arena_set_allocated_right_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* RangeJoinTablesRequest::release_right_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -36981,17 +37527,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* RangeJoinTablesR inline ::io::deephaven::proto::backplane::grpc::TableReference* RangeJoinTablesRequest::unsafe_arena_release_right_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.right_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* RangeJoinTablesRequest::_internal_mutable_right_id() { - if (right_id_ == nullptr) { + if (_impl_.right_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - right_id_ = p; + _impl_.right_id_ = p; } - return right_id_; + return _impl_.right_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* RangeJoinTablesRequest::mutable_right_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_right_id(); @@ -37001,7 +37547,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* RangeJoinTablesR inline void RangeJoinTablesRequest::set_allocated_right_id(::io::deephaven::proto::backplane::grpc::TableReference* right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete right_id_; + delete _impl_.right_id_; } if (right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -37014,19 +37560,19 @@ inline void RangeJoinTablesRequest::set_allocated_right_id(::io::deephaven::prot } else { } - right_id_ = right_id; + _impl_.right_id_ = right_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.right_id) } // repeated string exact_match_columns = 4; inline int RangeJoinTablesRequest::_internal_exact_match_columns_size() const { - return exact_match_columns_.size(); + return _impl_.exact_match_columns_.size(); } inline int RangeJoinTablesRequest::exact_match_columns_size() const { return _internal_exact_match_columns_size(); } inline void RangeJoinTablesRequest::clear_exact_match_columns() { - exact_match_columns_.Clear(); + _impl_.exact_match_columns_.Clear(); } inline std::string* RangeJoinTablesRequest::add_exact_match_columns() { std::string* _s = _internal_add_exact_match_columns(); @@ -37034,7 +37580,7 @@ inline std::string* RangeJoinTablesRequest::add_exact_match_columns() { return _s; } inline const std::string& RangeJoinTablesRequest::_internal_exact_match_columns(int index) const { - return exact_match_columns_.Get(index); + return _impl_.exact_match_columns_.Get(index); } inline const std::string& RangeJoinTablesRequest::exact_match_columns(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.exact_match_columns) @@ -37042,60 +37588,60 @@ inline const std::string& RangeJoinTablesRequest::exact_match_columns(int index) } inline std::string* RangeJoinTablesRequest::mutable_exact_match_columns(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.exact_match_columns) - return exact_match_columns_.Mutable(index); + return _impl_.exact_match_columns_.Mutable(index); } inline void RangeJoinTablesRequest::set_exact_match_columns(int index, const std::string& value) { - exact_match_columns_.Mutable(index)->assign(value); + _impl_.exact_match_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.exact_match_columns) } inline void RangeJoinTablesRequest::set_exact_match_columns(int index, std::string&& value) { - exact_match_columns_.Mutable(index)->assign(std::move(value)); + _impl_.exact_match_columns_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.exact_match_columns) } inline void RangeJoinTablesRequest::set_exact_match_columns(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - exact_match_columns_.Mutable(index)->assign(value); + _impl_.exact_match_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.exact_match_columns) } inline void RangeJoinTablesRequest::set_exact_match_columns(int index, const char* value, size_t size) { - exact_match_columns_.Mutable(index)->assign( + _impl_.exact_match_columns_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.exact_match_columns) } inline std::string* RangeJoinTablesRequest::_internal_add_exact_match_columns() { - return exact_match_columns_.Add(); + return _impl_.exact_match_columns_.Add(); } inline void RangeJoinTablesRequest::add_exact_match_columns(const std::string& value) { - exact_match_columns_.Add()->assign(value); + _impl_.exact_match_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.exact_match_columns) } inline void RangeJoinTablesRequest::add_exact_match_columns(std::string&& value) { - exact_match_columns_.Add(std::move(value)); + _impl_.exact_match_columns_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.exact_match_columns) } inline void RangeJoinTablesRequest::add_exact_match_columns(const char* value) { GOOGLE_DCHECK(value != nullptr); - exact_match_columns_.Add()->assign(value); + _impl_.exact_match_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.exact_match_columns) } inline void RangeJoinTablesRequest::add_exact_match_columns(const char* value, size_t size) { - exact_match_columns_.Add()->assign(reinterpret_cast(value), size); + _impl_.exact_match_columns_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.exact_match_columns) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& RangeJoinTablesRequest::exact_match_columns() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.exact_match_columns) - return exact_match_columns_; + return _impl_.exact_match_columns_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* RangeJoinTablesRequest::mutable_exact_match_columns() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.exact_match_columns) - return &exact_match_columns_; + return &_impl_.exact_match_columns_; } // string left_start_column = 5; inline void RangeJoinTablesRequest::clear_left_start_column() { - left_start_column_.ClearToEmpty(); + _impl_.left_start_column_.ClearToEmpty(); } inline const std::string& RangeJoinTablesRequest::left_start_column() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.left_start_column) @@ -37105,7 +37651,7 @@ template inline PROTOBUF_ALWAYS_INLINE void RangeJoinTablesRequest::set_left_start_column(ArgT0&& arg0, ArgT... args) { - left_start_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.left_start_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.left_start_column) } inline std::string* RangeJoinTablesRequest::mutable_left_start_column() { @@ -37114,19 +37660,19 @@ inline std::string* RangeJoinTablesRequest::mutable_left_start_column() { return _s; } inline const std::string& RangeJoinTablesRequest::_internal_left_start_column() const { - return left_start_column_.Get(); + return _impl_.left_start_column_.Get(); } inline void RangeJoinTablesRequest::_internal_set_left_start_column(const std::string& value) { - left_start_column_.Set(value, GetArenaForAllocation()); + _impl_.left_start_column_.Set(value, GetArenaForAllocation()); } inline std::string* RangeJoinTablesRequest::_internal_mutable_left_start_column() { - return left_start_column_.Mutable(GetArenaForAllocation()); + return _impl_.left_start_column_.Mutable(GetArenaForAllocation()); } inline std::string* RangeJoinTablesRequest::release_left_start_column() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.left_start_column) - return left_start_column_.Release(); + return _impl_.left_start_column_.Release(); } inline void RangeJoinTablesRequest::set_allocated_left_start_column(std::string* left_start_column) { if (left_start_column != nullptr) { @@ -37134,10 +37680,10 @@ inline void RangeJoinTablesRequest::set_allocated_left_start_column(std::string* } else { } - left_start_column_.SetAllocated(left_start_column, GetArenaForAllocation()); + _impl_.left_start_column_.SetAllocated(left_start_column, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (left_start_column_.IsDefault()) { - left_start_column_.Set("", GetArenaForAllocation()); + if (_impl_.left_start_column_.IsDefault()) { + _impl_.left_start_column_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.left_start_column) @@ -37145,10 +37691,10 @@ inline void RangeJoinTablesRequest::set_allocated_left_start_column(std::string* // .io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.RangeStartRule range_start_rule = 6; inline void RangeJoinTablesRequest::clear_range_start_rule() { - range_start_rule_ = 0; + _impl_.range_start_rule_ = 0; } inline ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeStartRule RangeJoinTablesRequest::_internal_range_start_rule() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeStartRule >(range_start_rule_); + return static_cast< ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeStartRule >(_impl_.range_start_rule_); } inline ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeStartRule RangeJoinTablesRequest::range_start_rule() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.range_start_rule) @@ -37156,7 +37702,7 @@ inline ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeStar } inline void RangeJoinTablesRequest::_internal_set_range_start_rule(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeStartRule value) { - range_start_rule_ = value; + _impl_.range_start_rule_ = value; } inline void RangeJoinTablesRequest::set_range_start_rule(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeStartRule value) { _internal_set_range_start_rule(value); @@ -37165,7 +37711,7 @@ inline void RangeJoinTablesRequest::set_range_start_rule(::io::deephaven::proto: // string right_range_column = 7; inline void RangeJoinTablesRequest::clear_right_range_column() { - right_range_column_.ClearToEmpty(); + _impl_.right_range_column_.ClearToEmpty(); } inline const std::string& RangeJoinTablesRequest::right_range_column() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.right_range_column) @@ -37175,7 +37721,7 @@ template inline PROTOBUF_ALWAYS_INLINE void RangeJoinTablesRequest::set_right_range_column(ArgT0&& arg0, ArgT... args) { - right_range_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.right_range_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.right_range_column) } inline std::string* RangeJoinTablesRequest::mutable_right_range_column() { @@ -37184,19 +37730,19 @@ inline std::string* RangeJoinTablesRequest::mutable_right_range_column() { return _s; } inline const std::string& RangeJoinTablesRequest::_internal_right_range_column() const { - return right_range_column_.Get(); + return _impl_.right_range_column_.Get(); } inline void RangeJoinTablesRequest::_internal_set_right_range_column(const std::string& value) { - right_range_column_.Set(value, GetArenaForAllocation()); + _impl_.right_range_column_.Set(value, GetArenaForAllocation()); } inline std::string* RangeJoinTablesRequest::_internal_mutable_right_range_column() { - return right_range_column_.Mutable(GetArenaForAllocation()); + return _impl_.right_range_column_.Mutable(GetArenaForAllocation()); } inline std::string* RangeJoinTablesRequest::release_right_range_column() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.right_range_column) - return right_range_column_.Release(); + return _impl_.right_range_column_.Release(); } inline void RangeJoinTablesRequest::set_allocated_right_range_column(std::string* right_range_column) { if (right_range_column != nullptr) { @@ -37204,10 +37750,10 @@ inline void RangeJoinTablesRequest::set_allocated_right_range_column(std::string } else { } - right_range_column_.SetAllocated(right_range_column, GetArenaForAllocation()); + _impl_.right_range_column_.SetAllocated(right_range_column, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (right_range_column_.IsDefault()) { - right_range_column_.Set("", GetArenaForAllocation()); + if (_impl_.right_range_column_.IsDefault()) { + _impl_.right_range_column_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.right_range_column) @@ -37215,10 +37761,10 @@ inline void RangeJoinTablesRequest::set_allocated_right_range_column(std::string // .io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.RangeEndRule range_end_rule = 8; inline void RangeJoinTablesRequest::clear_range_end_rule() { - range_end_rule_ = 0; + _impl_.range_end_rule_ = 0; } inline ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeEndRule RangeJoinTablesRequest::_internal_range_end_rule() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeEndRule >(range_end_rule_); + return static_cast< ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeEndRule >(_impl_.range_end_rule_); } inline ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeEndRule RangeJoinTablesRequest::range_end_rule() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.range_end_rule) @@ -37226,7 +37772,7 @@ inline ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeEndR } inline void RangeJoinTablesRequest::_internal_set_range_end_rule(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeEndRule value) { - range_end_rule_ = value; + _impl_.range_end_rule_ = value; } inline void RangeJoinTablesRequest::set_range_end_rule(::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest_RangeEndRule value) { _internal_set_range_end_rule(value); @@ -37235,7 +37781,7 @@ inline void RangeJoinTablesRequest::set_range_end_rule(::io::deephaven::proto::b // string left_end_column = 9; inline void RangeJoinTablesRequest::clear_left_end_column() { - left_end_column_.ClearToEmpty(); + _impl_.left_end_column_.ClearToEmpty(); } inline const std::string& RangeJoinTablesRequest::left_end_column() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.left_end_column) @@ -37245,7 +37791,7 @@ template inline PROTOBUF_ALWAYS_INLINE void RangeJoinTablesRequest::set_left_end_column(ArgT0&& arg0, ArgT... args) { - left_end_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.left_end_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.left_end_column) } inline std::string* RangeJoinTablesRequest::mutable_left_end_column() { @@ -37254,19 +37800,19 @@ inline std::string* RangeJoinTablesRequest::mutable_left_end_column() { return _s; } inline const std::string& RangeJoinTablesRequest::_internal_left_end_column() const { - return left_end_column_.Get(); + return _impl_.left_end_column_.Get(); } inline void RangeJoinTablesRequest::_internal_set_left_end_column(const std::string& value) { - left_end_column_.Set(value, GetArenaForAllocation()); + _impl_.left_end_column_.Set(value, GetArenaForAllocation()); } inline std::string* RangeJoinTablesRequest::_internal_mutable_left_end_column() { - return left_end_column_.Mutable(GetArenaForAllocation()); + return _impl_.left_end_column_.Mutable(GetArenaForAllocation()); } inline std::string* RangeJoinTablesRequest::release_left_end_column() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.left_end_column) - return left_end_column_.Release(); + return _impl_.left_end_column_.Release(); } inline void RangeJoinTablesRequest::set_allocated_left_end_column(std::string* left_end_column) { if (left_end_column != nullptr) { @@ -37274,10 +37820,10 @@ inline void RangeJoinTablesRequest::set_allocated_left_end_column(std::string* l } else { } - left_end_column_.SetAllocated(left_end_column, GetArenaForAllocation()); + _impl_.left_end_column_.SetAllocated(left_end_column, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (left_end_column_.IsDefault()) { - left_end_column_.Set("", GetArenaForAllocation()); + if (_impl_.left_end_column_.IsDefault()) { + _impl_.left_end_column_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.left_end_column) @@ -37285,32 +37831,32 @@ inline void RangeJoinTablesRequest::set_allocated_left_end_column(std::string* l // repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 10; inline int RangeJoinTablesRequest::_internal_aggregations_size() const { - return aggregations_.size(); + return _impl_.aggregations_.size(); } inline int RangeJoinTablesRequest::aggregations_size() const { return _internal_aggregations_size(); } inline void RangeJoinTablesRequest::clear_aggregations() { - aggregations_.Clear(); + _impl_.aggregations_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::Aggregation* RangeJoinTablesRequest::mutable_aggregations(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.aggregations) - return aggregations_.Mutable(index); + return _impl_.aggregations_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Aggregation >* RangeJoinTablesRequest::mutable_aggregations() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.aggregations) - return &aggregations_; + return &_impl_.aggregations_; } inline const ::io::deephaven::proto::backplane::grpc::Aggregation& RangeJoinTablesRequest::_internal_aggregations(int index) const { - return aggregations_.Get(index); + return _impl_.aggregations_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::Aggregation& RangeJoinTablesRequest::aggregations(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.aggregations) return _internal_aggregations(index); } inline ::io::deephaven::proto::backplane::grpc::Aggregation* RangeJoinTablesRequest::_internal_add_aggregations() { - return aggregations_.Add(); + return _impl_.aggregations_.Add(); } inline ::io::deephaven::proto::backplane::grpc::Aggregation* RangeJoinTablesRequest::add_aggregations() { ::io::deephaven::proto::backplane::grpc::Aggregation* _add = _internal_add_aggregations(); @@ -37320,7 +37866,7 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation* RangeJoinTablesRequ inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Aggregation >& RangeJoinTablesRequest::aggregations() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.RangeJoinTablesRequest.aggregations) - return aggregations_; + return _impl_.aggregations_; } // ------------------------------------------------------------------- @@ -37329,10 +37875,10 @@ RangeJoinTablesRequest::aggregations() const { // .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.AggType type = 1; inline void ComboAggregateRequest_Aggregate::clear_type() { - type_ = 0; + _impl_.type_ = 0; } inline ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_AggType ComboAggregateRequest_Aggregate::_internal_type() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_AggType >(type_); + return static_cast< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_AggType >(_impl_.type_); } inline ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_AggType ComboAggregateRequest_Aggregate::type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.type) @@ -37340,7 +37886,7 @@ inline ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_AggType Co } inline void ComboAggregateRequest_Aggregate::_internal_set_type(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_AggType value) { - type_ = value; + _impl_.type_ = value; } inline void ComboAggregateRequest_Aggregate::set_type(::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_AggType value) { _internal_set_type(value); @@ -37349,13 +37895,13 @@ inline void ComboAggregateRequest_Aggregate::set_type(::io::deephaven::proto::ba // repeated string match_pairs = 2; inline int ComboAggregateRequest_Aggregate::_internal_match_pairs_size() const { - return match_pairs_.size(); + return _impl_.match_pairs_.size(); } inline int ComboAggregateRequest_Aggregate::match_pairs_size() const { return _internal_match_pairs_size(); } inline void ComboAggregateRequest_Aggregate::clear_match_pairs() { - match_pairs_.Clear(); + _impl_.match_pairs_.Clear(); } inline std::string* ComboAggregateRequest_Aggregate::add_match_pairs() { std::string* _s = _internal_add_match_pairs(); @@ -37363,7 +37909,7 @@ inline std::string* ComboAggregateRequest_Aggregate::add_match_pairs() { return _s; } inline const std::string& ComboAggregateRequest_Aggregate::_internal_match_pairs(int index) const { - return match_pairs_.Get(index); + return _impl_.match_pairs_.Get(index); } inline const std::string& ComboAggregateRequest_Aggregate::match_pairs(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.match_pairs) @@ -37371,60 +37917,60 @@ inline const std::string& ComboAggregateRequest_Aggregate::match_pairs(int index } inline std::string* ComboAggregateRequest_Aggregate::mutable_match_pairs(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.match_pairs) - return match_pairs_.Mutable(index); + return _impl_.match_pairs_.Mutable(index); } inline void ComboAggregateRequest_Aggregate::set_match_pairs(int index, const std::string& value) { - match_pairs_.Mutable(index)->assign(value); + _impl_.match_pairs_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.match_pairs) } inline void ComboAggregateRequest_Aggregate::set_match_pairs(int index, std::string&& value) { - match_pairs_.Mutable(index)->assign(std::move(value)); + _impl_.match_pairs_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.match_pairs) } inline void ComboAggregateRequest_Aggregate::set_match_pairs(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - match_pairs_.Mutable(index)->assign(value); + _impl_.match_pairs_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.match_pairs) } inline void ComboAggregateRequest_Aggregate::set_match_pairs(int index, const char* value, size_t size) { - match_pairs_.Mutable(index)->assign( + _impl_.match_pairs_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.match_pairs) } inline std::string* ComboAggregateRequest_Aggregate::_internal_add_match_pairs() { - return match_pairs_.Add(); + return _impl_.match_pairs_.Add(); } inline void ComboAggregateRequest_Aggregate::add_match_pairs(const std::string& value) { - match_pairs_.Add()->assign(value); + _impl_.match_pairs_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.match_pairs) } inline void ComboAggregateRequest_Aggregate::add_match_pairs(std::string&& value) { - match_pairs_.Add(std::move(value)); + _impl_.match_pairs_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.match_pairs) } inline void ComboAggregateRequest_Aggregate::add_match_pairs(const char* value) { GOOGLE_DCHECK(value != nullptr); - match_pairs_.Add()->assign(value); + _impl_.match_pairs_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.match_pairs) } inline void ComboAggregateRequest_Aggregate::add_match_pairs(const char* value, size_t size) { - match_pairs_.Add()->assign(reinterpret_cast(value), size); + _impl_.match_pairs_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.match_pairs) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& ComboAggregateRequest_Aggregate::match_pairs() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.match_pairs) - return match_pairs_; + return _impl_.match_pairs_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* ComboAggregateRequest_Aggregate::mutable_match_pairs() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.match_pairs) - return &match_pairs_; + return &_impl_.match_pairs_; } // string column_name = 3; inline void ComboAggregateRequest_Aggregate::clear_column_name() { - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); } inline const std::string& ComboAggregateRequest_Aggregate::column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.column_name) @@ -37434,7 +37980,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ComboAggregateRequest_Aggregate::set_column_name(ArgT0&& arg0, ArgT... args) { - column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.column_name) } inline std::string* ComboAggregateRequest_Aggregate::mutable_column_name() { @@ -37443,19 +37989,19 @@ inline std::string* ComboAggregateRequest_Aggregate::mutable_column_name() { return _s; } inline const std::string& ComboAggregateRequest_Aggregate::_internal_column_name() const { - return column_name_.Get(); + return _impl_.column_name_.Get(); } inline void ComboAggregateRequest_Aggregate::_internal_set_column_name(const std::string& value) { - column_name_.Set(value, GetArenaForAllocation()); + _impl_.column_name_.Set(value, GetArenaForAllocation()); } inline std::string* ComboAggregateRequest_Aggregate::_internal_mutable_column_name() { - return column_name_.Mutable(GetArenaForAllocation()); + return _impl_.column_name_.Mutable(GetArenaForAllocation()); } inline std::string* ComboAggregateRequest_Aggregate::release_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.column_name) - return column_name_.Release(); + return _impl_.column_name_.Release(); } inline void ComboAggregateRequest_Aggregate::set_allocated_column_name(std::string* column_name) { if (column_name != nullptr) { @@ -37463,10 +38009,10 @@ inline void ComboAggregateRequest_Aggregate::set_allocated_column_name(std::stri } else { } - column_name_.SetAllocated(column_name, GetArenaForAllocation()); + _impl_.column_name_.SetAllocated(column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_name_.IsDefault()) { - column_name_.Set("", GetArenaForAllocation()); + if (_impl_.column_name_.IsDefault()) { + _impl_.column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.column_name) @@ -37474,10 +38020,10 @@ inline void ComboAggregateRequest_Aggregate::set_allocated_column_name(std::stri // double percentile = 4; inline void ComboAggregateRequest_Aggregate::clear_percentile() { - percentile_ = 0; + _impl_.percentile_ = 0; } inline double ComboAggregateRequest_Aggregate::_internal_percentile() const { - return percentile_; + return _impl_.percentile_; } inline double ComboAggregateRequest_Aggregate::percentile() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.percentile) @@ -37485,7 +38031,7 @@ inline double ComboAggregateRequest_Aggregate::percentile() const { } inline void ComboAggregateRequest_Aggregate::_internal_set_percentile(double value) { - percentile_ = value; + _impl_.percentile_ = value; } inline void ComboAggregateRequest_Aggregate::set_percentile(double value) { _internal_set_percentile(value); @@ -37494,10 +38040,10 @@ inline void ComboAggregateRequest_Aggregate::set_percentile(double value) { // bool avg_median = 5; inline void ComboAggregateRequest_Aggregate::clear_avg_median() { - avg_median_ = false; + _impl_.avg_median_ = false; } inline bool ComboAggregateRequest_Aggregate::_internal_avg_median() const { - return avg_median_; + return _impl_.avg_median_; } inline bool ComboAggregateRequest_Aggregate::avg_median() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate.avg_median) @@ -37505,7 +38051,7 @@ inline bool ComboAggregateRequest_Aggregate::avg_median() const { } inline void ComboAggregateRequest_Aggregate::_internal_set_avg_median(bool value) { - avg_median_ = value; + _impl_.avg_median_ = value; } inline void ComboAggregateRequest_Aggregate::set_avg_median(bool value) { _internal_set_avg_median(value); @@ -37518,13 +38064,13 @@ inline void ComboAggregateRequest_Aggregate::set_avg_median(bool value) { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool ComboAggregateRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool ComboAggregateRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& ComboAggregateRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -37535,9 +38081,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& ComboAggregateRequ inline void ComboAggregateRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -37547,8 +38093,8 @@ inline void ComboAggregateRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* ComboAggregateRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -37563,17 +38109,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ComboAggregateRequest::r inline ::io::deephaven::proto::backplane::grpc::Ticket* ComboAggregateRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ComboAggregateRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ComboAggregateRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -37583,7 +38129,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ComboAggregateRequest::m inline void ComboAggregateRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -37597,25 +38143,25 @@ inline void ComboAggregateRequest::set_allocated_result_id(::io::deephaven::prot } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool ComboAggregateRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool ComboAggregateRequest::has_source_id() const { return _internal_has_source_id(); } inline void ComboAggregateRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& ComboAggregateRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -37626,9 +38172,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& ComboAggre inline void ComboAggregateRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -37638,8 +38184,8 @@ inline void ComboAggregateRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* ComboAggregateRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -37654,17 +38200,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* ComboAggregateRe inline ::io::deephaven::proto::backplane::grpc::TableReference* ComboAggregateRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* ComboAggregateRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* ComboAggregateRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -37674,7 +38220,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* ComboAggregateRe inline void ComboAggregateRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -37687,38 +38233,38 @@ inline void ComboAggregateRequest::set_allocated_source_id(::io::deephaven::prot } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.source_id) } // repeated .io.deephaven.proto.backplane.grpc.ComboAggregateRequest.Aggregate aggregates = 3; inline int ComboAggregateRequest::_internal_aggregates_size() const { - return aggregates_.size(); + return _impl_.aggregates_.size(); } inline int ComboAggregateRequest::aggregates_size() const { return _internal_aggregates_size(); } inline void ComboAggregateRequest::clear_aggregates() { - aggregates_.Clear(); + _impl_.aggregates_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate* ComboAggregateRequest::mutable_aggregates(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.aggregates) - return aggregates_.Mutable(index); + return _impl_.aggregates_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate >* ComboAggregateRequest::mutable_aggregates() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.aggregates) - return &aggregates_; + return &_impl_.aggregates_; } inline const ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate& ComboAggregateRequest::_internal_aggregates(int index) const { - return aggregates_.Get(index); + return _impl_.aggregates_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate& ComboAggregateRequest::aggregates(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.aggregates) return _internal_aggregates(index); } inline ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate* ComboAggregateRequest::_internal_add_aggregates() { - return aggregates_.Add(); + return _impl_.aggregates_.Add(); } inline ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate* ComboAggregateRequest::add_aggregates() { ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate* _add = _internal_add_aggregates(); @@ -37728,18 +38274,18 @@ inline ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate* inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest_Aggregate >& ComboAggregateRequest::aggregates() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.aggregates) - return aggregates_; + return _impl_.aggregates_; } // repeated string group_by_columns = 4; inline int ComboAggregateRequest::_internal_group_by_columns_size() const { - return group_by_columns_.size(); + return _impl_.group_by_columns_.size(); } inline int ComboAggregateRequest::group_by_columns_size() const { return _internal_group_by_columns_size(); } inline void ComboAggregateRequest::clear_group_by_columns() { - group_by_columns_.Clear(); + _impl_.group_by_columns_.Clear(); } inline std::string* ComboAggregateRequest::add_group_by_columns() { std::string* _s = _internal_add_group_by_columns(); @@ -37747,7 +38293,7 @@ inline std::string* ComboAggregateRequest::add_group_by_columns() { return _s; } inline const std::string& ComboAggregateRequest::_internal_group_by_columns(int index) const { - return group_by_columns_.Get(index); + return _impl_.group_by_columns_.Get(index); } inline const std::string& ComboAggregateRequest::group_by_columns(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.group_by_columns) @@ -37755,63 +38301,63 @@ inline const std::string& ComboAggregateRequest::group_by_columns(int index) con } inline std::string* ComboAggregateRequest::mutable_group_by_columns(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.group_by_columns) - return group_by_columns_.Mutable(index); + return _impl_.group_by_columns_.Mutable(index); } inline void ComboAggregateRequest::set_group_by_columns(int index, const std::string& value) { - group_by_columns_.Mutable(index)->assign(value); + _impl_.group_by_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.group_by_columns) } inline void ComboAggregateRequest::set_group_by_columns(int index, std::string&& value) { - group_by_columns_.Mutable(index)->assign(std::move(value)); + _impl_.group_by_columns_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.group_by_columns) } inline void ComboAggregateRequest::set_group_by_columns(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - group_by_columns_.Mutable(index)->assign(value); + _impl_.group_by_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.group_by_columns) } inline void ComboAggregateRequest::set_group_by_columns(int index, const char* value, size_t size) { - group_by_columns_.Mutable(index)->assign( + _impl_.group_by_columns_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.group_by_columns) } inline std::string* ComboAggregateRequest::_internal_add_group_by_columns() { - return group_by_columns_.Add(); + return _impl_.group_by_columns_.Add(); } inline void ComboAggregateRequest::add_group_by_columns(const std::string& value) { - group_by_columns_.Add()->assign(value); + _impl_.group_by_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.group_by_columns) } inline void ComboAggregateRequest::add_group_by_columns(std::string&& value) { - group_by_columns_.Add(std::move(value)); + _impl_.group_by_columns_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.group_by_columns) } inline void ComboAggregateRequest::add_group_by_columns(const char* value) { GOOGLE_DCHECK(value != nullptr); - group_by_columns_.Add()->assign(value); + _impl_.group_by_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.group_by_columns) } inline void ComboAggregateRequest::add_group_by_columns(const char* value, size_t size) { - group_by_columns_.Add()->assign(reinterpret_cast(value), size); + _impl_.group_by_columns_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.group_by_columns) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& ComboAggregateRequest::group_by_columns() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.group_by_columns) - return group_by_columns_; + return _impl_.group_by_columns_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* ComboAggregateRequest::mutable_group_by_columns() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.group_by_columns) - return &group_by_columns_; + return &_impl_.group_by_columns_; } // bool force_combo = 5; inline void ComboAggregateRequest::clear_force_combo() { - force_combo_ = false; + _impl_.force_combo_ = false; } inline bool ComboAggregateRequest::_internal_force_combo() const { - return force_combo_; + return _impl_.force_combo_; } inline bool ComboAggregateRequest::force_combo() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ComboAggregateRequest.force_combo) @@ -37819,7 +38365,7 @@ inline bool ComboAggregateRequest::force_combo() const { } inline void ComboAggregateRequest::_internal_set_force_combo(bool value) { - force_combo_ = value; + _impl_.force_combo_ = value; } inline void ComboAggregateRequest::set_force_combo(bool value) { _internal_set_force_combo(value); @@ -37832,13 +38378,13 @@ inline void ComboAggregateRequest::set_force_combo(bool value) { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool AggregateAllRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool AggregateAllRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& AggregateAllRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -37849,9 +38395,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& AggregateAllReques inline void AggregateAllRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -37861,8 +38407,8 @@ inline void AggregateAllRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* AggregateAllRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -37877,17 +38423,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AggregateAllRequest::rel inline ::io::deephaven::proto::backplane::grpc::Ticket* AggregateAllRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggregateAllRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AggregateAllRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AggregateAllRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -37897,7 +38443,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AggregateAllRequest::mut inline void AggregateAllRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -37911,25 +38457,25 @@ inline void AggregateAllRequest::set_allocated_result_id(::io::deephaven::proto: } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggregateAllRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool AggregateAllRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool AggregateAllRequest::has_source_id() const { return _internal_has_source_id(); } inline void AggregateAllRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& AggregateAllRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -37940,9 +38486,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& AggregateA inline void AggregateAllRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -37952,8 +38498,8 @@ inline void AggregateAllRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateAllRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -37968,17 +38514,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateAllRequ inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateAllRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggregateAllRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateAllRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateAllRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -37988,7 +38534,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateAllRequ inline void AggregateAllRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -38001,25 +38547,25 @@ inline void AggregateAllRequest::set_allocated_source_id(::io::deephaven::proto: } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggregateAllRequest.source_id) } // .io.deephaven.proto.backplane.grpc.AggSpec spec = 3; inline bool AggregateAllRequest::_internal_has_spec() const { - return this != internal_default_instance() && spec_ != nullptr; + return this != internal_default_instance() && _impl_.spec_ != nullptr; } inline bool AggregateAllRequest::has_spec() const { return _internal_has_spec(); } inline void AggregateAllRequest::clear_spec() { - if (GetArenaForAllocation() == nullptr && spec_ != nullptr) { - delete spec_; + if (GetArenaForAllocation() == nullptr && _impl_.spec_ != nullptr) { + delete _impl_.spec_; } - spec_ = nullptr; + _impl_.spec_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::AggSpec& AggregateAllRequest::_internal_spec() const { - const ::io::deephaven::proto::backplane::grpc::AggSpec* p = spec_; + const ::io::deephaven::proto::backplane::grpc::AggSpec* p = _impl_.spec_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_AggSpec_default_instance_); } @@ -38030,9 +38576,9 @@ inline const ::io::deephaven::proto::backplane::grpc::AggSpec& AggregateAllReque inline void AggregateAllRequest::unsafe_arena_set_allocated_spec( ::io::deephaven::proto::backplane::grpc::AggSpec* spec) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(spec_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.spec_); } - spec_ = spec; + _impl_.spec_ = spec; if (spec) { } else { @@ -38042,8 +38588,8 @@ inline void AggregateAllRequest::unsafe_arena_set_allocated_spec( } inline ::io::deephaven::proto::backplane::grpc::AggSpec* AggregateAllRequest::release_spec() { - ::io::deephaven::proto::backplane::grpc::AggSpec* temp = spec_; - spec_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec* temp = _impl_.spec_; + _impl_.spec_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -38058,17 +38604,17 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec* AggregateAllRequest::re inline ::io::deephaven::proto::backplane::grpc::AggSpec* AggregateAllRequest::unsafe_arena_release_spec() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggregateAllRequest.spec) - ::io::deephaven::proto::backplane::grpc::AggSpec* temp = spec_; - spec_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec* temp = _impl_.spec_; + _impl_.spec_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::AggSpec* AggregateAllRequest::_internal_mutable_spec() { - if (spec_ == nullptr) { + if (_impl_.spec_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::AggSpec>(GetArenaForAllocation()); - spec_ = p; + _impl_.spec_ = p; } - return spec_; + return _impl_.spec_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec* AggregateAllRequest::mutable_spec() { ::io::deephaven::proto::backplane::grpc::AggSpec* _msg = _internal_mutable_spec(); @@ -38078,7 +38624,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec* AggregateAllRequest::mu inline void AggregateAllRequest::set_allocated_spec(::io::deephaven::proto::backplane::grpc::AggSpec* spec) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete spec_; + delete _impl_.spec_; } if (spec) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -38091,19 +38637,19 @@ inline void AggregateAllRequest::set_allocated_spec(::io::deephaven::proto::back } else { } - spec_ = spec; + _impl_.spec_ = spec; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggregateAllRequest.spec) } // repeated string group_by_columns = 4; inline int AggregateAllRequest::_internal_group_by_columns_size() const { - return group_by_columns_.size(); + return _impl_.group_by_columns_.size(); } inline int AggregateAllRequest::group_by_columns_size() const { return _internal_group_by_columns_size(); } inline void AggregateAllRequest::clear_group_by_columns() { - group_by_columns_.Clear(); + _impl_.group_by_columns_.Clear(); } inline std::string* AggregateAllRequest::add_group_by_columns() { std::string* _s = _internal_add_group_by_columns(); @@ -38111,7 +38657,7 @@ inline std::string* AggregateAllRequest::add_group_by_columns() { return _s; } inline const std::string& AggregateAllRequest::_internal_group_by_columns(int index) const { - return group_by_columns_.Get(index); + return _impl_.group_by_columns_.Get(index); } inline const std::string& AggregateAllRequest::group_by_columns(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggregateAllRequest.group_by_columns) @@ -38119,55 +38665,55 @@ inline const std::string& AggregateAllRequest::group_by_columns(int index) const } inline std::string* AggregateAllRequest::mutable_group_by_columns(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.AggregateAllRequest.group_by_columns) - return group_by_columns_.Mutable(index); + return _impl_.group_by_columns_.Mutable(index); } inline void AggregateAllRequest::set_group_by_columns(int index, const std::string& value) { - group_by_columns_.Mutable(index)->assign(value); + _impl_.group_by_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AggregateAllRequest.group_by_columns) } inline void AggregateAllRequest::set_group_by_columns(int index, std::string&& value) { - group_by_columns_.Mutable(index)->assign(std::move(value)); + _impl_.group_by_columns_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AggregateAllRequest.group_by_columns) } inline void AggregateAllRequest::set_group_by_columns(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - group_by_columns_.Mutable(index)->assign(value); + _impl_.group_by_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.AggregateAllRequest.group_by_columns) } inline void AggregateAllRequest::set_group_by_columns(int index, const char* value, size_t size) { - group_by_columns_.Mutable(index)->assign( + _impl_.group_by_columns_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.AggregateAllRequest.group_by_columns) } inline std::string* AggregateAllRequest::_internal_add_group_by_columns() { - return group_by_columns_.Add(); + return _impl_.group_by_columns_.Add(); } inline void AggregateAllRequest::add_group_by_columns(const std::string& value) { - group_by_columns_.Add()->assign(value); + _impl_.group_by_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.AggregateAllRequest.group_by_columns) } inline void AggregateAllRequest::add_group_by_columns(std::string&& value) { - group_by_columns_.Add(std::move(value)); + _impl_.group_by_columns_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.AggregateAllRequest.group_by_columns) } inline void AggregateAllRequest::add_group_by_columns(const char* value) { GOOGLE_DCHECK(value != nullptr); - group_by_columns_.Add()->assign(value); + _impl_.group_by_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.AggregateAllRequest.group_by_columns) } inline void AggregateAllRequest::add_group_by_columns(const char* value, size_t size) { - group_by_columns_.Add()->assign(reinterpret_cast(value), size); + _impl_.group_by_columns_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.AggregateAllRequest.group_by_columns) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& AggregateAllRequest::group_by_columns() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.AggregateAllRequest.group_by_columns) - return group_by_columns_; + return _impl_.group_by_columns_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* AggregateAllRequest::mutable_group_by_columns() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.AggregateAllRequest.group_by_columns) - return &group_by_columns_; + return &_impl_.group_by_columns_; } // ------------------------------------------------------------------- @@ -38176,10 +38722,10 @@ AggregateAllRequest::mutable_group_by_columns() { // double percentile = 1; inline void AggSpec_AggSpecApproximatePercentile::clear_percentile() { - percentile_ = 0; + _impl_.percentile_ = 0; } inline double AggSpec_AggSpecApproximatePercentile::_internal_percentile() const { - return percentile_; + return _impl_.percentile_; } inline double AggSpec_AggSpecApproximatePercentile::percentile() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile.percentile) @@ -38187,7 +38733,7 @@ inline double AggSpec_AggSpecApproximatePercentile::percentile() const { } inline void AggSpec_AggSpecApproximatePercentile::_internal_set_percentile(double value) { - percentile_ = value; + _impl_.percentile_ = value; } inline void AggSpec_AggSpecApproximatePercentile::set_percentile(double value) { _internal_set_percentile(value); @@ -38196,26 +38742,26 @@ inline void AggSpec_AggSpecApproximatePercentile::set_percentile(double value) { // optional double compression = 2; inline bool AggSpec_AggSpecApproximatePercentile::_internal_has_compression() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool AggSpec_AggSpecApproximatePercentile::has_compression() const { return _internal_has_compression(); } inline void AggSpec_AggSpecApproximatePercentile::clear_compression() { - compression_ = 0; - _has_bits_[0] &= ~0x00000001u; + _impl_.compression_ = 0; + _impl_._has_bits_[0] &= ~0x00000001u; } inline double AggSpec_AggSpecApproximatePercentile::_internal_compression() const { - return compression_; + return _impl_.compression_; } inline double AggSpec_AggSpecApproximatePercentile::compression() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecApproximatePercentile.compression) return _internal_compression(); } inline void AggSpec_AggSpecApproximatePercentile::_internal_set_compression(double value) { - _has_bits_[0] |= 0x00000001u; - compression_ = value; + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.compression_ = value; } inline void AggSpec_AggSpecApproximatePercentile::set_compression(double value) { _internal_set_compression(value); @@ -38228,10 +38774,10 @@ inline void AggSpec_AggSpecApproximatePercentile::set_compression(double value) // bool count_nulls = 1; inline void AggSpec_AggSpecCountDistinct::clear_count_nulls() { - count_nulls_ = false; + _impl_.count_nulls_ = false; } inline bool AggSpec_AggSpecCountDistinct::_internal_count_nulls() const { - return count_nulls_; + return _impl_.count_nulls_; } inline bool AggSpec_AggSpecCountDistinct::count_nulls() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecCountDistinct.count_nulls) @@ -38239,7 +38785,7 @@ inline bool AggSpec_AggSpecCountDistinct::count_nulls() const { } inline void AggSpec_AggSpecCountDistinct::_internal_set_count_nulls(bool value) { - count_nulls_ = value; + _impl_.count_nulls_ = value; } inline void AggSpec_AggSpecCountDistinct::set_count_nulls(bool value) { _internal_set_count_nulls(value); @@ -38252,10 +38798,10 @@ inline void AggSpec_AggSpecCountDistinct::set_count_nulls(bool value) { // bool include_nulls = 1; inline void AggSpec_AggSpecDistinct::clear_include_nulls() { - include_nulls_ = false; + _impl_.include_nulls_ = false; } inline bool AggSpec_AggSpecDistinct::_internal_include_nulls() const { - return include_nulls_; + return _impl_.include_nulls_; } inline bool AggSpec_AggSpecDistinct::include_nulls() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecDistinct.include_nulls) @@ -38263,7 +38809,7 @@ inline bool AggSpec_AggSpecDistinct::include_nulls() const { } inline void AggSpec_AggSpecDistinct::_internal_set_include_nulls(bool value) { - include_nulls_ = value; + _impl_.include_nulls_ = value; } inline void AggSpec_AggSpecDistinct::set_include_nulls(bool value) { _internal_set_include_nulls(value); @@ -38276,7 +38822,7 @@ inline void AggSpec_AggSpecDistinct::set_include_nulls(bool value) { // string formula = 1; inline void AggSpec_AggSpecFormula::clear_formula() { - formula_.ClearToEmpty(); + _impl_.formula_.ClearToEmpty(); } inline const std::string& AggSpec_AggSpecFormula::formula() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula.formula) @@ -38286,7 +38832,7 @@ template inline PROTOBUF_ALWAYS_INLINE void AggSpec_AggSpecFormula::set_formula(ArgT0&& arg0, ArgT... args) { - formula_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.formula_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula.formula) } inline std::string* AggSpec_AggSpecFormula::mutable_formula() { @@ -38295,19 +38841,19 @@ inline std::string* AggSpec_AggSpecFormula::mutable_formula() { return _s; } inline const std::string& AggSpec_AggSpecFormula::_internal_formula() const { - return formula_.Get(); + return _impl_.formula_.Get(); } inline void AggSpec_AggSpecFormula::_internal_set_formula(const std::string& value) { - formula_.Set(value, GetArenaForAllocation()); + _impl_.formula_.Set(value, GetArenaForAllocation()); } inline std::string* AggSpec_AggSpecFormula::_internal_mutable_formula() { - return formula_.Mutable(GetArenaForAllocation()); + return _impl_.formula_.Mutable(GetArenaForAllocation()); } inline std::string* AggSpec_AggSpecFormula::release_formula() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula.formula) - return formula_.Release(); + return _impl_.formula_.Release(); } inline void AggSpec_AggSpecFormula::set_allocated_formula(std::string* formula) { if (formula != nullptr) { @@ -38315,10 +38861,10 @@ inline void AggSpec_AggSpecFormula::set_allocated_formula(std::string* formula) } else { } - formula_.SetAllocated(formula, GetArenaForAllocation()); + _impl_.formula_.SetAllocated(formula, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (formula_.IsDefault()) { - formula_.Set("", GetArenaForAllocation()); + if (_impl_.formula_.IsDefault()) { + _impl_.formula_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula.formula) @@ -38326,7 +38872,7 @@ inline void AggSpec_AggSpecFormula::set_allocated_formula(std::string* formula) // string param_token = 2; inline void AggSpec_AggSpecFormula::clear_param_token() { - param_token_.ClearToEmpty(); + _impl_.param_token_.ClearToEmpty(); } inline const std::string& AggSpec_AggSpecFormula::param_token() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula.param_token) @@ -38336,7 +38882,7 @@ template inline PROTOBUF_ALWAYS_INLINE void AggSpec_AggSpecFormula::set_param_token(ArgT0&& arg0, ArgT... args) { - param_token_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.param_token_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula.param_token) } inline std::string* AggSpec_AggSpecFormula::mutable_param_token() { @@ -38345,19 +38891,19 @@ inline std::string* AggSpec_AggSpecFormula::mutable_param_token() { return _s; } inline const std::string& AggSpec_AggSpecFormula::_internal_param_token() const { - return param_token_.Get(); + return _impl_.param_token_.Get(); } inline void AggSpec_AggSpecFormula::_internal_set_param_token(const std::string& value) { - param_token_.Set(value, GetArenaForAllocation()); + _impl_.param_token_.Set(value, GetArenaForAllocation()); } inline std::string* AggSpec_AggSpecFormula::_internal_mutable_param_token() { - return param_token_.Mutable(GetArenaForAllocation()); + return _impl_.param_token_.Mutable(GetArenaForAllocation()); } inline std::string* AggSpec_AggSpecFormula::release_param_token() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula.param_token) - return param_token_.Release(); + return _impl_.param_token_.Release(); } inline void AggSpec_AggSpecFormula::set_allocated_param_token(std::string* param_token) { if (param_token != nullptr) { @@ -38365,10 +38911,10 @@ inline void AggSpec_AggSpecFormula::set_allocated_param_token(std::string* param } else { } - param_token_.SetAllocated(param_token, GetArenaForAllocation()); + _impl_.param_token_.SetAllocated(param_token, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (param_token_.IsDefault()) { - param_token_.Set("", GetArenaForAllocation()); + if (_impl_.param_token_.IsDefault()) { + _impl_.param_token_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecFormula.param_token) @@ -38380,10 +38926,10 @@ inline void AggSpec_AggSpecFormula::set_allocated_param_token(std::string* param // bool average_evenly_divided = 1; inline void AggSpec_AggSpecMedian::clear_average_evenly_divided() { - average_evenly_divided_ = false; + _impl_.average_evenly_divided_ = false; } inline bool AggSpec_AggSpecMedian::_internal_average_evenly_divided() const { - return average_evenly_divided_; + return _impl_.average_evenly_divided_; } inline bool AggSpec_AggSpecMedian::average_evenly_divided() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecMedian.average_evenly_divided) @@ -38391,7 +38937,7 @@ inline bool AggSpec_AggSpecMedian::average_evenly_divided() const { } inline void AggSpec_AggSpecMedian::_internal_set_average_evenly_divided(bool value) { - average_evenly_divided_ = value; + _impl_.average_evenly_divided_ = value; } inline void AggSpec_AggSpecMedian::set_average_evenly_divided(bool value) { _internal_set_average_evenly_divided(value); @@ -38404,10 +38950,10 @@ inline void AggSpec_AggSpecMedian::set_average_evenly_divided(bool value) { // double percentile = 1; inline void AggSpec_AggSpecPercentile::clear_percentile() { - percentile_ = 0; + _impl_.percentile_ = 0; } inline double AggSpec_AggSpecPercentile::_internal_percentile() const { - return percentile_; + return _impl_.percentile_; } inline double AggSpec_AggSpecPercentile::percentile() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile.percentile) @@ -38415,7 +38961,7 @@ inline double AggSpec_AggSpecPercentile::percentile() const { } inline void AggSpec_AggSpecPercentile::_internal_set_percentile(double value) { - percentile_ = value; + _impl_.percentile_ = value; } inline void AggSpec_AggSpecPercentile::set_percentile(double value) { _internal_set_percentile(value); @@ -38424,10 +38970,10 @@ inline void AggSpec_AggSpecPercentile::set_percentile(double value) { // bool average_evenly_divided = 2; inline void AggSpec_AggSpecPercentile::clear_average_evenly_divided() { - average_evenly_divided_ = false; + _impl_.average_evenly_divided_ = false; } inline bool AggSpec_AggSpecPercentile::_internal_average_evenly_divided() const { - return average_evenly_divided_; + return _impl_.average_evenly_divided_; } inline bool AggSpec_AggSpecPercentile::average_evenly_divided() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecPercentile.average_evenly_divided) @@ -38435,7 +38981,7 @@ inline bool AggSpec_AggSpecPercentile::average_evenly_divided() const { } inline void AggSpec_AggSpecPercentile::_internal_set_average_evenly_divided(bool value) { - average_evenly_divided_ = value; + _impl_.average_evenly_divided_ = value; } inline void AggSpec_AggSpecPercentile::set_average_evenly_divided(bool value) { _internal_set_average_evenly_divided(value); @@ -38448,32 +38994,32 @@ inline void AggSpec_AggSpecPercentile::set_average_evenly_divided(bool value) { // repeated .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn columns = 1; inline int AggSpec_AggSpecSorted::_internal_columns_size() const { - return columns_.size(); + return _impl_.columns_.size(); } inline int AggSpec_AggSpecSorted::columns_size() const { return _internal_columns_size(); } inline void AggSpec_AggSpecSorted::clear_columns() { - columns_.Clear(); + _impl_.columns_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn* AggSpec_AggSpecSorted::mutable_columns(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted.columns) - return columns_.Mutable(index); + return _impl_.columns_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn >* AggSpec_AggSpecSorted::mutable_columns() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted.columns) - return &columns_; + return &_impl_.columns_; } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn& AggSpec_AggSpecSorted::_internal_columns(int index) const { - return columns_.Get(index); + return _impl_.columns_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn& AggSpec_AggSpecSorted::columns(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted.columns) return _internal_columns(index); } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn* AggSpec_AggSpecSorted::_internal_add_columns() { - return columns_.Add(); + return _impl_.columns_.Add(); } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn* AggSpec_AggSpecSorted::add_columns() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn* _add = _internal_add_columns(); @@ -38483,7 +39029,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn* Agg inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSortedColumn >& AggSpec_AggSpecSorted::columns() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSorted.columns) - return columns_; + return _impl_.columns_; } // ------------------------------------------------------------------- @@ -38492,7 +39038,7 @@ AggSpec_AggSpecSorted::columns() const { // string column_name = 1; inline void AggSpec_AggSpecSortedColumn::clear_column_name() { - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); } inline const std::string& AggSpec_AggSpecSortedColumn::column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn.column_name) @@ -38502,7 +39048,7 @@ template inline PROTOBUF_ALWAYS_INLINE void AggSpec_AggSpecSortedColumn::set_column_name(ArgT0&& arg0, ArgT... args) { - column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn.column_name) } inline std::string* AggSpec_AggSpecSortedColumn::mutable_column_name() { @@ -38511,19 +39057,19 @@ inline std::string* AggSpec_AggSpecSortedColumn::mutable_column_name() { return _s; } inline const std::string& AggSpec_AggSpecSortedColumn::_internal_column_name() const { - return column_name_.Get(); + return _impl_.column_name_.Get(); } inline void AggSpec_AggSpecSortedColumn::_internal_set_column_name(const std::string& value) { - column_name_.Set(value, GetArenaForAllocation()); + _impl_.column_name_.Set(value, GetArenaForAllocation()); } inline std::string* AggSpec_AggSpecSortedColumn::_internal_mutable_column_name() { - return column_name_.Mutable(GetArenaForAllocation()); + return _impl_.column_name_.Mutable(GetArenaForAllocation()); } inline std::string* AggSpec_AggSpecSortedColumn::release_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn.column_name) - return column_name_.Release(); + return _impl_.column_name_.Release(); } inline void AggSpec_AggSpecSortedColumn::set_allocated_column_name(std::string* column_name) { if (column_name != nullptr) { @@ -38531,10 +39077,10 @@ inline void AggSpec_AggSpecSortedColumn::set_allocated_column_name(std::string* } else { } - column_name_.SetAllocated(column_name, GetArenaForAllocation()); + _impl_.column_name_.SetAllocated(column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_name_.IsDefault()) { - column_name_.Set("", GetArenaForAllocation()); + if (_impl_.column_name_.IsDefault()) { + _impl_.column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecSortedColumn.column_name) @@ -38546,26 +39092,26 @@ inline void AggSpec_AggSpecSortedColumn::set_allocated_column_name(std::string* // optional double compression = 1; inline bool AggSpec_AggSpecTDigest::_internal_has_compression() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool AggSpec_AggSpecTDigest::has_compression() const { return _internal_has_compression(); } inline void AggSpec_AggSpecTDigest::clear_compression() { - compression_ = 0; - _has_bits_[0] &= ~0x00000001u; + _impl_.compression_ = 0; + _impl_._has_bits_[0] &= ~0x00000001u; } inline double AggSpec_AggSpecTDigest::_internal_compression() const { - return compression_; + return _impl_.compression_; } inline double AggSpec_AggSpecTDigest::compression() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecTDigest.compression) return _internal_compression(); } inline void AggSpec_AggSpecTDigest::_internal_set_compression(double value) { - _has_bits_[0] |= 0x00000001u; - compression_ = value; + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.compression_ = value; } inline void AggSpec_AggSpecTDigest::set_compression(double value) { _internal_set_compression(value); @@ -38578,10 +39124,10 @@ inline void AggSpec_AggSpecTDigest::set_compression(double value) { // bool include_nulls = 1; inline void AggSpec_AggSpecUnique::clear_include_nulls() { - include_nulls_ = false; + _impl_.include_nulls_ = false; } inline bool AggSpec_AggSpecUnique::_internal_include_nulls() const { - return include_nulls_; + return _impl_.include_nulls_; } inline bool AggSpec_AggSpecUnique::include_nulls() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique.include_nulls) @@ -38589,7 +39135,7 @@ inline bool AggSpec_AggSpecUnique::include_nulls() const { } inline void AggSpec_AggSpecUnique::_internal_set_include_nulls(bool value) { - include_nulls_ = value; + _impl_.include_nulls_ = value; } inline void AggSpec_AggSpecUnique::set_include_nulls(bool value) { _internal_set_include_nulls(value); @@ -38598,19 +39144,19 @@ inline void AggSpec_AggSpecUnique::set_include_nulls(bool value) { // .io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel non_unique_sentinel = 2; inline bool AggSpec_AggSpecUnique::_internal_has_non_unique_sentinel() const { - return this != internal_default_instance() && non_unique_sentinel_ != nullptr; + return this != internal_default_instance() && _impl_.non_unique_sentinel_ != nullptr; } inline bool AggSpec_AggSpecUnique::has_non_unique_sentinel() const { return _internal_has_non_unique_sentinel(); } inline void AggSpec_AggSpecUnique::clear_non_unique_sentinel() { - if (GetArenaForAllocation() == nullptr && non_unique_sentinel_ != nullptr) { - delete non_unique_sentinel_; + if (GetArenaForAllocation() == nullptr && _impl_.non_unique_sentinel_ != nullptr) { + delete _impl_.non_unique_sentinel_; } - non_unique_sentinel_ = nullptr; + _impl_.non_unique_sentinel_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel& AggSpec_AggSpecUnique::_internal_non_unique_sentinel() const { - const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* p = non_unique_sentinel_; + const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* p = _impl_.non_unique_sentinel_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecNonUniqueSentinel_default_instance_); } @@ -38621,9 +39167,9 @@ inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSe inline void AggSpec_AggSpecUnique::unsafe_arena_set_allocated_non_unique_sentinel( ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* non_unique_sentinel) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(non_unique_sentinel_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.non_unique_sentinel_); } - non_unique_sentinel_ = non_unique_sentinel; + _impl_.non_unique_sentinel_ = non_unique_sentinel; if (non_unique_sentinel) { } else { @@ -38633,8 +39179,8 @@ inline void AggSpec_AggSpecUnique::unsafe_arena_set_allocated_non_unique_sentine } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* AggSpec_AggSpecUnique::release_non_unique_sentinel() { - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* temp = non_unique_sentinel_; - non_unique_sentinel_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* temp = _impl_.non_unique_sentinel_; + _impl_.non_unique_sentinel_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -38649,17 +39195,17 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* AggSpec_AggSpecUnique::unsafe_arena_release_non_unique_sentinel() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique.non_unique_sentinel) - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* temp = non_unique_sentinel_; - non_unique_sentinel_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* temp = _impl_.non_unique_sentinel_; + _impl_.non_unique_sentinel_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* AggSpec_AggSpecUnique::_internal_mutable_non_unique_sentinel() { - if (non_unique_sentinel_ == nullptr) { + if (_impl_.non_unique_sentinel_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel>(GetArenaForAllocation()); - non_unique_sentinel_ = p; + _impl_.non_unique_sentinel_ = p; } - return non_unique_sentinel_; + return _impl_.non_unique_sentinel_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* AggSpec_AggSpecUnique::mutable_non_unique_sentinel() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* _msg = _internal_mutable_non_unique_sentinel(); @@ -38669,7 +39215,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel inline void AggSpec_AggSpecUnique::set_allocated_non_unique_sentinel(::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecNonUniqueSentinel* non_unique_sentinel) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete non_unique_sentinel_; + delete _impl_.non_unique_sentinel_; } if (non_unique_sentinel) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -38682,7 +39228,7 @@ inline void AggSpec_AggSpecUnique::set_allocated_non_unique_sentinel(::io::deeph } else { } - non_unique_sentinel_ = non_unique_sentinel; + _impl_.non_unique_sentinel_ = non_unique_sentinel; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecUnique.non_unique_sentinel) } @@ -38698,17 +39244,17 @@ inline bool AggSpec_AggSpecNonUniqueSentinel::has_null_value() const { return _internal_has_null_value(); } inline void AggSpec_AggSpecNonUniqueSentinel::set_has_null_value() { - _oneof_case_[0] = kNullValue; + _impl_._oneof_case_[0] = kNullValue; } inline void AggSpec_AggSpecNonUniqueSentinel::clear_null_value() { if (_internal_has_null_value()) { - type_.null_value_ = 0; + _impl_.type_.null_value_ = 0; clear_has_type(); } } inline ::io::deephaven::proto::backplane::grpc::NullValue AggSpec_AggSpecNonUniqueSentinel::_internal_null_value() const { if (_internal_has_null_value()) { - return static_cast< ::io::deephaven::proto::backplane::grpc::NullValue >(type_.null_value_); + return static_cast< ::io::deephaven::proto::backplane::grpc::NullValue >(_impl_.type_.null_value_); } return static_cast< ::io::deephaven::proto::backplane::grpc::NullValue >(0); } @@ -38721,7 +39267,7 @@ inline void AggSpec_AggSpecNonUniqueSentinel::_internal_set_null_value(::io::dee clear_type(); set_has_null_value(); } - type_.null_value_ = value; + _impl_.type_.null_value_ = value; } inline void AggSpec_AggSpecNonUniqueSentinel::set_null_value(::io::deephaven::proto::backplane::grpc::NullValue value) { _internal_set_null_value(value); @@ -38736,11 +39282,11 @@ inline bool AggSpec_AggSpecNonUniqueSentinel::has_string_value() const { return _internal_has_string_value(); } inline void AggSpec_AggSpecNonUniqueSentinel::set_has_string_value() { - _oneof_case_[0] = kStringValue; + _impl_._oneof_case_[0] = kStringValue; } inline void AggSpec_AggSpecNonUniqueSentinel::clear_string_value() { if (_internal_has_string_value()) { - type_.string_value_.Destroy(); + _impl_.type_.string_value_.Destroy(); clear_has_type(); } } @@ -38753,9 +39299,9 @@ inline void AggSpec_AggSpecNonUniqueSentinel::set_string_value(ArgT0&& arg0, Arg if (!_internal_has_string_value()) { clear_type(); set_has_string_value(); - type_.string_value_.InitDefault(); + _impl_.type_.string_value_.InitDefault(); } - type_.string_value_.Set( static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.type_.string_value_.Set( static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel.string_value) } inline std::string* AggSpec_AggSpecNonUniqueSentinel::mutable_string_value() { @@ -38765,7 +39311,7 @@ inline std::string* AggSpec_AggSpecNonUniqueSentinel::mutable_string_value() { } inline const std::string& AggSpec_AggSpecNonUniqueSentinel::_internal_string_value() const { if (_internal_has_string_value()) { - return type_.string_value_.Get(); + return _impl_.type_.string_value_.Get(); } return ::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(); } @@ -38773,23 +39319,23 @@ inline void AggSpec_AggSpecNonUniqueSentinel::_internal_set_string_value(const s if (!_internal_has_string_value()) { clear_type(); set_has_string_value(); - type_.string_value_.InitDefault(); + _impl_.type_.string_value_.InitDefault(); } - type_.string_value_.Set(value, GetArenaForAllocation()); + _impl_.type_.string_value_.Set(value, GetArenaForAllocation()); } inline std::string* AggSpec_AggSpecNonUniqueSentinel::_internal_mutable_string_value() { if (!_internal_has_string_value()) { clear_type(); set_has_string_value(); - type_.string_value_.InitDefault(); + _impl_.type_.string_value_.InitDefault(); } - return type_.string_value_.Mutable( GetArenaForAllocation()); + return _impl_.type_.string_value_.Mutable( GetArenaForAllocation()); } inline std::string* AggSpec_AggSpecNonUniqueSentinel::release_string_value() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel.string_value) if (_internal_has_string_value()) { clear_has_type(); - return type_.string_value_.Release(); + return _impl_.type_.string_value_.Release(); } else { return nullptr; } @@ -38800,7 +39346,7 @@ inline void AggSpec_AggSpecNonUniqueSentinel::set_allocated_string_value(std::st } if (string_value != nullptr) { set_has_string_value(); - type_.string_value_.InitAllocated(string_value, GetArenaForAllocation()); + _impl_.type_.string_value_.InitAllocated(string_value, GetArenaForAllocation()); } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel.string_value) } @@ -38813,17 +39359,17 @@ inline bool AggSpec_AggSpecNonUniqueSentinel::has_int_value() const { return _internal_has_int_value(); } inline void AggSpec_AggSpecNonUniqueSentinel::set_has_int_value() { - _oneof_case_[0] = kIntValue; + _impl_._oneof_case_[0] = kIntValue; } inline void AggSpec_AggSpecNonUniqueSentinel::clear_int_value() { if (_internal_has_int_value()) { - type_.int_value_ = 0; + _impl_.type_.int_value_ = 0; clear_has_type(); } } inline int32_t AggSpec_AggSpecNonUniqueSentinel::_internal_int_value() const { if (_internal_has_int_value()) { - return type_.int_value_; + return _impl_.type_.int_value_; } return 0; } @@ -38832,7 +39378,7 @@ inline void AggSpec_AggSpecNonUniqueSentinel::_internal_set_int_value(int32_t va clear_type(); set_has_int_value(); } - type_.int_value_ = value; + _impl_.type_.int_value_ = value; } inline int32_t AggSpec_AggSpecNonUniqueSentinel::int_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel.int_value) @@ -38851,17 +39397,17 @@ inline bool AggSpec_AggSpecNonUniqueSentinel::has_long_value() const { return _internal_has_long_value(); } inline void AggSpec_AggSpecNonUniqueSentinel::set_has_long_value() { - _oneof_case_[0] = kLongValue; + _impl_._oneof_case_[0] = kLongValue; } inline void AggSpec_AggSpecNonUniqueSentinel::clear_long_value() { if (_internal_has_long_value()) { - type_.long_value_ = int64_t{0}; + _impl_.type_.long_value_ = int64_t{0}; clear_has_type(); } } inline int64_t AggSpec_AggSpecNonUniqueSentinel::_internal_long_value() const { if (_internal_has_long_value()) { - return type_.long_value_; + return _impl_.type_.long_value_; } return int64_t{0}; } @@ -38870,7 +39416,7 @@ inline void AggSpec_AggSpecNonUniqueSentinel::_internal_set_long_value(int64_t v clear_type(); set_has_long_value(); } - type_.long_value_ = value; + _impl_.type_.long_value_ = value; } inline int64_t AggSpec_AggSpecNonUniqueSentinel::long_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel.long_value) @@ -38889,17 +39435,17 @@ inline bool AggSpec_AggSpecNonUniqueSentinel::has_float_value() const { return _internal_has_float_value(); } inline void AggSpec_AggSpecNonUniqueSentinel::set_has_float_value() { - _oneof_case_[0] = kFloatValue; + _impl_._oneof_case_[0] = kFloatValue; } inline void AggSpec_AggSpecNonUniqueSentinel::clear_float_value() { if (_internal_has_float_value()) { - type_.float_value_ = 0; + _impl_.type_.float_value_ = 0; clear_has_type(); } } inline float AggSpec_AggSpecNonUniqueSentinel::_internal_float_value() const { if (_internal_has_float_value()) { - return type_.float_value_; + return _impl_.type_.float_value_; } return 0; } @@ -38908,7 +39454,7 @@ inline void AggSpec_AggSpecNonUniqueSentinel::_internal_set_float_value(float va clear_type(); set_has_float_value(); } - type_.float_value_ = value; + _impl_.type_.float_value_ = value; } inline float AggSpec_AggSpecNonUniqueSentinel::float_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel.float_value) @@ -38927,17 +39473,17 @@ inline bool AggSpec_AggSpecNonUniqueSentinel::has_double_value() const { return _internal_has_double_value(); } inline void AggSpec_AggSpecNonUniqueSentinel::set_has_double_value() { - _oneof_case_[0] = kDoubleValue; + _impl_._oneof_case_[0] = kDoubleValue; } inline void AggSpec_AggSpecNonUniqueSentinel::clear_double_value() { if (_internal_has_double_value()) { - type_.double_value_ = 0; + _impl_.type_.double_value_ = 0; clear_has_type(); } } inline double AggSpec_AggSpecNonUniqueSentinel::_internal_double_value() const { if (_internal_has_double_value()) { - return type_.double_value_; + return _impl_.type_.double_value_; } return 0; } @@ -38946,7 +39492,7 @@ inline void AggSpec_AggSpecNonUniqueSentinel::_internal_set_double_value(double clear_type(); set_has_double_value(); } - type_.double_value_ = value; + _impl_.type_.double_value_ = value; } inline double AggSpec_AggSpecNonUniqueSentinel::double_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel.double_value) @@ -38965,17 +39511,17 @@ inline bool AggSpec_AggSpecNonUniqueSentinel::has_bool_value() const { return _internal_has_bool_value(); } inline void AggSpec_AggSpecNonUniqueSentinel::set_has_bool_value() { - _oneof_case_[0] = kBoolValue; + _impl_._oneof_case_[0] = kBoolValue; } inline void AggSpec_AggSpecNonUniqueSentinel::clear_bool_value() { if (_internal_has_bool_value()) { - type_.bool_value_ = false; + _impl_.type_.bool_value_ = false; clear_has_type(); } } inline bool AggSpec_AggSpecNonUniqueSentinel::_internal_bool_value() const { if (_internal_has_bool_value()) { - return type_.bool_value_; + return _impl_.type_.bool_value_; } return false; } @@ -38984,7 +39530,7 @@ inline void AggSpec_AggSpecNonUniqueSentinel::_internal_set_bool_value(bool valu clear_type(); set_has_bool_value(); } - type_.bool_value_ = value; + _impl_.type_.bool_value_ = value; } inline bool AggSpec_AggSpecNonUniqueSentinel::bool_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel.bool_value) @@ -39003,17 +39549,17 @@ inline bool AggSpec_AggSpecNonUniqueSentinel::has_byte_value() const { return _internal_has_byte_value(); } inline void AggSpec_AggSpecNonUniqueSentinel::set_has_byte_value() { - _oneof_case_[0] = kByteValue; + _impl_._oneof_case_[0] = kByteValue; } inline void AggSpec_AggSpecNonUniqueSentinel::clear_byte_value() { if (_internal_has_byte_value()) { - type_.byte_value_ = 0; + _impl_.type_.byte_value_ = 0; clear_has_type(); } } inline int32_t AggSpec_AggSpecNonUniqueSentinel::_internal_byte_value() const { if (_internal_has_byte_value()) { - return type_.byte_value_; + return _impl_.type_.byte_value_; } return 0; } @@ -39022,7 +39568,7 @@ inline void AggSpec_AggSpecNonUniqueSentinel::_internal_set_byte_value(int32_t v clear_type(); set_has_byte_value(); } - type_.byte_value_ = value; + _impl_.type_.byte_value_ = value; } inline int32_t AggSpec_AggSpecNonUniqueSentinel::byte_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel.byte_value) @@ -39041,17 +39587,17 @@ inline bool AggSpec_AggSpecNonUniqueSentinel::has_short_value() const { return _internal_has_short_value(); } inline void AggSpec_AggSpecNonUniqueSentinel::set_has_short_value() { - _oneof_case_[0] = kShortValue; + _impl_._oneof_case_[0] = kShortValue; } inline void AggSpec_AggSpecNonUniqueSentinel::clear_short_value() { if (_internal_has_short_value()) { - type_.short_value_ = 0; + _impl_.type_.short_value_ = 0; clear_has_type(); } } inline int32_t AggSpec_AggSpecNonUniqueSentinel::_internal_short_value() const { if (_internal_has_short_value()) { - return type_.short_value_; + return _impl_.type_.short_value_; } return 0; } @@ -39060,7 +39606,7 @@ inline void AggSpec_AggSpecNonUniqueSentinel::_internal_set_short_value(int32_t clear_type(); set_has_short_value(); } - type_.short_value_ = value; + _impl_.type_.short_value_ = value; } inline int32_t AggSpec_AggSpecNonUniqueSentinel::short_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel.short_value) @@ -39079,17 +39625,17 @@ inline bool AggSpec_AggSpecNonUniqueSentinel::has_char_value() const { return _internal_has_char_value(); } inline void AggSpec_AggSpecNonUniqueSentinel::set_has_char_value() { - _oneof_case_[0] = kCharValue; + _impl_._oneof_case_[0] = kCharValue; } inline void AggSpec_AggSpecNonUniqueSentinel::clear_char_value() { if (_internal_has_char_value()) { - type_.char_value_ = 0; + _impl_.type_.char_value_ = 0; clear_has_type(); } } inline int32_t AggSpec_AggSpecNonUniqueSentinel::_internal_char_value() const { if (_internal_has_char_value()) { - return type_.char_value_; + return _impl_.type_.char_value_; } return 0; } @@ -39098,7 +39644,7 @@ inline void AggSpec_AggSpecNonUniqueSentinel::_internal_set_char_value(int32_t v clear_type(); set_has_char_value(); } - type_.char_value_ = value; + _impl_.type_.char_value_ = value; } inline int32_t AggSpec_AggSpecNonUniqueSentinel::char_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecNonUniqueSentinel.char_value) @@ -39113,10 +39659,10 @@ inline bool AggSpec_AggSpecNonUniqueSentinel::has_type() const { return type_case() != TYPE_NOT_SET; } inline void AggSpec_AggSpecNonUniqueSentinel::clear_has_type() { - _oneof_case_[0] = TYPE_NOT_SET; + _impl_._oneof_case_[0] = TYPE_NOT_SET; } inline AggSpec_AggSpecNonUniqueSentinel::TypeCase AggSpec_AggSpecNonUniqueSentinel::type_case() const { - return AggSpec_AggSpecNonUniqueSentinel::TypeCase(_oneof_case_[0]); + return AggSpec_AggSpecNonUniqueSentinel::TypeCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -39124,7 +39670,7 @@ inline AggSpec_AggSpecNonUniqueSentinel::TypeCase AggSpec_AggSpecNonUniqueSentin // string weight_column = 1; inline void AggSpec_AggSpecWeighted::clear_weight_column() { - weight_column_.ClearToEmpty(); + _impl_.weight_column_.ClearToEmpty(); } inline const std::string& AggSpec_AggSpecWeighted::weight_column() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted.weight_column) @@ -39134,7 +39680,7 @@ template inline PROTOBUF_ALWAYS_INLINE void AggSpec_AggSpecWeighted::set_weight_column(ArgT0&& arg0, ArgT... args) { - weight_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.weight_column_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted.weight_column) } inline std::string* AggSpec_AggSpecWeighted::mutable_weight_column() { @@ -39143,19 +39689,19 @@ inline std::string* AggSpec_AggSpecWeighted::mutable_weight_column() { return _s; } inline const std::string& AggSpec_AggSpecWeighted::_internal_weight_column() const { - return weight_column_.Get(); + return _impl_.weight_column_.Get(); } inline void AggSpec_AggSpecWeighted::_internal_set_weight_column(const std::string& value) { - weight_column_.Set(value, GetArenaForAllocation()); + _impl_.weight_column_.Set(value, GetArenaForAllocation()); } inline std::string* AggSpec_AggSpecWeighted::_internal_mutable_weight_column() { - return weight_column_.Mutable(GetArenaForAllocation()); + return _impl_.weight_column_.Mutable(GetArenaForAllocation()); } inline std::string* AggSpec_AggSpecWeighted::release_weight_column() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted.weight_column) - return weight_column_.Release(); + return _impl_.weight_column_.Release(); } inline void AggSpec_AggSpecWeighted::set_allocated_weight_column(std::string* weight_column) { if (weight_column != nullptr) { @@ -39163,10 +39709,10 @@ inline void AggSpec_AggSpecWeighted::set_allocated_weight_column(std::string* we } else { } - weight_column_.SetAllocated(weight_column, GetArenaForAllocation()); + _impl_.weight_column_.SetAllocated(weight_column, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (weight_column_.IsDefault()) { - weight_column_.Set("", GetArenaForAllocation()); + if (_impl_.weight_column_.IsDefault()) { + _impl_.weight_column_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.AggSpecWeighted.weight_column) @@ -39228,12 +39774,12 @@ inline bool AggSpec::has_abs_sum() const { return _internal_has_abs_sum(); } inline void AggSpec::set_has_abs_sum() { - _oneof_case_[0] = kAbsSum; + _impl_._oneof_case_[0] = kAbsSum; } inline void AggSpec::clear_abs_sum() { if (_internal_has_abs_sum()) { if (GetArenaForAllocation() == nullptr) { - delete type_.abs_sum_; + delete _impl_.type_.abs_sum_; } clear_has_type(); } @@ -39242,11 +39788,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* AggSpec:: // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.abs_sum) if (_internal_has_abs_sum()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* temp = type_.abs_sum_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* temp = _impl_.type_.abs_sum_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.abs_sum_ = nullptr; + _impl_.type_.abs_sum_ = nullptr; return temp; } else { return nullptr; @@ -39254,7 +39800,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* AggSpec:: } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum& AggSpec::_internal_abs_sum() const { return _internal_has_abs_sum() - ? *type_.abs_sum_ + ? *_impl_.type_.abs_sum_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecAbsSum_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum& AggSpec::abs_sum() const { @@ -39265,8 +39811,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* AggSpec:: // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.abs_sum) if (_internal_has_abs_sum()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* temp = type_.abs_sum_; - type_.abs_sum_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* temp = _impl_.type_.abs_sum_; + _impl_.type_.abs_sum_ = nullptr; return temp; } else { return nullptr; @@ -39276,7 +39822,7 @@ inline void AggSpec::unsafe_arena_set_allocated_abs_sum(::io::deephaven::proto:: clear_type(); if (abs_sum) { set_has_abs_sum(); - type_.abs_sum_ = abs_sum; + _impl_.type_.abs_sum_ = abs_sum; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.abs_sum) } @@ -39284,9 +39830,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* AggSpec:: if (!_internal_has_abs_sum()) { clear_type(); set_has_abs_sum(); - type_.abs_sum_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum >(GetArenaForAllocation()); + _impl_.type_.abs_sum_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum >(GetArenaForAllocation()); } - return type_.abs_sum_; + return _impl_.type_.abs_sum_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* AggSpec::mutable_abs_sum() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAbsSum* _msg = _internal_mutable_abs_sum(); @@ -39302,12 +39848,12 @@ inline bool AggSpec::has_approximate_percentile() const { return _internal_has_approximate_percentile(); } inline void AggSpec::set_has_approximate_percentile() { - _oneof_case_[0] = kApproximatePercentile; + _impl_._oneof_case_[0] = kApproximatePercentile; } inline void AggSpec::clear_approximate_percentile() { if (_internal_has_approximate_percentile()) { if (GetArenaForAllocation() == nullptr) { - delete type_.approximate_percentile_; + delete _impl_.type_.approximate_percentile_; } clear_has_type(); } @@ -39316,11 +39862,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercen // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.approximate_percentile) if (_internal_has_approximate_percentile()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile* temp = type_.approximate_percentile_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile* temp = _impl_.type_.approximate_percentile_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.approximate_percentile_ = nullptr; + _impl_.type_.approximate_percentile_ = nullptr; return temp; } else { return nullptr; @@ -39328,7 +39874,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercen } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile& AggSpec::_internal_approximate_percentile() const { return _internal_has_approximate_percentile() - ? *type_.approximate_percentile_ + ? *_impl_.type_.approximate_percentile_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecApproximatePercentile_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile& AggSpec::approximate_percentile() const { @@ -39339,8 +39885,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercen // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.approximate_percentile) if (_internal_has_approximate_percentile()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile* temp = type_.approximate_percentile_; - type_.approximate_percentile_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile* temp = _impl_.type_.approximate_percentile_; + _impl_.type_.approximate_percentile_ = nullptr; return temp; } else { return nullptr; @@ -39350,7 +39896,7 @@ inline void AggSpec::unsafe_arena_set_allocated_approximate_percentile(::io::dee clear_type(); if (approximate_percentile) { set_has_approximate_percentile(); - type_.approximate_percentile_ = approximate_percentile; + _impl_.type_.approximate_percentile_ = approximate_percentile; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.approximate_percentile) } @@ -39358,9 +39904,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercen if (!_internal_has_approximate_percentile()) { clear_type(); set_has_approximate_percentile(); - type_.approximate_percentile_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile >(GetArenaForAllocation()); + _impl_.type_.approximate_percentile_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile >(GetArenaForAllocation()); } - return type_.approximate_percentile_; + return _impl_.type_.approximate_percentile_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile* AggSpec::mutable_approximate_percentile() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecApproximatePercentile* _msg = _internal_mutable_approximate_percentile(); @@ -39376,12 +39922,12 @@ inline bool AggSpec::has_avg() const { return _internal_has_avg(); } inline void AggSpec::set_has_avg() { - _oneof_case_[0] = kAvg; + _impl_._oneof_case_[0] = kAvg; } inline void AggSpec::clear_avg() { if (_internal_has_avg()) { if (GetArenaForAllocation() == nullptr) { - delete type_.avg_; + delete _impl_.type_.avg_; } clear_has_type(); } @@ -39390,11 +39936,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg* AggSpec::rel // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.avg) if (_internal_has_avg()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg* temp = type_.avg_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg* temp = _impl_.type_.avg_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.avg_ = nullptr; + _impl_.type_.avg_ = nullptr; return temp; } else { return nullptr; @@ -39402,7 +39948,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg* AggSpec::rel } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg& AggSpec::_internal_avg() const { return _internal_has_avg() - ? *type_.avg_ + ? *_impl_.type_.avg_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecAvg_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg& AggSpec::avg() const { @@ -39413,8 +39959,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg* AggSpec::uns // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.avg) if (_internal_has_avg()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg* temp = type_.avg_; - type_.avg_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg* temp = _impl_.type_.avg_; + _impl_.type_.avg_ = nullptr; return temp; } else { return nullptr; @@ -39424,7 +39970,7 @@ inline void AggSpec::unsafe_arena_set_allocated_avg(::io::deephaven::proto::back clear_type(); if (avg) { set_has_avg(); - type_.avg_ = avg; + _impl_.type_.avg_ = avg; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.avg) } @@ -39432,9 +39978,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg* AggSpec::_in if (!_internal_has_avg()) { clear_type(); set_has_avg(); - type_.avg_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg >(GetArenaForAllocation()); + _impl_.type_.avg_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg >(GetArenaForAllocation()); } - return type_.avg_; + return _impl_.type_.avg_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg* AggSpec::mutable_avg() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecAvg* _msg = _internal_mutable_avg(); @@ -39450,12 +39996,12 @@ inline bool AggSpec::has_count_distinct() const { return _internal_has_count_distinct(); } inline void AggSpec::set_has_count_distinct() { - _oneof_case_[0] = kCountDistinct; + _impl_._oneof_case_[0] = kCountDistinct; } inline void AggSpec::clear_count_distinct() { if (_internal_has_count_distinct()) { if (GetArenaForAllocation() == nullptr) { - delete type_.count_distinct_; + delete _impl_.type_.count_distinct_; } clear_has_type(); } @@ -39464,11 +40010,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct* Ag // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.count_distinct) if (_internal_has_count_distinct()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct* temp = type_.count_distinct_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct* temp = _impl_.type_.count_distinct_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.count_distinct_ = nullptr; + _impl_.type_.count_distinct_ = nullptr; return temp; } else { return nullptr; @@ -39476,7 +40022,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct* Ag } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct& AggSpec::_internal_count_distinct() const { return _internal_has_count_distinct() - ? *type_.count_distinct_ + ? *_impl_.type_.count_distinct_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecCountDistinct_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct& AggSpec::count_distinct() const { @@ -39487,8 +40033,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct* Ag // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.count_distinct) if (_internal_has_count_distinct()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct* temp = type_.count_distinct_; - type_.count_distinct_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct* temp = _impl_.type_.count_distinct_; + _impl_.type_.count_distinct_ = nullptr; return temp; } else { return nullptr; @@ -39498,7 +40044,7 @@ inline void AggSpec::unsafe_arena_set_allocated_count_distinct(::io::deephaven:: clear_type(); if (count_distinct) { set_has_count_distinct(); - type_.count_distinct_ = count_distinct; + _impl_.type_.count_distinct_ = count_distinct; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.count_distinct) } @@ -39506,9 +40052,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct* Ag if (!_internal_has_count_distinct()) { clear_type(); set_has_count_distinct(); - type_.count_distinct_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct >(GetArenaForAllocation()); + _impl_.type_.count_distinct_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct >(GetArenaForAllocation()); } - return type_.count_distinct_; + return _impl_.type_.count_distinct_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct* AggSpec::mutable_count_distinct() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecCountDistinct* _msg = _internal_mutable_count_distinct(); @@ -39524,12 +40070,12 @@ inline bool AggSpec::has_distinct() const { return _internal_has_distinct(); } inline void AggSpec::set_has_distinct() { - _oneof_case_[0] = kDistinct; + _impl_._oneof_case_[0] = kDistinct; } inline void AggSpec::clear_distinct() { if (_internal_has_distinct()) { if (GetArenaForAllocation() == nullptr) { - delete type_.distinct_; + delete _impl_.type_.distinct_; } clear_has_type(); } @@ -39538,11 +40084,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct* AggSpec // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.distinct) if (_internal_has_distinct()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct* temp = type_.distinct_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct* temp = _impl_.type_.distinct_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.distinct_ = nullptr; + _impl_.type_.distinct_ = nullptr; return temp; } else { return nullptr; @@ -39550,7 +40096,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct* AggSpec } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct& AggSpec::_internal_distinct() const { return _internal_has_distinct() - ? *type_.distinct_ + ? *_impl_.type_.distinct_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecDistinct_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct& AggSpec::distinct() const { @@ -39561,8 +40107,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct* AggSpec // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.distinct) if (_internal_has_distinct()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct* temp = type_.distinct_; - type_.distinct_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct* temp = _impl_.type_.distinct_; + _impl_.type_.distinct_ = nullptr; return temp; } else { return nullptr; @@ -39572,7 +40118,7 @@ inline void AggSpec::unsafe_arena_set_allocated_distinct(::io::deephaven::proto: clear_type(); if (distinct) { set_has_distinct(); - type_.distinct_ = distinct; + _impl_.type_.distinct_ = distinct; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.distinct) } @@ -39580,9 +40126,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct* AggSpec if (!_internal_has_distinct()) { clear_type(); set_has_distinct(); - type_.distinct_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct >(GetArenaForAllocation()); + _impl_.type_.distinct_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct >(GetArenaForAllocation()); } - return type_.distinct_; + return _impl_.type_.distinct_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct* AggSpec::mutable_distinct() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecDistinct* _msg = _internal_mutable_distinct(); @@ -39598,12 +40144,12 @@ inline bool AggSpec::has_first() const { return _internal_has_first(); } inline void AggSpec::set_has_first() { - _oneof_case_[0] = kFirst; + _impl_._oneof_case_[0] = kFirst; } inline void AggSpec::clear_first() { if (_internal_has_first()) { if (GetArenaForAllocation() == nullptr) { - delete type_.first_; + delete _impl_.type_.first_; } clear_has_type(); } @@ -39612,11 +40158,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst* AggSpec::r // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.first) if (_internal_has_first()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst* temp = type_.first_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst* temp = _impl_.type_.first_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.first_ = nullptr; + _impl_.type_.first_ = nullptr; return temp; } else { return nullptr; @@ -39624,7 +40170,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst* AggSpec::r } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst& AggSpec::_internal_first() const { return _internal_has_first() - ? *type_.first_ + ? *_impl_.type_.first_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecFirst_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst& AggSpec::first() const { @@ -39635,8 +40181,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst* AggSpec::u // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.first) if (_internal_has_first()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst* temp = type_.first_; - type_.first_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst* temp = _impl_.type_.first_; + _impl_.type_.first_ = nullptr; return temp; } else { return nullptr; @@ -39646,7 +40192,7 @@ inline void AggSpec::unsafe_arena_set_allocated_first(::io::deephaven::proto::ba clear_type(); if (first) { set_has_first(); - type_.first_ = first; + _impl_.type_.first_ = first; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.first) } @@ -39654,9 +40200,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst* AggSpec::_ if (!_internal_has_first()) { clear_type(); set_has_first(); - type_.first_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst >(GetArenaForAllocation()); + _impl_.type_.first_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst >(GetArenaForAllocation()); } - return type_.first_; + return _impl_.type_.first_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst* AggSpec::mutable_first() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFirst* _msg = _internal_mutable_first(); @@ -39672,12 +40218,12 @@ inline bool AggSpec::has_formula() const { return _internal_has_formula(); } inline void AggSpec::set_has_formula() { - _oneof_case_[0] = kFormula; + _impl_._oneof_case_[0] = kFormula; } inline void AggSpec::clear_formula() { if (_internal_has_formula()) { if (GetArenaForAllocation() == nullptr) { - delete type_.formula_; + delete _impl_.type_.formula_; } clear_has_type(); } @@ -39686,11 +40232,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula* AggSpec: // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.formula) if (_internal_has_formula()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula* temp = type_.formula_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula* temp = _impl_.type_.formula_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.formula_ = nullptr; + _impl_.type_.formula_ = nullptr; return temp; } else { return nullptr; @@ -39698,7 +40244,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula* AggSpec: } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula& AggSpec::_internal_formula() const { return _internal_has_formula() - ? *type_.formula_ + ? *_impl_.type_.formula_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecFormula_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula& AggSpec::formula() const { @@ -39709,8 +40255,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula* AggSpec: // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.formula) if (_internal_has_formula()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula* temp = type_.formula_; - type_.formula_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula* temp = _impl_.type_.formula_; + _impl_.type_.formula_ = nullptr; return temp; } else { return nullptr; @@ -39720,7 +40266,7 @@ inline void AggSpec::unsafe_arena_set_allocated_formula(::io::deephaven::proto:: clear_type(); if (formula) { set_has_formula(); - type_.formula_ = formula; + _impl_.type_.formula_ = formula; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.formula) } @@ -39728,9 +40274,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula* AggSpec: if (!_internal_has_formula()) { clear_type(); set_has_formula(); - type_.formula_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula >(GetArenaForAllocation()); + _impl_.type_.formula_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula >(GetArenaForAllocation()); } - return type_.formula_; + return _impl_.type_.formula_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula* AggSpec::mutable_formula() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFormula* _msg = _internal_mutable_formula(); @@ -39746,12 +40292,12 @@ inline bool AggSpec::has_freeze() const { return _internal_has_freeze(); } inline void AggSpec::set_has_freeze() { - _oneof_case_[0] = kFreeze; + _impl_._oneof_case_[0] = kFreeze; } inline void AggSpec::clear_freeze() { if (_internal_has_freeze()) { if (GetArenaForAllocation() == nullptr) { - delete type_.freeze_; + delete _impl_.type_.freeze_; } clear_has_type(); } @@ -39760,11 +40306,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze* AggSpec:: // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.freeze) if (_internal_has_freeze()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze* temp = type_.freeze_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze* temp = _impl_.type_.freeze_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.freeze_ = nullptr; + _impl_.type_.freeze_ = nullptr; return temp; } else { return nullptr; @@ -39772,7 +40318,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze* AggSpec:: } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze& AggSpec::_internal_freeze() const { return _internal_has_freeze() - ? *type_.freeze_ + ? *_impl_.type_.freeze_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecFreeze_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze& AggSpec::freeze() const { @@ -39783,8 +40329,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze* AggSpec:: // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.freeze) if (_internal_has_freeze()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze* temp = type_.freeze_; - type_.freeze_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze* temp = _impl_.type_.freeze_; + _impl_.type_.freeze_ = nullptr; return temp; } else { return nullptr; @@ -39794,7 +40340,7 @@ inline void AggSpec::unsafe_arena_set_allocated_freeze(::io::deephaven::proto::b clear_type(); if (freeze) { set_has_freeze(); - type_.freeze_ = freeze; + _impl_.type_.freeze_ = freeze; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.freeze) } @@ -39802,9 +40348,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze* AggSpec:: if (!_internal_has_freeze()) { clear_type(); set_has_freeze(); - type_.freeze_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze >(GetArenaForAllocation()); + _impl_.type_.freeze_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze >(GetArenaForAllocation()); } - return type_.freeze_; + return _impl_.type_.freeze_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze* AggSpec::mutable_freeze() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecFreeze* _msg = _internal_mutable_freeze(); @@ -39820,12 +40366,12 @@ inline bool AggSpec::has_group() const { return _internal_has_group(); } inline void AggSpec::set_has_group() { - _oneof_case_[0] = kGroup; + _impl_._oneof_case_[0] = kGroup; } inline void AggSpec::clear_group() { if (_internal_has_group()) { if (GetArenaForAllocation() == nullptr) { - delete type_.group_; + delete _impl_.type_.group_; } clear_has_type(); } @@ -39834,11 +40380,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup* AggSpec::r // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.group) if (_internal_has_group()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup* temp = type_.group_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup* temp = _impl_.type_.group_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.group_ = nullptr; + _impl_.type_.group_ = nullptr; return temp; } else { return nullptr; @@ -39846,7 +40392,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup* AggSpec::r } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup& AggSpec::_internal_group() const { return _internal_has_group() - ? *type_.group_ + ? *_impl_.type_.group_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecGroup_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup& AggSpec::group() const { @@ -39857,8 +40403,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup* AggSpec::u // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.group) if (_internal_has_group()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup* temp = type_.group_; - type_.group_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup* temp = _impl_.type_.group_; + _impl_.type_.group_ = nullptr; return temp; } else { return nullptr; @@ -39868,7 +40414,7 @@ inline void AggSpec::unsafe_arena_set_allocated_group(::io::deephaven::proto::ba clear_type(); if (group) { set_has_group(); - type_.group_ = group; + _impl_.type_.group_ = group; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.group) } @@ -39876,9 +40422,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup* AggSpec::_ if (!_internal_has_group()) { clear_type(); set_has_group(); - type_.group_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup >(GetArenaForAllocation()); + _impl_.type_.group_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup >(GetArenaForAllocation()); } - return type_.group_; + return _impl_.type_.group_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup* AggSpec::mutable_group() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecGroup* _msg = _internal_mutable_group(); @@ -39894,12 +40440,12 @@ inline bool AggSpec::has_last() const { return _internal_has_last(); } inline void AggSpec::set_has_last() { - _oneof_case_[0] = kLast; + _impl_._oneof_case_[0] = kLast; } inline void AggSpec::clear_last() { if (_internal_has_last()) { if (GetArenaForAllocation() == nullptr) { - delete type_.last_; + delete _impl_.type_.last_; } clear_has_type(); } @@ -39908,11 +40454,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast* AggSpec::re // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.last) if (_internal_has_last()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast* temp = type_.last_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast* temp = _impl_.type_.last_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.last_ = nullptr; + _impl_.type_.last_ = nullptr; return temp; } else { return nullptr; @@ -39920,7 +40466,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast* AggSpec::re } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast& AggSpec::_internal_last() const { return _internal_has_last() - ? *type_.last_ + ? *_impl_.type_.last_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecLast_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast& AggSpec::last() const { @@ -39931,8 +40477,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast* AggSpec::un // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.last) if (_internal_has_last()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast* temp = type_.last_; - type_.last_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast* temp = _impl_.type_.last_; + _impl_.type_.last_ = nullptr; return temp; } else { return nullptr; @@ -39942,7 +40488,7 @@ inline void AggSpec::unsafe_arena_set_allocated_last(::io::deephaven::proto::bac clear_type(); if (last) { set_has_last(); - type_.last_ = last; + _impl_.type_.last_ = last; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.last) } @@ -39950,9 +40496,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast* AggSpec::_i if (!_internal_has_last()) { clear_type(); set_has_last(); - type_.last_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast >(GetArenaForAllocation()); + _impl_.type_.last_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast >(GetArenaForAllocation()); } - return type_.last_; + return _impl_.type_.last_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast* AggSpec::mutable_last() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecLast* _msg = _internal_mutable_last(); @@ -39968,12 +40514,12 @@ inline bool AggSpec::has_max() const { return _internal_has_max(); } inline void AggSpec::set_has_max() { - _oneof_case_[0] = kMax; + _impl_._oneof_case_[0] = kMax; } inline void AggSpec::clear_max() { if (_internal_has_max()) { if (GetArenaForAllocation() == nullptr) { - delete type_.max_; + delete _impl_.type_.max_; } clear_has_type(); } @@ -39982,11 +40528,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax* AggSpec::rel // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.max) if (_internal_has_max()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax* temp = type_.max_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax* temp = _impl_.type_.max_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.max_ = nullptr; + _impl_.type_.max_ = nullptr; return temp; } else { return nullptr; @@ -39994,7 +40540,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax* AggSpec::rel } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax& AggSpec::_internal_max() const { return _internal_has_max() - ? *type_.max_ + ? *_impl_.type_.max_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecMax_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax& AggSpec::max() const { @@ -40005,8 +40551,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax* AggSpec::uns // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.max) if (_internal_has_max()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax* temp = type_.max_; - type_.max_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax* temp = _impl_.type_.max_; + _impl_.type_.max_ = nullptr; return temp; } else { return nullptr; @@ -40016,7 +40562,7 @@ inline void AggSpec::unsafe_arena_set_allocated_max(::io::deephaven::proto::back clear_type(); if (max) { set_has_max(); - type_.max_ = max; + _impl_.type_.max_ = max; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.max) } @@ -40024,9 +40570,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax* AggSpec::_in if (!_internal_has_max()) { clear_type(); set_has_max(); - type_.max_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax >(GetArenaForAllocation()); + _impl_.type_.max_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax >(GetArenaForAllocation()); } - return type_.max_; + return _impl_.type_.max_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax* AggSpec::mutable_max() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMax* _msg = _internal_mutable_max(); @@ -40042,12 +40588,12 @@ inline bool AggSpec::has_median() const { return _internal_has_median(); } inline void AggSpec::set_has_median() { - _oneof_case_[0] = kMedian; + _impl_._oneof_case_[0] = kMedian; } inline void AggSpec::clear_median() { if (_internal_has_median()) { if (GetArenaForAllocation() == nullptr) { - delete type_.median_; + delete _impl_.type_.median_; } clear_has_type(); } @@ -40056,11 +40602,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian* AggSpec:: // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.median) if (_internal_has_median()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian* temp = type_.median_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian* temp = _impl_.type_.median_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.median_ = nullptr; + _impl_.type_.median_ = nullptr; return temp; } else { return nullptr; @@ -40068,7 +40614,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian* AggSpec:: } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian& AggSpec::_internal_median() const { return _internal_has_median() - ? *type_.median_ + ? *_impl_.type_.median_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecMedian_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian& AggSpec::median() const { @@ -40079,8 +40625,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian* AggSpec:: // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.median) if (_internal_has_median()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian* temp = type_.median_; - type_.median_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian* temp = _impl_.type_.median_; + _impl_.type_.median_ = nullptr; return temp; } else { return nullptr; @@ -40090,7 +40636,7 @@ inline void AggSpec::unsafe_arena_set_allocated_median(::io::deephaven::proto::b clear_type(); if (median) { set_has_median(); - type_.median_ = median; + _impl_.type_.median_ = median; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.median) } @@ -40098,9 +40644,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian* AggSpec:: if (!_internal_has_median()) { clear_type(); set_has_median(); - type_.median_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian >(GetArenaForAllocation()); + _impl_.type_.median_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian >(GetArenaForAllocation()); } - return type_.median_; + return _impl_.type_.median_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian* AggSpec::mutable_median() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMedian* _msg = _internal_mutable_median(); @@ -40116,12 +40662,12 @@ inline bool AggSpec::has_min() const { return _internal_has_min(); } inline void AggSpec::set_has_min() { - _oneof_case_[0] = kMin; + _impl_._oneof_case_[0] = kMin; } inline void AggSpec::clear_min() { if (_internal_has_min()) { if (GetArenaForAllocation() == nullptr) { - delete type_.min_; + delete _impl_.type_.min_; } clear_has_type(); } @@ -40130,11 +40676,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin* AggSpec::rel // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.min) if (_internal_has_min()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin* temp = type_.min_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin* temp = _impl_.type_.min_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.min_ = nullptr; + _impl_.type_.min_ = nullptr; return temp; } else { return nullptr; @@ -40142,7 +40688,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin* AggSpec::rel } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin& AggSpec::_internal_min() const { return _internal_has_min() - ? *type_.min_ + ? *_impl_.type_.min_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecMin_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin& AggSpec::min() const { @@ -40153,8 +40699,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin* AggSpec::uns // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.min) if (_internal_has_min()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin* temp = type_.min_; - type_.min_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin* temp = _impl_.type_.min_; + _impl_.type_.min_ = nullptr; return temp; } else { return nullptr; @@ -40164,7 +40710,7 @@ inline void AggSpec::unsafe_arena_set_allocated_min(::io::deephaven::proto::back clear_type(); if (min) { set_has_min(); - type_.min_ = min; + _impl_.type_.min_ = min; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.min) } @@ -40172,9 +40718,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin* AggSpec::_in if (!_internal_has_min()) { clear_type(); set_has_min(); - type_.min_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin >(GetArenaForAllocation()); + _impl_.type_.min_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin >(GetArenaForAllocation()); } - return type_.min_; + return _impl_.type_.min_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin* AggSpec::mutable_min() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecMin* _msg = _internal_mutable_min(); @@ -40190,12 +40736,12 @@ inline bool AggSpec::has_percentile() const { return _internal_has_percentile(); } inline void AggSpec::set_has_percentile() { - _oneof_case_[0] = kPercentile; + _impl_._oneof_case_[0] = kPercentile; } inline void AggSpec::clear_percentile() { if (_internal_has_percentile()) { if (GetArenaForAllocation() == nullptr) { - delete type_.percentile_; + delete _impl_.type_.percentile_; } clear_has_type(); } @@ -40204,11 +40750,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile* AggSp // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.percentile) if (_internal_has_percentile()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile* temp = type_.percentile_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile* temp = _impl_.type_.percentile_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.percentile_ = nullptr; + _impl_.type_.percentile_ = nullptr; return temp; } else { return nullptr; @@ -40216,7 +40762,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile* AggSp } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile& AggSpec::_internal_percentile() const { return _internal_has_percentile() - ? *type_.percentile_ + ? *_impl_.type_.percentile_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecPercentile_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile& AggSpec::percentile() const { @@ -40227,8 +40773,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile* AggSp // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.percentile) if (_internal_has_percentile()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile* temp = type_.percentile_; - type_.percentile_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile* temp = _impl_.type_.percentile_; + _impl_.type_.percentile_ = nullptr; return temp; } else { return nullptr; @@ -40238,7 +40784,7 @@ inline void AggSpec::unsafe_arena_set_allocated_percentile(::io::deephaven::prot clear_type(); if (percentile) { set_has_percentile(); - type_.percentile_ = percentile; + _impl_.type_.percentile_ = percentile; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.percentile) } @@ -40246,9 +40792,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile* AggSp if (!_internal_has_percentile()) { clear_type(); set_has_percentile(); - type_.percentile_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile >(GetArenaForAllocation()); + _impl_.type_.percentile_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile >(GetArenaForAllocation()); } - return type_.percentile_; + return _impl_.type_.percentile_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile* AggSpec::mutable_percentile() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecPercentile* _msg = _internal_mutable_percentile(); @@ -40264,12 +40810,12 @@ inline bool AggSpec::has_sorted_first() const { return _internal_has_sorted_first(); } inline void AggSpec::set_has_sorted_first() { - _oneof_case_[0] = kSortedFirst; + _impl_._oneof_case_[0] = kSortedFirst; } inline void AggSpec::clear_sorted_first() { if (_internal_has_sorted_first()) { if (GetArenaForAllocation() == nullptr) { - delete type_.sorted_first_; + delete _impl_.type_.sorted_first_; } clear_has_type(); } @@ -40278,11 +40824,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* AggSpec:: // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.sorted_first) if (_internal_has_sorted_first()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* temp = type_.sorted_first_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* temp = _impl_.type_.sorted_first_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.sorted_first_ = nullptr; + _impl_.type_.sorted_first_ = nullptr; return temp; } else { return nullptr; @@ -40290,7 +40836,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* AggSpec:: } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted& AggSpec::_internal_sorted_first() const { return _internal_has_sorted_first() - ? *type_.sorted_first_ + ? *_impl_.type_.sorted_first_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecSorted_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted& AggSpec::sorted_first() const { @@ -40301,8 +40847,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* AggSpec:: // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.sorted_first) if (_internal_has_sorted_first()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* temp = type_.sorted_first_; - type_.sorted_first_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* temp = _impl_.type_.sorted_first_; + _impl_.type_.sorted_first_ = nullptr; return temp; } else { return nullptr; @@ -40312,7 +40858,7 @@ inline void AggSpec::unsafe_arena_set_allocated_sorted_first(::io::deephaven::pr clear_type(); if (sorted_first) { set_has_sorted_first(); - type_.sorted_first_ = sorted_first; + _impl_.type_.sorted_first_ = sorted_first; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.sorted_first) } @@ -40320,9 +40866,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* AggSpec:: if (!_internal_has_sorted_first()) { clear_type(); set_has_sorted_first(); - type_.sorted_first_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted >(GetArenaForAllocation()); + _impl_.type_.sorted_first_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted >(GetArenaForAllocation()); } - return type_.sorted_first_; + return _impl_.type_.sorted_first_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* AggSpec::mutable_sorted_first() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* _msg = _internal_mutable_sorted_first(); @@ -40338,12 +40884,12 @@ inline bool AggSpec::has_sorted_last() const { return _internal_has_sorted_last(); } inline void AggSpec::set_has_sorted_last() { - _oneof_case_[0] = kSortedLast; + _impl_._oneof_case_[0] = kSortedLast; } inline void AggSpec::clear_sorted_last() { if (_internal_has_sorted_last()) { if (GetArenaForAllocation() == nullptr) { - delete type_.sorted_last_; + delete _impl_.type_.sorted_last_; } clear_has_type(); } @@ -40352,11 +40898,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* AggSpec:: // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.sorted_last) if (_internal_has_sorted_last()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* temp = type_.sorted_last_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* temp = _impl_.type_.sorted_last_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.sorted_last_ = nullptr; + _impl_.type_.sorted_last_ = nullptr; return temp; } else { return nullptr; @@ -40364,7 +40910,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* AggSpec:: } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted& AggSpec::_internal_sorted_last() const { return _internal_has_sorted_last() - ? *type_.sorted_last_ + ? *_impl_.type_.sorted_last_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecSorted_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted& AggSpec::sorted_last() const { @@ -40375,8 +40921,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* AggSpec:: // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.sorted_last) if (_internal_has_sorted_last()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* temp = type_.sorted_last_; - type_.sorted_last_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* temp = _impl_.type_.sorted_last_; + _impl_.type_.sorted_last_ = nullptr; return temp; } else { return nullptr; @@ -40386,7 +40932,7 @@ inline void AggSpec::unsafe_arena_set_allocated_sorted_last(::io::deephaven::pro clear_type(); if (sorted_last) { set_has_sorted_last(); - type_.sorted_last_ = sorted_last; + _impl_.type_.sorted_last_ = sorted_last; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.sorted_last) } @@ -40394,9 +40940,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* AggSpec:: if (!_internal_has_sorted_last()) { clear_type(); set_has_sorted_last(); - type_.sorted_last_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted >(GetArenaForAllocation()); + _impl_.type_.sorted_last_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted >(GetArenaForAllocation()); } - return type_.sorted_last_; + return _impl_.type_.sorted_last_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* AggSpec::mutable_sorted_last() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSorted* _msg = _internal_mutable_sorted_last(); @@ -40412,12 +40958,12 @@ inline bool AggSpec::has_std() const { return _internal_has_std(); } inline void AggSpec::set_has_std() { - _oneof_case_[0] = kStd; + _impl_._oneof_case_[0] = kStd; } inline void AggSpec::clear_std() { if (_internal_has_std()) { if (GetArenaForAllocation() == nullptr) { - delete type_.std_; + delete _impl_.type_.std_; } clear_has_type(); } @@ -40426,11 +40972,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd* AggSpec::rel // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.std) if (_internal_has_std()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd* temp = type_.std_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd* temp = _impl_.type_.std_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.std_ = nullptr; + _impl_.type_.std_ = nullptr; return temp; } else { return nullptr; @@ -40438,7 +40984,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd* AggSpec::rel } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd& AggSpec::_internal_std() const { return _internal_has_std() - ? *type_.std_ + ? *_impl_.type_.std_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecStd_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd& AggSpec::std() const { @@ -40449,8 +40995,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd* AggSpec::uns // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.std) if (_internal_has_std()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd* temp = type_.std_; - type_.std_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd* temp = _impl_.type_.std_; + _impl_.type_.std_ = nullptr; return temp; } else { return nullptr; @@ -40460,7 +41006,7 @@ inline void AggSpec::unsafe_arena_set_allocated_std(::io::deephaven::proto::back clear_type(); if (std) { set_has_std(); - type_.std_ = std; + _impl_.type_.std_ = std; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.std) } @@ -40468,9 +41014,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd* AggSpec::_in if (!_internal_has_std()) { clear_type(); set_has_std(); - type_.std_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd >(GetArenaForAllocation()); + _impl_.type_.std_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd >(GetArenaForAllocation()); } - return type_.std_; + return _impl_.type_.std_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd* AggSpec::mutable_std() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecStd* _msg = _internal_mutable_std(); @@ -40486,12 +41032,12 @@ inline bool AggSpec::has_sum() const { return _internal_has_sum(); } inline void AggSpec::set_has_sum() { - _oneof_case_[0] = kSum; + _impl_._oneof_case_[0] = kSum; } inline void AggSpec::clear_sum() { if (_internal_has_sum()) { if (GetArenaForAllocation() == nullptr) { - delete type_.sum_; + delete _impl_.type_.sum_; } clear_has_type(); } @@ -40500,11 +41046,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum* AggSpec::rel // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.sum) if (_internal_has_sum()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum* temp = type_.sum_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum* temp = _impl_.type_.sum_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.sum_ = nullptr; + _impl_.type_.sum_ = nullptr; return temp; } else { return nullptr; @@ -40512,7 +41058,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum* AggSpec::rel } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum& AggSpec::_internal_sum() const { return _internal_has_sum() - ? *type_.sum_ + ? *_impl_.type_.sum_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecSum_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum& AggSpec::sum() const { @@ -40523,8 +41069,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum* AggSpec::uns // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.sum) if (_internal_has_sum()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum* temp = type_.sum_; - type_.sum_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum* temp = _impl_.type_.sum_; + _impl_.type_.sum_ = nullptr; return temp; } else { return nullptr; @@ -40534,7 +41080,7 @@ inline void AggSpec::unsafe_arena_set_allocated_sum(::io::deephaven::proto::back clear_type(); if (sum) { set_has_sum(); - type_.sum_ = sum; + _impl_.type_.sum_ = sum; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.sum) } @@ -40542,9 +41088,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum* AggSpec::_in if (!_internal_has_sum()) { clear_type(); set_has_sum(); - type_.sum_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum >(GetArenaForAllocation()); + _impl_.type_.sum_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum >(GetArenaForAllocation()); } - return type_.sum_; + return _impl_.type_.sum_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum* AggSpec::mutable_sum() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecSum* _msg = _internal_mutable_sum(); @@ -40560,12 +41106,12 @@ inline bool AggSpec::has_t_digest() const { return _internal_has_t_digest(); } inline void AggSpec::set_has_t_digest() { - _oneof_case_[0] = kTDigest; + _impl_._oneof_case_[0] = kTDigest; } inline void AggSpec::clear_t_digest() { if (_internal_has_t_digest()) { if (GetArenaForAllocation() == nullptr) { - delete type_.t_digest_; + delete _impl_.type_.t_digest_; } clear_has_type(); } @@ -40574,11 +41120,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest* AggSpec: // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.t_digest) if (_internal_has_t_digest()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest* temp = type_.t_digest_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest* temp = _impl_.type_.t_digest_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.t_digest_ = nullptr; + _impl_.type_.t_digest_ = nullptr; return temp; } else { return nullptr; @@ -40586,7 +41132,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest* AggSpec: } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest& AggSpec::_internal_t_digest() const { return _internal_has_t_digest() - ? *type_.t_digest_ + ? *_impl_.type_.t_digest_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecTDigest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest& AggSpec::t_digest() const { @@ -40597,8 +41143,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest* AggSpec: // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.t_digest) if (_internal_has_t_digest()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest* temp = type_.t_digest_; - type_.t_digest_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest* temp = _impl_.type_.t_digest_; + _impl_.type_.t_digest_ = nullptr; return temp; } else { return nullptr; @@ -40608,7 +41154,7 @@ inline void AggSpec::unsafe_arena_set_allocated_t_digest(::io::deephaven::proto: clear_type(); if (t_digest) { set_has_t_digest(); - type_.t_digest_ = t_digest; + _impl_.type_.t_digest_ = t_digest; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.t_digest) } @@ -40616,9 +41162,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest* AggSpec: if (!_internal_has_t_digest()) { clear_type(); set_has_t_digest(); - type_.t_digest_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest >(GetArenaForAllocation()); + _impl_.type_.t_digest_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest >(GetArenaForAllocation()); } - return type_.t_digest_; + return _impl_.type_.t_digest_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest* AggSpec::mutable_t_digest() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecTDigest* _msg = _internal_mutable_t_digest(); @@ -40634,12 +41180,12 @@ inline bool AggSpec::has_unique() const { return _internal_has_unique(); } inline void AggSpec::set_has_unique() { - _oneof_case_[0] = kUnique; + _impl_._oneof_case_[0] = kUnique; } inline void AggSpec::clear_unique() { if (_internal_has_unique()) { if (GetArenaForAllocation() == nullptr) { - delete type_.unique_; + delete _impl_.type_.unique_; } clear_has_type(); } @@ -40648,11 +41194,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique* AggSpec:: // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.unique) if (_internal_has_unique()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique* temp = type_.unique_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique* temp = _impl_.type_.unique_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.unique_ = nullptr; + _impl_.type_.unique_ = nullptr; return temp; } else { return nullptr; @@ -40660,7 +41206,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique* AggSpec:: } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique& AggSpec::_internal_unique() const { return _internal_has_unique() - ? *type_.unique_ + ? *_impl_.type_.unique_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecUnique_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique& AggSpec::unique() const { @@ -40671,8 +41217,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique* AggSpec:: // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.unique) if (_internal_has_unique()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique* temp = type_.unique_; - type_.unique_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique* temp = _impl_.type_.unique_; + _impl_.type_.unique_ = nullptr; return temp; } else { return nullptr; @@ -40682,7 +41228,7 @@ inline void AggSpec::unsafe_arena_set_allocated_unique(::io::deephaven::proto::b clear_type(); if (unique) { set_has_unique(); - type_.unique_ = unique; + _impl_.type_.unique_ = unique; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.unique) } @@ -40690,9 +41236,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique* AggSpec:: if (!_internal_has_unique()) { clear_type(); set_has_unique(); - type_.unique_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique >(GetArenaForAllocation()); + _impl_.type_.unique_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique >(GetArenaForAllocation()); } - return type_.unique_; + return _impl_.type_.unique_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique* AggSpec::mutable_unique() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecUnique* _msg = _internal_mutable_unique(); @@ -40708,12 +41254,12 @@ inline bool AggSpec::has_weighted_avg() const { return _internal_has_weighted_avg(); } inline void AggSpec::set_has_weighted_avg() { - _oneof_case_[0] = kWeightedAvg; + _impl_._oneof_case_[0] = kWeightedAvg; } inline void AggSpec::clear_weighted_avg() { if (_internal_has_weighted_avg()) { if (GetArenaForAllocation() == nullptr) { - delete type_.weighted_avg_; + delete _impl_.type_.weighted_avg_; } clear_has_type(); } @@ -40722,11 +41268,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* AggSpec // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.weighted_avg) if (_internal_has_weighted_avg()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* temp = type_.weighted_avg_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* temp = _impl_.type_.weighted_avg_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.weighted_avg_ = nullptr; + _impl_.type_.weighted_avg_ = nullptr; return temp; } else { return nullptr; @@ -40734,7 +41280,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* AggSpec } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted& AggSpec::_internal_weighted_avg() const { return _internal_has_weighted_avg() - ? *type_.weighted_avg_ + ? *_impl_.type_.weighted_avg_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecWeighted_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted& AggSpec::weighted_avg() const { @@ -40745,8 +41291,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* AggSpec // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.weighted_avg) if (_internal_has_weighted_avg()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* temp = type_.weighted_avg_; - type_.weighted_avg_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* temp = _impl_.type_.weighted_avg_; + _impl_.type_.weighted_avg_ = nullptr; return temp; } else { return nullptr; @@ -40756,7 +41302,7 @@ inline void AggSpec::unsafe_arena_set_allocated_weighted_avg(::io::deephaven::pr clear_type(); if (weighted_avg) { set_has_weighted_avg(); - type_.weighted_avg_ = weighted_avg; + _impl_.type_.weighted_avg_ = weighted_avg; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.weighted_avg) } @@ -40764,9 +41310,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* AggSpec if (!_internal_has_weighted_avg()) { clear_type(); set_has_weighted_avg(); - type_.weighted_avg_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted >(GetArenaForAllocation()); + _impl_.type_.weighted_avg_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted >(GetArenaForAllocation()); } - return type_.weighted_avg_; + return _impl_.type_.weighted_avg_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* AggSpec::mutable_weighted_avg() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* _msg = _internal_mutable_weighted_avg(); @@ -40782,12 +41328,12 @@ inline bool AggSpec::has_weighted_sum() const { return _internal_has_weighted_sum(); } inline void AggSpec::set_has_weighted_sum() { - _oneof_case_[0] = kWeightedSum; + _impl_._oneof_case_[0] = kWeightedSum; } inline void AggSpec::clear_weighted_sum() { if (_internal_has_weighted_sum()) { if (GetArenaForAllocation() == nullptr) { - delete type_.weighted_sum_; + delete _impl_.type_.weighted_sum_; } clear_has_type(); } @@ -40796,11 +41342,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* AggSpec // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.weighted_sum) if (_internal_has_weighted_sum()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* temp = type_.weighted_sum_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* temp = _impl_.type_.weighted_sum_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.weighted_sum_ = nullptr; + _impl_.type_.weighted_sum_ = nullptr; return temp; } else { return nullptr; @@ -40808,7 +41354,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* AggSpec } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted& AggSpec::_internal_weighted_sum() const { return _internal_has_weighted_sum() - ? *type_.weighted_sum_ + ? *_impl_.type_.weighted_sum_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecWeighted_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted& AggSpec::weighted_sum() const { @@ -40819,8 +41365,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* AggSpec // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.weighted_sum) if (_internal_has_weighted_sum()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* temp = type_.weighted_sum_; - type_.weighted_sum_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* temp = _impl_.type_.weighted_sum_; + _impl_.type_.weighted_sum_ = nullptr; return temp; } else { return nullptr; @@ -40830,7 +41376,7 @@ inline void AggSpec::unsafe_arena_set_allocated_weighted_sum(::io::deephaven::pr clear_type(); if (weighted_sum) { set_has_weighted_sum(); - type_.weighted_sum_ = weighted_sum; + _impl_.type_.weighted_sum_ = weighted_sum; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.weighted_sum) } @@ -40838,9 +41384,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* AggSpec if (!_internal_has_weighted_sum()) { clear_type(); set_has_weighted_sum(); - type_.weighted_sum_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted >(GetArenaForAllocation()); + _impl_.type_.weighted_sum_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted >(GetArenaForAllocation()); } - return type_.weighted_sum_; + return _impl_.type_.weighted_sum_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* AggSpec::mutable_weighted_sum() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecWeighted* _msg = _internal_mutable_weighted_sum(); @@ -40856,12 +41402,12 @@ inline bool AggSpec::has_var() const { return _internal_has_var(); } inline void AggSpec::set_has_var() { - _oneof_case_[0] = kVar; + _impl_._oneof_case_[0] = kVar; } inline void AggSpec::clear_var() { if (_internal_has_var()) { if (GetArenaForAllocation() == nullptr) { - delete type_.var_; + delete _impl_.type_.var_; } clear_has_type(); } @@ -40870,11 +41416,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar* AggSpec::rel // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggSpec.var) if (_internal_has_var()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar* temp = type_.var_; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar* temp = _impl_.type_.var_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.var_ = nullptr; + _impl_.type_.var_ = nullptr; return temp; } else { return nullptr; @@ -40882,7 +41428,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar* AggSpec::rel } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar& AggSpec::_internal_var() const { return _internal_has_var() - ? *type_.var_ + ? *_impl_.type_.var_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar&>(::io::deephaven::proto::backplane::grpc::_AggSpec_AggSpecVar_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar& AggSpec::var() const { @@ -40893,8 +41439,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar* AggSpec::uns // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.AggSpec.var) if (_internal_has_var()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar* temp = type_.var_; - type_.var_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar* temp = _impl_.type_.var_; + _impl_.type_.var_ = nullptr; return temp; } else { return nullptr; @@ -40904,7 +41450,7 @@ inline void AggSpec::unsafe_arena_set_allocated_var(::io::deephaven::proto::back clear_type(); if (var) { set_has_var(); - type_.var_ = var; + _impl_.type_.var_ = var; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.AggSpec.var) } @@ -40912,9 +41458,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar* AggSpec::_in if (!_internal_has_var()) { clear_type(); set_has_var(); - type_.var_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar >(GetArenaForAllocation()); + _impl_.type_.var_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar >(GetArenaForAllocation()); } - return type_.var_; + return _impl_.type_.var_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar* AggSpec::mutable_var() { ::io::deephaven::proto::backplane::grpc::AggSpec_AggSpecVar* _msg = _internal_mutable_var(); @@ -40926,10 +41472,10 @@ inline bool AggSpec::has_type() const { return type_case() != TYPE_NOT_SET; } inline void AggSpec::clear_has_type() { - _oneof_case_[0] = TYPE_NOT_SET; + _impl_._oneof_case_[0] = TYPE_NOT_SET; } inline AggSpec::TypeCase AggSpec::type_case() const { - return AggSpec::TypeCase(_oneof_case_[0]); + return AggSpec::TypeCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -40937,13 +41483,13 @@ inline AggSpec::TypeCase AggSpec::type_case() const { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool AggregateRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool AggregateRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& AggregateRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -40954,9 +41500,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& AggregateRequest:: inline void AggregateRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -40966,8 +41512,8 @@ inline void AggregateRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* AggregateRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -40982,17 +41528,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AggregateRequest::releas inline ::io::deephaven::proto::backplane::grpc::Ticket* AggregateRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggregateRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AggregateRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* AggregateRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -41002,7 +41548,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* AggregateRequest::mutabl inline void AggregateRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -41016,25 +41562,25 @@ inline void AggregateRequest::set_allocated_result_id(::io::deephaven::proto::ba } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggregateRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool AggregateRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool AggregateRequest::has_source_id() const { return _internal_has_source_id(); } inline void AggregateRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& AggregateRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -41045,9 +41591,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& AggregateR inline void AggregateRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -41057,8 +41603,8 @@ inline void AggregateRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -41073,17 +41619,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateRequest inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggregateRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -41093,7 +41639,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateRequest inline void AggregateRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -41106,25 +41652,25 @@ inline void AggregateRequest::set_allocated_source_id(::io::deephaven::proto::ba } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggregateRequest.source_id) } // .io.deephaven.proto.backplane.grpc.TableReference initial_groups_id = 3; inline bool AggregateRequest::_internal_has_initial_groups_id() const { - return this != internal_default_instance() && initial_groups_id_ != nullptr; + return this != internal_default_instance() && _impl_.initial_groups_id_ != nullptr; } inline bool AggregateRequest::has_initial_groups_id() const { return _internal_has_initial_groups_id(); } inline void AggregateRequest::clear_initial_groups_id() { - if (GetArenaForAllocation() == nullptr && initial_groups_id_ != nullptr) { - delete initial_groups_id_; + if (GetArenaForAllocation() == nullptr && _impl_.initial_groups_id_ != nullptr) { + delete _impl_.initial_groups_id_; } - initial_groups_id_ = nullptr; + _impl_.initial_groups_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& AggregateRequest::_internal_initial_groups_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = initial_groups_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.initial_groups_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -41135,9 +41681,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& AggregateR inline void AggregateRequest::unsafe_arena_set_allocated_initial_groups_id( ::io::deephaven::proto::backplane::grpc::TableReference* initial_groups_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(initial_groups_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.initial_groups_id_); } - initial_groups_id_ = initial_groups_id; + _impl_.initial_groups_id_ = initial_groups_id; if (initial_groups_id) { } else { @@ -41147,8 +41693,8 @@ inline void AggregateRequest::unsafe_arena_set_allocated_initial_groups_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateRequest::release_initial_groups_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = initial_groups_id_; - initial_groups_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.initial_groups_id_; + _impl_.initial_groups_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -41163,17 +41709,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateRequest inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateRequest::unsafe_arena_release_initial_groups_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.AggregateRequest.initial_groups_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = initial_groups_id_; - initial_groups_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.initial_groups_id_; + _impl_.initial_groups_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateRequest::_internal_mutable_initial_groups_id() { - if (initial_groups_id_ == nullptr) { + if (_impl_.initial_groups_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - initial_groups_id_ = p; + _impl_.initial_groups_id_ = p; } - return initial_groups_id_; + return _impl_.initial_groups_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateRequest::mutable_initial_groups_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_initial_groups_id(); @@ -41183,7 +41729,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* AggregateRequest inline void AggregateRequest::set_allocated_initial_groups_id(::io::deephaven::proto::backplane::grpc::TableReference* initial_groups_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete initial_groups_id_; + delete _impl_.initial_groups_id_; } if (initial_groups_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -41196,16 +41742,16 @@ inline void AggregateRequest::set_allocated_initial_groups_id(::io::deephaven::p } else { } - initial_groups_id_ = initial_groups_id; + _impl_.initial_groups_id_ = initial_groups_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.AggregateRequest.initial_groups_id) } // bool preserve_empty = 4; inline void AggregateRequest::clear_preserve_empty() { - preserve_empty_ = false; + _impl_.preserve_empty_ = false; } inline bool AggregateRequest::_internal_preserve_empty() const { - return preserve_empty_; + return _impl_.preserve_empty_; } inline bool AggregateRequest::preserve_empty() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggregateRequest.preserve_empty) @@ -41213,7 +41759,7 @@ inline bool AggregateRequest::preserve_empty() const { } inline void AggregateRequest::_internal_set_preserve_empty(bool value) { - preserve_empty_ = value; + _impl_.preserve_empty_ = value; } inline void AggregateRequest::set_preserve_empty(bool value) { _internal_set_preserve_empty(value); @@ -41222,32 +41768,32 @@ inline void AggregateRequest::set_preserve_empty(bool value) { // repeated .io.deephaven.proto.backplane.grpc.Aggregation aggregations = 5; inline int AggregateRequest::_internal_aggregations_size() const { - return aggregations_.size(); + return _impl_.aggregations_.size(); } inline int AggregateRequest::aggregations_size() const { return _internal_aggregations_size(); } inline void AggregateRequest::clear_aggregations() { - aggregations_.Clear(); + _impl_.aggregations_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::Aggregation* AggregateRequest::mutable_aggregations(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.AggregateRequest.aggregations) - return aggregations_.Mutable(index); + return _impl_.aggregations_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Aggregation >* AggregateRequest::mutable_aggregations() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.AggregateRequest.aggregations) - return &aggregations_; + return &_impl_.aggregations_; } inline const ::io::deephaven::proto::backplane::grpc::Aggregation& AggregateRequest::_internal_aggregations(int index) const { - return aggregations_.Get(index); + return _impl_.aggregations_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::Aggregation& AggregateRequest::aggregations(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggregateRequest.aggregations) return _internal_aggregations(index); } inline ::io::deephaven::proto::backplane::grpc::Aggregation* AggregateRequest::_internal_add_aggregations() { - return aggregations_.Add(); + return _impl_.aggregations_.Add(); } inline ::io::deephaven::proto::backplane::grpc::Aggregation* AggregateRequest::add_aggregations() { ::io::deephaven::proto::backplane::grpc::Aggregation* _add = _internal_add_aggregations(); @@ -41257,18 +41803,18 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation* AggregateRequest::a inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Aggregation >& AggregateRequest::aggregations() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.AggregateRequest.aggregations) - return aggregations_; + return _impl_.aggregations_; } // repeated string group_by_columns = 6; inline int AggregateRequest::_internal_group_by_columns_size() const { - return group_by_columns_.size(); + return _impl_.group_by_columns_.size(); } inline int AggregateRequest::group_by_columns_size() const { return _internal_group_by_columns_size(); } inline void AggregateRequest::clear_group_by_columns() { - group_by_columns_.Clear(); + _impl_.group_by_columns_.Clear(); } inline std::string* AggregateRequest::add_group_by_columns() { std::string* _s = _internal_add_group_by_columns(); @@ -41276,7 +41822,7 @@ inline std::string* AggregateRequest::add_group_by_columns() { return _s; } inline const std::string& AggregateRequest::_internal_group_by_columns(int index) const { - return group_by_columns_.Get(index); + return _impl_.group_by_columns_.Get(index); } inline const std::string& AggregateRequest::group_by_columns(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AggregateRequest.group_by_columns) @@ -41284,55 +41830,55 @@ inline const std::string& AggregateRequest::group_by_columns(int index) const { } inline std::string* AggregateRequest::mutable_group_by_columns(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.AggregateRequest.group_by_columns) - return group_by_columns_.Mutable(index); + return _impl_.group_by_columns_.Mutable(index); } inline void AggregateRequest::set_group_by_columns(int index, const std::string& value) { - group_by_columns_.Mutable(index)->assign(value); + _impl_.group_by_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AggregateRequest.group_by_columns) } inline void AggregateRequest::set_group_by_columns(int index, std::string&& value) { - group_by_columns_.Mutable(index)->assign(std::move(value)); + _impl_.group_by_columns_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.AggregateRequest.group_by_columns) } inline void AggregateRequest::set_group_by_columns(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - group_by_columns_.Mutable(index)->assign(value); + _impl_.group_by_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.AggregateRequest.group_by_columns) } inline void AggregateRequest::set_group_by_columns(int index, const char* value, size_t size) { - group_by_columns_.Mutable(index)->assign( + _impl_.group_by_columns_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.AggregateRequest.group_by_columns) } inline std::string* AggregateRequest::_internal_add_group_by_columns() { - return group_by_columns_.Add(); + return _impl_.group_by_columns_.Add(); } inline void AggregateRequest::add_group_by_columns(const std::string& value) { - group_by_columns_.Add()->assign(value); + _impl_.group_by_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.AggregateRequest.group_by_columns) } inline void AggregateRequest::add_group_by_columns(std::string&& value) { - group_by_columns_.Add(std::move(value)); + _impl_.group_by_columns_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.AggregateRequest.group_by_columns) } inline void AggregateRequest::add_group_by_columns(const char* value) { GOOGLE_DCHECK(value != nullptr); - group_by_columns_.Add()->assign(value); + _impl_.group_by_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.AggregateRequest.group_by_columns) } inline void AggregateRequest::add_group_by_columns(const char* value, size_t size) { - group_by_columns_.Add()->assign(reinterpret_cast(value), size); + _impl_.group_by_columns_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.AggregateRequest.group_by_columns) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& AggregateRequest::group_by_columns() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.AggregateRequest.group_by_columns) - return group_by_columns_; + return _impl_.group_by_columns_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* AggregateRequest::mutable_group_by_columns() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.AggregateRequest.group_by_columns) - return &group_by_columns_; + return &_impl_.group_by_columns_; } // ------------------------------------------------------------------- @@ -41341,19 +41887,19 @@ AggregateRequest::mutable_group_by_columns() { // .io.deephaven.proto.backplane.grpc.AggSpec spec = 1; inline bool Aggregation_AggregationColumns::_internal_has_spec() const { - return this != internal_default_instance() && spec_ != nullptr; + return this != internal_default_instance() && _impl_.spec_ != nullptr; } inline bool Aggregation_AggregationColumns::has_spec() const { return _internal_has_spec(); } inline void Aggregation_AggregationColumns::clear_spec() { - if (GetArenaForAllocation() == nullptr && spec_ != nullptr) { - delete spec_; + if (GetArenaForAllocation() == nullptr && _impl_.spec_ != nullptr) { + delete _impl_.spec_; } - spec_ = nullptr; + _impl_.spec_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::AggSpec& Aggregation_AggregationColumns::_internal_spec() const { - const ::io::deephaven::proto::backplane::grpc::AggSpec* p = spec_; + const ::io::deephaven::proto::backplane::grpc::AggSpec* p = _impl_.spec_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_AggSpec_default_instance_); } @@ -41364,9 +41910,9 @@ inline const ::io::deephaven::proto::backplane::grpc::AggSpec& Aggregation_Aggre inline void Aggregation_AggregationColumns::unsafe_arena_set_allocated_spec( ::io::deephaven::proto::backplane::grpc::AggSpec* spec) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(spec_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.spec_); } - spec_ = spec; + _impl_.spec_ = spec; if (spec) { } else { @@ -41376,8 +41922,8 @@ inline void Aggregation_AggregationColumns::unsafe_arena_set_allocated_spec( } inline ::io::deephaven::proto::backplane::grpc::AggSpec* Aggregation_AggregationColumns::release_spec() { - ::io::deephaven::proto::backplane::grpc::AggSpec* temp = spec_; - spec_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec* temp = _impl_.spec_; + _impl_.spec_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -41392,17 +41938,17 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec* Aggregation_Aggregation inline ::io::deephaven::proto::backplane::grpc::AggSpec* Aggregation_AggregationColumns::unsafe_arena_release_spec() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.spec) - ::io::deephaven::proto::backplane::grpc::AggSpec* temp = spec_; - spec_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggSpec* temp = _impl_.spec_; + _impl_.spec_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::AggSpec* Aggregation_AggregationColumns::_internal_mutable_spec() { - if (spec_ == nullptr) { + if (_impl_.spec_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::AggSpec>(GetArenaForAllocation()); - spec_ = p; + _impl_.spec_ = p; } - return spec_; + return _impl_.spec_; } inline ::io::deephaven::proto::backplane::grpc::AggSpec* Aggregation_AggregationColumns::mutable_spec() { ::io::deephaven::proto::backplane::grpc::AggSpec* _msg = _internal_mutable_spec(); @@ -41412,7 +41958,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggSpec* Aggregation_Aggregation inline void Aggregation_AggregationColumns::set_allocated_spec(::io::deephaven::proto::backplane::grpc::AggSpec* spec) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete spec_; + delete _impl_.spec_; } if (spec) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -41425,19 +41971,19 @@ inline void Aggregation_AggregationColumns::set_allocated_spec(::io::deephaven:: } else { } - spec_ = spec; + _impl_.spec_ = spec; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.spec) } // repeated string match_pairs = 2; inline int Aggregation_AggregationColumns::_internal_match_pairs_size() const { - return match_pairs_.size(); + return _impl_.match_pairs_.size(); } inline int Aggregation_AggregationColumns::match_pairs_size() const { return _internal_match_pairs_size(); } inline void Aggregation_AggregationColumns::clear_match_pairs() { - match_pairs_.Clear(); + _impl_.match_pairs_.Clear(); } inline std::string* Aggregation_AggregationColumns::add_match_pairs() { std::string* _s = _internal_add_match_pairs(); @@ -41445,7 +41991,7 @@ inline std::string* Aggregation_AggregationColumns::add_match_pairs() { return _s; } inline const std::string& Aggregation_AggregationColumns::_internal_match_pairs(int index) const { - return match_pairs_.Get(index); + return _impl_.match_pairs_.Get(index); } inline const std::string& Aggregation_AggregationColumns::match_pairs(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.match_pairs) @@ -41453,55 +41999,55 @@ inline const std::string& Aggregation_AggregationColumns::match_pairs(int index) } inline std::string* Aggregation_AggregationColumns::mutable_match_pairs(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.match_pairs) - return match_pairs_.Mutable(index); + return _impl_.match_pairs_.Mutable(index); } inline void Aggregation_AggregationColumns::set_match_pairs(int index, const std::string& value) { - match_pairs_.Mutable(index)->assign(value); + _impl_.match_pairs_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.match_pairs) } inline void Aggregation_AggregationColumns::set_match_pairs(int index, std::string&& value) { - match_pairs_.Mutable(index)->assign(std::move(value)); + _impl_.match_pairs_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.match_pairs) } inline void Aggregation_AggregationColumns::set_match_pairs(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - match_pairs_.Mutable(index)->assign(value); + _impl_.match_pairs_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.match_pairs) } inline void Aggregation_AggregationColumns::set_match_pairs(int index, const char* value, size_t size) { - match_pairs_.Mutable(index)->assign( + _impl_.match_pairs_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.match_pairs) } inline std::string* Aggregation_AggregationColumns::_internal_add_match_pairs() { - return match_pairs_.Add(); + return _impl_.match_pairs_.Add(); } inline void Aggregation_AggregationColumns::add_match_pairs(const std::string& value) { - match_pairs_.Add()->assign(value); + _impl_.match_pairs_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.match_pairs) } inline void Aggregation_AggregationColumns::add_match_pairs(std::string&& value) { - match_pairs_.Add(std::move(value)); + _impl_.match_pairs_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.match_pairs) } inline void Aggregation_AggregationColumns::add_match_pairs(const char* value) { GOOGLE_DCHECK(value != nullptr); - match_pairs_.Add()->assign(value); + _impl_.match_pairs_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.match_pairs) } inline void Aggregation_AggregationColumns::add_match_pairs(const char* value, size_t size) { - match_pairs_.Add()->assign(reinterpret_cast(value), size); + _impl_.match_pairs_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.match_pairs) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& Aggregation_AggregationColumns::match_pairs() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.match_pairs) - return match_pairs_; + return _impl_.match_pairs_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* Aggregation_AggregationColumns::mutable_match_pairs() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.Aggregation.AggregationColumns.match_pairs) - return &match_pairs_; + return &_impl_.match_pairs_; } // ------------------------------------------------------------------- @@ -41510,7 +42056,7 @@ Aggregation_AggregationColumns::mutable_match_pairs() { // string column_name = 1; inline void Aggregation_AggregationCount::clear_column_name() { - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); } inline const std::string& Aggregation_AggregationCount::column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount.column_name) @@ -41520,7 +42066,7 @@ template inline PROTOBUF_ALWAYS_INLINE void Aggregation_AggregationCount::set_column_name(ArgT0&& arg0, ArgT... args) { - column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount.column_name) } inline std::string* Aggregation_AggregationCount::mutable_column_name() { @@ -41529,19 +42075,19 @@ inline std::string* Aggregation_AggregationCount::mutable_column_name() { return _s; } inline const std::string& Aggregation_AggregationCount::_internal_column_name() const { - return column_name_.Get(); + return _impl_.column_name_.Get(); } inline void Aggregation_AggregationCount::_internal_set_column_name(const std::string& value) { - column_name_.Set(value, GetArenaForAllocation()); + _impl_.column_name_.Set(value, GetArenaForAllocation()); } inline std::string* Aggregation_AggregationCount::_internal_mutable_column_name() { - return column_name_.Mutable(GetArenaForAllocation()); + return _impl_.column_name_.Mutable(GetArenaForAllocation()); } inline std::string* Aggregation_AggregationCount::release_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount.column_name) - return column_name_.Release(); + return _impl_.column_name_.Release(); } inline void Aggregation_AggregationCount::set_allocated_column_name(std::string* column_name) { if (column_name != nullptr) { @@ -41549,10 +42095,10 @@ inline void Aggregation_AggregationCount::set_allocated_column_name(std::string* } else { } - column_name_.SetAllocated(column_name, GetArenaForAllocation()); + _impl_.column_name_.SetAllocated(column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_name_.IsDefault()) { - column_name_.Set("", GetArenaForAllocation()); + if (_impl_.column_name_.IsDefault()) { + _impl_.column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.AggregationCount.column_name) @@ -41564,7 +42110,7 @@ inline void Aggregation_AggregationCount::set_allocated_column_name(std::string* // string column_name = 1; inline void Aggregation_AggregationRowKey::clear_column_name() { - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); } inline const std::string& Aggregation_AggregationRowKey::column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey.column_name) @@ -41574,7 +42120,7 @@ template inline PROTOBUF_ALWAYS_INLINE void Aggregation_AggregationRowKey::set_column_name(ArgT0&& arg0, ArgT... args) { - column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey.column_name) } inline std::string* Aggregation_AggregationRowKey::mutable_column_name() { @@ -41583,19 +42129,19 @@ inline std::string* Aggregation_AggregationRowKey::mutable_column_name() { return _s; } inline const std::string& Aggregation_AggregationRowKey::_internal_column_name() const { - return column_name_.Get(); + return _impl_.column_name_.Get(); } inline void Aggregation_AggregationRowKey::_internal_set_column_name(const std::string& value) { - column_name_.Set(value, GetArenaForAllocation()); + _impl_.column_name_.Set(value, GetArenaForAllocation()); } inline std::string* Aggregation_AggregationRowKey::_internal_mutable_column_name() { - return column_name_.Mutable(GetArenaForAllocation()); + return _impl_.column_name_.Mutable(GetArenaForAllocation()); } inline std::string* Aggregation_AggregationRowKey::release_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey.column_name) - return column_name_.Release(); + return _impl_.column_name_.Release(); } inline void Aggregation_AggregationRowKey::set_allocated_column_name(std::string* column_name) { if (column_name != nullptr) { @@ -41603,10 +42149,10 @@ inline void Aggregation_AggregationRowKey::set_allocated_column_name(std::string } else { } - column_name_.SetAllocated(column_name, GetArenaForAllocation()); + _impl_.column_name_.SetAllocated(column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_name_.IsDefault()) { - column_name_.Set("", GetArenaForAllocation()); + if (_impl_.column_name_.IsDefault()) { + _impl_.column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.AggregationRowKey.column_name) @@ -41618,7 +42164,7 @@ inline void Aggregation_AggregationRowKey::set_allocated_column_name(std::string // string column_name = 1; inline void Aggregation_AggregationPartition::clear_column_name() { - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); } inline const std::string& Aggregation_AggregationPartition::column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition.column_name) @@ -41628,7 +42174,7 @@ template inline PROTOBUF_ALWAYS_INLINE void Aggregation_AggregationPartition::set_column_name(ArgT0&& arg0, ArgT... args) { - column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition.column_name) } inline std::string* Aggregation_AggregationPartition::mutable_column_name() { @@ -41637,19 +42183,19 @@ inline std::string* Aggregation_AggregationPartition::mutable_column_name() { return _s; } inline const std::string& Aggregation_AggregationPartition::_internal_column_name() const { - return column_name_.Get(); + return _impl_.column_name_.Get(); } inline void Aggregation_AggregationPartition::_internal_set_column_name(const std::string& value) { - column_name_.Set(value, GetArenaForAllocation()); + _impl_.column_name_.Set(value, GetArenaForAllocation()); } inline std::string* Aggregation_AggregationPartition::_internal_mutable_column_name() { - return column_name_.Mutable(GetArenaForAllocation()); + return _impl_.column_name_.Mutable(GetArenaForAllocation()); } inline std::string* Aggregation_AggregationPartition::release_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition.column_name) - return column_name_.Release(); + return _impl_.column_name_.Release(); } inline void Aggregation_AggregationPartition::set_allocated_column_name(std::string* column_name) { if (column_name != nullptr) { @@ -41657,10 +42203,10 @@ inline void Aggregation_AggregationPartition::set_allocated_column_name(std::str } else { } - column_name_.SetAllocated(column_name, GetArenaForAllocation()); + _impl_.column_name_.SetAllocated(column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_name_.IsDefault()) { - column_name_.Set("", GetArenaForAllocation()); + if (_impl_.column_name_.IsDefault()) { + _impl_.column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition.column_name) @@ -41668,10 +42214,10 @@ inline void Aggregation_AggregationPartition::set_allocated_column_name(std::str // bool include_group_by_columns = 2; inline void Aggregation_AggregationPartition::clear_include_group_by_columns() { - include_group_by_columns_ = false; + _impl_.include_group_by_columns_ = false; } inline bool Aggregation_AggregationPartition::_internal_include_group_by_columns() const { - return include_group_by_columns_; + return _impl_.include_group_by_columns_; } inline bool Aggregation_AggregationPartition::include_group_by_columns() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.Aggregation.AggregationPartition.include_group_by_columns) @@ -41679,7 +42225,7 @@ inline bool Aggregation_AggregationPartition::include_group_by_columns() const { } inline void Aggregation_AggregationPartition::_internal_set_include_group_by_columns(bool value) { - include_group_by_columns_ = value; + _impl_.include_group_by_columns_ = value; } inline void Aggregation_AggregationPartition::set_include_group_by_columns(bool value) { _internal_set_include_group_by_columns(value); @@ -41698,12 +42244,12 @@ inline bool Aggregation::has_columns() const { return _internal_has_columns(); } inline void Aggregation::set_has_columns() { - _oneof_case_[0] = kColumns; + _impl_._oneof_case_[0] = kColumns; } inline void Aggregation::clear_columns() { if (_internal_has_columns()) { if (GetArenaForAllocation() == nullptr) { - delete type_.columns_; + delete _impl_.type_.columns_; } clear_has_type(); } @@ -41712,11 +42258,11 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Aggregation.columns) if (_internal_has_columns()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* temp = type_.columns_; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* temp = _impl_.type_.columns_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.columns_ = nullptr; + _impl_.type_.columns_ = nullptr; return temp; } else { return nullptr; @@ -41724,7 +42270,7 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* } inline const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns& Aggregation::_internal_columns() const { return _internal_has_columns() - ? *type_.columns_ + ? *_impl_.type_.columns_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns&>(::io::deephaven::proto::backplane::grpc::_Aggregation_AggregationColumns_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns& Aggregation::columns() const { @@ -41735,8 +42281,8 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Aggregation.columns) if (_internal_has_columns()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* temp = type_.columns_; - type_.columns_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* temp = _impl_.type_.columns_; + _impl_.type_.columns_ = nullptr; return temp; } else { return nullptr; @@ -41746,7 +42292,7 @@ inline void Aggregation::unsafe_arena_set_allocated_columns(::io::deephaven::pro clear_type(); if (columns) { set_has_columns(); - type_.columns_ = columns; + _impl_.type_.columns_ = columns; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.columns) } @@ -41754,9 +42300,9 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* if (!_internal_has_columns()) { clear_type(); set_has_columns(); - type_.columns_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns >(GetArenaForAllocation()); + _impl_.type_.columns_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns >(GetArenaForAllocation()); } - return type_.columns_; + return _impl_.type_.columns_; } inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* Aggregation::mutable_columns() { ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationColumns* _msg = _internal_mutable_columns(); @@ -41772,12 +42318,12 @@ inline bool Aggregation::has_count() const { return _internal_has_count(); } inline void Aggregation::set_has_count() { - _oneof_case_[0] = kCount; + _impl_._oneof_case_[0] = kCount; } inline void Aggregation::clear_count() { if (_internal_has_count()) { if (GetArenaForAllocation() == nullptr) { - delete type_.count_; + delete _impl_.type_.count_; } clear_has_type(); } @@ -41786,11 +42332,11 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount* Ag // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Aggregation.count) if (_internal_has_count()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount* temp = type_.count_; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount* temp = _impl_.type_.count_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.count_ = nullptr; + _impl_.type_.count_ = nullptr; return temp; } else { return nullptr; @@ -41798,7 +42344,7 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount* Ag } inline const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount& Aggregation::_internal_count() const { return _internal_has_count() - ? *type_.count_ + ? *_impl_.type_.count_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount&>(::io::deephaven::proto::backplane::grpc::_Aggregation_AggregationCount_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount& Aggregation::count() const { @@ -41809,8 +42355,8 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount* Ag // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Aggregation.count) if (_internal_has_count()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount* temp = type_.count_; - type_.count_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount* temp = _impl_.type_.count_; + _impl_.type_.count_ = nullptr; return temp; } else { return nullptr; @@ -41820,7 +42366,7 @@ inline void Aggregation::unsafe_arena_set_allocated_count(::io::deephaven::proto clear_type(); if (count) { set_has_count(); - type_.count_ = count; + _impl_.type_.count_ = count; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.count) } @@ -41828,9 +42374,9 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount* Ag if (!_internal_has_count()) { clear_type(); set_has_count(); - type_.count_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount >(GetArenaForAllocation()); + _impl_.type_.count_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount >(GetArenaForAllocation()); } - return type_.count_; + return _impl_.type_.count_; } inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount* Aggregation::mutable_count() { ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationCount* _msg = _internal_mutable_count(); @@ -41846,12 +42392,12 @@ inline bool Aggregation::has_first_row_key() const { return _internal_has_first_row_key(); } inline void Aggregation::set_has_first_row_key() { - _oneof_case_[0] = kFirstRowKey; + _impl_._oneof_case_[0] = kFirstRowKey; } inline void Aggregation::clear_first_row_key() { if (_internal_has_first_row_key()) { if (GetArenaForAllocation() == nullptr) { - delete type_.first_row_key_; + delete _impl_.type_.first_row_key_; } clear_has_type(); } @@ -41860,11 +42406,11 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* A // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Aggregation.first_row_key) if (_internal_has_first_row_key()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* temp = type_.first_row_key_; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* temp = _impl_.type_.first_row_key_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.first_row_key_ = nullptr; + _impl_.type_.first_row_key_ = nullptr; return temp; } else { return nullptr; @@ -41872,7 +42418,7 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* A } inline const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey& Aggregation::_internal_first_row_key() const { return _internal_has_first_row_key() - ? *type_.first_row_key_ + ? *_impl_.type_.first_row_key_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey&>(::io::deephaven::proto::backplane::grpc::_Aggregation_AggregationRowKey_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey& Aggregation::first_row_key() const { @@ -41883,8 +42429,8 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* A // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Aggregation.first_row_key) if (_internal_has_first_row_key()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* temp = type_.first_row_key_; - type_.first_row_key_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* temp = _impl_.type_.first_row_key_; + _impl_.type_.first_row_key_ = nullptr; return temp; } else { return nullptr; @@ -41894,7 +42440,7 @@ inline void Aggregation::unsafe_arena_set_allocated_first_row_key(::io::deephave clear_type(); if (first_row_key) { set_has_first_row_key(); - type_.first_row_key_ = first_row_key; + _impl_.type_.first_row_key_ = first_row_key; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.first_row_key) } @@ -41902,9 +42448,9 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* A if (!_internal_has_first_row_key()) { clear_type(); set_has_first_row_key(); - type_.first_row_key_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey >(GetArenaForAllocation()); + _impl_.type_.first_row_key_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey >(GetArenaForAllocation()); } - return type_.first_row_key_; + return _impl_.type_.first_row_key_; } inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* Aggregation::mutable_first_row_key() { ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* _msg = _internal_mutable_first_row_key(); @@ -41920,12 +42466,12 @@ inline bool Aggregation::has_last_row_key() const { return _internal_has_last_row_key(); } inline void Aggregation::set_has_last_row_key() { - _oneof_case_[0] = kLastRowKey; + _impl_._oneof_case_[0] = kLastRowKey; } inline void Aggregation::clear_last_row_key() { if (_internal_has_last_row_key()) { if (GetArenaForAllocation() == nullptr) { - delete type_.last_row_key_; + delete _impl_.type_.last_row_key_; } clear_has_type(); } @@ -41934,11 +42480,11 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* A // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Aggregation.last_row_key) if (_internal_has_last_row_key()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* temp = type_.last_row_key_; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* temp = _impl_.type_.last_row_key_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.last_row_key_ = nullptr; + _impl_.type_.last_row_key_ = nullptr; return temp; } else { return nullptr; @@ -41946,7 +42492,7 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* A } inline const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey& Aggregation::_internal_last_row_key() const { return _internal_has_last_row_key() - ? *type_.last_row_key_ + ? *_impl_.type_.last_row_key_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey&>(::io::deephaven::proto::backplane::grpc::_Aggregation_AggregationRowKey_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey& Aggregation::last_row_key() const { @@ -41957,8 +42503,8 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* A // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Aggregation.last_row_key) if (_internal_has_last_row_key()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* temp = type_.last_row_key_; - type_.last_row_key_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* temp = _impl_.type_.last_row_key_; + _impl_.type_.last_row_key_ = nullptr; return temp; } else { return nullptr; @@ -41968,7 +42514,7 @@ inline void Aggregation::unsafe_arena_set_allocated_last_row_key(::io::deephaven clear_type(); if (last_row_key) { set_has_last_row_key(); - type_.last_row_key_ = last_row_key; + _impl_.type_.last_row_key_ = last_row_key; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.last_row_key) } @@ -41976,9 +42522,9 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* A if (!_internal_has_last_row_key()) { clear_type(); set_has_last_row_key(); - type_.last_row_key_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey >(GetArenaForAllocation()); + _impl_.type_.last_row_key_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey >(GetArenaForAllocation()); } - return type_.last_row_key_; + return _impl_.type_.last_row_key_; } inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* Aggregation::mutable_last_row_key() { ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationRowKey* _msg = _internal_mutable_last_row_key(); @@ -41994,12 +42540,12 @@ inline bool Aggregation::has_partition() const { return _internal_has_partition(); } inline void Aggregation::set_has_partition() { - _oneof_case_[0] = kPartition; + _impl_._oneof_case_[0] = kPartition; } inline void Aggregation::clear_partition() { if (_internal_has_partition()) { if (GetArenaForAllocation() == nullptr) { - delete type_.partition_; + delete _impl_.type_.partition_; } clear_has_type(); } @@ -42008,11 +42554,11 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Aggregation.partition) if (_internal_has_partition()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition* temp = type_.partition_; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition* temp = _impl_.type_.partition_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - type_.partition_ = nullptr; + _impl_.type_.partition_ = nullptr; return temp; } else { return nullptr; @@ -42020,7 +42566,7 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition } inline const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition& Aggregation::_internal_partition() const { return _internal_has_partition() - ? *type_.partition_ + ? *_impl_.type_.partition_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition&>(::io::deephaven::proto::backplane::grpc::_Aggregation_AggregationPartition_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition& Aggregation::partition() const { @@ -42031,8 +42577,8 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Aggregation.partition) if (_internal_has_partition()) { clear_has_type(); - ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition* temp = type_.partition_; - type_.partition_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition* temp = _impl_.type_.partition_; + _impl_.type_.partition_ = nullptr; return temp; } else { return nullptr; @@ -42042,7 +42588,7 @@ inline void Aggregation::unsafe_arena_set_allocated_partition(::io::deephaven::p clear_type(); if (partition) { set_has_partition(); - type_.partition_ = partition; + _impl_.type_.partition_ = partition; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Aggregation.partition) } @@ -42050,9 +42596,9 @@ inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition if (!_internal_has_partition()) { clear_type(); set_has_partition(); - type_.partition_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition >(GetArenaForAllocation()); + _impl_.type_.partition_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition >(GetArenaForAllocation()); } - return type_.partition_; + return _impl_.type_.partition_; } inline ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition* Aggregation::mutable_partition() { ::io::deephaven::proto::backplane::grpc::Aggregation_AggregationPartition* _msg = _internal_mutable_partition(); @@ -42064,10 +42610,10 @@ inline bool Aggregation::has_type() const { return type_case() != TYPE_NOT_SET; } inline void Aggregation::clear_has_type() { - _oneof_case_[0] = TYPE_NOT_SET; + _impl_._oneof_case_[0] = TYPE_NOT_SET; } inline Aggregation::TypeCase Aggregation::type_case() const { - return Aggregation::TypeCase(_oneof_case_[0]); + return Aggregation::TypeCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -42075,7 +42621,7 @@ inline Aggregation::TypeCase Aggregation::type_case() const { // string column_name = 1; inline void SortDescriptor::clear_column_name() { - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); } inline const std::string& SortDescriptor::column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SortDescriptor.column_name) @@ -42085,7 +42631,7 @@ template inline PROTOBUF_ALWAYS_INLINE void SortDescriptor::set_column_name(ArgT0&& arg0, ArgT... args) { - column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.SortDescriptor.column_name) } inline std::string* SortDescriptor::mutable_column_name() { @@ -42094,19 +42640,19 @@ inline std::string* SortDescriptor::mutable_column_name() { return _s; } inline const std::string& SortDescriptor::_internal_column_name() const { - return column_name_.Get(); + return _impl_.column_name_.Get(); } inline void SortDescriptor::_internal_set_column_name(const std::string& value) { - column_name_.Set(value, GetArenaForAllocation()); + _impl_.column_name_.Set(value, GetArenaForAllocation()); } inline std::string* SortDescriptor::_internal_mutable_column_name() { - return column_name_.Mutable(GetArenaForAllocation()); + return _impl_.column_name_.Mutable(GetArenaForAllocation()); } inline std::string* SortDescriptor::release_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SortDescriptor.column_name) - return column_name_.Release(); + return _impl_.column_name_.Release(); } inline void SortDescriptor::set_allocated_column_name(std::string* column_name) { if (column_name != nullptr) { @@ -42114,10 +42660,10 @@ inline void SortDescriptor::set_allocated_column_name(std::string* column_name) } else { } - column_name_.SetAllocated(column_name, GetArenaForAllocation()); + _impl_.column_name_.SetAllocated(column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_name_.IsDefault()) { - column_name_.Set("", GetArenaForAllocation()); + if (_impl_.column_name_.IsDefault()) { + _impl_.column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SortDescriptor.column_name) @@ -42125,10 +42671,10 @@ inline void SortDescriptor::set_allocated_column_name(std::string* column_name) // bool is_absolute = 2; inline void SortDescriptor::clear_is_absolute() { - is_absolute_ = false; + _impl_.is_absolute_ = false; } inline bool SortDescriptor::_internal_is_absolute() const { - return is_absolute_; + return _impl_.is_absolute_; } inline bool SortDescriptor::is_absolute() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SortDescriptor.is_absolute) @@ -42136,7 +42682,7 @@ inline bool SortDescriptor::is_absolute() const { } inline void SortDescriptor::_internal_set_is_absolute(bool value) { - is_absolute_ = value; + _impl_.is_absolute_ = value; } inline void SortDescriptor::set_is_absolute(bool value) { _internal_set_is_absolute(value); @@ -42145,10 +42691,10 @@ inline void SortDescriptor::set_is_absolute(bool value) { // .io.deephaven.proto.backplane.grpc.SortDescriptor.SortDirection direction = 3; inline void SortDescriptor::clear_direction() { - direction_ = 0; + _impl_.direction_ = 0; } inline ::io::deephaven::proto::backplane::grpc::SortDescriptor_SortDirection SortDescriptor::_internal_direction() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::SortDescriptor_SortDirection >(direction_); + return static_cast< ::io::deephaven::proto::backplane::grpc::SortDescriptor_SortDirection >(_impl_.direction_); } inline ::io::deephaven::proto::backplane::grpc::SortDescriptor_SortDirection SortDescriptor::direction() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SortDescriptor.direction) @@ -42156,7 +42702,7 @@ inline ::io::deephaven::proto::backplane::grpc::SortDescriptor_SortDirection Sor } inline void SortDescriptor::_internal_set_direction(::io::deephaven::proto::backplane::grpc::SortDescriptor_SortDirection value) { - direction_ = value; + _impl_.direction_ = value; } inline void SortDescriptor::set_direction(::io::deephaven::proto::backplane::grpc::SortDescriptor_SortDirection value) { _internal_set_direction(value); @@ -42169,13 +42715,13 @@ inline void SortDescriptor::set_direction(::io::deephaven::proto::backplane::grp // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool SortTableRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool SortTableRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& SortTableRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -42186,9 +42732,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& SortTableRequest:: inline void SortTableRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -42198,8 +42744,8 @@ inline void SortTableRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* SortTableRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -42214,17 +42760,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* SortTableRequest::releas inline ::io::deephaven::proto::backplane::grpc::Ticket* SortTableRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SortTableRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* SortTableRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* SortTableRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -42234,7 +42780,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* SortTableRequest::mutabl inline void SortTableRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -42248,25 +42794,25 @@ inline void SortTableRequest::set_allocated_result_id(::io::deephaven::proto::ba } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SortTableRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool SortTableRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool SortTableRequest::has_source_id() const { return _internal_has_source_id(); } inline void SortTableRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& SortTableRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -42277,9 +42823,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& SortTableR inline void SortTableRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -42289,8 +42835,8 @@ inline void SortTableRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* SortTableRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -42305,17 +42851,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* SortTableRequest inline ::io::deephaven::proto::backplane::grpc::TableReference* SortTableRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SortTableRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* SortTableRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* SortTableRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -42325,7 +42871,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* SortTableRequest inline void SortTableRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -42338,38 +42884,38 @@ inline void SortTableRequest::set_allocated_source_id(::io::deephaven::proto::ba } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SortTableRequest.source_id) } // repeated .io.deephaven.proto.backplane.grpc.SortDescriptor sorts = 3; inline int SortTableRequest::_internal_sorts_size() const { - return sorts_.size(); + return _impl_.sorts_.size(); } inline int SortTableRequest::sorts_size() const { return _internal_sorts_size(); } inline void SortTableRequest::clear_sorts() { - sorts_.Clear(); + _impl_.sorts_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::SortDescriptor* SortTableRequest::mutable_sorts(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.SortTableRequest.sorts) - return sorts_.Mutable(index); + return _impl_.sorts_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::SortDescriptor >* SortTableRequest::mutable_sorts() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.SortTableRequest.sorts) - return &sorts_; + return &_impl_.sorts_; } inline const ::io::deephaven::proto::backplane::grpc::SortDescriptor& SortTableRequest::_internal_sorts(int index) const { - return sorts_.Get(index); + return _impl_.sorts_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::SortDescriptor& SortTableRequest::sorts(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SortTableRequest.sorts) return _internal_sorts(index); } inline ::io::deephaven::proto::backplane::grpc::SortDescriptor* SortTableRequest::_internal_add_sorts() { - return sorts_.Add(); + return _impl_.sorts_.Add(); } inline ::io::deephaven::proto::backplane::grpc::SortDescriptor* SortTableRequest::add_sorts() { ::io::deephaven::proto::backplane::grpc::SortDescriptor* _add = _internal_add_sorts(); @@ -42379,7 +42925,7 @@ inline ::io::deephaven::proto::backplane::grpc::SortDescriptor* SortTableRequest inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::SortDescriptor >& SortTableRequest::sorts() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.SortTableRequest.sorts) - return sorts_; + return _impl_.sorts_; } // ------------------------------------------------------------------- @@ -42388,13 +42934,13 @@ SortTableRequest::sorts() const { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool FilterTableRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool FilterTableRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& FilterTableRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -42405,9 +42951,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& FilterTableRequest inline void FilterTableRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -42417,8 +42963,8 @@ inline void FilterTableRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* FilterTableRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -42433,17 +42979,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* FilterTableRequest::rele inline ::io::deephaven::proto::backplane::grpc::Ticket* FilterTableRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FilterTableRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* FilterTableRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* FilterTableRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -42453,7 +42999,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* FilterTableRequest::muta inline void FilterTableRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -42467,25 +43013,25 @@ inline void FilterTableRequest::set_allocated_result_id(::io::deephaven::proto:: } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FilterTableRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool FilterTableRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool FilterTableRequest::has_source_id() const { return _internal_has_source_id(); } inline void FilterTableRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& FilterTableRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -42496,9 +43042,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& FilterTabl inline void FilterTableRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -42508,8 +43054,8 @@ inline void FilterTableRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* FilterTableRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -42524,17 +43070,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* FilterTableReque inline ::io::deephaven::proto::backplane::grpc::TableReference* FilterTableRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FilterTableRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* FilterTableRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* FilterTableRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -42544,7 +43090,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* FilterTableReque inline void FilterTableRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -42557,38 +43103,38 @@ inline void FilterTableRequest::set_allocated_source_id(::io::deephaven::proto:: } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FilterTableRequest.source_id) } // repeated .io.deephaven.proto.backplane.grpc.Condition filters = 3; inline int FilterTableRequest::_internal_filters_size() const { - return filters_.size(); + return _impl_.filters_.size(); } inline int FilterTableRequest::filters_size() const { return _internal_filters_size(); } inline void FilterTableRequest::clear_filters() { - filters_.Clear(); + _impl_.filters_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::Condition* FilterTableRequest::mutable_filters(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.FilterTableRequest.filters) - return filters_.Mutable(index); + return _impl_.filters_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition >* FilterTableRequest::mutable_filters() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.FilterTableRequest.filters) - return &filters_; + return &_impl_.filters_; } inline const ::io::deephaven::proto::backplane::grpc::Condition& FilterTableRequest::_internal_filters(int index) const { - return filters_.Get(index); + return _impl_.filters_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::Condition& FilterTableRequest::filters(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.FilterTableRequest.filters) return _internal_filters(index); } inline ::io::deephaven::proto::backplane::grpc::Condition* FilterTableRequest::_internal_add_filters() { - return filters_.Add(); + return _impl_.filters_.Add(); } inline ::io::deephaven::proto::backplane::grpc::Condition* FilterTableRequest::add_filters() { ::io::deephaven::proto::backplane::grpc::Condition* _add = _internal_add_filters(); @@ -42598,7 +43144,7 @@ inline ::io::deephaven::proto::backplane::grpc::Condition* FilterTableRequest::a inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition >& FilterTableRequest::filters() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.FilterTableRequest.filters) - return filters_; + return _impl_.filters_; } // ------------------------------------------------------------------- @@ -42607,13 +43153,13 @@ FilterTableRequest::filters() const { // .io.deephaven.proto.backplane.grpc.Ticket source_id = 1; inline bool SeekRowRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool SeekRowRequest::has_source_id() const { return _internal_has_source_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& SeekRowRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -42624,9 +43170,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& SeekRowRequest::so inline void SeekRowRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::Ticket* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -42636,8 +43182,8 @@ inline void SeekRowRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* SeekRowRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -42652,17 +43198,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* SeekRowRequest::release_ inline ::io::deephaven::proto::backplane::grpc::Ticket* SeekRowRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SeekRowRequest.source_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* SeekRowRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* SeekRowRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_source_id(); @@ -42672,7 +43218,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* SeekRowRequest::mutable_ inline void SeekRowRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::Ticket* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -42686,16 +43232,16 @@ inline void SeekRowRequest::set_allocated_source_id(::io::deephaven::proto::back } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SeekRowRequest.source_id) } // sint64 starting_row = 2 [jstype = JS_STRING]; inline void SeekRowRequest::clear_starting_row() { - starting_row_ = int64_t{0}; + _impl_.starting_row_ = int64_t{0}; } inline int64_t SeekRowRequest::_internal_starting_row() const { - return starting_row_; + return _impl_.starting_row_; } inline int64_t SeekRowRequest::starting_row() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SeekRowRequest.starting_row) @@ -42703,7 +43249,7 @@ inline int64_t SeekRowRequest::starting_row() const { } inline void SeekRowRequest::_internal_set_starting_row(int64_t value) { - starting_row_ = value; + _impl_.starting_row_ = value; } inline void SeekRowRequest::set_starting_row(int64_t value) { _internal_set_starting_row(value); @@ -42712,7 +43258,7 @@ inline void SeekRowRequest::set_starting_row(int64_t value) { // string column_name = 3; inline void SeekRowRequest::clear_column_name() { - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); } inline const std::string& SeekRowRequest::column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SeekRowRequest.column_name) @@ -42722,7 +43268,7 @@ template inline PROTOBUF_ALWAYS_INLINE void SeekRowRequest::set_column_name(ArgT0&& arg0, ArgT... args) { - column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.SeekRowRequest.column_name) } inline std::string* SeekRowRequest::mutable_column_name() { @@ -42731,19 +43277,19 @@ inline std::string* SeekRowRequest::mutable_column_name() { return _s; } inline const std::string& SeekRowRequest::_internal_column_name() const { - return column_name_.Get(); + return _impl_.column_name_.Get(); } inline void SeekRowRequest::_internal_set_column_name(const std::string& value) { - column_name_.Set(value, GetArenaForAllocation()); + _impl_.column_name_.Set(value, GetArenaForAllocation()); } inline std::string* SeekRowRequest::_internal_mutable_column_name() { - return column_name_.Mutable(GetArenaForAllocation()); + return _impl_.column_name_.Mutable(GetArenaForAllocation()); } inline std::string* SeekRowRequest::release_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SeekRowRequest.column_name) - return column_name_.Release(); + return _impl_.column_name_.Release(); } inline void SeekRowRequest::set_allocated_column_name(std::string* column_name) { if (column_name != nullptr) { @@ -42751,10 +43297,10 @@ inline void SeekRowRequest::set_allocated_column_name(std::string* column_name) } else { } - column_name_.SetAllocated(column_name, GetArenaForAllocation()); + _impl_.column_name_.SetAllocated(column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_name_.IsDefault()) { - column_name_.Set("", GetArenaForAllocation()); + if (_impl_.column_name_.IsDefault()) { + _impl_.column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SeekRowRequest.column_name) @@ -42762,19 +43308,19 @@ inline void SeekRowRequest::set_allocated_column_name(std::string* column_name) // .io.deephaven.proto.backplane.grpc.Literal seek_value = 4; inline bool SeekRowRequest::_internal_has_seek_value() const { - return this != internal_default_instance() && seek_value_ != nullptr; + return this != internal_default_instance() && _impl_.seek_value_ != nullptr; } inline bool SeekRowRequest::has_seek_value() const { return _internal_has_seek_value(); } inline void SeekRowRequest::clear_seek_value() { - if (GetArenaForAllocation() == nullptr && seek_value_ != nullptr) { - delete seek_value_; + if (GetArenaForAllocation() == nullptr && _impl_.seek_value_ != nullptr) { + delete _impl_.seek_value_; } - seek_value_ = nullptr; + _impl_.seek_value_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::Literal& SeekRowRequest::_internal_seek_value() const { - const ::io::deephaven::proto::backplane::grpc::Literal* p = seek_value_; + const ::io::deephaven::proto::backplane::grpc::Literal* p = _impl_.seek_value_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Literal_default_instance_); } @@ -42785,9 +43331,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Literal& SeekRowRequest::s inline void SeekRowRequest::unsafe_arena_set_allocated_seek_value( ::io::deephaven::proto::backplane::grpc::Literal* seek_value) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(seek_value_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.seek_value_); } - seek_value_ = seek_value; + _impl_.seek_value_ = seek_value; if (seek_value) { } else { @@ -42797,8 +43343,8 @@ inline void SeekRowRequest::unsafe_arena_set_allocated_seek_value( } inline ::io::deephaven::proto::backplane::grpc::Literal* SeekRowRequest::release_seek_value() { - ::io::deephaven::proto::backplane::grpc::Literal* temp = seek_value_; - seek_value_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Literal* temp = _impl_.seek_value_; + _impl_.seek_value_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -42813,17 +43359,17 @@ inline ::io::deephaven::proto::backplane::grpc::Literal* SeekRowRequest::release inline ::io::deephaven::proto::backplane::grpc::Literal* SeekRowRequest::unsafe_arena_release_seek_value() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SeekRowRequest.seek_value) - ::io::deephaven::proto::backplane::grpc::Literal* temp = seek_value_; - seek_value_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Literal* temp = _impl_.seek_value_; + _impl_.seek_value_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Literal* SeekRowRequest::_internal_mutable_seek_value() { - if (seek_value_ == nullptr) { + if (_impl_.seek_value_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Literal>(GetArenaForAllocation()); - seek_value_ = p; + _impl_.seek_value_ = p; } - return seek_value_; + return _impl_.seek_value_; } inline ::io::deephaven::proto::backplane::grpc::Literal* SeekRowRequest::mutable_seek_value() { ::io::deephaven::proto::backplane::grpc::Literal* _msg = _internal_mutable_seek_value(); @@ -42833,7 +43379,7 @@ inline ::io::deephaven::proto::backplane::grpc::Literal* SeekRowRequest::mutable inline void SeekRowRequest::set_allocated_seek_value(::io::deephaven::proto::backplane::grpc::Literal* seek_value) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete seek_value_; + delete _impl_.seek_value_; } if (seek_value) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -42846,16 +43392,16 @@ inline void SeekRowRequest::set_allocated_seek_value(::io::deephaven::proto::bac } else { } - seek_value_ = seek_value; + _impl_.seek_value_ = seek_value; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SeekRowRequest.seek_value) } // bool insensitive = 5; inline void SeekRowRequest::clear_insensitive() { - insensitive_ = false; + _impl_.insensitive_ = false; } inline bool SeekRowRequest::_internal_insensitive() const { - return insensitive_; + return _impl_.insensitive_; } inline bool SeekRowRequest::insensitive() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SeekRowRequest.insensitive) @@ -42863,7 +43409,7 @@ inline bool SeekRowRequest::insensitive() const { } inline void SeekRowRequest::_internal_set_insensitive(bool value) { - insensitive_ = value; + _impl_.insensitive_ = value; } inline void SeekRowRequest::set_insensitive(bool value) { _internal_set_insensitive(value); @@ -42872,10 +43418,10 @@ inline void SeekRowRequest::set_insensitive(bool value) { // bool contains = 6; inline void SeekRowRequest::clear_contains() { - contains_ = false; + _impl_.contains_ = false; } inline bool SeekRowRequest::_internal_contains() const { - return contains_; + return _impl_.contains_; } inline bool SeekRowRequest::contains() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SeekRowRequest.contains) @@ -42883,7 +43429,7 @@ inline bool SeekRowRequest::contains() const { } inline void SeekRowRequest::_internal_set_contains(bool value) { - contains_ = value; + _impl_.contains_ = value; } inline void SeekRowRequest::set_contains(bool value) { _internal_set_contains(value); @@ -42892,10 +43438,10 @@ inline void SeekRowRequest::set_contains(bool value) { // bool is_backward = 7; inline void SeekRowRequest::clear_is_backward() { - is_backward_ = false; + _impl_.is_backward_ = false; } inline bool SeekRowRequest::_internal_is_backward() const { - return is_backward_; + return _impl_.is_backward_; } inline bool SeekRowRequest::is_backward() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SeekRowRequest.is_backward) @@ -42903,7 +43449,7 @@ inline bool SeekRowRequest::is_backward() const { } inline void SeekRowRequest::_internal_set_is_backward(bool value) { - is_backward_ = value; + _impl_.is_backward_ = value; } inline void SeekRowRequest::set_is_backward(bool value) { _internal_set_is_backward(value); @@ -42916,10 +43462,10 @@ inline void SeekRowRequest::set_is_backward(bool value) { // sint64 result_row = 1 [jstype = JS_STRING]; inline void SeekRowResponse::clear_result_row() { - result_row_ = int64_t{0}; + _impl_.result_row_ = int64_t{0}; } inline int64_t SeekRowResponse::_internal_result_row() const { - return result_row_; + return _impl_.result_row_; } inline int64_t SeekRowResponse::result_row() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SeekRowResponse.result_row) @@ -42927,7 +43473,7 @@ inline int64_t SeekRowResponse::result_row() const { } inline void SeekRowResponse::_internal_set_result_row(int64_t value) { - result_row_ = value; + _impl_.result_row_ = value; } inline void SeekRowResponse::set_result_row(int64_t value) { _internal_set_result_row(value); @@ -42940,7 +43486,7 @@ inline void SeekRowResponse::set_result_row(int64_t value) { // string column_name = 1; inline void Reference::clear_column_name() { - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); } inline const std::string& Reference::column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.Reference.column_name) @@ -42950,7 +43496,7 @@ template inline PROTOBUF_ALWAYS_INLINE void Reference::set_column_name(ArgT0&& arg0, ArgT... args) { - column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.Reference.column_name) } inline std::string* Reference::mutable_column_name() { @@ -42959,19 +43505,19 @@ inline std::string* Reference::mutable_column_name() { return _s; } inline const std::string& Reference::_internal_column_name() const { - return column_name_.Get(); + return _impl_.column_name_.Get(); } inline void Reference::_internal_set_column_name(const std::string& value) { - column_name_.Set(value, GetArenaForAllocation()); + _impl_.column_name_.Set(value, GetArenaForAllocation()); } inline std::string* Reference::_internal_mutable_column_name() { - return column_name_.Mutable(GetArenaForAllocation()); + return _impl_.column_name_.Mutable(GetArenaForAllocation()); } inline std::string* Reference::release_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Reference.column_name) - return column_name_.Release(); + return _impl_.column_name_.Release(); } inline void Reference::set_allocated_column_name(std::string* column_name) { if (column_name != nullptr) { @@ -42979,10 +43525,10 @@ inline void Reference::set_allocated_column_name(std::string* column_name) { } else { } - column_name_.SetAllocated(column_name, GetArenaForAllocation()); + _impl_.column_name_.SetAllocated(column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_name_.IsDefault()) { - column_name_.Set("", GetArenaForAllocation()); + if (_impl_.column_name_.IsDefault()) { + _impl_.column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Reference.column_name) @@ -43000,11 +43546,11 @@ inline bool Literal::has_string_value() const { return _internal_has_string_value(); } inline void Literal::set_has_string_value() { - _oneof_case_[0] = kStringValue; + _impl_._oneof_case_[0] = kStringValue; } inline void Literal::clear_string_value() { if (_internal_has_string_value()) { - value_.string_value_.Destroy(); + _impl_.value_.string_value_.Destroy(); clear_has_value(); } } @@ -43017,9 +43563,9 @@ inline void Literal::set_string_value(ArgT0&& arg0, ArgT... args) { if (!_internal_has_string_value()) { clear_value(); set_has_string_value(); - value_.string_value_.InitDefault(); + _impl_.value_.string_value_.InitDefault(); } - value_.string_value_.Set( static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.value_.string_value_.Set( static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.Literal.string_value) } inline std::string* Literal::mutable_string_value() { @@ -43029,7 +43575,7 @@ inline std::string* Literal::mutable_string_value() { } inline const std::string& Literal::_internal_string_value() const { if (_internal_has_string_value()) { - return value_.string_value_.Get(); + return _impl_.value_.string_value_.Get(); } return ::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(); } @@ -43037,23 +43583,23 @@ inline void Literal::_internal_set_string_value(const std::string& value) { if (!_internal_has_string_value()) { clear_value(); set_has_string_value(); - value_.string_value_.InitDefault(); + _impl_.value_.string_value_.InitDefault(); } - value_.string_value_.Set(value, GetArenaForAllocation()); + _impl_.value_.string_value_.Set(value, GetArenaForAllocation()); } inline std::string* Literal::_internal_mutable_string_value() { if (!_internal_has_string_value()) { clear_value(); set_has_string_value(); - value_.string_value_.InitDefault(); + _impl_.value_.string_value_.InitDefault(); } - return value_.string_value_.Mutable( GetArenaForAllocation()); + return _impl_.value_.string_value_.Mutable( GetArenaForAllocation()); } inline std::string* Literal::release_string_value() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Literal.string_value) if (_internal_has_string_value()) { clear_has_value(); - return value_.string_value_.Release(); + return _impl_.value_.string_value_.Release(); } else { return nullptr; } @@ -43064,7 +43610,7 @@ inline void Literal::set_allocated_string_value(std::string* string_value) { } if (string_value != nullptr) { set_has_string_value(); - value_.string_value_.InitAllocated(string_value, GetArenaForAllocation()); + _impl_.value_.string_value_.InitAllocated(string_value, GetArenaForAllocation()); } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Literal.string_value) } @@ -43077,17 +43623,17 @@ inline bool Literal::has_double_value() const { return _internal_has_double_value(); } inline void Literal::set_has_double_value() { - _oneof_case_[0] = kDoubleValue; + _impl_._oneof_case_[0] = kDoubleValue; } inline void Literal::clear_double_value() { if (_internal_has_double_value()) { - value_.double_value_ = 0; + _impl_.value_.double_value_ = 0; clear_has_value(); } } inline double Literal::_internal_double_value() const { if (_internal_has_double_value()) { - return value_.double_value_; + return _impl_.value_.double_value_; } return 0; } @@ -43096,7 +43642,7 @@ inline void Literal::_internal_set_double_value(double value) { clear_value(); set_has_double_value(); } - value_.double_value_ = value; + _impl_.value_.double_value_ = value; } inline double Literal::double_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.Literal.double_value) @@ -43115,17 +43661,17 @@ inline bool Literal::has_bool_value() const { return _internal_has_bool_value(); } inline void Literal::set_has_bool_value() { - _oneof_case_[0] = kBoolValue; + _impl_._oneof_case_[0] = kBoolValue; } inline void Literal::clear_bool_value() { if (_internal_has_bool_value()) { - value_.bool_value_ = false; + _impl_.value_.bool_value_ = false; clear_has_value(); } } inline bool Literal::_internal_bool_value() const { if (_internal_has_bool_value()) { - return value_.bool_value_; + return _impl_.value_.bool_value_; } return false; } @@ -43134,7 +43680,7 @@ inline void Literal::_internal_set_bool_value(bool value) { clear_value(); set_has_bool_value(); } - value_.bool_value_ = value; + _impl_.value_.bool_value_ = value; } inline bool Literal::bool_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.Literal.bool_value) @@ -43153,17 +43699,17 @@ inline bool Literal::has_long_value() const { return _internal_has_long_value(); } inline void Literal::set_has_long_value() { - _oneof_case_[0] = kLongValue; + _impl_._oneof_case_[0] = kLongValue; } inline void Literal::clear_long_value() { if (_internal_has_long_value()) { - value_.long_value_ = int64_t{0}; + _impl_.value_.long_value_ = int64_t{0}; clear_has_value(); } } inline int64_t Literal::_internal_long_value() const { if (_internal_has_long_value()) { - return value_.long_value_; + return _impl_.value_.long_value_; } return int64_t{0}; } @@ -43172,7 +43718,7 @@ inline void Literal::_internal_set_long_value(int64_t value) { clear_value(); set_has_long_value(); } - value_.long_value_ = value; + _impl_.value_.long_value_ = value; } inline int64_t Literal::long_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.Literal.long_value) @@ -43191,17 +43737,17 @@ inline bool Literal::has_nano_time_value() const { return _internal_has_nano_time_value(); } inline void Literal::set_has_nano_time_value() { - _oneof_case_[0] = kNanoTimeValue; + _impl_._oneof_case_[0] = kNanoTimeValue; } inline void Literal::clear_nano_time_value() { if (_internal_has_nano_time_value()) { - value_.nano_time_value_ = int64_t{0}; + _impl_.value_.nano_time_value_ = int64_t{0}; clear_has_value(); } } inline int64_t Literal::_internal_nano_time_value() const { if (_internal_has_nano_time_value()) { - return value_.nano_time_value_; + return _impl_.value_.nano_time_value_; } return int64_t{0}; } @@ -43210,7 +43756,7 @@ inline void Literal::_internal_set_nano_time_value(int64_t value) { clear_value(); set_has_nano_time_value(); } - value_.nano_time_value_ = value; + _impl_.value_.nano_time_value_ = value; } inline int64_t Literal::nano_time_value() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.Literal.nano_time_value) @@ -43225,10 +43771,10 @@ inline bool Literal::has_value() const { return value_case() != VALUE_NOT_SET; } inline void Literal::clear_has_value() { - _oneof_case_[0] = VALUE_NOT_SET; + _impl_._oneof_case_[0] = VALUE_NOT_SET; } inline Literal::ValueCase Literal::value_case() const { - return Literal::ValueCase(_oneof_case_[0]); + return Literal::ValueCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -43242,12 +43788,12 @@ inline bool Value::has_reference() const { return _internal_has_reference(); } inline void Value::set_has_reference() { - _oneof_case_[0] = kReference; + _impl_._oneof_case_[0] = kReference; } inline void Value::clear_reference() { if (_internal_has_reference()) { if (GetArenaForAllocation() == nullptr) { - delete data_.reference_; + delete _impl_.data_.reference_; } clear_has_data(); } @@ -43256,11 +43802,11 @@ inline ::io::deephaven::proto::backplane::grpc::Reference* Value::release_refere // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Value.reference) if (_internal_has_reference()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::Reference* temp = data_.reference_; + ::io::deephaven::proto::backplane::grpc::Reference* temp = _impl_.data_.reference_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - data_.reference_ = nullptr; + _impl_.data_.reference_ = nullptr; return temp; } else { return nullptr; @@ -43268,7 +43814,7 @@ inline ::io::deephaven::proto::backplane::grpc::Reference* Value::release_refere } inline const ::io::deephaven::proto::backplane::grpc::Reference& Value::_internal_reference() const { return _internal_has_reference() - ? *data_.reference_ + ? *_impl_.data_.reference_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::Reference&>(::io::deephaven::proto::backplane::grpc::_Reference_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::Reference& Value::reference() const { @@ -43279,8 +43825,8 @@ inline ::io::deephaven::proto::backplane::grpc::Reference* Value::unsafe_arena_r // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Value.reference) if (_internal_has_reference()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::Reference* temp = data_.reference_; - data_.reference_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Reference* temp = _impl_.data_.reference_; + _impl_.data_.reference_ = nullptr; return temp; } else { return nullptr; @@ -43290,7 +43836,7 @@ inline void Value::unsafe_arena_set_allocated_reference(::io::deephaven::proto:: clear_data(); if (reference) { set_has_reference(); - data_.reference_ = reference; + _impl_.data_.reference_ = reference; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Value.reference) } @@ -43298,9 +43844,9 @@ inline ::io::deephaven::proto::backplane::grpc::Reference* Value::_internal_muta if (!_internal_has_reference()) { clear_data(); set_has_reference(); - data_.reference_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Reference >(GetArenaForAllocation()); + _impl_.data_.reference_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Reference >(GetArenaForAllocation()); } - return data_.reference_; + return _impl_.data_.reference_; } inline ::io::deephaven::proto::backplane::grpc::Reference* Value::mutable_reference() { ::io::deephaven::proto::backplane::grpc::Reference* _msg = _internal_mutable_reference(); @@ -43316,12 +43862,12 @@ inline bool Value::has_literal() const { return _internal_has_literal(); } inline void Value::set_has_literal() { - _oneof_case_[0] = kLiteral; + _impl_._oneof_case_[0] = kLiteral; } inline void Value::clear_literal() { if (_internal_has_literal()) { if (GetArenaForAllocation() == nullptr) { - delete data_.literal_; + delete _impl_.data_.literal_; } clear_has_data(); } @@ -43330,11 +43876,11 @@ inline ::io::deephaven::proto::backplane::grpc::Literal* Value::release_literal( // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Value.literal) if (_internal_has_literal()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::Literal* temp = data_.literal_; + ::io::deephaven::proto::backplane::grpc::Literal* temp = _impl_.data_.literal_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - data_.literal_ = nullptr; + _impl_.data_.literal_ = nullptr; return temp; } else { return nullptr; @@ -43342,7 +43888,7 @@ inline ::io::deephaven::proto::backplane::grpc::Literal* Value::release_literal( } inline const ::io::deephaven::proto::backplane::grpc::Literal& Value::_internal_literal() const { return _internal_has_literal() - ? *data_.literal_ + ? *_impl_.data_.literal_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::Literal&>(::io::deephaven::proto::backplane::grpc::_Literal_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::Literal& Value::literal() const { @@ -43353,8 +43899,8 @@ inline ::io::deephaven::proto::backplane::grpc::Literal* Value::unsafe_arena_rel // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Value.literal) if (_internal_has_literal()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::Literal* temp = data_.literal_; - data_.literal_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Literal* temp = _impl_.data_.literal_; + _impl_.data_.literal_ = nullptr; return temp; } else { return nullptr; @@ -43364,7 +43910,7 @@ inline void Value::unsafe_arena_set_allocated_literal(::io::deephaven::proto::ba clear_data(); if (literal) { set_has_literal(); - data_.literal_ = literal; + _impl_.data_.literal_ = literal; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Value.literal) } @@ -43372,9 +43918,9 @@ inline ::io::deephaven::proto::backplane::grpc::Literal* Value::_internal_mutabl if (!_internal_has_literal()) { clear_data(); set_has_literal(); - data_.literal_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Literal >(GetArenaForAllocation()); + _impl_.data_.literal_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::Literal >(GetArenaForAllocation()); } - return data_.literal_; + return _impl_.data_.literal_; } inline ::io::deephaven::proto::backplane::grpc::Literal* Value::mutable_literal() { ::io::deephaven::proto::backplane::grpc::Literal* _msg = _internal_mutable_literal(); @@ -43386,10 +43932,10 @@ inline bool Value::has_data() const { return data_case() != DATA_NOT_SET; } inline void Value::clear_has_data() { - _oneof_case_[0] = DATA_NOT_SET; + _impl_._oneof_case_[0] = DATA_NOT_SET; } inline Value::DataCase Value::data_case() const { - return Value::DataCase(_oneof_case_[0]); + return Value::DataCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -43403,12 +43949,12 @@ inline bool Condition::has_and_() const { return _internal_has_and_(); } inline void Condition::set_has_and_() { - _oneof_case_[0] = kAnd; + _impl_._oneof_case_[0] = kAnd; } inline void Condition::clear_and_() { if (_internal_has_and_()) { if (GetArenaForAllocation() == nullptr) { - delete data_.and__; + delete _impl_.data_.and__; } clear_has_data(); } @@ -43417,11 +43963,11 @@ inline ::io::deephaven::proto::backplane::grpc::AndCondition* Condition::release // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Condition.and) if (_internal_has_and_()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::AndCondition* temp = data_.and__; + ::io::deephaven::proto::backplane::grpc::AndCondition* temp = _impl_.data_.and__; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - data_.and__ = nullptr; + _impl_.data_.and__ = nullptr; return temp; } else { return nullptr; @@ -43429,7 +43975,7 @@ inline ::io::deephaven::proto::backplane::grpc::AndCondition* Condition::release } inline const ::io::deephaven::proto::backplane::grpc::AndCondition& Condition::_internal_and_() const { return _internal_has_and_() - ? *data_.and__ + ? *_impl_.data_.and__ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AndCondition&>(::io::deephaven::proto::backplane::grpc::_AndCondition_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AndCondition& Condition::and_() const { @@ -43440,8 +43986,8 @@ inline ::io::deephaven::proto::backplane::grpc::AndCondition* Condition::unsafe_ // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Condition.and) if (_internal_has_and_()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::AndCondition* temp = data_.and__; - data_.and__ = nullptr; + ::io::deephaven::proto::backplane::grpc::AndCondition* temp = _impl_.data_.and__; + _impl_.data_.and__ = nullptr; return temp; } else { return nullptr; @@ -43451,7 +43997,7 @@ inline void Condition::unsafe_arena_set_allocated_and_(::io::deephaven::proto::b clear_data(); if (and_) { set_has_and_(); - data_.and__ = and_; + _impl_.data_.and__ = and_; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Condition.and) } @@ -43459,9 +44005,9 @@ inline ::io::deephaven::proto::backplane::grpc::AndCondition* Condition::_intern if (!_internal_has_and_()) { clear_data(); set_has_and_(); - data_.and__ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AndCondition >(GetArenaForAllocation()); + _impl_.data_.and__ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AndCondition >(GetArenaForAllocation()); } - return data_.and__; + return _impl_.data_.and__; } inline ::io::deephaven::proto::backplane::grpc::AndCondition* Condition::mutable_and_() { ::io::deephaven::proto::backplane::grpc::AndCondition* _msg = _internal_mutable_and_(); @@ -43477,12 +44023,12 @@ inline bool Condition::has_or_() const { return _internal_has_or_(); } inline void Condition::set_has_or_() { - _oneof_case_[0] = kOr; + _impl_._oneof_case_[0] = kOr; } inline void Condition::clear_or_() { if (_internal_has_or_()) { if (GetArenaForAllocation() == nullptr) { - delete data_.or__; + delete _impl_.data_.or__; } clear_has_data(); } @@ -43491,11 +44037,11 @@ inline ::io::deephaven::proto::backplane::grpc::OrCondition* Condition::release_ // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Condition.or) if (_internal_has_or_()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::OrCondition* temp = data_.or__; + ::io::deephaven::proto::backplane::grpc::OrCondition* temp = _impl_.data_.or__; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - data_.or__ = nullptr; + _impl_.data_.or__ = nullptr; return temp; } else { return nullptr; @@ -43503,7 +44049,7 @@ inline ::io::deephaven::proto::backplane::grpc::OrCondition* Condition::release_ } inline const ::io::deephaven::proto::backplane::grpc::OrCondition& Condition::_internal_or_() const { return _internal_has_or_() - ? *data_.or__ + ? *_impl_.data_.or__ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::OrCondition&>(::io::deephaven::proto::backplane::grpc::_OrCondition_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::OrCondition& Condition::or_() const { @@ -43514,8 +44060,8 @@ inline ::io::deephaven::proto::backplane::grpc::OrCondition* Condition::unsafe_a // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Condition.or) if (_internal_has_or_()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::OrCondition* temp = data_.or__; - data_.or__ = nullptr; + ::io::deephaven::proto::backplane::grpc::OrCondition* temp = _impl_.data_.or__; + _impl_.data_.or__ = nullptr; return temp; } else { return nullptr; @@ -43525,7 +44071,7 @@ inline void Condition::unsafe_arena_set_allocated_or_(::io::deephaven::proto::ba clear_data(); if (or_) { set_has_or_(); - data_.or__ = or_; + _impl_.data_.or__ = or_; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Condition.or) } @@ -43533,9 +44079,9 @@ inline ::io::deephaven::proto::backplane::grpc::OrCondition* Condition::_interna if (!_internal_has_or_()) { clear_data(); set_has_or_(); - data_.or__ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::OrCondition >(GetArenaForAllocation()); + _impl_.data_.or__ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::OrCondition >(GetArenaForAllocation()); } - return data_.or__; + return _impl_.data_.or__; } inline ::io::deephaven::proto::backplane::grpc::OrCondition* Condition::mutable_or_() { ::io::deephaven::proto::backplane::grpc::OrCondition* _msg = _internal_mutable_or_(); @@ -43551,12 +44097,12 @@ inline bool Condition::has_not_() const { return _internal_has_not_(); } inline void Condition::set_has_not_() { - _oneof_case_[0] = kNot; + _impl_._oneof_case_[0] = kNot; } inline void Condition::clear_not_() { if (_internal_has_not_()) { if (GetArenaForAllocation() == nullptr) { - delete data_.not__; + delete _impl_.data_.not__; } clear_has_data(); } @@ -43565,11 +44111,11 @@ inline ::io::deephaven::proto::backplane::grpc::NotCondition* Condition::release // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Condition.not) if (_internal_has_not_()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::NotCondition* temp = data_.not__; + ::io::deephaven::proto::backplane::grpc::NotCondition* temp = _impl_.data_.not__; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - data_.not__ = nullptr; + _impl_.data_.not__ = nullptr; return temp; } else { return nullptr; @@ -43577,7 +44123,7 @@ inline ::io::deephaven::proto::backplane::grpc::NotCondition* Condition::release } inline const ::io::deephaven::proto::backplane::grpc::NotCondition& Condition::_internal_not_() const { return _internal_has_not_() - ? *data_.not__ + ? *_impl_.data_.not__ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::NotCondition&>(::io::deephaven::proto::backplane::grpc::_NotCondition_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::NotCondition& Condition::not_() const { @@ -43588,8 +44134,8 @@ inline ::io::deephaven::proto::backplane::grpc::NotCondition* Condition::unsafe_ // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Condition.not) if (_internal_has_not_()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::NotCondition* temp = data_.not__; - data_.not__ = nullptr; + ::io::deephaven::proto::backplane::grpc::NotCondition* temp = _impl_.data_.not__; + _impl_.data_.not__ = nullptr; return temp; } else { return nullptr; @@ -43599,7 +44145,7 @@ inline void Condition::unsafe_arena_set_allocated_not_(::io::deephaven::proto::b clear_data(); if (not_) { set_has_not_(); - data_.not__ = not_; + _impl_.data_.not__ = not_; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Condition.not) } @@ -43607,9 +44153,9 @@ inline ::io::deephaven::proto::backplane::grpc::NotCondition* Condition::_intern if (!_internal_has_not_()) { clear_data(); set_has_not_(); - data_.not__ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::NotCondition >(GetArenaForAllocation()); + _impl_.data_.not__ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::NotCondition >(GetArenaForAllocation()); } - return data_.not__; + return _impl_.data_.not__; } inline ::io::deephaven::proto::backplane::grpc::NotCondition* Condition::mutable_not_() { ::io::deephaven::proto::backplane::grpc::NotCondition* _msg = _internal_mutable_not_(); @@ -43625,12 +44171,12 @@ inline bool Condition::has_compare() const { return _internal_has_compare(); } inline void Condition::set_has_compare() { - _oneof_case_[0] = kCompare; + _impl_._oneof_case_[0] = kCompare; } inline void Condition::clear_compare() { if (_internal_has_compare()) { if (GetArenaForAllocation() == nullptr) { - delete data_.compare_; + delete _impl_.data_.compare_; } clear_has_data(); } @@ -43639,11 +44185,11 @@ inline ::io::deephaven::proto::backplane::grpc::CompareCondition* Condition::rel // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Condition.compare) if (_internal_has_compare()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::CompareCondition* temp = data_.compare_; + ::io::deephaven::proto::backplane::grpc::CompareCondition* temp = _impl_.data_.compare_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - data_.compare_ = nullptr; + _impl_.data_.compare_ = nullptr; return temp; } else { return nullptr; @@ -43651,7 +44197,7 @@ inline ::io::deephaven::proto::backplane::grpc::CompareCondition* Condition::rel } inline const ::io::deephaven::proto::backplane::grpc::CompareCondition& Condition::_internal_compare() const { return _internal_has_compare() - ? *data_.compare_ + ? *_impl_.data_.compare_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::CompareCondition&>(::io::deephaven::proto::backplane::grpc::_CompareCondition_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::CompareCondition& Condition::compare() const { @@ -43662,8 +44208,8 @@ inline ::io::deephaven::proto::backplane::grpc::CompareCondition* Condition::uns // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Condition.compare) if (_internal_has_compare()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::CompareCondition* temp = data_.compare_; - data_.compare_ = nullptr; + ::io::deephaven::proto::backplane::grpc::CompareCondition* temp = _impl_.data_.compare_; + _impl_.data_.compare_ = nullptr; return temp; } else { return nullptr; @@ -43673,7 +44219,7 @@ inline void Condition::unsafe_arena_set_allocated_compare(::io::deephaven::proto clear_data(); if (compare) { set_has_compare(); - data_.compare_ = compare; + _impl_.data_.compare_ = compare; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Condition.compare) } @@ -43681,9 +44227,9 @@ inline ::io::deephaven::proto::backplane::grpc::CompareCondition* Condition::_in if (!_internal_has_compare()) { clear_data(); set_has_compare(); - data_.compare_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::CompareCondition >(GetArenaForAllocation()); + _impl_.data_.compare_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::CompareCondition >(GetArenaForAllocation()); } - return data_.compare_; + return _impl_.data_.compare_; } inline ::io::deephaven::proto::backplane::grpc::CompareCondition* Condition::mutable_compare() { ::io::deephaven::proto::backplane::grpc::CompareCondition* _msg = _internal_mutable_compare(); @@ -43699,12 +44245,12 @@ inline bool Condition::has_in() const { return _internal_has_in(); } inline void Condition::set_has_in() { - _oneof_case_[0] = kIn; + _impl_._oneof_case_[0] = kIn; } inline void Condition::clear_in() { if (_internal_has_in()) { if (GetArenaForAllocation() == nullptr) { - delete data_.in_; + delete _impl_.data_.in_; } clear_has_data(); } @@ -43713,11 +44259,11 @@ inline ::io::deephaven::proto::backplane::grpc::InCondition* Condition::release_ // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Condition.in) if (_internal_has_in()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::InCondition* temp = data_.in_; + ::io::deephaven::proto::backplane::grpc::InCondition* temp = _impl_.data_.in_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - data_.in_ = nullptr; + _impl_.data_.in_ = nullptr; return temp; } else { return nullptr; @@ -43725,7 +44271,7 @@ inline ::io::deephaven::proto::backplane::grpc::InCondition* Condition::release_ } inline const ::io::deephaven::proto::backplane::grpc::InCondition& Condition::_internal_in() const { return _internal_has_in() - ? *data_.in_ + ? *_impl_.data_.in_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::InCondition&>(::io::deephaven::proto::backplane::grpc::_InCondition_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::InCondition& Condition::in() const { @@ -43736,8 +44282,8 @@ inline ::io::deephaven::proto::backplane::grpc::InCondition* Condition::unsafe_a // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Condition.in) if (_internal_has_in()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::InCondition* temp = data_.in_; - data_.in_ = nullptr; + ::io::deephaven::proto::backplane::grpc::InCondition* temp = _impl_.data_.in_; + _impl_.data_.in_ = nullptr; return temp; } else { return nullptr; @@ -43747,7 +44293,7 @@ inline void Condition::unsafe_arena_set_allocated_in(::io::deephaven::proto::bac clear_data(); if (in) { set_has_in(); - data_.in_ = in; + _impl_.data_.in_ = in; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Condition.in) } @@ -43755,9 +44301,9 @@ inline ::io::deephaven::proto::backplane::grpc::InCondition* Condition::_interna if (!_internal_has_in()) { clear_data(); set_has_in(); - data_.in_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::InCondition >(GetArenaForAllocation()); + _impl_.data_.in_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::InCondition >(GetArenaForAllocation()); } - return data_.in_; + return _impl_.data_.in_; } inline ::io::deephaven::proto::backplane::grpc::InCondition* Condition::mutable_in() { ::io::deephaven::proto::backplane::grpc::InCondition* _msg = _internal_mutable_in(); @@ -43773,12 +44319,12 @@ inline bool Condition::has_invoke() const { return _internal_has_invoke(); } inline void Condition::set_has_invoke() { - _oneof_case_[0] = kInvoke; + _impl_._oneof_case_[0] = kInvoke; } inline void Condition::clear_invoke() { if (_internal_has_invoke()) { if (GetArenaForAllocation() == nullptr) { - delete data_.invoke_; + delete _impl_.data_.invoke_; } clear_has_data(); } @@ -43787,11 +44333,11 @@ inline ::io::deephaven::proto::backplane::grpc::InvokeCondition* Condition::rele // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Condition.invoke) if (_internal_has_invoke()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::InvokeCondition* temp = data_.invoke_; + ::io::deephaven::proto::backplane::grpc::InvokeCondition* temp = _impl_.data_.invoke_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - data_.invoke_ = nullptr; + _impl_.data_.invoke_ = nullptr; return temp; } else { return nullptr; @@ -43799,7 +44345,7 @@ inline ::io::deephaven::proto::backplane::grpc::InvokeCondition* Condition::rele } inline const ::io::deephaven::proto::backplane::grpc::InvokeCondition& Condition::_internal_invoke() const { return _internal_has_invoke() - ? *data_.invoke_ + ? *_impl_.data_.invoke_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::InvokeCondition&>(::io::deephaven::proto::backplane::grpc::_InvokeCondition_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::InvokeCondition& Condition::invoke() const { @@ -43810,8 +44356,8 @@ inline ::io::deephaven::proto::backplane::grpc::InvokeCondition* Condition::unsa // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Condition.invoke) if (_internal_has_invoke()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::InvokeCondition* temp = data_.invoke_; - data_.invoke_ = nullptr; + ::io::deephaven::proto::backplane::grpc::InvokeCondition* temp = _impl_.data_.invoke_; + _impl_.data_.invoke_ = nullptr; return temp; } else { return nullptr; @@ -43821,7 +44367,7 @@ inline void Condition::unsafe_arena_set_allocated_invoke(::io::deephaven::proto: clear_data(); if (invoke) { set_has_invoke(); - data_.invoke_ = invoke; + _impl_.data_.invoke_ = invoke; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Condition.invoke) } @@ -43829,9 +44375,9 @@ inline ::io::deephaven::proto::backplane::grpc::InvokeCondition* Condition::_int if (!_internal_has_invoke()) { clear_data(); set_has_invoke(); - data_.invoke_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::InvokeCondition >(GetArenaForAllocation()); + _impl_.data_.invoke_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::InvokeCondition >(GetArenaForAllocation()); } - return data_.invoke_; + return _impl_.data_.invoke_; } inline ::io::deephaven::proto::backplane::grpc::InvokeCondition* Condition::mutable_invoke() { ::io::deephaven::proto::backplane::grpc::InvokeCondition* _msg = _internal_mutable_invoke(); @@ -43847,12 +44393,12 @@ inline bool Condition::has_is_null() const { return _internal_has_is_null(); } inline void Condition::set_has_is_null() { - _oneof_case_[0] = kIsNull; + _impl_._oneof_case_[0] = kIsNull; } inline void Condition::clear_is_null() { if (_internal_has_is_null()) { if (GetArenaForAllocation() == nullptr) { - delete data_.is_null_; + delete _impl_.data_.is_null_; } clear_has_data(); } @@ -43861,11 +44407,11 @@ inline ::io::deephaven::proto::backplane::grpc::IsNullCondition* Condition::rele // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Condition.is_null) if (_internal_has_is_null()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::IsNullCondition* temp = data_.is_null_; + ::io::deephaven::proto::backplane::grpc::IsNullCondition* temp = _impl_.data_.is_null_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - data_.is_null_ = nullptr; + _impl_.data_.is_null_ = nullptr; return temp; } else { return nullptr; @@ -43873,7 +44419,7 @@ inline ::io::deephaven::proto::backplane::grpc::IsNullCondition* Condition::rele } inline const ::io::deephaven::proto::backplane::grpc::IsNullCondition& Condition::_internal_is_null() const { return _internal_has_is_null() - ? *data_.is_null_ + ? *_impl_.data_.is_null_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::IsNullCondition&>(::io::deephaven::proto::backplane::grpc::_IsNullCondition_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::IsNullCondition& Condition::is_null() const { @@ -43884,8 +44430,8 @@ inline ::io::deephaven::proto::backplane::grpc::IsNullCondition* Condition::unsa // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Condition.is_null) if (_internal_has_is_null()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::IsNullCondition* temp = data_.is_null_; - data_.is_null_ = nullptr; + ::io::deephaven::proto::backplane::grpc::IsNullCondition* temp = _impl_.data_.is_null_; + _impl_.data_.is_null_ = nullptr; return temp; } else { return nullptr; @@ -43895,7 +44441,7 @@ inline void Condition::unsafe_arena_set_allocated_is_null(::io::deephaven::proto clear_data(); if (is_null) { set_has_is_null(); - data_.is_null_ = is_null; + _impl_.data_.is_null_ = is_null; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Condition.is_null) } @@ -43903,9 +44449,9 @@ inline ::io::deephaven::proto::backplane::grpc::IsNullCondition* Condition::_int if (!_internal_has_is_null()) { clear_data(); set_has_is_null(); - data_.is_null_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::IsNullCondition >(GetArenaForAllocation()); + _impl_.data_.is_null_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::IsNullCondition >(GetArenaForAllocation()); } - return data_.is_null_; + return _impl_.data_.is_null_; } inline ::io::deephaven::proto::backplane::grpc::IsNullCondition* Condition::mutable_is_null() { ::io::deephaven::proto::backplane::grpc::IsNullCondition* _msg = _internal_mutable_is_null(); @@ -43921,12 +44467,12 @@ inline bool Condition::has_matches() const { return _internal_has_matches(); } inline void Condition::set_has_matches() { - _oneof_case_[0] = kMatches; + _impl_._oneof_case_[0] = kMatches; } inline void Condition::clear_matches() { if (_internal_has_matches()) { if (GetArenaForAllocation() == nullptr) { - delete data_.matches_; + delete _impl_.data_.matches_; } clear_has_data(); } @@ -43935,11 +44481,11 @@ inline ::io::deephaven::proto::backplane::grpc::MatchesCondition* Condition::rel // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Condition.matches) if (_internal_has_matches()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::MatchesCondition* temp = data_.matches_; + ::io::deephaven::proto::backplane::grpc::MatchesCondition* temp = _impl_.data_.matches_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - data_.matches_ = nullptr; + _impl_.data_.matches_ = nullptr; return temp; } else { return nullptr; @@ -43947,7 +44493,7 @@ inline ::io::deephaven::proto::backplane::grpc::MatchesCondition* Condition::rel } inline const ::io::deephaven::proto::backplane::grpc::MatchesCondition& Condition::_internal_matches() const { return _internal_has_matches() - ? *data_.matches_ + ? *_impl_.data_.matches_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::MatchesCondition&>(::io::deephaven::proto::backplane::grpc::_MatchesCondition_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::MatchesCondition& Condition::matches() const { @@ -43958,8 +44504,8 @@ inline ::io::deephaven::proto::backplane::grpc::MatchesCondition* Condition::uns // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Condition.matches) if (_internal_has_matches()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::MatchesCondition* temp = data_.matches_; - data_.matches_ = nullptr; + ::io::deephaven::proto::backplane::grpc::MatchesCondition* temp = _impl_.data_.matches_; + _impl_.data_.matches_ = nullptr; return temp; } else { return nullptr; @@ -43969,7 +44515,7 @@ inline void Condition::unsafe_arena_set_allocated_matches(::io::deephaven::proto clear_data(); if (matches) { set_has_matches(); - data_.matches_ = matches; + _impl_.data_.matches_ = matches; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Condition.matches) } @@ -43977,9 +44523,9 @@ inline ::io::deephaven::proto::backplane::grpc::MatchesCondition* Condition::_in if (!_internal_has_matches()) { clear_data(); set_has_matches(); - data_.matches_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::MatchesCondition >(GetArenaForAllocation()); + _impl_.data_.matches_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::MatchesCondition >(GetArenaForAllocation()); } - return data_.matches_; + return _impl_.data_.matches_; } inline ::io::deephaven::proto::backplane::grpc::MatchesCondition* Condition::mutable_matches() { ::io::deephaven::proto::backplane::grpc::MatchesCondition* _msg = _internal_mutable_matches(); @@ -43995,12 +44541,12 @@ inline bool Condition::has_contains() const { return _internal_has_contains(); } inline void Condition::set_has_contains() { - _oneof_case_[0] = kContains; + _impl_._oneof_case_[0] = kContains; } inline void Condition::clear_contains() { if (_internal_has_contains()) { if (GetArenaForAllocation() == nullptr) { - delete data_.contains_; + delete _impl_.data_.contains_; } clear_has_data(); } @@ -44009,11 +44555,11 @@ inline ::io::deephaven::proto::backplane::grpc::ContainsCondition* Condition::re // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Condition.contains) if (_internal_has_contains()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::ContainsCondition* temp = data_.contains_; + ::io::deephaven::proto::backplane::grpc::ContainsCondition* temp = _impl_.data_.contains_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - data_.contains_ = nullptr; + _impl_.data_.contains_ = nullptr; return temp; } else { return nullptr; @@ -44021,7 +44567,7 @@ inline ::io::deephaven::proto::backplane::grpc::ContainsCondition* Condition::re } inline const ::io::deephaven::proto::backplane::grpc::ContainsCondition& Condition::_internal_contains() const { return _internal_has_contains() - ? *data_.contains_ + ? *_impl_.data_.contains_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::ContainsCondition&>(::io::deephaven::proto::backplane::grpc::_ContainsCondition_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::ContainsCondition& Condition::contains() const { @@ -44032,8 +44578,8 @@ inline ::io::deephaven::proto::backplane::grpc::ContainsCondition* Condition::un // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Condition.contains) if (_internal_has_contains()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::ContainsCondition* temp = data_.contains_; - data_.contains_ = nullptr; + ::io::deephaven::proto::backplane::grpc::ContainsCondition* temp = _impl_.data_.contains_; + _impl_.data_.contains_ = nullptr; return temp; } else { return nullptr; @@ -44043,7 +44589,7 @@ inline void Condition::unsafe_arena_set_allocated_contains(::io::deephaven::prot clear_data(); if (contains) { set_has_contains(); - data_.contains_ = contains; + _impl_.data_.contains_ = contains; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Condition.contains) } @@ -44051,9 +44597,9 @@ inline ::io::deephaven::proto::backplane::grpc::ContainsCondition* Condition::_i if (!_internal_has_contains()) { clear_data(); set_has_contains(); - data_.contains_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ContainsCondition >(GetArenaForAllocation()); + _impl_.data_.contains_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ContainsCondition >(GetArenaForAllocation()); } - return data_.contains_; + return _impl_.data_.contains_; } inline ::io::deephaven::proto::backplane::grpc::ContainsCondition* Condition::mutable_contains() { ::io::deephaven::proto::backplane::grpc::ContainsCondition* _msg = _internal_mutable_contains(); @@ -44069,12 +44615,12 @@ inline bool Condition::has_search() const { return _internal_has_search(); } inline void Condition::set_has_search() { - _oneof_case_[0] = kSearch; + _impl_._oneof_case_[0] = kSearch; } inline void Condition::clear_search() { if (_internal_has_search()) { if (GetArenaForAllocation() == nullptr) { - delete data_.search_; + delete _impl_.data_.search_; } clear_has_data(); } @@ -44083,11 +44629,11 @@ inline ::io::deephaven::proto::backplane::grpc::SearchCondition* Condition::rele // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Condition.search) if (_internal_has_search()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::SearchCondition* temp = data_.search_; + ::io::deephaven::proto::backplane::grpc::SearchCondition* temp = _impl_.data_.search_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - data_.search_ = nullptr; + _impl_.data_.search_ = nullptr; return temp; } else { return nullptr; @@ -44095,7 +44641,7 @@ inline ::io::deephaven::proto::backplane::grpc::SearchCondition* Condition::rele } inline const ::io::deephaven::proto::backplane::grpc::SearchCondition& Condition::_internal_search() const { return _internal_has_search() - ? *data_.search_ + ? *_impl_.data_.search_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::SearchCondition&>(::io::deephaven::proto::backplane::grpc::_SearchCondition_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::SearchCondition& Condition::search() const { @@ -44106,8 +44652,8 @@ inline ::io::deephaven::proto::backplane::grpc::SearchCondition* Condition::unsa // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.Condition.search) if (_internal_has_search()) { clear_has_data(); - ::io::deephaven::proto::backplane::grpc::SearchCondition* temp = data_.search_; - data_.search_ = nullptr; + ::io::deephaven::proto::backplane::grpc::SearchCondition* temp = _impl_.data_.search_; + _impl_.data_.search_ = nullptr; return temp; } else { return nullptr; @@ -44117,7 +44663,7 @@ inline void Condition::unsafe_arena_set_allocated_search(::io::deephaven::proto: clear_data(); if (search) { set_has_search(); - data_.search_ = search; + _impl_.data_.search_ = search; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.Condition.search) } @@ -44125,9 +44671,9 @@ inline ::io::deephaven::proto::backplane::grpc::SearchCondition* Condition::_int if (!_internal_has_search()) { clear_data(); set_has_search(); - data_.search_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SearchCondition >(GetArenaForAllocation()); + _impl_.data_.search_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SearchCondition >(GetArenaForAllocation()); } - return data_.search_; + return _impl_.data_.search_; } inline ::io::deephaven::proto::backplane::grpc::SearchCondition* Condition::mutable_search() { ::io::deephaven::proto::backplane::grpc::SearchCondition* _msg = _internal_mutable_search(); @@ -44139,10 +44685,10 @@ inline bool Condition::has_data() const { return data_case() != DATA_NOT_SET; } inline void Condition::clear_has_data() { - _oneof_case_[0] = DATA_NOT_SET; + _impl_._oneof_case_[0] = DATA_NOT_SET; } inline Condition::DataCase Condition::data_case() const { - return Condition::DataCase(_oneof_case_[0]); + return Condition::DataCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -44150,32 +44696,32 @@ inline Condition::DataCase Condition::data_case() const { // repeated .io.deephaven.proto.backplane.grpc.Condition filters = 1; inline int AndCondition::_internal_filters_size() const { - return filters_.size(); + return _impl_.filters_.size(); } inline int AndCondition::filters_size() const { return _internal_filters_size(); } inline void AndCondition::clear_filters() { - filters_.Clear(); + _impl_.filters_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::Condition* AndCondition::mutable_filters(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.AndCondition.filters) - return filters_.Mutable(index); + return _impl_.filters_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition >* AndCondition::mutable_filters() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.AndCondition.filters) - return &filters_; + return &_impl_.filters_; } inline const ::io::deephaven::proto::backplane::grpc::Condition& AndCondition::_internal_filters(int index) const { - return filters_.Get(index); + return _impl_.filters_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::Condition& AndCondition::filters(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.AndCondition.filters) return _internal_filters(index); } inline ::io::deephaven::proto::backplane::grpc::Condition* AndCondition::_internal_add_filters() { - return filters_.Add(); + return _impl_.filters_.Add(); } inline ::io::deephaven::proto::backplane::grpc::Condition* AndCondition::add_filters() { ::io::deephaven::proto::backplane::grpc::Condition* _add = _internal_add_filters(); @@ -44185,7 +44731,7 @@ inline ::io::deephaven::proto::backplane::grpc::Condition* AndCondition::add_fil inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition >& AndCondition::filters() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.AndCondition.filters) - return filters_; + return _impl_.filters_; } // ------------------------------------------------------------------- @@ -44194,32 +44740,32 @@ AndCondition::filters() const { // repeated .io.deephaven.proto.backplane.grpc.Condition filters = 1; inline int OrCondition::_internal_filters_size() const { - return filters_.size(); + return _impl_.filters_.size(); } inline int OrCondition::filters_size() const { return _internal_filters_size(); } inline void OrCondition::clear_filters() { - filters_.Clear(); + _impl_.filters_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::Condition* OrCondition::mutable_filters(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.OrCondition.filters) - return filters_.Mutable(index); + return _impl_.filters_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition >* OrCondition::mutable_filters() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.OrCondition.filters) - return &filters_; + return &_impl_.filters_; } inline const ::io::deephaven::proto::backplane::grpc::Condition& OrCondition::_internal_filters(int index) const { - return filters_.Get(index); + return _impl_.filters_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::Condition& OrCondition::filters(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.OrCondition.filters) return _internal_filters(index); } inline ::io::deephaven::proto::backplane::grpc::Condition* OrCondition::_internal_add_filters() { - return filters_.Add(); + return _impl_.filters_.Add(); } inline ::io::deephaven::proto::backplane::grpc::Condition* OrCondition::add_filters() { ::io::deephaven::proto::backplane::grpc::Condition* _add = _internal_add_filters(); @@ -44229,7 +44775,7 @@ inline ::io::deephaven::proto::backplane::grpc::Condition* OrCondition::add_filt inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Condition >& OrCondition::filters() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.OrCondition.filters) - return filters_; + return _impl_.filters_; } // ------------------------------------------------------------------- @@ -44238,19 +44784,19 @@ OrCondition::filters() const { // .io.deephaven.proto.backplane.grpc.Condition filter = 1; inline bool NotCondition::_internal_has_filter() const { - return this != internal_default_instance() && filter_ != nullptr; + return this != internal_default_instance() && _impl_.filter_ != nullptr; } inline bool NotCondition::has_filter() const { return _internal_has_filter(); } inline void NotCondition::clear_filter() { - if (GetArenaForAllocation() == nullptr && filter_ != nullptr) { - delete filter_; + if (GetArenaForAllocation() == nullptr && _impl_.filter_ != nullptr) { + delete _impl_.filter_; } - filter_ = nullptr; + _impl_.filter_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::Condition& NotCondition::_internal_filter() const { - const ::io::deephaven::proto::backplane::grpc::Condition* p = filter_; + const ::io::deephaven::proto::backplane::grpc::Condition* p = _impl_.filter_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Condition_default_instance_); } @@ -44261,9 +44807,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Condition& NotCondition::f inline void NotCondition::unsafe_arena_set_allocated_filter( ::io::deephaven::proto::backplane::grpc::Condition* filter) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(filter_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.filter_); } - filter_ = filter; + _impl_.filter_ = filter; if (filter) { } else { @@ -44273,8 +44819,8 @@ inline void NotCondition::unsafe_arena_set_allocated_filter( } inline ::io::deephaven::proto::backplane::grpc::Condition* NotCondition::release_filter() { - ::io::deephaven::proto::backplane::grpc::Condition* temp = filter_; - filter_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Condition* temp = _impl_.filter_; + _impl_.filter_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -44289,17 +44835,17 @@ inline ::io::deephaven::proto::backplane::grpc::Condition* NotCondition::release inline ::io::deephaven::proto::backplane::grpc::Condition* NotCondition::unsafe_arena_release_filter() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.NotCondition.filter) - ::io::deephaven::proto::backplane::grpc::Condition* temp = filter_; - filter_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Condition* temp = _impl_.filter_; + _impl_.filter_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Condition* NotCondition::_internal_mutable_filter() { - if (filter_ == nullptr) { + if (_impl_.filter_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Condition>(GetArenaForAllocation()); - filter_ = p; + _impl_.filter_ = p; } - return filter_; + return _impl_.filter_; } inline ::io::deephaven::proto::backplane::grpc::Condition* NotCondition::mutable_filter() { ::io::deephaven::proto::backplane::grpc::Condition* _msg = _internal_mutable_filter(); @@ -44309,7 +44855,7 @@ inline ::io::deephaven::proto::backplane::grpc::Condition* NotCondition::mutable inline void NotCondition::set_allocated_filter(::io::deephaven::proto::backplane::grpc::Condition* filter) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete filter_; + delete _impl_.filter_; } if (filter) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -44322,7 +44868,7 @@ inline void NotCondition::set_allocated_filter(::io::deephaven::proto::backplane } else { } - filter_ = filter; + _impl_.filter_ = filter; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.NotCondition.filter) } @@ -44332,10 +44878,10 @@ inline void NotCondition::set_allocated_filter(::io::deephaven::proto::backplane // .io.deephaven.proto.backplane.grpc.CompareCondition.CompareOperation operation = 1; inline void CompareCondition::clear_operation() { - operation_ = 0; + _impl_.operation_ = 0; } inline ::io::deephaven::proto::backplane::grpc::CompareCondition_CompareOperation CompareCondition::_internal_operation() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::CompareCondition_CompareOperation >(operation_); + return static_cast< ::io::deephaven::proto::backplane::grpc::CompareCondition_CompareOperation >(_impl_.operation_); } inline ::io::deephaven::proto::backplane::grpc::CompareCondition_CompareOperation CompareCondition::operation() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.CompareCondition.operation) @@ -44343,7 +44889,7 @@ inline ::io::deephaven::proto::backplane::grpc::CompareCondition_CompareOperatio } inline void CompareCondition::_internal_set_operation(::io::deephaven::proto::backplane::grpc::CompareCondition_CompareOperation value) { - operation_ = value; + _impl_.operation_ = value; } inline void CompareCondition::set_operation(::io::deephaven::proto::backplane::grpc::CompareCondition_CompareOperation value) { _internal_set_operation(value); @@ -44352,10 +44898,10 @@ inline void CompareCondition::set_operation(::io::deephaven::proto::backplane::g // .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 2; inline void CompareCondition::clear_case_sensitivity() { - case_sensitivity_ = 0; + _impl_.case_sensitivity_ = 0; } inline ::io::deephaven::proto::backplane::grpc::CaseSensitivity CompareCondition::_internal_case_sensitivity() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::CaseSensitivity >(case_sensitivity_); + return static_cast< ::io::deephaven::proto::backplane::grpc::CaseSensitivity >(_impl_.case_sensitivity_); } inline ::io::deephaven::proto::backplane::grpc::CaseSensitivity CompareCondition::case_sensitivity() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.CompareCondition.case_sensitivity) @@ -44363,7 +44909,7 @@ inline ::io::deephaven::proto::backplane::grpc::CaseSensitivity CompareCondition } inline void CompareCondition::_internal_set_case_sensitivity(::io::deephaven::proto::backplane::grpc::CaseSensitivity value) { - case_sensitivity_ = value; + _impl_.case_sensitivity_ = value; } inline void CompareCondition::set_case_sensitivity(::io::deephaven::proto::backplane::grpc::CaseSensitivity value) { _internal_set_case_sensitivity(value); @@ -44372,19 +44918,19 @@ inline void CompareCondition::set_case_sensitivity(::io::deephaven::proto::backp // .io.deephaven.proto.backplane.grpc.Value lhs = 3; inline bool CompareCondition::_internal_has_lhs() const { - return this != internal_default_instance() && lhs_ != nullptr; + return this != internal_default_instance() && _impl_.lhs_ != nullptr; } inline bool CompareCondition::has_lhs() const { return _internal_has_lhs(); } inline void CompareCondition::clear_lhs() { - if (GetArenaForAllocation() == nullptr && lhs_ != nullptr) { - delete lhs_; + if (GetArenaForAllocation() == nullptr && _impl_.lhs_ != nullptr) { + delete _impl_.lhs_; } - lhs_ = nullptr; + _impl_.lhs_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::Value& CompareCondition::_internal_lhs() const { - const ::io::deephaven::proto::backplane::grpc::Value* p = lhs_; + const ::io::deephaven::proto::backplane::grpc::Value* p = _impl_.lhs_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Value_default_instance_); } @@ -44395,9 +44941,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Value& CompareCondition::l inline void CompareCondition::unsafe_arena_set_allocated_lhs( ::io::deephaven::proto::backplane::grpc::Value* lhs) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(lhs_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.lhs_); } - lhs_ = lhs; + _impl_.lhs_ = lhs; if (lhs) { } else { @@ -44407,8 +44953,8 @@ inline void CompareCondition::unsafe_arena_set_allocated_lhs( } inline ::io::deephaven::proto::backplane::grpc::Value* CompareCondition::release_lhs() { - ::io::deephaven::proto::backplane::grpc::Value* temp = lhs_; - lhs_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Value* temp = _impl_.lhs_; + _impl_.lhs_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -44423,17 +44969,17 @@ inline ::io::deephaven::proto::backplane::grpc::Value* CompareCondition::release inline ::io::deephaven::proto::backplane::grpc::Value* CompareCondition::unsafe_arena_release_lhs() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.CompareCondition.lhs) - ::io::deephaven::proto::backplane::grpc::Value* temp = lhs_; - lhs_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Value* temp = _impl_.lhs_; + _impl_.lhs_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Value* CompareCondition::_internal_mutable_lhs() { - if (lhs_ == nullptr) { + if (_impl_.lhs_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Value>(GetArenaForAllocation()); - lhs_ = p; + _impl_.lhs_ = p; } - return lhs_; + return _impl_.lhs_; } inline ::io::deephaven::proto::backplane::grpc::Value* CompareCondition::mutable_lhs() { ::io::deephaven::proto::backplane::grpc::Value* _msg = _internal_mutable_lhs(); @@ -44443,7 +44989,7 @@ inline ::io::deephaven::proto::backplane::grpc::Value* CompareCondition::mutable inline void CompareCondition::set_allocated_lhs(::io::deephaven::proto::backplane::grpc::Value* lhs) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete lhs_; + delete _impl_.lhs_; } if (lhs) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -44456,25 +45002,25 @@ inline void CompareCondition::set_allocated_lhs(::io::deephaven::proto::backplan } else { } - lhs_ = lhs; + _impl_.lhs_ = lhs; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.CompareCondition.lhs) } // .io.deephaven.proto.backplane.grpc.Value rhs = 4; inline bool CompareCondition::_internal_has_rhs() const { - return this != internal_default_instance() && rhs_ != nullptr; + return this != internal_default_instance() && _impl_.rhs_ != nullptr; } inline bool CompareCondition::has_rhs() const { return _internal_has_rhs(); } inline void CompareCondition::clear_rhs() { - if (GetArenaForAllocation() == nullptr && rhs_ != nullptr) { - delete rhs_; + if (GetArenaForAllocation() == nullptr && _impl_.rhs_ != nullptr) { + delete _impl_.rhs_; } - rhs_ = nullptr; + _impl_.rhs_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::Value& CompareCondition::_internal_rhs() const { - const ::io::deephaven::proto::backplane::grpc::Value* p = rhs_; + const ::io::deephaven::proto::backplane::grpc::Value* p = _impl_.rhs_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Value_default_instance_); } @@ -44485,9 +45031,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Value& CompareCondition::r inline void CompareCondition::unsafe_arena_set_allocated_rhs( ::io::deephaven::proto::backplane::grpc::Value* rhs) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(rhs_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.rhs_); } - rhs_ = rhs; + _impl_.rhs_ = rhs; if (rhs) { } else { @@ -44497,8 +45043,8 @@ inline void CompareCondition::unsafe_arena_set_allocated_rhs( } inline ::io::deephaven::proto::backplane::grpc::Value* CompareCondition::release_rhs() { - ::io::deephaven::proto::backplane::grpc::Value* temp = rhs_; - rhs_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Value* temp = _impl_.rhs_; + _impl_.rhs_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -44513,17 +45059,17 @@ inline ::io::deephaven::proto::backplane::grpc::Value* CompareCondition::release inline ::io::deephaven::proto::backplane::grpc::Value* CompareCondition::unsafe_arena_release_rhs() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.CompareCondition.rhs) - ::io::deephaven::proto::backplane::grpc::Value* temp = rhs_; - rhs_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Value* temp = _impl_.rhs_; + _impl_.rhs_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Value* CompareCondition::_internal_mutable_rhs() { - if (rhs_ == nullptr) { + if (_impl_.rhs_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Value>(GetArenaForAllocation()); - rhs_ = p; + _impl_.rhs_ = p; } - return rhs_; + return _impl_.rhs_; } inline ::io::deephaven::proto::backplane::grpc::Value* CompareCondition::mutable_rhs() { ::io::deephaven::proto::backplane::grpc::Value* _msg = _internal_mutable_rhs(); @@ -44533,7 +45079,7 @@ inline ::io::deephaven::proto::backplane::grpc::Value* CompareCondition::mutable inline void CompareCondition::set_allocated_rhs(::io::deephaven::proto::backplane::grpc::Value* rhs) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete rhs_; + delete _impl_.rhs_; } if (rhs) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -44546,7 +45092,7 @@ inline void CompareCondition::set_allocated_rhs(::io::deephaven::proto::backplan } else { } - rhs_ = rhs; + _impl_.rhs_ = rhs; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.CompareCondition.rhs) } @@ -44556,19 +45102,19 @@ inline void CompareCondition::set_allocated_rhs(::io::deephaven::proto::backplan // .io.deephaven.proto.backplane.grpc.Value target = 1; inline bool InCondition::_internal_has_target() const { - return this != internal_default_instance() && target_ != nullptr; + return this != internal_default_instance() && _impl_.target_ != nullptr; } inline bool InCondition::has_target() const { return _internal_has_target(); } inline void InCondition::clear_target() { - if (GetArenaForAllocation() == nullptr && target_ != nullptr) { - delete target_; + if (GetArenaForAllocation() == nullptr && _impl_.target_ != nullptr) { + delete _impl_.target_; } - target_ = nullptr; + _impl_.target_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::Value& InCondition::_internal_target() const { - const ::io::deephaven::proto::backplane::grpc::Value* p = target_; + const ::io::deephaven::proto::backplane::grpc::Value* p = _impl_.target_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Value_default_instance_); } @@ -44579,9 +45125,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Value& InCondition::target inline void InCondition::unsafe_arena_set_allocated_target( ::io::deephaven::proto::backplane::grpc::Value* target) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(target_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.target_); } - target_ = target; + _impl_.target_ = target; if (target) { } else { @@ -44591,8 +45137,8 @@ inline void InCondition::unsafe_arena_set_allocated_target( } inline ::io::deephaven::proto::backplane::grpc::Value* InCondition::release_target() { - ::io::deephaven::proto::backplane::grpc::Value* temp = target_; - target_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Value* temp = _impl_.target_; + _impl_.target_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -44607,17 +45153,17 @@ inline ::io::deephaven::proto::backplane::grpc::Value* InCondition::release_targ inline ::io::deephaven::proto::backplane::grpc::Value* InCondition::unsafe_arena_release_target() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.InCondition.target) - ::io::deephaven::proto::backplane::grpc::Value* temp = target_; - target_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Value* temp = _impl_.target_; + _impl_.target_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Value* InCondition::_internal_mutable_target() { - if (target_ == nullptr) { + if (_impl_.target_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Value>(GetArenaForAllocation()); - target_ = p; + _impl_.target_ = p; } - return target_; + return _impl_.target_; } inline ::io::deephaven::proto::backplane::grpc::Value* InCondition::mutable_target() { ::io::deephaven::proto::backplane::grpc::Value* _msg = _internal_mutable_target(); @@ -44627,7 +45173,7 @@ inline ::io::deephaven::proto::backplane::grpc::Value* InCondition::mutable_targ inline void InCondition::set_allocated_target(::io::deephaven::proto::backplane::grpc::Value* target) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete target_; + delete _impl_.target_; } if (target) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -44640,38 +45186,38 @@ inline void InCondition::set_allocated_target(::io::deephaven::proto::backplane: } else { } - target_ = target; + _impl_.target_ = target; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.InCondition.target) } // repeated .io.deephaven.proto.backplane.grpc.Value candidates = 2; inline int InCondition::_internal_candidates_size() const { - return candidates_.size(); + return _impl_.candidates_.size(); } inline int InCondition::candidates_size() const { return _internal_candidates_size(); } inline void InCondition::clear_candidates() { - candidates_.Clear(); + _impl_.candidates_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::Value* InCondition::mutable_candidates(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.InCondition.candidates) - return candidates_.Mutable(index); + return _impl_.candidates_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Value >* InCondition::mutable_candidates() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.InCondition.candidates) - return &candidates_; + return &_impl_.candidates_; } inline const ::io::deephaven::proto::backplane::grpc::Value& InCondition::_internal_candidates(int index) const { - return candidates_.Get(index); + return _impl_.candidates_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::Value& InCondition::candidates(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.InCondition.candidates) return _internal_candidates(index); } inline ::io::deephaven::proto::backplane::grpc::Value* InCondition::_internal_add_candidates() { - return candidates_.Add(); + return _impl_.candidates_.Add(); } inline ::io::deephaven::proto::backplane::grpc::Value* InCondition::add_candidates() { ::io::deephaven::proto::backplane::grpc::Value* _add = _internal_add_candidates(); @@ -44681,15 +45227,15 @@ inline ::io::deephaven::proto::backplane::grpc::Value* InCondition::add_candidat inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Value >& InCondition::candidates() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.InCondition.candidates) - return candidates_; + return _impl_.candidates_; } // .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3; inline void InCondition::clear_case_sensitivity() { - case_sensitivity_ = 0; + _impl_.case_sensitivity_ = 0; } inline ::io::deephaven::proto::backplane::grpc::CaseSensitivity InCondition::_internal_case_sensitivity() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::CaseSensitivity >(case_sensitivity_); + return static_cast< ::io::deephaven::proto::backplane::grpc::CaseSensitivity >(_impl_.case_sensitivity_); } inline ::io::deephaven::proto::backplane::grpc::CaseSensitivity InCondition::case_sensitivity() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.InCondition.case_sensitivity) @@ -44697,7 +45243,7 @@ inline ::io::deephaven::proto::backplane::grpc::CaseSensitivity InCondition::cas } inline void InCondition::_internal_set_case_sensitivity(::io::deephaven::proto::backplane::grpc::CaseSensitivity value) { - case_sensitivity_ = value; + _impl_.case_sensitivity_ = value; } inline void InCondition::set_case_sensitivity(::io::deephaven::proto::backplane::grpc::CaseSensitivity value) { _internal_set_case_sensitivity(value); @@ -44706,10 +45252,10 @@ inline void InCondition::set_case_sensitivity(::io::deephaven::proto::backplane: // .io.deephaven.proto.backplane.grpc.MatchType match_type = 4; inline void InCondition::clear_match_type() { - match_type_ = 0; + _impl_.match_type_ = 0; } inline ::io::deephaven::proto::backplane::grpc::MatchType InCondition::_internal_match_type() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::MatchType >(match_type_); + return static_cast< ::io::deephaven::proto::backplane::grpc::MatchType >(_impl_.match_type_); } inline ::io::deephaven::proto::backplane::grpc::MatchType InCondition::match_type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.InCondition.match_type) @@ -44717,7 +45263,7 @@ inline ::io::deephaven::proto::backplane::grpc::MatchType InCondition::match_typ } inline void InCondition::_internal_set_match_type(::io::deephaven::proto::backplane::grpc::MatchType value) { - match_type_ = value; + _impl_.match_type_ = value; } inline void InCondition::set_match_type(::io::deephaven::proto::backplane::grpc::MatchType value) { _internal_set_match_type(value); @@ -44730,7 +45276,7 @@ inline void InCondition::set_match_type(::io::deephaven::proto::backplane::grpc: // string method = 1; inline void InvokeCondition::clear_method() { - method_.ClearToEmpty(); + _impl_.method_.ClearToEmpty(); } inline const std::string& InvokeCondition::method() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.InvokeCondition.method) @@ -44740,7 +45286,7 @@ template inline PROTOBUF_ALWAYS_INLINE void InvokeCondition::set_method(ArgT0&& arg0, ArgT... args) { - method_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.method_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.InvokeCondition.method) } inline std::string* InvokeCondition::mutable_method() { @@ -44749,19 +45295,19 @@ inline std::string* InvokeCondition::mutable_method() { return _s; } inline const std::string& InvokeCondition::_internal_method() const { - return method_.Get(); + return _impl_.method_.Get(); } inline void InvokeCondition::_internal_set_method(const std::string& value) { - method_.Set(value, GetArenaForAllocation()); + _impl_.method_.Set(value, GetArenaForAllocation()); } inline std::string* InvokeCondition::_internal_mutable_method() { - return method_.Mutable(GetArenaForAllocation()); + return _impl_.method_.Mutable(GetArenaForAllocation()); } inline std::string* InvokeCondition::release_method() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.InvokeCondition.method) - return method_.Release(); + return _impl_.method_.Release(); } inline void InvokeCondition::set_allocated_method(std::string* method) { if (method != nullptr) { @@ -44769,10 +45315,10 @@ inline void InvokeCondition::set_allocated_method(std::string* method) { } else { } - method_.SetAllocated(method, GetArenaForAllocation()); + _impl_.method_.SetAllocated(method, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (method_.IsDefault()) { - method_.Set("", GetArenaForAllocation()); + if (_impl_.method_.IsDefault()) { + _impl_.method_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.InvokeCondition.method) @@ -44780,19 +45326,19 @@ inline void InvokeCondition::set_allocated_method(std::string* method) { // .io.deephaven.proto.backplane.grpc.Value target = 2; inline bool InvokeCondition::_internal_has_target() const { - return this != internal_default_instance() && target_ != nullptr; + return this != internal_default_instance() && _impl_.target_ != nullptr; } inline bool InvokeCondition::has_target() const { return _internal_has_target(); } inline void InvokeCondition::clear_target() { - if (GetArenaForAllocation() == nullptr && target_ != nullptr) { - delete target_; + if (GetArenaForAllocation() == nullptr && _impl_.target_ != nullptr) { + delete _impl_.target_; } - target_ = nullptr; + _impl_.target_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::Value& InvokeCondition::_internal_target() const { - const ::io::deephaven::proto::backplane::grpc::Value* p = target_; + const ::io::deephaven::proto::backplane::grpc::Value* p = _impl_.target_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Value_default_instance_); } @@ -44803,9 +45349,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Value& InvokeCondition::ta inline void InvokeCondition::unsafe_arena_set_allocated_target( ::io::deephaven::proto::backplane::grpc::Value* target) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(target_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.target_); } - target_ = target; + _impl_.target_ = target; if (target) { } else { @@ -44815,8 +45361,8 @@ inline void InvokeCondition::unsafe_arena_set_allocated_target( } inline ::io::deephaven::proto::backplane::grpc::Value* InvokeCondition::release_target() { - ::io::deephaven::proto::backplane::grpc::Value* temp = target_; - target_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Value* temp = _impl_.target_; + _impl_.target_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -44831,17 +45377,17 @@ inline ::io::deephaven::proto::backplane::grpc::Value* InvokeCondition::release_ inline ::io::deephaven::proto::backplane::grpc::Value* InvokeCondition::unsafe_arena_release_target() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.InvokeCondition.target) - ::io::deephaven::proto::backplane::grpc::Value* temp = target_; - target_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Value* temp = _impl_.target_; + _impl_.target_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Value* InvokeCondition::_internal_mutable_target() { - if (target_ == nullptr) { + if (_impl_.target_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Value>(GetArenaForAllocation()); - target_ = p; + _impl_.target_ = p; } - return target_; + return _impl_.target_; } inline ::io::deephaven::proto::backplane::grpc::Value* InvokeCondition::mutable_target() { ::io::deephaven::proto::backplane::grpc::Value* _msg = _internal_mutable_target(); @@ -44851,7 +45397,7 @@ inline ::io::deephaven::proto::backplane::grpc::Value* InvokeCondition::mutable_ inline void InvokeCondition::set_allocated_target(::io::deephaven::proto::backplane::grpc::Value* target) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete target_; + delete _impl_.target_; } if (target) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -44864,38 +45410,38 @@ inline void InvokeCondition::set_allocated_target(::io::deephaven::proto::backpl } else { } - target_ = target; + _impl_.target_ = target; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.InvokeCondition.target) } // repeated .io.deephaven.proto.backplane.grpc.Value arguments = 3; inline int InvokeCondition::_internal_arguments_size() const { - return arguments_.size(); + return _impl_.arguments_.size(); } inline int InvokeCondition::arguments_size() const { return _internal_arguments_size(); } inline void InvokeCondition::clear_arguments() { - arguments_.Clear(); + _impl_.arguments_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::Value* InvokeCondition::mutable_arguments(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.InvokeCondition.arguments) - return arguments_.Mutable(index); + return _impl_.arguments_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Value >* InvokeCondition::mutable_arguments() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.InvokeCondition.arguments) - return &arguments_; + return &_impl_.arguments_; } inline const ::io::deephaven::proto::backplane::grpc::Value& InvokeCondition::_internal_arguments(int index) const { - return arguments_.Get(index); + return _impl_.arguments_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::Value& InvokeCondition::arguments(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.InvokeCondition.arguments) return _internal_arguments(index); } inline ::io::deephaven::proto::backplane::grpc::Value* InvokeCondition::_internal_add_arguments() { - return arguments_.Add(); + return _impl_.arguments_.Add(); } inline ::io::deephaven::proto::backplane::grpc::Value* InvokeCondition::add_arguments() { ::io::deephaven::proto::backplane::grpc::Value* _add = _internal_add_arguments(); @@ -44905,7 +45451,7 @@ inline ::io::deephaven::proto::backplane::grpc::Value* InvokeCondition::add_argu inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Value >& InvokeCondition::arguments() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.InvokeCondition.arguments) - return arguments_; + return _impl_.arguments_; } // ------------------------------------------------------------------- @@ -44914,19 +45460,19 @@ InvokeCondition::arguments() const { // .io.deephaven.proto.backplane.grpc.Reference reference = 1; inline bool IsNullCondition::_internal_has_reference() const { - return this != internal_default_instance() && reference_ != nullptr; + return this != internal_default_instance() && _impl_.reference_ != nullptr; } inline bool IsNullCondition::has_reference() const { return _internal_has_reference(); } inline void IsNullCondition::clear_reference() { - if (GetArenaForAllocation() == nullptr && reference_ != nullptr) { - delete reference_; + if (GetArenaForAllocation() == nullptr && _impl_.reference_ != nullptr) { + delete _impl_.reference_; } - reference_ = nullptr; + _impl_.reference_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::Reference& IsNullCondition::_internal_reference() const { - const ::io::deephaven::proto::backplane::grpc::Reference* p = reference_; + const ::io::deephaven::proto::backplane::grpc::Reference* p = _impl_.reference_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Reference_default_instance_); } @@ -44937,9 +45483,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Reference& IsNullCondition inline void IsNullCondition::unsafe_arena_set_allocated_reference( ::io::deephaven::proto::backplane::grpc::Reference* reference) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reference_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.reference_); } - reference_ = reference; + _impl_.reference_ = reference; if (reference) { } else { @@ -44949,8 +45495,8 @@ inline void IsNullCondition::unsafe_arena_set_allocated_reference( } inline ::io::deephaven::proto::backplane::grpc::Reference* IsNullCondition::release_reference() { - ::io::deephaven::proto::backplane::grpc::Reference* temp = reference_; - reference_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Reference* temp = _impl_.reference_; + _impl_.reference_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -44965,17 +45511,17 @@ inline ::io::deephaven::proto::backplane::grpc::Reference* IsNullCondition::rele inline ::io::deephaven::proto::backplane::grpc::Reference* IsNullCondition::unsafe_arena_release_reference() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.IsNullCondition.reference) - ::io::deephaven::proto::backplane::grpc::Reference* temp = reference_; - reference_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Reference* temp = _impl_.reference_; + _impl_.reference_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Reference* IsNullCondition::_internal_mutable_reference() { - if (reference_ == nullptr) { + if (_impl_.reference_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Reference>(GetArenaForAllocation()); - reference_ = p; + _impl_.reference_ = p; } - return reference_; + return _impl_.reference_; } inline ::io::deephaven::proto::backplane::grpc::Reference* IsNullCondition::mutable_reference() { ::io::deephaven::proto::backplane::grpc::Reference* _msg = _internal_mutable_reference(); @@ -44985,7 +45531,7 @@ inline ::io::deephaven::proto::backplane::grpc::Reference* IsNullCondition::muta inline void IsNullCondition::set_allocated_reference(::io::deephaven::proto::backplane::grpc::Reference* reference) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reference_; + delete _impl_.reference_; } if (reference) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -44998,7 +45544,7 @@ inline void IsNullCondition::set_allocated_reference(::io::deephaven::proto::bac } else { } - reference_ = reference; + _impl_.reference_ = reference; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.IsNullCondition.reference) } @@ -45008,19 +45554,19 @@ inline void IsNullCondition::set_allocated_reference(::io::deephaven::proto::bac // .io.deephaven.proto.backplane.grpc.Reference reference = 1; inline bool MatchesCondition::_internal_has_reference() const { - return this != internal_default_instance() && reference_ != nullptr; + return this != internal_default_instance() && _impl_.reference_ != nullptr; } inline bool MatchesCondition::has_reference() const { return _internal_has_reference(); } inline void MatchesCondition::clear_reference() { - if (GetArenaForAllocation() == nullptr && reference_ != nullptr) { - delete reference_; + if (GetArenaForAllocation() == nullptr && _impl_.reference_ != nullptr) { + delete _impl_.reference_; } - reference_ = nullptr; + _impl_.reference_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::Reference& MatchesCondition::_internal_reference() const { - const ::io::deephaven::proto::backplane::grpc::Reference* p = reference_; + const ::io::deephaven::proto::backplane::grpc::Reference* p = _impl_.reference_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Reference_default_instance_); } @@ -45031,9 +45577,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Reference& MatchesConditio inline void MatchesCondition::unsafe_arena_set_allocated_reference( ::io::deephaven::proto::backplane::grpc::Reference* reference) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reference_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.reference_); } - reference_ = reference; + _impl_.reference_ = reference; if (reference) { } else { @@ -45043,8 +45589,8 @@ inline void MatchesCondition::unsafe_arena_set_allocated_reference( } inline ::io::deephaven::proto::backplane::grpc::Reference* MatchesCondition::release_reference() { - ::io::deephaven::proto::backplane::grpc::Reference* temp = reference_; - reference_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Reference* temp = _impl_.reference_; + _impl_.reference_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -45059,17 +45605,17 @@ inline ::io::deephaven::proto::backplane::grpc::Reference* MatchesCondition::rel inline ::io::deephaven::proto::backplane::grpc::Reference* MatchesCondition::unsafe_arena_release_reference() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.MatchesCondition.reference) - ::io::deephaven::proto::backplane::grpc::Reference* temp = reference_; - reference_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Reference* temp = _impl_.reference_; + _impl_.reference_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Reference* MatchesCondition::_internal_mutable_reference() { - if (reference_ == nullptr) { + if (_impl_.reference_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Reference>(GetArenaForAllocation()); - reference_ = p; + _impl_.reference_ = p; } - return reference_; + return _impl_.reference_; } inline ::io::deephaven::proto::backplane::grpc::Reference* MatchesCondition::mutable_reference() { ::io::deephaven::proto::backplane::grpc::Reference* _msg = _internal_mutable_reference(); @@ -45079,7 +45625,7 @@ inline ::io::deephaven::proto::backplane::grpc::Reference* MatchesCondition::mut inline void MatchesCondition::set_allocated_reference(::io::deephaven::proto::backplane::grpc::Reference* reference) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reference_; + delete _impl_.reference_; } if (reference) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -45092,13 +45638,13 @@ inline void MatchesCondition::set_allocated_reference(::io::deephaven::proto::ba } else { } - reference_ = reference; + _impl_.reference_ = reference; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.MatchesCondition.reference) } // string regex = 2; inline void MatchesCondition::clear_regex() { - regex_.ClearToEmpty(); + _impl_.regex_.ClearToEmpty(); } inline const std::string& MatchesCondition::regex() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.MatchesCondition.regex) @@ -45108,7 +45654,7 @@ template inline PROTOBUF_ALWAYS_INLINE void MatchesCondition::set_regex(ArgT0&& arg0, ArgT... args) { - regex_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.regex_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.MatchesCondition.regex) } inline std::string* MatchesCondition::mutable_regex() { @@ -45117,19 +45663,19 @@ inline std::string* MatchesCondition::mutable_regex() { return _s; } inline const std::string& MatchesCondition::_internal_regex() const { - return regex_.Get(); + return _impl_.regex_.Get(); } inline void MatchesCondition::_internal_set_regex(const std::string& value) { - regex_.Set(value, GetArenaForAllocation()); + _impl_.regex_.Set(value, GetArenaForAllocation()); } inline std::string* MatchesCondition::_internal_mutable_regex() { - return regex_.Mutable(GetArenaForAllocation()); + return _impl_.regex_.Mutable(GetArenaForAllocation()); } inline std::string* MatchesCondition::release_regex() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.MatchesCondition.regex) - return regex_.Release(); + return _impl_.regex_.Release(); } inline void MatchesCondition::set_allocated_regex(std::string* regex) { if (regex != nullptr) { @@ -45137,10 +45683,10 @@ inline void MatchesCondition::set_allocated_regex(std::string* regex) { } else { } - regex_.SetAllocated(regex, GetArenaForAllocation()); + _impl_.regex_.SetAllocated(regex, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (regex_.IsDefault()) { - regex_.Set("", GetArenaForAllocation()); + if (_impl_.regex_.IsDefault()) { + _impl_.regex_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.MatchesCondition.regex) @@ -45148,10 +45694,10 @@ inline void MatchesCondition::set_allocated_regex(std::string* regex) { // .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3; inline void MatchesCondition::clear_case_sensitivity() { - case_sensitivity_ = 0; + _impl_.case_sensitivity_ = 0; } inline ::io::deephaven::proto::backplane::grpc::CaseSensitivity MatchesCondition::_internal_case_sensitivity() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::CaseSensitivity >(case_sensitivity_); + return static_cast< ::io::deephaven::proto::backplane::grpc::CaseSensitivity >(_impl_.case_sensitivity_); } inline ::io::deephaven::proto::backplane::grpc::CaseSensitivity MatchesCondition::case_sensitivity() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.MatchesCondition.case_sensitivity) @@ -45159,7 +45705,7 @@ inline ::io::deephaven::proto::backplane::grpc::CaseSensitivity MatchesCondition } inline void MatchesCondition::_internal_set_case_sensitivity(::io::deephaven::proto::backplane::grpc::CaseSensitivity value) { - case_sensitivity_ = value; + _impl_.case_sensitivity_ = value; } inline void MatchesCondition::set_case_sensitivity(::io::deephaven::proto::backplane::grpc::CaseSensitivity value) { _internal_set_case_sensitivity(value); @@ -45168,10 +45714,10 @@ inline void MatchesCondition::set_case_sensitivity(::io::deephaven::proto::backp // .io.deephaven.proto.backplane.grpc.MatchType match_type = 4; inline void MatchesCondition::clear_match_type() { - match_type_ = 0; + _impl_.match_type_ = 0; } inline ::io::deephaven::proto::backplane::grpc::MatchType MatchesCondition::_internal_match_type() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::MatchType >(match_type_); + return static_cast< ::io::deephaven::proto::backplane::grpc::MatchType >(_impl_.match_type_); } inline ::io::deephaven::proto::backplane::grpc::MatchType MatchesCondition::match_type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.MatchesCondition.match_type) @@ -45179,7 +45725,7 @@ inline ::io::deephaven::proto::backplane::grpc::MatchType MatchesCondition::matc } inline void MatchesCondition::_internal_set_match_type(::io::deephaven::proto::backplane::grpc::MatchType value) { - match_type_ = value; + _impl_.match_type_ = value; } inline void MatchesCondition::set_match_type(::io::deephaven::proto::backplane::grpc::MatchType value) { _internal_set_match_type(value); @@ -45192,19 +45738,19 @@ inline void MatchesCondition::set_match_type(::io::deephaven::proto::backplane:: // .io.deephaven.proto.backplane.grpc.Reference reference = 1; inline bool ContainsCondition::_internal_has_reference() const { - return this != internal_default_instance() && reference_ != nullptr; + return this != internal_default_instance() && _impl_.reference_ != nullptr; } inline bool ContainsCondition::has_reference() const { return _internal_has_reference(); } inline void ContainsCondition::clear_reference() { - if (GetArenaForAllocation() == nullptr && reference_ != nullptr) { - delete reference_; + if (GetArenaForAllocation() == nullptr && _impl_.reference_ != nullptr) { + delete _impl_.reference_; } - reference_ = nullptr; + _impl_.reference_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::Reference& ContainsCondition::_internal_reference() const { - const ::io::deephaven::proto::backplane::grpc::Reference* p = reference_; + const ::io::deephaven::proto::backplane::grpc::Reference* p = _impl_.reference_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Reference_default_instance_); } @@ -45215,9 +45761,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Reference& ContainsConditi inline void ContainsCondition::unsafe_arena_set_allocated_reference( ::io::deephaven::proto::backplane::grpc::Reference* reference) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(reference_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.reference_); } - reference_ = reference; + _impl_.reference_ = reference; if (reference) { } else { @@ -45227,8 +45773,8 @@ inline void ContainsCondition::unsafe_arena_set_allocated_reference( } inline ::io::deephaven::proto::backplane::grpc::Reference* ContainsCondition::release_reference() { - ::io::deephaven::proto::backplane::grpc::Reference* temp = reference_; - reference_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Reference* temp = _impl_.reference_; + _impl_.reference_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -45243,17 +45789,17 @@ inline ::io::deephaven::proto::backplane::grpc::Reference* ContainsCondition::re inline ::io::deephaven::proto::backplane::grpc::Reference* ContainsCondition::unsafe_arena_release_reference() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ContainsCondition.reference) - ::io::deephaven::proto::backplane::grpc::Reference* temp = reference_; - reference_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Reference* temp = _impl_.reference_; + _impl_.reference_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Reference* ContainsCondition::_internal_mutable_reference() { - if (reference_ == nullptr) { + if (_impl_.reference_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Reference>(GetArenaForAllocation()); - reference_ = p; + _impl_.reference_ = p; } - return reference_; + return _impl_.reference_; } inline ::io::deephaven::proto::backplane::grpc::Reference* ContainsCondition::mutable_reference() { ::io::deephaven::proto::backplane::grpc::Reference* _msg = _internal_mutable_reference(); @@ -45263,7 +45809,7 @@ inline ::io::deephaven::proto::backplane::grpc::Reference* ContainsCondition::mu inline void ContainsCondition::set_allocated_reference(::io::deephaven::proto::backplane::grpc::Reference* reference) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reference_; + delete _impl_.reference_; } if (reference) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -45276,13 +45822,13 @@ inline void ContainsCondition::set_allocated_reference(::io::deephaven::proto::b } else { } - reference_ = reference; + _impl_.reference_ = reference; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ContainsCondition.reference) } // string search_string = 2; inline void ContainsCondition::clear_search_string() { - search_string_.ClearToEmpty(); + _impl_.search_string_.ClearToEmpty(); } inline const std::string& ContainsCondition::search_string() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ContainsCondition.search_string) @@ -45292,7 +45838,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ContainsCondition::set_search_string(ArgT0&& arg0, ArgT... args) { - search_string_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.search_string_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ContainsCondition.search_string) } inline std::string* ContainsCondition::mutable_search_string() { @@ -45301,19 +45847,19 @@ inline std::string* ContainsCondition::mutable_search_string() { return _s; } inline const std::string& ContainsCondition::_internal_search_string() const { - return search_string_.Get(); + return _impl_.search_string_.Get(); } inline void ContainsCondition::_internal_set_search_string(const std::string& value) { - search_string_.Set(value, GetArenaForAllocation()); + _impl_.search_string_.Set(value, GetArenaForAllocation()); } inline std::string* ContainsCondition::_internal_mutable_search_string() { - return search_string_.Mutable(GetArenaForAllocation()); + return _impl_.search_string_.Mutable(GetArenaForAllocation()); } inline std::string* ContainsCondition::release_search_string() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ContainsCondition.search_string) - return search_string_.Release(); + return _impl_.search_string_.Release(); } inline void ContainsCondition::set_allocated_search_string(std::string* search_string) { if (search_string != nullptr) { @@ -45321,10 +45867,10 @@ inline void ContainsCondition::set_allocated_search_string(std::string* search_s } else { } - search_string_.SetAllocated(search_string, GetArenaForAllocation()); + _impl_.search_string_.SetAllocated(search_string, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (search_string_.IsDefault()) { - search_string_.Set("", GetArenaForAllocation()); + if (_impl_.search_string_.IsDefault()) { + _impl_.search_string_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ContainsCondition.search_string) @@ -45332,10 +45878,10 @@ inline void ContainsCondition::set_allocated_search_string(std::string* search_s // .io.deephaven.proto.backplane.grpc.CaseSensitivity case_sensitivity = 3; inline void ContainsCondition::clear_case_sensitivity() { - case_sensitivity_ = 0; + _impl_.case_sensitivity_ = 0; } inline ::io::deephaven::proto::backplane::grpc::CaseSensitivity ContainsCondition::_internal_case_sensitivity() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::CaseSensitivity >(case_sensitivity_); + return static_cast< ::io::deephaven::proto::backplane::grpc::CaseSensitivity >(_impl_.case_sensitivity_); } inline ::io::deephaven::proto::backplane::grpc::CaseSensitivity ContainsCondition::case_sensitivity() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ContainsCondition.case_sensitivity) @@ -45343,7 +45889,7 @@ inline ::io::deephaven::proto::backplane::grpc::CaseSensitivity ContainsConditio } inline void ContainsCondition::_internal_set_case_sensitivity(::io::deephaven::proto::backplane::grpc::CaseSensitivity value) { - case_sensitivity_ = value; + _impl_.case_sensitivity_ = value; } inline void ContainsCondition::set_case_sensitivity(::io::deephaven::proto::backplane::grpc::CaseSensitivity value) { _internal_set_case_sensitivity(value); @@ -45352,10 +45898,10 @@ inline void ContainsCondition::set_case_sensitivity(::io::deephaven::proto::back // .io.deephaven.proto.backplane.grpc.MatchType match_type = 4; inline void ContainsCondition::clear_match_type() { - match_type_ = 0; + _impl_.match_type_ = 0; } inline ::io::deephaven::proto::backplane::grpc::MatchType ContainsCondition::_internal_match_type() const { - return static_cast< ::io::deephaven::proto::backplane::grpc::MatchType >(match_type_); + return static_cast< ::io::deephaven::proto::backplane::grpc::MatchType >(_impl_.match_type_); } inline ::io::deephaven::proto::backplane::grpc::MatchType ContainsCondition::match_type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ContainsCondition.match_type) @@ -45363,7 +45909,7 @@ inline ::io::deephaven::proto::backplane::grpc::MatchType ContainsCondition::mat } inline void ContainsCondition::_internal_set_match_type(::io::deephaven::proto::backplane::grpc::MatchType value) { - match_type_ = value; + _impl_.match_type_ = value; } inline void ContainsCondition::set_match_type(::io::deephaven::proto::backplane::grpc::MatchType value) { _internal_set_match_type(value); @@ -45376,7 +45922,7 @@ inline void ContainsCondition::set_match_type(::io::deephaven::proto::backplane: // string search_string = 1; inline void SearchCondition::clear_search_string() { - search_string_.ClearToEmpty(); + _impl_.search_string_.ClearToEmpty(); } inline const std::string& SearchCondition::search_string() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SearchCondition.search_string) @@ -45386,7 +45932,7 @@ template inline PROTOBUF_ALWAYS_INLINE void SearchCondition::set_search_string(ArgT0&& arg0, ArgT... args) { - search_string_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.search_string_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.SearchCondition.search_string) } inline std::string* SearchCondition::mutable_search_string() { @@ -45395,19 +45941,19 @@ inline std::string* SearchCondition::mutable_search_string() { return _s; } inline const std::string& SearchCondition::_internal_search_string() const { - return search_string_.Get(); + return _impl_.search_string_.Get(); } inline void SearchCondition::_internal_set_search_string(const std::string& value) { - search_string_.Set(value, GetArenaForAllocation()); + _impl_.search_string_.Set(value, GetArenaForAllocation()); } inline std::string* SearchCondition::_internal_mutable_search_string() { - return search_string_.Mutable(GetArenaForAllocation()); + return _impl_.search_string_.Mutable(GetArenaForAllocation()); } inline std::string* SearchCondition::release_search_string() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.SearchCondition.search_string) - return search_string_.Release(); + return _impl_.search_string_.Release(); } inline void SearchCondition::set_allocated_search_string(std::string* search_string) { if (search_string != nullptr) { @@ -45415,10 +45961,10 @@ inline void SearchCondition::set_allocated_search_string(std::string* search_str } else { } - search_string_.SetAllocated(search_string, GetArenaForAllocation()); + _impl_.search_string_.SetAllocated(search_string, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (search_string_.IsDefault()) { - search_string_.Set("", GetArenaForAllocation()); + if (_impl_.search_string_.IsDefault()) { + _impl_.search_string_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.SearchCondition.search_string) @@ -45426,32 +45972,32 @@ inline void SearchCondition::set_allocated_search_string(std::string* search_str // repeated .io.deephaven.proto.backplane.grpc.Reference optional_references = 2; inline int SearchCondition::_internal_optional_references_size() const { - return optional_references_.size(); + return _impl_.optional_references_.size(); } inline int SearchCondition::optional_references_size() const { return _internal_optional_references_size(); } inline void SearchCondition::clear_optional_references() { - optional_references_.Clear(); + _impl_.optional_references_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::Reference* SearchCondition::mutable_optional_references(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.SearchCondition.optional_references) - return optional_references_.Mutable(index); + return _impl_.optional_references_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Reference >* SearchCondition::mutable_optional_references() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.SearchCondition.optional_references) - return &optional_references_; + return &_impl_.optional_references_; } inline const ::io::deephaven::proto::backplane::grpc::Reference& SearchCondition::_internal_optional_references(int index) const { - return optional_references_.Get(index); + return _impl_.optional_references_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::Reference& SearchCondition::optional_references(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.SearchCondition.optional_references) return _internal_optional_references(index); } inline ::io::deephaven::proto::backplane::grpc::Reference* SearchCondition::_internal_add_optional_references() { - return optional_references_.Add(); + return _impl_.optional_references_.Add(); } inline ::io::deephaven::proto::backplane::grpc::Reference* SearchCondition::add_optional_references() { ::io::deephaven::proto::backplane::grpc::Reference* _add = _internal_add_optional_references(); @@ -45461,7 +46007,7 @@ inline ::io::deephaven::proto::backplane::grpc::Reference* SearchCondition::add_ inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::Reference >& SearchCondition::optional_references() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.SearchCondition.optional_references) - return optional_references_; + return _impl_.optional_references_; } // ------------------------------------------------------------------- @@ -45470,13 +46016,13 @@ SearchCondition::optional_references() const { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool FlattenRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool FlattenRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& FlattenRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -45487,9 +46033,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& FlattenRequest::re inline void FlattenRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -45499,8 +46045,8 @@ inline void FlattenRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* FlattenRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -45515,17 +46061,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* FlattenRequest::release_ inline ::io::deephaven::proto::backplane::grpc::Ticket* FlattenRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FlattenRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* FlattenRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* FlattenRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -45535,7 +46081,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* FlattenRequest::mutable_ inline void FlattenRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -45549,25 +46095,25 @@ inline void FlattenRequest::set_allocated_result_id(::io::deephaven::proto::back } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FlattenRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool FlattenRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool FlattenRequest::has_source_id() const { return _internal_has_source_id(); } inline void FlattenRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& FlattenRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -45578,9 +46124,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& FlattenReq inline void FlattenRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -45590,8 +46136,8 @@ inline void FlattenRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* FlattenRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -45606,17 +46152,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* FlattenRequest:: inline ::io::deephaven::proto::backplane::grpc::TableReference* FlattenRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.FlattenRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* FlattenRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* FlattenRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -45626,7 +46172,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* FlattenRequest:: inline void FlattenRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -45639,7 +46185,7 @@ inline void FlattenRequest::set_allocated_source_id(::io::deephaven::proto::back } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.FlattenRequest.source_id) } @@ -45649,13 +46195,13 @@ inline void FlattenRequest::set_allocated_source_id(::io::deephaven::proto::back // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool MetaTableRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool MetaTableRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& MetaTableRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -45666,9 +46212,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& MetaTableRequest:: inline void MetaTableRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -45678,8 +46224,8 @@ inline void MetaTableRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* MetaTableRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -45694,17 +46240,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* MetaTableRequest::releas inline ::io::deephaven::proto::backplane::grpc::Ticket* MetaTableRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.MetaTableRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* MetaTableRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* MetaTableRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -45714,7 +46260,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* MetaTableRequest::mutabl inline void MetaTableRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -45728,25 +46274,25 @@ inline void MetaTableRequest::set_allocated_result_id(::io::deephaven::proto::ba } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.MetaTableRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool MetaTableRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool MetaTableRequest::has_source_id() const { return _internal_has_source_id(); } inline void MetaTableRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& MetaTableRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -45757,9 +46303,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& MetaTableR inline void MetaTableRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -45769,8 +46315,8 @@ inline void MetaTableRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* MetaTableRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -45785,17 +46331,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* MetaTableRequest inline ::io::deephaven::proto::backplane::grpc::TableReference* MetaTableRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.MetaTableRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* MetaTableRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* MetaTableRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -45805,7 +46351,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* MetaTableRequest inline void MetaTableRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -45818,7 +46364,7 @@ inline void MetaTableRequest::set_allocated_source_id(::io::deephaven::proto::ba } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.MetaTableRequest.source_id) } @@ -45828,26 +46374,26 @@ inline void MetaTableRequest::set_allocated_source_id(::io::deephaven::proto::ba // optional int64 min_date_nanos = 1 [jstype = JS_STRING]; inline bool RunChartDownsampleRequest_ZoomRange::_internal_has_min_date_nanos() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool RunChartDownsampleRequest_ZoomRange::has_min_date_nanos() const { return _internal_has_min_date_nanos(); } inline void RunChartDownsampleRequest_ZoomRange::clear_min_date_nanos() { - min_date_nanos_ = int64_t{0}; - _has_bits_[0] &= ~0x00000001u; + _impl_.min_date_nanos_ = int64_t{0}; + _impl_._has_bits_[0] &= ~0x00000001u; } inline int64_t RunChartDownsampleRequest_ZoomRange::_internal_min_date_nanos() const { - return min_date_nanos_; + return _impl_.min_date_nanos_; } inline int64_t RunChartDownsampleRequest_ZoomRange::min_date_nanos() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.min_date_nanos) return _internal_min_date_nanos(); } inline void RunChartDownsampleRequest_ZoomRange::_internal_set_min_date_nanos(int64_t value) { - _has_bits_[0] |= 0x00000001u; - min_date_nanos_ = value; + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.min_date_nanos_ = value; } inline void RunChartDownsampleRequest_ZoomRange::set_min_date_nanos(int64_t value) { _internal_set_min_date_nanos(value); @@ -45856,26 +46402,26 @@ inline void RunChartDownsampleRequest_ZoomRange::set_min_date_nanos(int64_t valu // optional int64 max_date_nanos = 2 [jstype = JS_STRING]; inline bool RunChartDownsampleRequest_ZoomRange::_internal_has_max_date_nanos() const { - bool value = (_has_bits_[0] & 0x00000002u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0; return value; } inline bool RunChartDownsampleRequest_ZoomRange::has_max_date_nanos() const { return _internal_has_max_date_nanos(); } inline void RunChartDownsampleRequest_ZoomRange::clear_max_date_nanos() { - max_date_nanos_ = int64_t{0}; - _has_bits_[0] &= ~0x00000002u; + _impl_.max_date_nanos_ = int64_t{0}; + _impl_._has_bits_[0] &= ~0x00000002u; } inline int64_t RunChartDownsampleRequest_ZoomRange::_internal_max_date_nanos() const { - return max_date_nanos_; + return _impl_.max_date_nanos_; } inline int64_t RunChartDownsampleRequest_ZoomRange::max_date_nanos() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange.max_date_nanos) return _internal_max_date_nanos(); } inline void RunChartDownsampleRequest_ZoomRange::_internal_set_max_date_nanos(int64_t value) { - _has_bits_[0] |= 0x00000002u; - max_date_nanos_ = value; + _impl_._has_bits_[0] |= 0x00000002u; + _impl_.max_date_nanos_ = value; } inline void RunChartDownsampleRequest_ZoomRange::set_max_date_nanos(int64_t value) { _internal_set_max_date_nanos(value); @@ -45888,13 +46434,13 @@ inline void RunChartDownsampleRequest_ZoomRange::set_max_date_nanos(int64_t valu // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool RunChartDownsampleRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool RunChartDownsampleRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& RunChartDownsampleRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -45905,9 +46451,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& RunChartDownsample inline void RunChartDownsampleRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -45917,8 +46463,8 @@ inline void RunChartDownsampleRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* RunChartDownsampleRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -45933,17 +46479,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* RunChartDownsampleReques inline ::io::deephaven::proto::backplane::grpc::Ticket* RunChartDownsampleRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* RunChartDownsampleRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* RunChartDownsampleRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -45953,7 +46499,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* RunChartDownsampleReques inline void RunChartDownsampleRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -45967,25 +46513,25 @@ inline void RunChartDownsampleRequest::set_allocated_result_id(::io::deephaven:: } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool RunChartDownsampleRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool RunChartDownsampleRequest::has_source_id() const { return _internal_has_source_id(); } inline void RunChartDownsampleRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& RunChartDownsampleRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -45996,9 +46542,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& RunChartDo inline void RunChartDownsampleRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -46008,8 +46554,8 @@ inline void RunChartDownsampleRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* RunChartDownsampleRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -46024,17 +46570,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* RunChartDownsamp inline ::io::deephaven::proto::backplane::grpc::TableReference* RunChartDownsampleRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* RunChartDownsampleRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* RunChartDownsampleRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -46044,7 +46590,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* RunChartDownsamp inline void RunChartDownsampleRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -46057,16 +46603,16 @@ inline void RunChartDownsampleRequest::set_allocated_source_id(::io::deephaven:: } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.source_id) } // int32 pixel_count = 3; inline void RunChartDownsampleRequest::clear_pixel_count() { - pixel_count_ = 0; + _impl_.pixel_count_ = 0; } inline int32_t RunChartDownsampleRequest::_internal_pixel_count() const { - return pixel_count_; + return _impl_.pixel_count_; } inline int32_t RunChartDownsampleRequest::pixel_count() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.pixel_count) @@ -46074,7 +46620,7 @@ inline int32_t RunChartDownsampleRequest::pixel_count() const { } inline void RunChartDownsampleRequest::_internal_set_pixel_count(int32_t value) { - pixel_count_ = value; + _impl_.pixel_count_ = value; } inline void RunChartDownsampleRequest::set_pixel_count(int32_t value) { _internal_set_pixel_count(value); @@ -46083,19 +46629,19 @@ inline void RunChartDownsampleRequest::set_pixel_count(int32_t value) { // .io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.ZoomRange zoom_range = 4; inline bool RunChartDownsampleRequest::_internal_has_zoom_range() const { - return this != internal_default_instance() && zoom_range_ != nullptr; + return this != internal_default_instance() && _impl_.zoom_range_ != nullptr; } inline bool RunChartDownsampleRequest::has_zoom_range() const { return _internal_has_zoom_range(); } inline void RunChartDownsampleRequest::clear_zoom_range() { - if (GetArenaForAllocation() == nullptr && zoom_range_ != nullptr) { - delete zoom_range_; + if (GetArenaForAllocation() == nullptr && _impl_.zoom_range_ != nullptr) { + delete _impl_.zoom_range_; } - zoom_range_ = nullptr; + _impl_.zoom_range_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange& RunChartDownsampleRequest::_internal_zoom_range() const { - const ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* p = zoom_range_; + const ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* p = _impl_.zoom_range_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_RunChartDownsampleRequest_ZoomRange_default_instance_); } @@ -46106,9 +46652,9 @@ inline const ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ inline void RunChartDownsampleRequest::unsafe_arena_set_allocated_zoom_range( ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* zoom_range) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(zoom_range_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.zoom_range_); } - zoom_range_ = zoom_range; + _impl_.zoom_range_ = zoom_range; if (zoom_range) { } else { @@ -46118,8 +46664,8 @@ inline void RunChartDownsampleRequest::unsafe_arena_set_allocated_zoom_range( } inline ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* RunChartDownsampleRequest::release_zoom_range() { - ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* temp = zoom_range_; - zoom_range_ = nullptr; + ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* temp = _impl_.zoom_range_; + _impl_.zoom_range_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -46134,17 +46680,17 @@ inline ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRa inline ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* RunChartDownsampleRequest::unsafe_arena_release_zoom_range() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.zoom_range) - ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* temp = zoom_range_; - zoom_range_ = nullptr; + ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* temp = _impl_.zoom_range_; + _impl_.zoom_range_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* RunChartDownsampleRequest::_internal_mutable_zoom_range() { - if (zoom_range_ == nullptr) { + if (_impl_.zoom_range_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange>(GetArenaForAllocation()); - zoom_range_ = p; + _impl_.zoom_range_ = p; } - return zoom_range_; + return _impl_.zoom_range_; } inline ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* RunChartDownsampleRequest::mutable_zoom_range() { ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* _msg = _internal_mutable_zoom_range(); @@ -46154,7 +46700,7 @@ inline ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRa inline void RunChartDownsampleRequest::set_allocated_zoom_range(::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest_ZoomRange* zoom_range) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete zoom_range_; + delete _impl_.zoom_range_; } if (zoom_range) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -46167,13 +46713,13 @@ inline void RunChartDownsampleRequest::set_allocated_zoom_range(::io::deephaven: } else { } - zoom_range_ = zoom_range; + _impl_.zoom_range_ = zoom_range; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.zoom_range) } // string x_column_name = 5; inline void RunChartDownsampleRequest::clear_x_column_name() { - x_column_name_.ClearToEmpty(); + _impl_.x_column_name_.ClearToEmpty(); } inline const std::string& RunChartDownsampleRequest::x_column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.x_column_name) @@ -46183,7 +46729,7 @@ template inline PROTOBUF_ALWAYS_INLINE void RunChartDownsampleRequest::set_x_column_name(ArgT0&& arg0, ArgT... args) { - x_column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.x_column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.x_column_name) } inline std::string* RunChartDownsampleRequest::mutable_x_column_name() { @@ -46192,19 +46738,19 @@ inline std::string* RunChartDownsampleRequest::mutable_x_column_name() { return _s; } inline const std::string& RunChartDownsampleRequest::_internal_x_column_name() const { - return x_column_name_.Get(); + return _impl_.x_column_name_.Get(); } inline void RunChartDownsampleRequest::_internal_set_x_column_name(const std::string& value) { - x_column_name_.Set(value, GetArenaForAllocation()); + _impl_.x_column_name_.Set(value, GetArenaForAllocation()); } inline std::string* RunChartDownsampleRequest::_internal_mutable_x_column_name() { - return x_column_name_.Mutable(GetArenaForAllocation()); + return _impl_.x_column_name_.Mutable(GetArenaForAllocation()); } inline std::string* RunChartDownsampleRequest::release_x_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.x_column_name) - return x_column_name_.Release(); + return _impl_.x_column_name_.Release(); } inline void RunChartDownsampleRequest::set_allocated_x_column_name(std::string* x_column_name) { if (x_column_name != nullptr) { @@ -46212,10 +46758,10 @@ inline void RunChartDownsampleRequest::set_allocated_x_column_name(std::string* } else { } - x_column_name_.SetAllocated(x_column_name, GetArenaForAllocation()); + _impl_.x_column_name_.SetAllocated(x_column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (x_column_name_.IsDefault()) { - x_column_name_.Set("", GetArenaForAllocation()); + if (_impl_.x_column_name_.IsDefault()) { + _impl_.x_column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.x_column_name) @@ -46223,13 +46769,13 @@ inline void RunChartDownsampleRequest::set_allocated_x_column_name(std::string* // repeated string y_column_names = 6; inline int RunChartDownsampleRequest::_internal_y_column_names_size() const { - return y_column_names_.size(); + return _impl_.y_column_names_.size(); } inline int RunChartDownsampleRequest::y_column_names_size() const { return _internal_y_column_names_size(); } inline void RunChartDownsampleRequest::clear_y_column_names() { - y_column_names_.Clear(); + _impl_.y_column_names_.Clear(); } inline std::string* RunChartDownsampleRequest::add_y_column_names() { std::string* _s = _internal_add_y_column_names(); @@ -46237,7 +46783,7 @@ inline std::string* RunChartDownsampleRequest::add_y_column_names() { return _s; } inline const std::string& RunChartDownsampleRequest::_internal_y_column_names(int index) const { - return y_column_names_.Get(index); + return _impl_.y_column_names_.Get(index); } inline const std::string& RunChartDownsampleRequest::y_column_names(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.y_column_names) @@ -46245,55 +46791,55 @@ inline const std::string& RunChartDownsampleRequest::y_column_names(int index) c } inline std::string* RunChartDownsampleRequest::mutable_y_column_names(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.y_column_names) - return y_column_names_.Mutable(index); + return _impl_.y_column_names_.Mutable(index); } inline void RunChartDownsampleRequest::set_y_column_names(int index, const std::string& value) { - y_column_names_.Mutable(index)->assign(value); + _impl_.y_column_names_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.y_column_names) } inline void RunChartDownsampleRequest::set_y_column_names(int index, std::string&& value) { - y_column_names_.Mutable(index)->assign(std::move(value)); + _impl_.y_column_names_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.y_column_names) } inline void RunChartDownsampleRequest::set_y_column_names(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - y_column_names_.Mutable(index)->assign(value); + _impl_.y_column_names_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.y_column_names) } inline void RunChartDownsampleRequest::set_y_column_names(int index, const char* value, size_t size) { - y_column_names_.Mutable(index)->assign( + _impl_.y_column_names_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.y_column_names) } inline std::string* RunChartDownsampleRequest::_internal_add_y_column_names() { - return y_column_names_.Add(); + return _impl_.y_column_names_.Add(); } inline void RunChartDownsampleRequest::add_y_column_names(const std::string& value) { - y_column_names_.Add()->assign(value); + _impl_.y_column_names_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.y_column_names) } inline void RunChartDownsampleRequest::add_y_column_names(std::string&& value) { - y_column_names_.Add(std::move(value)); + _impl_.y_column_names_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.y_column_names) } inline void RunChartDownsampleRequest::add_y_column_names(const char* value) { GOOGLE_DCHECK(value != nullptr); - y_column_names_.Add()->assign(value); + _impl_.y_column_names_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.y_column_names) } inline void RunChartDownsampleRequest::add_y_column_names(const char* value, size_t size) { - y_column_names_.Add()->assign(reinterpret_cast(value), size); + _impl_.y_column_names_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.y_column_names) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& RunChartDownsampleRequest::y_column_names() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.y_column_names) - return y_column_names_; + return _impl_.y_column_names_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* RunChartDownsampleRequest::mutable_y_column_names() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.RunChartDownsampleRequest.y_column_names) - return &y_column_names_; + return &_impl_.y_column_names_; } // ------------------------------------------------------------------- @@ -46306,13 +46852,13 @@ RunChartDownsampleRequest::mutable_y_column_names() { // repeated string key_columns = 1; inline int CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::_internal_key_columns_size() const { - return key_columns_.size(); + return _impl_.key_columns_.size(); } inline int CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::key_columns_size() const { return _internal_key_columns_size(); } inline void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::clear_key_columns() { - key_columns_.Clear(); + _impl_.key_columns_.Clear(); } inline std::string* CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::add_key_columns() { std::string* _s = _internal_add_key_columns(); @@ -46320,7 +46866,7 @@ inline std::string* CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::ad return _s; } inline const std::string& CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::_internal_key_columns(int index) const { - return key_columns_.Get(index); + return _impl_.key_columns_.Get(index); } inline const std::string& CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::key_columns(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.key_columns) @@ -46328,55 +46874,55 @@ inline const std::string& CreateInputTableRequest_InputTableKind_InMemoryKeyBack } inline std::string* CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::mutable_key_columns(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.key_columns) - return key_columns_.Mutable(index); + return _impl_.key_columns_.Mutable(index); } inline void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::set_key_columns(int index, const std::string& value) { - key_columns_.Mutable(index)->assign(value); + _impl_.key_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.key_columns) } inline void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::set_key_columns(int index, std::string&& value) { - key_columns_.Mutable(index)->assign(std::move(value)); + _impl_.key_columns_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.key_columns) } inline void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::set_key_columns(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - key_columns_.Mutable(index)->assign(value); + _impl_.key_columns_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.key_columns) } inline void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::set_key_columns(int index, const char* value, size_t size) { - key_columns_.Mutable(index)->assign( + _impl_.key_columns_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.key_columns) } inline std::string* CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::_internal_add_key_columns() { - return key_columns_.Add(); + return _impl_.key_columns_.Add(); } inline void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::add_key_columns(const std::string& value) { - key_columns_.Add()->assign(value); + _impl_.key_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.key_columns) } inline void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::add_key_columns(std::string&& value) { - key_columns_.Add(std::move(value)); + _impl_.key_columns_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.key_columns) } inline void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::add_key_columns(const char* value) { GOOGLE_DCHECK(value != nullptr); - key_columns_.Add()->assign(value); + _impl_.key_columns_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.key_columns) } inline void CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::add_key_columns(const char* value, size_t size) { - key_columns_.Add()->assign(reinterpret_cast(value), size); + _impl_.key_columns_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.key_columns) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::key_columns() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.key_columns) - return key_columns_; + return _impl_.key_columns_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* CreateInputTableRequest_InputTableKind_InMemoryKeyBacked::mutable_key_columns() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.key_columns) - return &key_columns_; + return &_impl_.key_columns_; } // ------------------------------------------------------------------- @@ -46391,12 +46937,12 @@ inline bool CreateInputTableRequest_InputTableKind::has_in_memory_append_only() return _internal_has_in_memory_append_only(); } inline void CreateInputTableRequest_InputTableKind::set_has_in_memory_append_only() { - _oneof_case_[0] = kInMemoryAppendOnly; + _impl_._oneof_case_[0] = kInMemoryAppendOnly; } inline void CreateInputTableRequest_InputTableKind::clear_in_memory_append_only() { if (_internal_has_in_memory_append_only()) { if (GetArenaForAllocation() == nullptr) { - delete kind_.in_memory_append_only_; + delete _impl_.kind_.in_memory_append_only_; } clear_has_kind(); } @@ -46405,11 +46951,11 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTab // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.in_memory_append_only) if (_internal_has_in_memory_append_only()) { clear_has_kind(); - ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly* temp = kind_.in_memory_append_only_; + ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly* temp = _impl_.kind_.in_memory_append_only_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - kind_.in_memory_append_only_ = nullptr; + _impl_.kind_.in_memory_append_only_ = nullptr; return temp; } else { return nullptr; @@ -46417,7 +46963,7 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTab } inline const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly& CreateInputTableRequest_InputTableKind::_internal_in_memory_append_only() const { return _internal_has_in_memory_append_only() - ? *kind_.in_memory_append_only_ + ? *_impl_.kind_.in_memory_append_only_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly&>(::io::deephaven::proto::backplane::grpc::_CreateInputTableRequest_InputTableKind_InMemoryAppendOnly_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly& CreateInputTableRequest_InputTableKind::in_memory_append_only() const { @@ -46428,8 +46974,8 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTab // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.in_memory_append_only) if (_internal_has_in_memory_append_only()) { clear_has_kind(); - ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly* temp = kind_.in_memory_append_only_; - kind_.in_memory_append_only_ = nullptr; + ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly* temp = _impl_.kind_.in_memory_append_only_; + _impl_.kind_.in_memory_append_only_ = nullptr; return temp; } else { return nullptr; @@ -46439,7 +46985,7 @@ inline void CreateInputTableRequest_InputTableKind::unsafe_arena_set_allocated_i clear_kind(); if (in_memory_append_only) { set_has_in_memory_append_only(); - kind_.in_memory_append_only_ = in_memory_append_only; + _impl_.kind_.in_memory_append_only_ = in_memory_append_only; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.in_memory_append_only) } @@ -46447,9 +46993,9 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTab if (!_internal_has_in_memory_append_only()) { clear_kind(); set_has_in_memory_append_only(); - kind_.in_memory_append_only_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly >(GetArenaForAllocation()); + _impl_.kind_.in_memory_append_only_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly >(GetArenaForAllocation()); } - return kind_.in_memory_append_only_; + return _impl_.kind_.in_memory_append_only_; } inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly* CreateInputTableRequest_InputTableKind::mutable_in_memory_append_only() { ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryAppendOnly* _msg = _internal_mutable_in_memory_append_only(); @@ -46465,12 +47011,12 @@ inline bool CreateInputTableRequest_InputTableKind::has_in_memory_key_backed() c return _internal_has_in_memory_key_backed(); } inline void CreateInputTableRequest_InputTableKind::set_has_in_memory_key_backed() { - _oneof_case_[0] = kInMemoryKeyBacked; + _impl_._oneof_case_[0] = kInMemoryKeyBacked; } inline void CreateInputTableRequest_InputTableKind::clear_in_memory_key_backed() { if (_internal_has_in_memory_key_backed()) { if (GetArenaForAllocation() == nullptr) { - delete kind_.in_memory_key_backed_; + delete _impl_.kind_.in_memory_key_backed_; } clear_has_kind(); } @@ -46479,11 +47025,11 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTab // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.in_memory_key_backed) if (_internal_has_in_memory_key_backed()) { clear_has_kind(); - ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked* temp = kind_.in_memory_key_backed_; + ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked* temp = _impl_.kind_.in_memory_key_backed_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - kind_.in_memory_key_backed_ = nullptr; + _impl_.kind_.in_memory_key_backed_ = nullptr; return temp; } else { return nullptr; @@ -46491,7 +47037,7 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTab } inline const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked& CreateInputTableRequest_InputTableKind::_internal_in_memory_key_backed() const { return _internal_has_in_memory_key_backed() - ? *kind_.in_memory_key_backed_ + ? *_impl_.kind_.in_memory_key_backed_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked&>(::io::deephaven::proto::backplane::grpc::_CreateInputTableRequest_InputTableKind_InMemoryKeyBacked_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked& CreateInputTableRequest_InputTableKind::in_memory_key_backed() const { @@ -46502,8 +47048,8 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTab // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.in_memory_key_backed) if (_internal_has_in_memory_key_backed()) { clear_has_kind(); - ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked* temp = kind_.in_memory_key_backed_; - kind_.in_memory_key_backed_ = nullptr; + ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked* temp = _impl_.kind_.in_memory_key_backed_; + _impl_.kind_.in_memory_key_backed_ = nullptr; return temp; } else { return nullptr; @@ -46513,7 +47059,7 @@ inline void CreateInputTableRequest_InputTableKind::unsafe_arena_set_allocated_i clear_kind(); if (in_memory_key_backed) { set_has_in_memory_key_backed(); - kind_.in_memory_key_backed_ = in_memory_key_backed; + _impl_.kind_.in_memory_key_backed_ = in_memory_key_backed; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind.in_memory_key_backed) } @@ -46521,9 +47067,9 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTab if (!_internal_has_in_memory_key_backed()) { clear_kind(); set_has_in_memory_key_backed(); - kind_.in_memory_key_backed_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked >(GetArenaForAllocation()); + _impl_.kind_.in_memory_key_backed_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked >(GetArenaForAllocation()); } - return kind_.in_memory_key_backed_; + return _impl_.kind_.in_memory_key_backed_; } inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked* CreateInputTableRequest_InputTableKind::mutable_in_memory_key_backed() { ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind_InMemoryKeyBacked* _msg = _internal_mutable_in_memory_key_backed(); @@ -46535,10 +47081,10 @@ inline bool CreateInputTableRequest_InputTableKind::has_kind() const { return kind_case() != KIND_NOT_SET; } inline void CreateInputTableRequest_InputTableKind::clear_has_kind() { - _oneof_case_[0] = KIND_NOT_SET; + _impl_._oneof_case_[0] = KIND_NOT_SET; } inline CreateInputTableRequest_InputTableKind::KindCase CreateInputTableRequest_InputTableKind::kind_case() const { - return CreateInputTableRequest_InputTableKind::KindCase(_oneof_case_[0]); + return CreateInputTableRequest_InputTableKind::KindCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -46546,13 +47092,13 @@ inline CreateInputTableRequest_InputTableKind::KindCase CreateInputTableRequest_ // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool CreateInputTableRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool CreateInputTableRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& CreateInputTableRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -46563,9 +47109,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& CreateInputTableRe inline void CreateInputTableRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -46575,8 +47121,8 @@ inline void CreateInputTableRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* CreateInputTableRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -46591,17 +47137,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* CreateInputTableRequest: inline ::io::deephaven::proto::backplane::grpc::Ticket* CreateInputTableRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* CreateInputTableRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* CreateInputTableRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -46611,7 +47157,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* CreateInputTableRequest: inline void CreateInputTableRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -46625,7 +47171,7 @@ inline void CreateInputTableRequest::set_allocated_result_id(::io::deephaven::pr } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.result_id) } @@ -46637,12 +47183,12 @@ inline bool CreateInputTableRequest::has_source_table_id() const { return _internal_has_source_table_id(); } inline void CreateInputTableRequest::set_has_source_table_id() { - _oneof_case_[0] = kSourceTableId; + _impl_._oneof_case_[0] = kSourceTableId; } inline void CreateInputTableRequest::clear_source_table_id() { if (_internal_has_source_table_id()) { if (GetArenaForAllocation() == nullptr) { - delete definition_.source_table_id_; + delete _impl_.definition_.source_table_id_; } clear_has_definition(); } @@ -46651,11 +47197,11 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* CreateInputTable // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.source_table_id) if (_internal_has_source_table_id()) { clear_has_definition(); - ::io::deephaven::proto::backplane::grpc::TableReference* temp = definition_.source_table_id_; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.definition_.source_table_id_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - definition_.source_table_id_ = nullptr; + _impl_.definition_.source_table_id_ = nullptr; return temp; } else { return nullptr; @@ -46663,7 +47209,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* CreateInputTable } inline const ::io::deephaven::proto::backplane::grpc::TableReference& CreateInputTableRequest::_internal_source_table_id() const { return _internal_has_source_table_id() - ? *definition_.source_table_id_ + ? *_impl_.definition_.source_table_id_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::TableReference&>(::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::TableReference& CreateInputTableRequest::source_table_id() const { @@ -46674,8 +47220,8 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* CreateInputTable // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.source_table_id) if (_internal_has_source_table_id()) { clear_has_definition(); - ::io::deephaven::proto::backplane::grpc::TableReference* temp = definition_.source_table_id_; - definition_.source_table_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.definition_.source_table_id_; + _impl_.definition_.source_table_id_ = nullptr; return temp; } else { return nullptr; @@ -46685,7 +47231,7 @@ inline void CreateInputTableRequest::unsafe_arena_set_allocated_source_table_id( clear_definition(); if (source_table_id) { set_has_source_table_id(); - definition_.source_table_id_ = source_table_id; + _impl_.definition_.source_table_id_ = source_table_id; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.source_table_id) } @@ -46693,9 +47239,9 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* CreateInputTable if (!_internal_has_source_table_id()) { clear_definition(); set_has_source_table_id(); - definition_.source_table_id_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::TableReference >(GetArenaForAllocation()); + _impl_.definition_.source_table_id_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::TableReference >(GetArenaForAllocation()); } - return definition_.source_table_id_; + return _impl_.definition_.source_table_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* CreateInputTableRequest::mutable_source_table_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_table_id(); @@ -46711,11 +47257,11 @@ inline bool CreateInputTableRequest::has_schema() const { return _internal_has_schema(); } inline void CreateInputTableRequest::set_has_schema() { - _oneof_case_[0] = kSchema; + _impl_._oneof_case_[0] = kSchema; } inline void CreateInputTableRequest::clear_schema() { if (_internal_has_schema()) { - definition_.schema_.Destroy(); + _impl_.definition_.schema_.Destroy(); clear_has_definition(); } } @@ -46728,9 +47274,9 @@ inline void CreateInputTableRequest::set_schema(ArgT0&& arg0, ArgT... args) { if (!_internal_has_schema()) { clear_definition(); set_has_schema(); - definition_.schema_.InitDefault(); + _impl_.definition_.schema_.InitDefault(); } - definition_.schema_.SetBytes( static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.definition_.schema_.SetBytes( static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.schema) } inline std::string* CreateInputTableRequest::mutable_schema() { @@ -46740,7 +47286,7 @@ inline std::string* CreateInputTableRequest::mutable_schema() { } inline const std::string& CreateInputTableRequest::_internal_schema() const { if (_internal_has_schema()) { - return definition_.schema_.Get(); + return _impl_.definition_.schema_.Get(); } return ::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(); } @@ -46748,23 +47294,23 @@ inline void CreateInputTableRequest::_internal_set_schema(const std::string& val if (!_internal_has_schema()) { clear_definition(); set_has_schema(); - definition_.schema_.InitDefault(); + _impl_.definition_.schema_.InitDefault(); } - definition_.schema_.Set(value, GetArenaForAllocation()); + _impl_.definition_.schema_.Set(value, GetArenaForAllocation()); } inline std::string* CreateInputTableRequest::_internal_mutable_schema() { if (!_internal_has_schema()) { clear_definition(); set_has_schema(); - definition_.schema_.InitDefault(); + _impl_.definition_.schema_.InitDefault(); } - return definition_.schema_.Mutable( GetArenaForAllocation()); + return _impl_.definition_.schema_.Mutable( GetArenaForAllocation()); } inline std::string* CreateInputTableRequest::release_schema() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.schema) if (_internal_has_schema()) { clear_has_definition(); - return definition_.schema_.Release(); + return _impl_.definition_.schema_.Release(); } else { return nullptr; } @@ -46775,26 +47321,26 @@ inline void CreateInputTableRequest::set_allocated_schema(std::string* schema) { } if (schema != nullptr) { set_has_schema(); - definition_.schema_.InitAllocated(schema, GetArenaForAllocation()); + _impl_.definition_.schema_.InitAllocated(schema, GetArenaForAllocation()); } // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.schema) } // .io.deephaven.proto.backplane.grpc.CreateInputTableRequest.InputTableKind kind = 4; inline bool CreateInputTableRequest::_internal_has_kind() const { - return this != internal_default_instance() && kind_ != nullptr; + return this != internal_default_instance() && _impl_.kind_ != nullptr; } inline bool CreateInputTableRequest::has_kind() const { return _internal_has_kind(); } inline void CreateInputTableRequest::clear_kind() { - if (GetArenaForAllocation() == nullptr && kind_ != nullptr) { - delete kind_; + if (GetArenaForAllocation() == nullptr && _impl_.kind_ != nullptr) { + delete _impl_.kind_; } - kind_ = nullptr; + _impl_.kind_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind& CreateInputTableRequest::_internal_kind() const { - const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* p = kind_; + const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* p = _impl_.kind_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_CreateInputTableRequest_InputTableKind_default_instance_); } @@ -46805,9 +47351,9 @@ inline const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_In inline void CreateInputTableRequest::unsafe_arena_set_allocated_kind( ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* kind) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(kind_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.kind_); } - kind_ = kind; + _impl_.kind_ = kind; if (kind) { } else { @@ -46817,8 +47363,8 @@ inline void CreateInputTableRequest::unsafe_arena_set_allocated_kind( } inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* CreateInputTableRequest::release_kind() { - ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* temp = kind_; - kind_ = nullptr; + ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* temp = _impl_.kind_; + _impl_.kind_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -46833,17 +47379,17 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTab inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* CreateInputTableRequest::unsafe_arena_release_kind() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.kind) - ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* temp = kind_; - kind_ = nullptr; + ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* temp = _impl_.kind_; + _impl_.kind_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* CreateInputTableRequest::_internal_mutable_kind() { - if (kind_ == nullptr) { + if (_impl_.kind_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind>(GetArenaForAllocation()); - kind_ = p; + _impl_.kind_ = p; } - return kind_; + return _impl_.kind_; } inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* CreateInputTableRequest::mutable_kind() { ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* _msg = _internal_mutable_kind(); @@ -46853,7 +47399,7 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTab inline void CreateInputTableRequest::set_allocated_kind(::io::deephaven::proto::backplane::grpc::CreateInputTableRequest_InputTableKind* kind) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete kind_; + delete _impl_.kind_; } if (kind) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -46866,7 +47412,7 @@ inline void CreateInputTableRequest::set_allocated_kind(::io::deephaven::proto:: } else { } - kind_ = kind; + _impl_.kind_ = kind; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.CreateInputTableRequest.kind) } @@ -46874,10 +47420,10 @@ inline bool CreateInputTableRequest::has_definition() const { return definition_case() != DEFINITION_NOT_SET; } inline void CreateInputTableRequest::clear_has_definition() { - _oneof_case_[0] = DEFINITION_NOT_SET; + _impl_._oneof_case_[0] = DEFINITION_NOT_SET; } inline CreateInputTableRequest::DefinitionCase CreateInputTableRequest::definition_case() const { - return CreateInputTableRequest::DefinitionCase(_oneof_case_[0]); + return CreateInputTableRequest::DefinitionCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -46885,13 +47431,13 @@ inline CreateInputTableRequest::DefinitionCase CreateInputTableRequest::definiti // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool WhereInRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool WhereInRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& WhereInRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -46902,9 +47448,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& WhereInRequest::re inline void WhereInRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -46914,8 +47460,8 @@ inline void WhereInRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* WhereInRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -46930,17 +47476,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* WhereInRequest::release_ inline ::io::deephaven::proto::backplane::grpc::Ticket* WhereInRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.WhereInRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* WhereInRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* WhereInRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -46950,7 +47496,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* WhereInRequest::mutable_ inline void WhereInRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -46964,25 +47510,25 @@ inline void WhereInRequest::set_allocated_result_id(::io::deephaven::proto::back } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.WhereInRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference left_id = 2; inline bool WhereInRequest::_internal_has_left_id() const { - return this != internal_default_instance() && left_id_ != nullptr; + return this != internal_default_instance() && _impl_.left_id_ != nullptr; } inline bool WhereInRequest::has_left_id() const { return _internal_has_left_id(); } inline void WhereInRequest::clear_left_id() { - if (GetArenaForAllocation() == nullptr && left_id_ != nullptr) { - delete left_id_; + if (GetArenaForAllocation() == nullptr && _impl_.left_id_ != nullptr) { + delete _impl_.left_id_; } - left_id_ = nullptr; + _impl_.left_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& WhereInRequest::_internal_left_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = left_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.left_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -46993,9 +47539,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& WhereInReq inline void WhereInRequest::unsafe_arena_set_allocated_left_id( ::io::deephaven::proto::backplane::grpc::TableReference* left_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(left_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.left_id_); } - left_id_ = left_id; + _impl_.left_id_ = left_id; if (left_id) { } else { @@ -47005,8 +47551,8 @@ inline void WhereInRequest::unsafe_arena_set_allocated_left_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* WhereInRequest::release_left_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -47021,17 +47567,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* WhereInRequest:: inline ::io::deephaven::proto::backplane::grpc::TableReference* WhereInRequest::unsafe_arena_release_left_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.WhereInRequest.left_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = left_id_; - left_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.left_id_; + _impl_.left_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* WhereInRequest::_internal_mutable_left_id() { - if (left_id_ == nullptr) { + if (_impl_.left_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - left_id_ = p; + _impl_.left_id_ = p; } - return left_id_; + return _impl_.left_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* WhereInRequest::mutable_left_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_left_id(); @@ -47041,7 +47587,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* WhereInRequest:: inline void WhereInRequest::set_allocated_left_id(::io::deephaven::proto::backplane::grpc::TableReference* left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete left_id_; + delete _impl_.left_id_; } if (left_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -47054,25 +47600,25 @@ inline void WhereInRequest::set_allocated_left_id(::io::deephaven::proto::backpl } else { } - left_id_ = left_id; + _impl_.left_id_ = left_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.WhereInRequest.left_id) } // .io.deephaven.proto.backplane.grpc.TableReference right_id = 3; inline bool WhereInRequest::_internal_has_right_id() const { - return this != internal_default_instance() && right_id_ != nullptr; + return this != internal_default_instance() && _impl_.right_id_ != nullptr; } inline bool WhereInRequest::has_right_id() const { return _internal_has_right_id(); } inline void WhereInRequest::clear_right_id() { - if (GetArenaForAllocation() == nullptr && right_id_ != nullptr) { - delete right_id_; + if (GetArenaForAllocation() == nullptr && _impl_.right_id_ != nullptr) { + delete _impl_.right_id_; } - right_id_ = nullptr; + _impl_.right_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& WhereInRequest::_internal_right_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = right_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.right_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -47083,9 +47629,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& WhereInReq inline void WhereInRequest::unsafe_arena_set_allocated_right_id( ::io::deephaven::proto::backplane::grpc::TableReference* right_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(right_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.right_id_); } - right_id_ = right_id; + _impl_.right_id_ = right_id; if (right_id) { } else { @@ -47095,8 +47641,8 @@ inline void WhereInRequest::unsafe_arena_set_allocated_right_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* WhereInRequest::release_right_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -47111,17 +47657,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* WhereInRequest:: inline ::io::deephaven::proto::backplane::grpc::TableReference* WhereInRequest::unsafe_arena_release_right_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.WhereInRequest.right_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = right_id_; - right_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.right_id_; + _impl_.right_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* WhereInRequest::_internal_mutable_right_id() { - if (right_id_ == nullptr) { + if (_impl_.right_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - right_id_ = p; + _impl_.right_id_ = p; } - return right_id_; + return _impl_.right_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* WhereInRequest::mutable_right_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_right_id(); @@ -47131,7 +47677,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* WhereInRequest:: inline void WhereInRequest::set_allocated_right_id(::io::deephaven::proto::backplane::grpc::TableReference* right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete right_id_; + delete _impl_.right_id_; } if (right_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -47144,16 +47690,16 @@ inline void WhereInRequest::set_allocated_right_id(::io::deephaven::proto::backp } else { } - right_id_ = right_id; + _impl_.right_id_ = right_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.WhereInRequest.right_id) } // bool inverted = 4; inline void WhereInRequest::clear_inverted() { - inverted_ = false; + _impl_.inverted_ = false; } inline bool WhereInRequest::_internal_inverted() const { - return inverted_; + return _impl_.inverted_; } inline bool WhereInRequest::inverted() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.WhereInRequest.inverted) @@ -47161,7 +47707,7 @@ inline bool WhereInRequest::inverted() const { } inline void WhereInRequest::_internal_set_inverted(bool value) { - inverted_ = value; + _impl_.inverted_ = value; } inline void WhereInRequest::set_inverted(bool value) { _internal_set_inverted(value); @@ -47170,13 +47716,13 @@ inline void WhereInRequest::set_inverted(bool value) { // repeated string columns_to_match = 5; inline int WhereInRequest::_internal_columns_to_match_size() const { - return columns_to_match_.size(); + return _impl_.columns_to_match_.size(); } inline int WhereInRequest::columns_to_match_size() const { return _internal_columns_to_match_size(); } inline void WhereInRequest::clear_columns_to_match() { - columns_to_match_.Clear(); + _impl_.columns_to_match_.Clear(); } inline std::string* WhereInRequest::add_columns_to_match() { std::string* _s = _internal_add_columns_to_match(); @@ -47184,7 +47730,7 @@ inline std::string* WhereInRequest::add_columns_to_match() { return _s; } inline const std::string& WhereInRequest::_internal_columns_to_match(int index) const { - return columns_to_match_.Get(index); + return _impl_.columns_to_match_.Get(index); } inline const std::string& WhereInRequest::columns_to_match(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.WhereInRequest.columns_to_match) @@ -47192,55 +47738,55 @@ inline const std::string& WhereInRequest::columns_to_match(int index) const { } inline std::string* WhereInRequest::mutable_columns_to_match(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.WhereInRequest.columns_to_match) - return columns_to_match_.Mutable(index); + return _impl_.columns_to_match_.Mutable(index); } inline void WhereInRequest::set_columns_to_match(int index, const std::string& value) { - columns_to_match_.Mutable(index)->assign(value); + _impl_.columns_to_match_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.WhereInRequest.columns_to_match) } inline void WhereInRequest::set_columns_to_match(int index, std::string&& value) { - columns_to_match_.Mutable(index)->assign(std::move(value)); + _impl_.columns_to_match_.Mutable(index)->assign(std::move(value)); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.WhereInRequest.columns_to_match) } inline void WhereInRequest::set_columns_to_match(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Mutable(index)->assign(value); + _impl_.columns_to_match_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:io.deephaven.proto.backplane.grpc.WhereInRequest.columns_to_match) } inline void WhereInRequest::set_columns_to_match(int index, const char* value, size_t size) { - columns_to_match_.Mutable(index)->assign( + _impl_.columns_to_match_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:io.deephaven.proto.backplane.grpc.WhereInRequest.columns_to_match) } inline std::string* WhereInRequest::_internal_add_columns_to_match() { - return columns_to_match_.Add(); + return _impl_.columns_to_match_.Add(); } inline void WhereInRequest::add_columns_to_match(const std::string& value) { - columns_to_match_.Add()->assign(value); + _impl_.columns_to_match_.Add()->assign(value); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.WhereInRequest.columns_to_match) } inline void WhereInRequest::add_columns_to_match(std::string&& value) { - columns_to_match_.Add(std::move(value)); + _impl_.columns_to_match_.Add(std::move(value)); // @@protoc_insertion_point(field_add:io.deephaven.proto.backplane.grpc.WhereInRequest.columns_to_match) } inline void WhereInRequest::add_columns_to_match(const char* value) { GOOGLE_DCHECK(value != nullptr); - columns_to_match_.Add()->assign(value); + _impl_.columns_to_match_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:io.deephaven.proto.backplane.grpc.WhereInRequest.columns_to_match) } inline void WhereInRequest::add_columns_to_match(const char* value, size_t size) { - columns_to_match_.Add()->assign(reinterpret_cast(value), size); + _impl_.columns_to_match_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:io.deephaven.proto.backplane.grpc.WhereInRequest.columns_to_match) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& WhereInRequest::columns_to_match() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.WhereInRequest.columns_to_match) - return columns_to_match_; + return _impl_.columns_to_match_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* WhereInRequest::mutable_columns_to_match() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.WhereInRequest.columns_to_match) - return &columns_to_match_; + return &_impl_.columns_to_match_; } // ------------------------------------------------------------------- @@ -47249,13 +47795,13 @@ WhereInRequest::mutable_columns_to_match() { // .io.deephaven.proto.backplane.grpc.Ticket result_id = 1; inline bool ColumnStatisticsRequest::_internal_has_result_id() const { - return this != internal_default_instance() && result_id_ != nullptr; + return this != internal_default_instance() && _impl_.result_id_ != nullptr; } inline bool ColumnStatisticsRequest::has_result_id() const { return _internal_has_result_id(); } inline const ::io::deephaven::proto::backplane::grpc::Ticket& ColumnStatisticsRequest::_internal_result_id() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = result_id_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.result_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -47266,9 +47812,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& ColumnStatisticsRe inline void ColumnStatisticsRequest::unsafe_arena_set_allocated_result_id( ::io::deephaven::proto::backplane::grpc::Ticket* result_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } - result_id_ = result_id; + _impl_.result_id_ = result_id; if (result_id) { } else { @@ -47278,8 +47824,8 @@ inline void ColumnStatisticsRequest::unsafe_arena_set_allocated_result_id( } inline ::io::deephaven::proto::backplane::grpc::Ticket* ColumnStatisticsRequest::release_result_id() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -47294,17 +47840,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ColumnStatisticsRequest: inline ::io::deephaven::proto::backplane::grpc::Ticket* ColumnStatisticsRequest::unsafe_arena_release_result_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest.result_id) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = result_id_; - result_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.result_id_; + _impl_.result_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ColumnStatisticsRequest::_internal_mutable_result_id() { - if (result_id_ == nullptr) { + if (_impl_.result_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - result_id_ = p; + _impl_.result_id_ = p; } - return result_id_; + return _impl_.result_id_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* ColumnStatisticsRequest::mutable_result_id() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_result_id(); @@ -47314,7 +47860,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* ColumnStatisticsRequest: inline void ColumnStatisticsRequest::set_allocated_result_id(::io::deephaven::proto::backplane::grpc::Ticket* result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(result_id_); + delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.result_id_); } if (result_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -47328,25 +47874,25 @@ inline void ColumnStatisticsRequest::set_allocated_result_id(::io::deephaven::pr } else { } - result_id_ = result_id; + _impl_.result_id_ = result_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest.result_id) } // .io.deephaven.proto.backplane.grpc.TableReference source_id = 2; inline bool ColumnStatisticsRequest::_internal_has_source_id() const { - return this != internal_default_instance() && source_id_ != nullptr; + return this != internal_default_instance() && _impl_.source_id_ != nullptr; } inline bool ColumnStatisticsRequest::has_source_id() const { return _internal_has_source_id(); } inline void ColumnStatisticsRequest::clear_source_id() { - if (GetArenaForAllocation() == nullptr && source_id_ != nullptr) { - delete source_id_; + if (GetArenaForAllocation() == nullptr && _impl_.source_id_ != nullptr) { + delete _impl_.source_id_; } - source_id_ = nullptr; + _impl_.source_id_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::TableReference& ColumnStatisticsRequest::_internal_source_id() const { - const ::io::deephaven::proto::backplane::grpc::TableReference* p = source_id_; + const ::io::deephaven::proto::backplane::grpc::TableReference* p = _impl_.source_id_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_TableReference_default_instance_); } @@ -47357,9 +47903,9 @@ inline const ::io::deephaven::proto::backplane::grpc::TableReference& ColumnStat inline void ColumnStatisticsRequest::unsafe_arena_set_allocated_source_id( ::io::deephaven::proto::backplane::grpc::TableReference* source_id) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(source_id_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.source_id_); } - source_id_ = source_id; + _impl_.source_id_ = source_id; if (source_id) { } else { @@ -47369,8 +47915,8 @@ inline void ColumnStatisticsRequest::unsafe_arena_set_allocated_source_id( } inline ::io::deephaven::proto::backplane::grpc::TableReference* ColumnStatisticsRequest::release_source_id() { - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -47385,17 +47931,17 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* ColumnStatistics inline ::io::deephaven::proto::backplane::grpc::TableReference* ColumnStatisticsRequest::unsafe_arena_release_source_id() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest.source_id) - ::io::deephaven::proto::backplane::grpc::TableReference* temp = source_id_; - source_id_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TableReference* temp = _impl_.source_id_; + _impl_.source_id_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::TableReference* ColumnStatisticsRequest::_internal_mutable_source_id() { - if (source_id_ == nullptr) { + if (_impl_.source_id_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::TableReference>(GetArenaForAllocation()); - source_id_ = p; + _impl_.source_id_ = p; } - return source_id_; + return _impl_.source_id_; } inline ::io::deephaven::proto::backplane::grpc::TableReference* ColumnStatisticsRequest::mutable_source_id() { ::io::deephaven::proto::backplane::grpc::TableReference* _msg = _internal_mutable_source_id(); @@ -47405,7 +47951,7 @@ inline ::io::deephaven::proto::backplane::grpc::TableReference* ColumnStatistics inline void ColumnStatisticsRequest::set_allocated_source_id(::io::deephaven::proto::backplane::grpc::TableReference* source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete source_id_; + delete _impl_.source_id_; } if (source_id) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -47418,13 +47964,13 @@ inline void ColumnStatisticsRequest::set_allocated_source_id(::io::deephaven::pr } else { } - source_id_ = source_id; + _impl_.source_id_ = source_id; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest.source_id) } // string column_name = 3; inline void ColumnStatisticsRequest::clear_column_name() { - column_name_.ClearToEmpty(); + _impl_.column_name_.ClearToEmpty(); } inline const std::string& ColumnStatisticsRequest::column_name() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest.column_name) @@ -47434,7 +47980,7 @@ template inline PROTOBUF_ALWAYS_INLINE void ColumnStatisticsRequest::set_column_name(ArgT0&& arg0, ArgT... args) { - column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.column_name_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest.column_name) } inline std::string* ColumnStatisticsRequest::mutable_column_name() { @@ -47443,19 +47989,19 @@ inline std::string* ColumnStatisticsRequest::mutable_column_name() { return _s; } inline const std::string& ColumnStatisticsRequest::_internal_column_name() const { - return column_name_.Get(); + return _impl_.column_name_.Get(); } inline void ColumnStatisticsRequest::_internal_set_column_name(const std::string& value) { - column_name_.Set(value, GetArenaForAllocation()); + _impl_.column_name_.Set(value, GetArenaForAllocation()); } inline std::string* ColumnStatisticsRequest::_internal_mutable_column_name() { - return column_name_.Mutable(GetArenaForAllocation()); + return _impl_.column_name_.Mutable(GetArenaForAllocation()); } inline std::string* ColumnStatisticsRequest::release_column_name() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest.column_name) - return column_name_.Release(); + return _impl_.column_name_.Release(); } inline void ColumnStatisticsRequest::set_allocated_column_name(std::string* column_name) { if (column_name != nullptr) { @@ -47463,10 +48009,10 @@ inline void ColumnStatisticsRequest::set_allocated_column_name(std::string* colu } else { } - column_name_.SetAllocated(column_name, GetArenaForAllocation()); + _impl_.column_name_.SetAllocated(column_name, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (column_name_.IsDefault()) { - column_name_.Set("", GetArenaForAllocation()); + if (_impl_.column_name_.IsDefault()) { + _impl_.column_name_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest.column_name) @@ -47474,26 +48020,26 @@ inline void ColumnStatisticsRequest::set_allocated_column_name(std::string* colu // optional int32 unique_value_limit = 4; inline bool ColumnStatisticsRequest::_internal_has_unique_value_limit() const { - bool value = (_has_bits_[0] & 0x00000001u) != 0; + bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0; return value; } inline bool ColumnStatisticsRequest::has_unique_value_limit() const { return _internal_has_unique_value_limit(); } inline void ColumnStatisticsRequest::clear_unique_value_limit() { - unique_value_limit_ = 0; - _has_bits_[0] &= ~0x00000001u; + _impl_.unique_value_limit_ = 0; + _impl_._has_bits_[0] &= ~0x00000001u; } inline int32_t ColumnStatisticsRequest::_internal_unique_value_limit() const { - return unique_value_limit_; + return _impl_.unique_value_limit_; } inline int32_t ColumnStatisticsRequest::unique_value_limit() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.ColumnStatisticsRequest.unique_value_limit) return _internal_unique_value_limit(); } inline void ColumnStatisticsRequest::_internal_set_unique_value_limit(int32_t value) { - _has_bits_[0] |= 0x00000001u; - unique_value_limit_ = value; + _impl_._has_bits_[0] |= 0x00000001u; + _impl_.unique_value_limit_ = value; } inline void ColumnStatisticsRequest::set_unique_value_limit(int32_t value) { _internal_set_unique_value_limit(value); @@ -47512,12 +48058,12 @@ inline bool BatchTableRequest_Operation::has_empty_table() const { return _internal_has_empty_table(); } inline void BatchTableRequest_Operation::set_has_empty_table() { - _oneof_case_[0] = kEmptyTable; + _impl_._oneof_case_[0] = kEmptyTable; } inline void BatchTableRequest_Operation::clear_empty_table() { if (_internal_has_empty_table()) { if (GetArenaForAllocation() == nullptr) { - delete op_.empty_table_; + delete _impl_.op_.empty_table_; } clear_has_op(); } @@ -47526,11 +48072,11 @@ inline ::io::deephaven::proto::backplane::grpc::EmptyTableRequest* BatchTableReq // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.empty_table) if (_internal_has_empty_table()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::EmptyTableRequest* temp = op_.empty_table_; + ::io::deephaven::proto::backplane::grpc::EmptyTableRequest* temp = _impl_.op_.empty_table_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.empty_table_ = nullptr; + _impl_.op_.empty_table_ = nullptr; return temp; } else { return nullptr; @@ -47538,7 +48084,7 @@ inline ::io::deephaven::proto::backplane::grpc::EmptyTableRequest* BatchTableReq } inline const ::io::deephaven::proto::backplane::grpc::EmptyTableRequest& BatchTableRequest_Operation::_internal_empty_table() const { return _internal_has_empty_table() - ? *op_.empty_table_ + ? *_impl_.op_.empty_table_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::EmptyTableRequest&>(::io::deephaven::proto::backplane::grpc::_EmptyTableRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::EmptyTableRequest& BatchTableRequest_Operation::empty_table() const { @@ -47549,8 +48095,8 @@ inline ::io::deephaven::proto::backplane::grpc::EmptyTableRequest* BatchTableReq // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.empty_table) if (_internal_has_empty_table()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::EmptyTableRequest* temp = op_.empty_table_; - op_.empty_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::EmptyTableRequest* temp = _impl_.op_.empty_table_; + _impl_.op_.empty_table_ = nullptr; return temp; } else { return nullptr; @@ -47560,7 +48106,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_empty_table( clear_op(); if (empty_table) { set_has_empty_table(); - op_.empty_table_ = empty_table; + _impl_.op_.empty_table_ = empty_table; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.empty_table) } @@ -47568,9 +48114,9 @@ inline ::io::deephaven::proto::backplane::grpc::EmptyTableRequest* BatchTableReq if (!_internal_has_empty_table()) { clear_op(); set_has_empty_table(); - op_.empty_table_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::EmptyTableRequest >(GetArenaForAllocation()); + _impl_.op_.empty_table_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::EmptyTableRequest >(GetArenaForAllocation()); } - return op_.empty_table_; + return _impl_.op_.empty_table_; } inline ::io::deephaven::proto::backplane::grpc::EmptyTableRequest* BatchTableRequest_Operation::mutable_empty_table() { ::io::deephaven::proto::backplane::grpc::EmptyTableRequest* _msg = _internal_mutable_empty_table(); @@ -47586,12 +48132,12 @@ inline bool BatchTableRequest_Operation::has_time_table() const { return _internal_has_time_table(); } inline void BatchTableRequest_Operation::set_has_time_table() { - _oneof_case_[0] = kTimeTable; + _impl_._oneof_case_[0] = kTimeTable; } inline void BatchTableRequest_Operation::clear_time_table() { if (_internal_has_time_table()) { if (GetArenaForAllocation() == nullptr) { - delete op_.time_table_; + delete _impl_.op_.time_table_; } clear_has_op(); } @@ -47600,11 +48146,11 @@ inline ::io::deephaven::proto::backplane::grpc::TimeTableRequest* BatchTableRequ // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.time_table) if (_internal_has_time_table()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::TimeTableRequest* temp = op_.time_table_; + ::io::deephaven::proto::backplane::grpc::TimeTableRequest* temp = _impl_.op_.time_table_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.time_table_ = nullptr; + _impl_.op_.time_table_ = nullptr; return temp; } else { return nullptr; @@ -47612,7 +48158,7 @@ inline ::io::deephaven::proto::backplane::grpc::TimeTableRequest* BatchTableRequ } inline const ::io::deephaven::proto::backplane::grpc::TimeTableRequest& BatchTableRequest_Operation::_internal_time_table() const { return _internal_has_time_table() - ? *op_.time_table_ + ? *_impl_.op_.time_table_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::TimeTableRequest&>(::io::deephaven::proto::backplane::grpc::_TimeTableRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::TimeTableRequest& BatchTableRequest_Operation::time_table() const { @@ -47623,8 +48169,8 @@ inline ::io::deephaven::proto::backplane::grpc::TimeTableRequest* BatchTableRequ // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.time_table) if (_internal_has_time_table()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::TimeTableRequest* temp = op_.time_table_; - op_.time_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::TimeTableRequest* temp = _impl_.op_.time_table_; + _impl_.op_.time_table_ = nullptr; return temp; } else { return nullptr; @@ -47634,7 +48180,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_time_table(: clear_op(); if (time_table) { set_has_time_table(); - op_.time_table_ = time_table; + _impl_.op_.time_table_ = time_table; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.time_table) } @@ -47642,9 +48188,9 @@ inline ::io::deephaven::proto::backplane::grpc::TimeTableRequest* BatchTableRequ if (!_internal_has_time_table()) { clear_op(); set_has_time_table(); - op_.time_table_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::TimeTableRequest >(GetArenaForAllocation()); + _impl_.op_.time_table_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::TimeTableRequest >(GetArenaForAllocation()); } - return op_.time_table_; + return _impl_.op_.time_table_; } inline ::io::deephaven::proto::backplane::grpc::TimeTableRequest* BatchTableRequest_Operation::mutable_time_table() { ::io::deephaven::proto::backplane::grpc::TimeTableRequest* _msg = _internal_mutable_time_table(); @@ -47660,12 +48206,12 @@ inline bool BatchTableRequest_Operation::has_drop_columns() const { return _internal_has_drop_columns(); } inline void BatchTableRequest_Operation::set_has_drop_columns() { - _oneof_case_[0] = kDropColumns; + _impl_._oneof_case_[0] = kDropColumns; } inline void BatchTableRequest_Operation::clear_drop_columns() { if (_internal_has_drop_columns()) { if (GetArenaForAllocation() == nullptr) { - delete op_.drop_columns_; + delete _impl_.op_.drop_columns_; } clear_has_op(); } @@ -47674,11 +48220,11 @@ inline ::io::deephaven::proto::backplane::grpc::DropColumnsRequest* BatchTableRe // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.drop_columns) if (_internal_has_drop_columns()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::DropColumnsRequest* temp = op_.drop_columns_; + ::io::deephaven::proto::backplane::grpc::DropColumnsRequest* temp = _impl_.op_.drop_columns_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.drop_columns_ = nullptr; + _impl_.op_.drop_columns_ = nullptr; return temp; } else { return nullptr; @@ -47686,7 +48232,7 @@ inline ::io::deephaven::proto::backplane::grpc::DropColumnsRequest* BatchTableRe } inline const ::io::deephaven::proto::backplane::grpc::DropColumnsRequest& BatchTableRequest_Operation::_internal_drop_columns() const { return _internal_has_drop_columns() - ? *op_.drop_columns_ + ? *_impl_.op_.drop_columns_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::DropColumnsRequest&>(::io::deephaven::proto::backplane::grpc::_DropColumnsRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::DropColumnsRequest& BatchTableRequest_Operation::drop_columns() const { @@ -47697,8 +48243,8 @@ inline ::io::deephaven::proto::backplane::grpc::DropColumnsRequest* BatchTableRe // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.drop_columns) if (_internal_has_drop_columns()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::DropColumnsRequest* temp = op_.drop_columns_; - op_.drop_columns_ = nullptr; + ::io::deephaven::proto::backplane::grpc::DropColumnsRequest* temp = _impl_.op_.drop_columns_; + _impl_.op_.drop_columns_ = nullptr; return temp; } else { return nullptr; @@ -47708,7 +48254,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_drop_columns clear_op(); if (drop_columns) { set_has_drop_columns(); - op_.drop_columns_ = drop_columns; + _impl_.op_.drop_columns_ = drop_columns; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.drop_columns) } @@ -47716,9 +48262,9 @@ inline ::io::deephaven::proto::backplane::grpc::DropColumnsRequest* BatchTableRe if (!_internal_has_drop_columns()) { clear_op(); set_has_drop_columns(); - op_.drop_columns_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::DropColumnsRequest >(GetArenaForAllocation()); + _impl_.op_.drop_columns_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::DropColumnsRequest >(GetArenaForAllocation()); } - return op_.drop_columns_; + return _impl_.op_.drop_columns_; } inline ::io::deephaven::proto::backplane::grpc::DropColumnsRequest* BatchTableRequest_Operation::mutable_drop_columns() { ::io::deephaven::proto::backplane::grpc::DropColumnsRequest* _msg = _internal_mutable_drop_columns(); @@ -47734,12 +48280,12 @@ inline bool BatchTableRequest_Operation::has_update() const { return _internal_has_update(); } inline void BatchTableRequest_Operation::set_has_update() { - _oneof_case_[0] = kUpdate; + _impl_._oneof_case_[0] = kUpdate; } inline void BatchTableRequest_Operation::clear_update() { if (_internal_has_update()) { if (GetArenaForAllocation() == nullptr) { - delete op_.update_; + delete _impl_.op_.update_; } clear_has_op(); } @@ -47748,11 +48294,11 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.update) if (_internal_has_update()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = op_.update_; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = _impl_.op_.update_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.update_ = nullptr; + _impl_.op_.update_ = nullptr; return temp; } else { return nullptr; @@ -47760,7 +48306,7 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl } inline const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::_internal_update() const { return _internal_has_update() - ? *op_.update_ + ? *_impl_.op_.update_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest&>(::io::deephaven::proto::backplane::grpc::_SelectOrUpdateRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::update() const { @@ -47771,8 +48317,8 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.update) if (_internal_has_update()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = op_.update_; - op_.update_ = nullptr; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = _impl_.op_.update_; + _impl_.op_.update_ = nullptr; return temp; } else { return nullptr; @@ -47782,7 +48328,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_update(::io: clear_op(); if (update) { set_has_update(); - op_.update_ = update; + _impl_.op_.update_ = update; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.update) } @@ -47790,9 +48336,9 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl if (!_internal_has_update()) { clear_op(); set_has_update(); - op_.update_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest >(GetArenaForAllocation()); + _impl_.op_.update_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest >(GetArenaForAllocation()); } - return op_.update_; + return _impl_.op_.update_; } inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTableRequest_Operation::mutable_update() { ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* _msg = _internal_mutable_update(); @@ -47808,12 +48354,12 @@ inline bool BatchTableRequest_Operation::has_lazy_update() const { return _internal_has_lazy_update(); } inline void BatchTableRequest_Operation::set_has_lazy_update() { - _oneof_case_[0] = kLazyUpdate; + _impl_._oneof_case_[0] = kLazyUpdate; } inline void BatchTableRequest_Operation::clear_lazy_update() { if (_internal_has_lazy_update()) { if (GetArenaForAllocation() == nullptr) { - delete op_.lazy_update_; + delete _impl_.op_.lazy_update_; } clear_has_op(); } @@ -47822,11 +48368,11 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.lazy_update) if (_internal_has_lazy_update()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = op_.lazy_update_; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = _impl_.op_.lazy_update_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.lazy_update_ = nullptr; + _impl_.op_.lazy_update_ = nullptr; return temp; } else { return nullptr; @@ -47834,7 +48380,7 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl } inline const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::_internal_lazy_update() const { return _internal_has_lazy_update() - ? *op_.lazy_update_ + ? *_impl_.op_.lazy_update_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest&>(::io::deephaven::proto::backplane::grpc::_SelectOrUpdateRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::lazy_update() const { @@ -47845,8 +48391,8 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.lazy_update) if (_internal_has_lazy_update()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = op_.lazy_update_; - op_.lazy_update_ = nullptr; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = _impl_.op_.lazy_update_; + _impl_.op_.lazy_update_ = nullptr; return temp; } else { return nullptr; @@ -47856,7 +48402,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_lazy_update( clear_op(); if (lazy_update) { set_has_lazy_update(); - op_.lazy_update_ = lazy_update; + _impl_.op_.lazy_update_ = lazy_update; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.lazy_update) } @@ -47864,9 +48410,9 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl if (!_internal_has_lazy_update()) { clear_op(); set_has_lazy_update(); - op_.lazy_update_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest >(GetArenaForAllocation()); + _impl_.op_.lazy_update_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest >(GetArenaForAllocation()); } - return op_.lazy_update_; + return _impl_.op_.lazy_update_; } inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTableRequest_Operation::mutable_lazy_update() { ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* _msg = _internal_mutable_lazy_update(); @@ -47882,12 +48428,12 @@ inline bool BatchTableRequest_Operation::has_view() const { return _internal_has_view(); } inline void BatchTableRequest_Operation::set_has_view() { - _oneof_case_[0] = kView; + _impl_._oneof_case_[0] = kView; } inline void BatchTableRequest_Operation::clear_view() { if (_internal_has_view()) { if (GetArenaForAllocation() == nullptr) { - delete op_.view_; + delete _impl_.op_.view_; } clear_has_op(); } @@ -47896,11 +48442,11 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.view) if (_internal_has_view()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = op_.view_; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = _impl_.op_.view_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.view_ = nullptr; + _impl_.op_.view_ = nullptr; return temp; } else { return nullptr; @@ -47908,7 +48454,7 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl } inline const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::_internal_view() const { return _internal_has_view() - ? *op_.view_ + ? *_impl_.op_.view_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest&>(::io::deephaven::proto::backplane::grpc::_SelectOrUpdateRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::view() const { @@ -47919,8 +48465,8 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.view) if (_internal_has_view()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = op_.view_; - op_.view_ = nullptr; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = _impl_.op_.view_; + _impl_.op_.view_ = nullptr; return temp; } else { return nullptr; @@ -47930,7 +48476,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_view(::io::d clear_op(); if (view) { set_has_view(); - op_.view_ = view; + _impl_.op_.view_ = view; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.view) } @@ -47938,9 +48484,9 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl if (!_internal_has_view()) { clear_op(); set_has_view(); - op_.view_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest >(GetArenaForAllocation()); + _impl_.op_.view_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest >(GetArenaForAllocation()); } - return op_.view_; + return _impl_.op_.view_; } inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTableRequest_Operation::mutable_view() { ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* _msg = _internal_mutable_view(); @@ -47956,12 +48502,12 @@ inline bool BatchTableRequest_Operation::has_update_view() const { return _internal_has_update_view(); } inline void BatchTableRequest_Operation::set_has_update_view() { - _oneof_case_[0] = kUpdateView; + _impl_._oneof_case_[0] = kUpdateView; } inline void BatchTableRequest_Operation::clear_update_view() { if (_internal_has_update_view()) { if (GetArenaForAllocation() == nullptr) { - delete op_.update_view_; + delete _impl_.op_.update_view_; } clear_has_op(); } @@ -47970,11 +48516,11 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.update_view) if (_internal_has_update_view()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = op_.update_view_; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = _impl_.op_.update_view_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.update_view_ = nullptr; + _impl_.op_.update_view_ = nullptr; return temp; } else { return nullptr; @@ -47982,7 +48528,7 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl } inline const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::_internal_update_view() const { return _internal_has_update_view() - ? *op_.update_view_ + ? *_impl_.op_.update_view_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest&>(::io::deephaven::proto::backplane::grpc::_SelectOrUpdateRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::update_view() const { @@ -47993,8 +48539,8 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.update_view) if (_internal_has_update_view()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = op_.update_view_; - op_.update_view_ = nullptr; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = _impl_.op_.update_view_; + _impl_.op_.update_view_ = nullptr; return temp; } else { return nullptr; @@ -48004,7 +48550,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_update_view( clear_op(); if (update_view) { set_has_update_view(); - op_.update_view_ = update_view; + _impl_.op_.update_view_ = update_view; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.update_view) } @@ -48012,9 +48558,9 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl if (!_internal_has_update_view()) { clear_op(); set_has_update_view(); - op_.update_view_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest >(GetArenaForAllocation()); + _impl_.op_.update_view_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest >(GetArenaForAllocation()); } - return op_.update_view_; + return _impl_.op_.update_view_; } inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTableRequest_Operation::mutable_update_view() { ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* _msg = _internal_mutable_update_view(); @@ -48030,12 +48576,12 @@ inline bool BatchTableRequest_Operation::has_select() const { return _internal_has_select(); } inline void BatchTableRequest_Operation::set_has_select() { - _oneof_case_[0] = kSelect; + _impl_._oneof_case_[0] = kSelect; } inline void BatchTableRequest_Operation::clear_select() { if (_internal_has_select()) { if (GetArenaForAllocation() == nullptr) { - delete op_.select_; + delete _impl_.op_.select_; } clear_has_op(); } @@ -48044,11 +48590,11 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.select) if (_internal_has_select()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = op_.select_; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = _impl_.op_.select_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.select_ = nullptr; + _impl_.op_.select_ = nullptr; return temp; } else { return nullptr; @@ -48056,7 +48602,7 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl } inline const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::_internal_select() const { return _internal_has_select() - ? *op_.select_ + ? *_impl_.op_.select_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest&>(::io::deephaven::proto::backplane::grpc::_SelectOrUpdateRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest& BatchTableRequest_Operation::select() const { @@ -48067,8 +48613,8 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.select) if (_internal_has_select()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = op_.select_; - op_.select_ = nullptr; + ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* temp = _impl_.op_.select_; + _impl_.op_.select_ = nullptr; return temp; } else { return nullptr; @@ -48078,7 +48624,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_select(::io: clear_op(); if (select) { set_has_select(); - op_.select_ = select; + _impl_.op_.select_ = select; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.select) } @@ -48086,9 +48632,9 @@ inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTabl if (!_internal_has_select()) { clear_op(); set_has_select(); - op_.select_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest >(GetArenaForAllocation()); + _impl_.op_.select_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest >(GetArenaForAllocation()); } - return op_.select_; + return _impl_.op_.select_; } inline ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* BatchTableRequest_Operation::mutable_select() { ::io::deephaven::proto::backplane::grpc::SelectOrUpdateRequest* _msg = _internal_mutable_select(); @@ -48104,12 +48650,12 @@ inline bool BatchTableRequest_Operation::has_select_distinct() const { return _internal_has_select_distinct(); } inline void BatchTableRequest_Operation::set_has_select_distinct() { - _oneof_case_[0] = kSelectDistinct; + _impl_._oneof_case_[0] = kSelectDistinct; } inline void BatchTableRequest_Operation::clear_select_distinct() { if (_internal_has_select_distinct()) { if (GetArenaForAllocation() == nullptr) { - delete op_.select_distinct_; + delete _impl_.op_.select_distinct_; } clear_has_op(); } @@ -48118,11 +48664,11 @@ inline ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest* BatchTabl // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.select_distinct) if (_internal_has_select_distinct()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest* temp = op_.select_distinct_; + ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest* temp = _impl_.op_.select_distinct_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.select_distinct_ = nullptr; + _impl_.op_.select_distinct_ = nullptr; return temp; } else { return nullptr; @@ -48130,7 +48676,7 @@ inline ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest* BatchTabl } inline const ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest& BatchTableRequest_Operation::_internal_select_distinct() const { return _internal_has_select_distinct() - ? *op_.select_distinct_ + ? *_impl_.op_.select_distinct_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest&>(::io::deephaven::proto::backplane::grpc::_SelectDistinctRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest& BatchTableRequest_Operation::select_distinct() const { @@ -48141,8 +48687,8 @@ inline ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest* BatchTabl // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.select_distinct) if (_internal_has_select_distinct()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest* temp = op_.select_distinct_; - op_.select_distinct_ = nullptr; + ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest* temp = _impl_.op_.select_distinct_; + _impl_.op_.select_distinct_ = nullptr; return temp; } else { return nullptr; @@ -48152,7 +48698,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_select_disti clear_op(); if (select_distinct) { set_has_select_distinct(); - op_.select_distinct_ = select_distinct; + _impl_.op_.select_distinct_ = select_distinct; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.select_distinct) } @@ -48160,9 +48706,9 @@ inline ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest* BatchTabl if (!_internal_has_select_distinct()) { clear_op(); set_has_select_distinct(); - op_.select_distinct_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest >(GetArenaForAllocation()); + _impl_.op_.select_distinct_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest >(GetArenaForAllocation()); } - return op_.select_distinct_; + return _impl_.op_.select_distinct_; } inline ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest* BatchTableRequest_Operation::mutable_select_distinct() { ::io::deephaven::proto::backplane::grpc::SelectDistinctRequest* _msg = _internal_mutable_select_distinct(); @@ -48178,12 +48724,12 @@ inline bool BatchTableRequest_Operation::has_filter() const { return _internal_has_filter(); } inline void BatchTableRequest_Operation::set_has_filter() { - _oneof_case_[0] = kFilter; + _impl_._oneof_case_[0] = kFilter; } inline void BatchTableRequest_Operation::clear_filter() { if (_internal_has_filter()) { if (GetArenaForAllocation() == nullptr) { - delete op_.filter_; + delete _impl_.op_.filter_; } clear_has_op(); } @@ -48192,11 +48738,11 @@ inline ::io::deephaven::proto::backplane::grpc::FilterTableRequest* BatchTableRe // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.filter) if (_internal_has_filter()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::FilterTableRequest* temp = op_.filter_; + ::io::deephaven::proto::backplane::grpc::FilterTableRequest* temp = _impl_.op_.filter_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.filter_ = nullptr; + _impl_.op_.filter_ = nullptr; return temp; } else { return nullptr; @@ -48204,7 +48750,7 @@ inline ::io::deephaven::proto::backplane::grpc::FilterTableRequest* BatchTableRe } inline const ::io::deephaven::proto::backplane::grpc::FilterTableRequest& BatchTableRequest_Operation::_internal_filter() const { return _internal_has_filter() - ? *op_.filter_ + ? *_impl_.op_.filter_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::FilterTableRequest&>(::io::deephaven::proto::backplane::grpc::_FilterTableRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::FilterTableRequest& BatchTableRequest_Operation::filter() const { @@ -48215,8 +48761,8 @@ inline ::io::deephaven::proto::backplane::grpc::FilterTableRequest* BatchTableRe // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.filter) if (_internal_has_filter()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::FilterTableRequest* temp = op_.filter_; - op_.filter_ = nullptr; + ::io::deephaven::proto::backplane::grpc::FilterTableRequest* temp = _impl_.op_.filter_; + _impl_.op_.filter_ = nullptr; return temp; } else { return nullptr; @@ -48226,7 +48772,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_filter(::io: clear_op(); if (filter) { set_has_filter(); - op_.filter_ = filter; + _impl_.op_.filter_ = filter; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.filter) } @@ -48234,9 +48780,9 @@ inline ::io::deephaven::proto::backplane::grpc::FilterTableRequest* BatchTableRe if (!_internal_has_filter()) { clear_op(); set_has_filter(); - op_.filter_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::FilterTableRequest >(GetArenaForAllocation()); + _impl_.op_.filter_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::FilterTableRequest >(GetArenaForAllocation()); } - return op_.filter_; + return _impl_.op_.filter_; } inline ::io::deephaven::proto::backplane::grpc::FilterTableRequest* BatchTableRequest_Operation::mutable_filter() { ::io::deephaven::proto::backplane::grpc::FilterTableRequest* _msg = _internal_mutable_filter(); @@ -48252,12 +48798,12 @@ inline bool BatchTableRequest_Operation::has_unstructured_filter() const { return _internal_has_unstructured_filter(); } inline void BatchTableRequest_Operation::set_has_unstructured_filter() { - _oneof_case_[0] = kUnstructuredFilter; + _impl_._oneof_case_[0] = kUnstructuredFilter; } inline void BatchTableRequest_Operation::clear_unstructured_filter() { if (_internal_has_unstructured_filter()) { if (GetArenaForAllocation() == nullptr) { - delete op_.unstructured_filter_; + delete _impl_.op_.unstructured_filter_; } clear_has_op(); } @@ -48266,11 +48812,11 @@ inline ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest* // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.unstructured_filter) if (_internal_has_unstructured_filter()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest* temp = op_.unstructured_filter_; + ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest* temp = _impl_.op_.unstructured_filter_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.unstructured_filter_ = nullptr; + _impl_.op_.unstructured_filter_ = nullptr; return temp; } else { return nullptr; @@ -48278,7 +48824,7 @@ inline ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest* } inline const ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest& BatchTableRequest_Operation::_internal_unstructured_filter() const { return _internal_has_unstructured_filter() - ? *op_.unstructured_filter_ + ? *_impl_.op_.unstructured_filter_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest&>(::io::deephaven::proto::backplane::grpc::_UnstructuredFilterTableRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest& BatchTableRequest_Operation::unstructured_filter() const { @@ -48289,8 +48835,8 @@ inline ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest* // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.unstructured_filter) if (_internal_has_unstructured_filter()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest* temp = op_.unstructured_filter_; - op_.unstructured_filter_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest* temp = _impl_.op_.unstructured_filter_; + _impl_.op_.unstructured_filter_ = nullptr; return temp; } else { return nullptr; @@ -48300,7 +48846,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_unstructured clear_op(); if (unstructured_filter) { set_has_unstructured_filter(); - op_.unstructured_filter_ = unstructured_filter; + _impl_.op_.unstructured_filter_ = unstructured_filter; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.unstructured_filter) } @@ -48308,9 +48854,9 @@ inline ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest* if (!_internal_has_unstructured_filter()) { clear_op(); set_has_unstructured_filter(); - op_.unstructured_filter_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest >(GetArenaForAllocation()); + _impl_.op_.unstructured_filter_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest >(GetArenaForAllocation()); } - return op_.unstructured_filter_; + return _impl_.op_.unstructured_filter_; } inline ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest* BatchTableRequest_Operation::mutable_unstructured_filter() { ::io::deephaven::proto::backplane::grpc::UnstructuredFilterTableRequest* _msg = _internal_mutable_unstructured_filter(); @@ -48326,12 +48872,12 @@ inline bool BatchTableRequest_Operation::has_sort() const { return _internal_has_sort(); } inline void BatchTableRequest_Operation::set_has_sort() { - _oneof_case_[0] = kSort; + _impl_._oneof_case_[0] = kSort; } inline void BatchTableRequest_Operation::clear_sort() { if (_internal_has_sort()) { if (GetArenaForAllocation() == nullptr) { - delete op_.sort_; + delete _impl_.op_.sort_; } clear_has_op(); } @@ -48340,11 +48886,11 @@ inline ::io::deephaven::proto::backplane::grpc::SortTableRequest* BatchTableRequ // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.sort) if (_internal_has_sort()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SortTableRequest* temp = op_.sort_; + ::io::deephaven::proto::backplane::grpc::SortTableRequest* temp = _impl_.op_.sort_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.sort_ = nullptr; + _impl_.op_.sort_ = nullptr; return temp; } else { return nullptr; @@ -48352,7 +48898,7 @@ inline ::io::deephaven::proto::backplane::grpc::SortTableRequest* BatchTableRequ } inline const ::io::deephaven::proto::backplane::grpc::SortTableRequest& BatchTableRequest_Operation::_internal_sort() const { return _internal_has_sort() - ? *op_.sort_ + ? *_impl_.op_.sort_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::SortTableRequest&>(::io::deephaven::proto::backplane::grpc::_SortTableRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::SortTableRequest& BatchTableRequest_Operation::sort() const { @@ -48363,8 +48909,8 @@ inline ::io::deephaven::proto::backplane::grpc::SortTableRequest* BatchTableRequ // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.sort) if (_internal_has_sort()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SortTableRequest* temp = op_.sort_; - op_.sort_ = nullptr; + ::io::deephaven::proto::backplane::grpc::SortTableRequest* temp = _impl_.op_.sort_; + _impl_.op_.sort_ = nullptr; return temp; } else { return nullptr; @@ -48374,7 +48920,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_sort(::io::d clear_op(); if (sort) { set_has_sort(); - op_.sort_ = sort; + _impl_.op_.sort_ = sort; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.sort) } @@ -48382,9 +48928,9 @@ inline ::io::deephaven::proto::backplane::grpc::SortTableRequest* BatchTableRequ if (!_internal_has_sort()) { clear_op(); set_has_sort(); - op_.sort_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SortTableRequest >(GetArenaForAllocation()); + _impl_.op_.sort_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SortTableRequest >(GetArenaForAllocation()); } - return op_.sort_; + return _impl_.op_.sort_; } inline ::io::deephaven::proto::backplane::grpc::SortTableRequest* BatchTableRequest_Operation::mutable_sort() { ::io::deephaven::proto::backplane::grpc::SortTableRequest* _msg = _internal_mutable_sort(); @@ -48400,12 +48946,12 @@ inline bool BatchTableRequest_Operation::has_head() const { return _internal_has_head(); } inline void BatchTableRequest_Operation::set_has_head() { - _oneof_case_[0] = kHead; + _impl_._oneof_case_[0] = kHead; } inline void BatchTableRequest_Operation::clear_head() { if (_internal_has_head()) { if (GetArenaForAllocation() == nullptr) { - delete op_.head_; + delete _impl_.op_.head_; } clear_has_op(); } @@ -48414,11 +48960,11 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* BatchTableReq // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.head) if (_internal_has_head()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* temp = op_.head_; + ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* temp = _impl_.op_.head_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.head_ = nullptr; + _impl_.op_.head_ = nullptr; return temp; } else { return nullptr; @@ -48426,7 +48972,7 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* BatchTableReq } inline const ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest& BatchTableRequest_Operation::_internal_head() const { return _internal_has_head() - ? *op_.head_ + ? *_impl_.op_.head_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest&>(::io::deephaven::proto::backplane::grpc::_HeadOrTailRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest& BatchTableRequest_Operation::head() const { @@ -48437,8 +48983,8 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* BatchTableReq // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.head) if (_internal_has_head()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* temp = op_.head_; - op_.head_ = nullptr; + ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* temp = _impl_.op_.head_; + _impl_.op_.head_ = nullptr; return temp; } else { return nullptr; @@ -48448,7 +48994,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_head(::io::d clear_op(); if (head) { set_has_head(); - op_.head_ = head; + _impl_.op_.head_ = head; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.head) } @@ -48456,9 +49002,9 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* BatchTableReq if (!_internal_has_head()) { clear_op(); set_has_head(); - op_.head_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest >(GetArenaForAllocation()); + _impl_.op_.head_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest >(GetArenaForAllocation()); } - return op_.head_; + return _impl_.op_.head_; } inline ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* BatchTableRequest_Operation::mutable_head() { ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* _msg = _internal_mutable_head(); @@ -48474,12 +49020,12 @@ inline bool BatchTableRequest_Operation::has_tail() const { return _internal_has_tail(); } inline void BatchTableRequest_Operation::set_has_tail() { - _oneof_case_[0] = kTail; + _impl_._oneof_case_[0] = kTail; } inline void BatchTableRequest_Operation::clear_tail() { if (_internal_has_tail()) { if (GetArenaForAllocation() == nullptr) { - delete op_.tail_; + delete _impl_.op_.tail_; } clear_has_op(); } @@ -48488,11 +49034,11 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* BatchTableReq // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.tail) if (_internal_has_tail()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* temp = op_.tail_; + ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* temp = _impl_.op_.tail_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.tail_ = nullptr; + _impl_.op_.tail_ = nullptr; return temp; } else { return nullptr; @@ -48500,7 +49046,7 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* BatchTableReq } inline const ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest& BatchTableRequest_Operation::_internal_tail() const { return _internal_has_tail() - ? *op_.tail_ + ? *_impl_.op_.tail_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest&>(::io::deephaven::proto::backplane::grpc::_HeadOrTailRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest& BatchTableRequest_Operation::tail() const { @@ -48511,8 +49057,8 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* BatchTableReq // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.tail) if (_internal_has_tail()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* temp = op_.tail_; - op_.tail_ = nullptr; + ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* temp = _impl_.op_.tail_; + _impl_.op_.tail_ = nullptr; return temp; } else { return nullptr; @@ -48522,7 +49068,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_tail(::io::d clear_op(); if (tail) { set_has_tail(); - op_.tail_ = tail; + _impl_.op_.tail_ = tail; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.tail) } @@ -48530,9 +49076,9 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* BatchTableReq if (!_internal_has_tail()) { clear_op(); set_has_tail(); - op_.tail_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest >(GetArenaForAllocation()); + _impl_.op_.tail_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest >(GetArenaForAllocation()); } - return op_.tail_; + return _impl_.op_.tail_; } inline ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* BatchTableRequest_Operation::mutable_tail() { ::io::deephaven::proto::backplane::grpc::HeadOrTailRequest* _msg = _internal_mutable_tail(); @@ -48548,12 +49094,12 @@ inline bool BatchTableRequest_Operation::has_head_by() const { return _internal_has_head_by(); } inline void BatchTableRequest_Operation::set_has_head_by() { - _oneof_case_[0] = kHeadBy; + _impl_._oneof_case_[0] = kHeadBy; } inline void BatchTableRequest_Operation::clear_head_by() { if (_internal_has_head_by()) { if (GetArenaForAllocation() == nullptr) { - delete op_.head_by_; + delete _impl_.op_.head_by_; } clear_has_op(); } @@ -48562,11 +49108,11 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* BatchTableR // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.head_by) if (_internal_has_head_by()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* temp = op_.head_by_; + ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* temp = _impl_.op_.head_by_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.head_by_ = nullptr; + _impl_.op_.head_by_ = nullptr; return temp; } else { return nullptr; @@ -48574,7 +49120,7 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* BatchTableR } inline const ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest& BatchTableRequest_Operation::_internal_head_by() const { return _internal_has_head_by() - ? *op_.head_by_ + ? *_impl_.op_.head_by_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest&>(::io::deephaven::proto::backplane::grpc::_HeadOrTailByRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest& BatchTableRequest_Operation::head_by() const { @@ -48585,8 +49131,8 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* BatchTableR // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.head_by) if (_internal_has_head_by()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* temp = op_.head_by_; - op_.head_by_ = nullptr; + ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* temp = _impl_.op_.head_by_; + _impl_.op_.head_by_ = nullptr; return temp; } else { return nullptr; @@ -48596,7 +49142,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_head_by(::io clear_op(); if (head_by) { set_has_head_by(); - op_.head_by_ = head_by; + _impl_.op_.head_by_ = head_by; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.head_by) } @@ -48604,9 +49150,9 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* BatchTableR if (!_internal_has_head_by()) { clear_op(); set_has_head_by(); - op_.head_by_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest >(GetArenaForAllocation()); + _impl_.op_.head_by_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest >(GetArenaForAllocation()); } - return op_.head_by_; + return _impl_.op_.head_by_; } inline ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* BatchTableRequest_Operation::mutable_head_by() { ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* _msg = _internal_mutable_head_by(); @@ -48622,12 +49168,12 @@ inline bool BatchTableRequest_Operation::has_tail_by() const { return _internal_has_tail_by(); } inline void BatchTableRequest_Operation::set_has_tail_by() { - _oneof_case_[0] = kTailBy; + _impl_._oneof_case_[0] = kTailBy; } inline void BatchTableRequest_Operation::clear_tail_by() { if (_internal_has_tail_by()) { if (GetArenaForAllocation() == nullptr) { - delete op_.tail_by_; + delete _impl_.op_.tail_by_; } clear_has_op(); } @@ -48636,11 +49182,11 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* BatchTableR // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.tail_by) if (_internal_has_tail_by()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* temp = op_.tail_by_; + ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* temp = _impl_.op_.tail_by_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.tail_by_ = nullptr; + _impl_.op_.tail_by_ = nullptr; return temp; } else { return nullptr; @@ -48648,7 +49194,7 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* BatchTableR } inline const ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest& BatchTableRequest_Operation::_internal_tail_by() const { return _internal_has_tail_by() - ? *op_.tail_by_ + ? *_impl_.op_.tail_by_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest&>(::io::deephaven::proto::backplane::grpc::_HeadOrTailByRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest& BatchTableRequest_Operation::tail_by() const { @@ -48659,8 +49205,8 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* BatchTableR // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.tail_by) if (_internal_has_tail_by()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* temp = op_.tail_by_; - op_.tail_by_ = nullptr; + ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* temp = _impl_.op_.tail_by_; + _impl_.op_.tail_by_ = nullptr; return temp; } else { return nullptr; @@ -48670,7 +49216,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_tail_by(::io clear_op(); if (tail_by) { set_has_tail_by(); - op_.tail_by_ = tail_by; + _impl_.op_.tail_by_ = tail_by; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.tail_by) } @@ -48678,9 +49224,9 @@ inline ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* BatchTableR if (!_internal_has_tail_by()) { clear_op(); set_has_tail_by(); - op_.tail_by_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest >(GetArenaForAllocation()); + _impl_.op_.tail_by_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest >(GetArenaForAllocation()); } - return op_.tail_by_; + return _impl_.op_.tail_by_; } inline ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* BatchTableRequest_Operation::mutable_tail_by() { ::io::deephaven::proto::backplane::grpc::HeadOrTailByRequest* _msg = _internal_mutable_tail_by(); @@ -48696,12 +49242,12 @@ inline bool BatchTableRequest_Operation::has_ungroup() const { return _internal_has_ungroup(); } inline void BatchTableRequest_Operation::set_has_ungroup() { - _oneof_case_[0] = kUngroup; + _impl_._oneof_case_[0] = kUngroup; } inline void BatchTableRequest_Operation::clear_ungroup() { if (_internal_has_ungroup()) { if (GetArenaForAllocation() == nullptr) { - delete op_.ungroup_; + delete _impl_.op_.ungroup_; } clear_has_op(); } @@ -48710,11 +49256,11 @@ inline ::io::deephaven::proto::backplane::grpc::UngroupRequest* BatchTableReques // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.ungroup) if (_internal_has_ungroup()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::UngroupRequest* temp = op_.ungroup_; + ::io::deephaven::proto::backplane::grpc::UngroupRequest* temp = _impl_.op_.ungroup_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.ungroup_ = nullptr; + _impl_.op_.ungroup_ = nullptr; return temp; } else { return nullptr; @@ -48722,7 +49268,7 @@ inline ::io::deephaven::proto::backplane::grpc::UngroupRequest* BatchTableReques } inline const ::io::deephaven::proto::backplane::grpc::UngroupRequest& BatchTableRequest_Operation::_internal_ungroup() const { return _internal_has_ungroup() - ? *op_.ungroup_ + ? *_impl_.op_.ungroup_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UngroupRequest&>(::io::deephaven::proto::backplane::grpc::_UngroupRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UngroupRequest& BatchTableRequest_Operation::ungroup() const { @@ -48733,8 +49279,8 @@ inline ::io::deephaven::proto::backplane::grpc::UngroupRequest* BatchTableReques // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.ungroup) if (_internal_has_ungroup()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::UngroupRequest* temp = op_.ungroup_; - op_.ungroup_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UngroupRequest* temp = _impl_.op_.ungroup_; + _impl_.op_.ungroup_ = nullptr; return temp; } else { return nullptr; @@ -48744,7 +49290,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_ungroup(::io clear_op(); if (ungroup) { set_has_ungroup(); - op_.ungroup_ = ungroup; + _impl_.op_.ungroup_ = ungroup; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.ungroup) } @@ -48752,9 +49298,9 @@ inline ::io::deephaven::proto::backplane::grpc::UngroupRequest* BatchTableReques if (!_internal_has_ungroup()) { clear_op(); set_has_ungroup(); - op_.ungroup_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UngroupRequest >(GetArenaForAllocation()); + _impl_.op_.ungroup_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UngroupRequest >(GetArenaForAllocation()); } - return op_.ungroup_; + return _impl_.op_.ungroup_; } inline ::io::deephaven::proto::backplane::grpc::UngroupRequest* BatchTableRequest_Operation::mutable_ungroup() { ::io::deephaven::proto::backplane::grpc::UngroupRequest* _msg = _internal_mutable_ungroup(); @@ -48770,12 +49316,12 @@ inline bool BatchTableRequest_Operation::has_merge() const { return _internal_has_merge(); } inline void BatchTableRequest_Operation::set_has_merge() { - _oneof_case_[0] = kMerge; + _impl_._oneof_case_[0] = kMerge; } inline void BatchTableRequest_Operation::clear_merge() { if (_internal_has_merge()) { if (GetArenaForAllocation() == nullptr) { - delete op_.merge_; + delete _impl_.op_.merge_; } clear_has_op(); } @@ -48784,11 +49330,11 @@ inline ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* BatchTableRe // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.merge) if (_internal_has_merge()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* temp = op_.merge_; + ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* temp = _impl_.op_.merge_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.merge_ = nullptr; + _impl_.op_.merge_ = nullptr; return temp; } else { return nullptr; @@ -48796,7 +49342,7 @@ inline ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* BatchTableRe } inline const ::io::deephaven::proto::backplane::grpc::MergeTablesRequest& BatchTableRequest_Operation::_internal_merge() const { return _internal_has_merge() - ? *op_.merge_ + ? *_impl_.op_.merge_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::MergeTablesRequest&>(::io::deephaven::proto::backplane::grpc::_MergeTablesRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::MergeTablesRequest& BatchTableRequest_Operation::merge() const { @@ -48807,8 +49353,8 @@ inline ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* BatchTableRe // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.merge) if (_internal_has_merge()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* temp = op_.merge_; - op_.merge_ = nullptr; + ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* temp = _impl_.op_.merge_; + _impl_.op_.merge_ = nullptr; return temp; } else { return nullptr; @@ -48818,7 +49364,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_merge(::io:: clear_op(); if (merge) { set_has_merge(); - op_.merge_ = merge; + _impl_.op_.merge_ = merge; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.merge) } @@ -48826,9 +49372,9 @@ inline ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* BatchTableRe if (!_internal_has_merge()) { clear_op(); set_has_merge(); - op_.merge_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::MergeTablesRequest >(GetArenaForAllocation()); + _impl_.op_.merge_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::MergeTablesRequest >(GetArenaForAllocation()); } - return op_.merge_; + return _impl_.op_.merge_; } inline ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* BatchTableRequest_Operation::mutable_merge() { ::io::deephaven::proto::backplane::grpc::MergeTablesRequest* _msg = _internal_mutable_merge(); @@ -48844,12 +49390,12 @@ inline bool BatchTableRequest_Operation::has_combo_aggregate() const { return _internal_has_combo_aggregate(); } inline void BatchTableRequest_Operation::set_has_combo_aggregate() { - _oneof_case_[0] = kComboAggregate; + _impl_._oneof_case_[0] = kComboAggregate; } inline void BatchTableRequest_Operation::clear_combo_aggregate() { if (_internal_has_combo_aggregate()) { if (GetArenaForAllocation() == nullptr) { - delete op_.combo_aggregate_; + delete _impl_.op_.combo_aggregate_; } clear_has_op(); } @@ -48858,11 +49404,11 @@ inline ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* BatchTabl // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.combo_aggregate) if (_internal_has_combo_aggregate()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* temp = op_.combo_aggregate_; + ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* temp = _impl_.op_.combo_aggregate_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.combo_aggregate_ = nullptr; + _impl_.op_.combo_aggregate_ = nullptr; return temp; } else { return nullptr; @@ -48870,7 +49416,7 @@ inline ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* BatchTabl } inline const ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest& BatchTableRequest_Operation::_internal_combo_aggregate() const { return _internal_has_combo_aggregate() - ? *op_.combo_aggregate_ + ? *_impl_.op_.combo_aggregate_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest&>(::io::deephaven::proto::backplane::grpc::_ComboAggregateRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest& BatchTableRequest_Operation::combo_aggregate() const { @@ -48881,8 +49427,8 @@ inline ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* BatchTabl // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.combo_aggregate) if (_internal_has_combo_aggregate()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* temp = op_.combo_aggregate_; - op_.combo_aggregate_ = nullptr; + ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* temp = _impl_.op_.combo_aggregate_; + _impl_.op_.combo_aggregate_ = nullptr; return temp; } else { return nullptr; @@ -48892,7 +49438,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_combo_aggreg clear_op(); if (combo_aggregate) { set_has_combo_aggregate(); - op_.combo_aggregate_ = combo_aggregate; + _impl_.op_.combo_aggregate_ = combo_aggregate; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.combo_aggregate) } @@ -48900,9 +49446,9 @@ inline ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* BatchTabl if (!_internal_has_combo_aggregate()) { clear_op(); set_has_combo_aggregate(); - op_.combo_aggregate_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest >(GetArenaForAllocation()); + _impl_.op_.combo_aggregate_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest >(GetArenaForAllocation()); } - return op_.combo_aggregate_; + return _impl_.op_.combo_aggregate_; } inline ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* BatchTableRequest_Operation::mutable_combo_aggregate() { ::io::deephaven::proto::backplane::grpc::ComboAggregateRequest* _msg = _internal_mutable_combo_aggregate(); @@ -48918,12 +49464,12 @@ inline bool BatchTableRequest_Operation::has_flatten() const { return _internal_has_flatten(); } inline void BatchTableRequest_Operation::set_has_flatten() { - _oneof_case_[0] = kFlatten; + _impl_._oneof_case_[0] = kFlatten; } inline void BatchTableRequest_Operation::clear_flatten() { if (_internal_has_flatten()) { if (GetArenaForAllocation() == nullptr) { - delete op_.flatten_; + delete _impl_.op_.flatten_; } clear_has_op(); } @@ -48932,11 +49478,11 @@ inline ::io::deephaven::proto::backplane::grpc::FlattenRequest* BatchTableReques // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.flatten) if (_internal_has_flatten()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::FlattenRequest* temp = op_.flatten_; + ::io::deephaven::proto::backplane::grpc::FlattenRequest* temp = _impl_.op_.flatten_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.flatten_ = nullptr; + _impl_.op_.flatten_ = nullptr; return temp; } else { return nullptr; @@ -48944,7 +49490,7 @@ inline ::io::deephaven::proto::backplane::grpc::FlattenRequest* BatchTableReques } inline const ::io::deephaven::proto::backplane::grpc::FlattenRequest& BatchTableRequest_Operation::_internal_flatten() const { return _internal_has_flatten() - ? *op_.flatten_ + ? *_impl_.op_.flatten_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::FlattenRequest&>(::io::deephaven::proto::backplane::grpc::_FlattenRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::FlattenRequest& BatchTableRequest_Operation::flatten() const { @@ -48955,8 +49501,8 @@ inline ::io::deephaven::proto::backplane::grpc::FlattenRequest* BatchTableReques // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.flatten) if (_internal_has_flatten()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::FlattenRequest* temp = op_.flatten_; - op_.flatten_ = nullptr; + ::io::deephaven::proto::backplane::grpc::FlattenRequest* temp = _impl_.op_.flatten_; + _impl_.op_.flatten_ = nullptr; return temp; } else { return nullptr; @@ -48966,7 +49512,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_flatten(::io clear_op(); if (flatten) { set_has_flatten(); - op_.flatten_ = flatten; + _impl_.op_.flatten_ = flatten; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.flatten) } @@ -48974,9 +49520,9 @@ inline ::io::deephaven::proto::backplane::grpc::FlattenRequest* BatchTableReques if (!_internal_has_flatten()) { clear_op(); set_has_flatten(); - op_.flatten_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::FlattenRequest >(GetArenaForAllocation()); + _impl_.op_.flatten_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::FlattenRequest >(GetArenaForAllocation()); } - return op_.flatten_; + return _impl_.op_.flatten_; } inline ::io::deephaven::proto::backplane::grpc::FlattenRequest* BatchTableRequest_Operation::mutable_flatten() { ::io::deephaven::proto::backplane::grpc::FlattenRequest* _msg = _internal_mutable_flatten(); @@ -48992,12 +49538,12 @@ inline bool BatchTableRequest_Operation::has_run_chart_downsample() const { return _internal_has_run_chart_downsample(); } inline void BatchTableRequest_Operation::set_has_run_chart_downsample() { - _oneof_case_[0] = kRunChartDownsample; + _impl_._oneof_case_[0] = kRunChartDownsample; } inline void BatchTableRequest_Operation::clear_run_chart_downsample() { if (_internal_has_run_chart_downsample()) { if (GetArenaForAllocation() == nullptr) { - delete op_.run_chart_downsample_; + delete _impl_.op_.run_chart_downsample_; } clear_has_op(); } @@ -49006,11 +49552,11 @@ inline ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* Batch // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.run_chart_downsample) if (_internal_has_run_chart_downsample()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* temp = op_.run_chart_downsample_; + ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* temp = _impl_.op_.run_chart_downsample_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.run_chart_downsample_ = nullptr; + _impl_.op_.run_chart_downsample_ = nullptr; return temp; } else { return nullptr; @@ -49018,7 +49564,7 @@ inline ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* Batch } inline const ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest& BatchTableRequest_Operation::_internal_run_chart_downsample() const { return _internal_has_run_chart_downsample() - ? *op_.run_chart_downsample_ + ? *_impl_.op_.run_chart_downsample_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest&>(::io::deephaven::proto::backplane::grpc::_RunChartDownsampleRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest& BatchTableRequest_Operation::run_chart_downsample() const { @@ -49029,8 +49575,8 @@ inline ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* Batch // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.run_chart_downsample) if (_internal_has_run_chart_downsample()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* temp = op_.run_chart_downsample_; - op_.run_chart_downsample_ = nullptr; + ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* temp = _impl_.op_.run_chart_downsample_; + _impl_.op_.run_chart_downsample_ = nullptr; return temp; } else { return nullptr; @@ -49040,7 +49586,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_run_chart_do clear_op(); if (run_chart_downsample) { set_has_run_chart_downsample(); - op_.run_chart_downsample_ = run_chart_downsample; + _impl_.op_.run_chart_downsample_ = run_chart_downsample; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.run_chart_downsample) } @@ -49048,9 +49594,9 @@ inline ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* Batch if (!_internal_has_run_chart_downsample()) { clear_op(); set_has_run_chart_downsample(); - op_.run_chart_downsample_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest >(GetArenaForAllocation()); + _impl_.op_.run_chart_downsample_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest >(GetArenaForAllocation()); } - return op_.run_chart_downsample_; + return _impl_.op_.run_chart_downsample_; } inline ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* BatchTableRequest_Operation::mutable_run_chart_downsample() { ::io::deephaven::proto::backplane::grpc::RunChartDownsampleRequest* _msg = _internal_mutable_run_chart_downsample(); @@ -49066,12 +49612,12 @@ inline bool BatchTableRequest_Operation::has_cross_join() const { return _internal_has_cross_join(); } inline void BatchTableRequest_Operation::set_has_cross_join() { - _oneof_case_[0] = kCrossJoin; + _impl_._oneof_case_[0] = kCrossJoin; } inline void BatchTableRequest_Operation::clear_cross_join() { if (_internal_has_cross_join()) { if (GetArenaForAllocation() == nullptr) { - delete op_.cross_join_; + delete _impl_.op_.cross_join_; } clear_has_op(); } @@ -49080,11 +49626,11 @@ inline ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* BatchTab // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.cross_join) if (_internal_has_cross_join()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* temp = op_.cross_join_; + ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* temp = _impl_.op_.cross_join_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.cross_join_ = nullptr; + _impl_.op_.cross_join_ = nullptr; return temp; } else { return nullptr; @@ -49092,7 +49638,7 @@ inline ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* BatchTab } inline const ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest& BatchTableRequest_Operation::_internal_cross_join() const { return _internal_has_cross_join() - ? *op_.cross_join_ + ? *_impl_.op_.cross_join_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest&>(::io::deephaven::proto::backplane::grpc::_CrossJoinTablesRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest& BatchTableRequest_Operation::cross_join() const { @@ -49103,8 +49649,8 @@ inline ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* BatchTab // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.cross_join) if (_internal_has_cross_join()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* temp = op_.cross_join_; - op_.cross_join_ = nullptr; + ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* temp = _impl_.op_.cross_join_; + _impl_.op_.cross_join_ = nullptr; return temp; } else { return nullptr; @@ -49114,7 +49660,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_cross_join(: clear_op(); if (cross_join) { set_has_cross_join(); - op_.cross_join_ = cross_join; + _impl_.op_.cross_join_ = cross_join; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.cross_join) } @@ -49122,9 +49668,9 @@ inline ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* BatchTab if (!_internal_has_cross_join()) { clear_op(); set_has_cross_join(); - op_.cross_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest >(GetArenaForAllocation()); + _impl_.op_.cross_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest >(GetArenaForAllocation()); } - return op_.cross_join_; + return _impl_.op_.cross_join_; } inline ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* BatchTableRequest_Operation::mutable_cross_join() { ::io::deephaven::proto::backplane::grpc::CrossJoinTablesRequest* _msg = _internal_mutable_cross_join(); @@ -49140,12 +49686,12 @@ inline bool BatchTableRequest_Operation::has_natural_join() const { return _internal_has_natural_join(); } inline void BatchTableRequest_Operation::set_has_natural_join() { - _oneof_case_[0] = kNaturalJoin; + _impl_._oneof_case_[0] = kNaturalJoin; } inline void BatchTableRequest_Operation::clear_natural_join() { if (_internal_has_natural_join()) { if (GetArenaForAllocation() == nullptr) { - delete op_.natural_join_; + delete _impl_.op_.natural_join_; } clear_has_op(); } @@ -49154,11 +49700,11 @@ inline ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* BatchT // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.natural_join) if (_internal_has_natural_join()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* temp = op_.natural_join_; + ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* temp = _impl_.op_.natural_join_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.natural_join_ = nullptr; + _impl_.op_.natural_join_ = nullptr; return temp; } else { return nullptr; @@ -49166,7 +49712,7 @@ inline ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* BatchT } inline const ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest& BatchTableRequest_Operation::_internal_natural_join() const { return _internal_has_natural_join() - ? *op_.natural_join_ + ? *_impl_.op_.natural_join_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest&>(::io::deephaven::proto::backplane::grpc::_NaturalJoinTablesRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest& BatchTableRequest_Operation::natural_join() const { @@ -49177,8 +49723,8 @@ inline ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* BatchT // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.natural_join) if (_internal_has_natural_join()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* temp = op_.natural_join_; - op_.natural_join_ = nullptr; + ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* temp = _impl_.op_.natural_join_; + _impl_.op_.natural_join_ = nullptr; return temp; } else { return nullptr; @@ -49188,7 +49734,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_natural_join clear_op(); if (natural_join) { set_has_natural_join(); - op_.natural_join_ = natural_join; + _impl_.op_.natural_join_ = natural_join; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.natural_join) } @@ -49196,9 +49742,9 @@ inline ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* BatchT if (!_internal_has_natural_join()) { clear_op(); set_has_natural_join(); - op_.natural_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest >(GetArenaForAllocation()); + _impl_.op_.natural_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest >(GetArenaForAllocation()); } - return op_.natural_join_; + return _impl_.op_.natural_join_; } inline ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* BatchTableRequest_Operation::mutable_natural_join() { ::io::deephaven::proto::backplane::grpc::NaturalJoinTablesRequest* _msg = _internal_mutable_natural_join(); @@ -49214,12 +49760,12 @@ inline bool BatchTableRequest_Operation::has_exact_join() const { return _internal_has_exact_join(); } inline void BatchTableRequest_Operation::set_has_exact_join() { - _oneof_case_[0] = kExactJoin; + _impl_._oneof_case_[0] = kExactJoin; } inline void BatchTableRequest_Operation::clear_exact_join() { if (_internal_has_exact_join()) { if (GetArenaForAllocation() == nullptr) { - delete op_.exact_join_; + delete _impl_.op_.exact_join_; } clear_has_op(); } @@ -49228,11 +49774,11 @@ inline ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* BatchTab // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.exact_join) if (_internal_has_exact_join()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* temp = op_.exact_join_; + ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* temp = _impl_.op_.exact_join_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.exact_join_ = nullptr; + _impl_.op_.exact_join_ = nullptr; return temp; } else { return nullptr; @@ -49240,7 +49786,7 @@ inline ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* BatchTab } inline const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest& BatchTableRequest_Operation::_internal_exact_join() const { return _internal_has_exact_join() - ? *op_.exact_join_ + ? *_impl_.op_.exact_join_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest&>(::io::deephaven::proto::backplane::grpc::_ExactJoinTablesRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest& BatchTableRequest_Operation::exact_join() const { @@ -49251,8 +49797,8 @@ inline ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* BatchTab // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.exact_join) if (_internal_has_exact_join()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* temp = op_.exact_join_; - op_.exact_join_ = nullptr; + ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* temp = _impl_.op_.exact_join_; + _impl_.op_.exact_join_ = nullptr; return temp; } else { return nullptr; @@ -49262,7 +49808,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_exact_join(: clear_op(); if (exact_join) { set_has_exact_join(); - op_.exact_join_ = exact_join; + _impl_.op_.exact_join_ = exact_join; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.exact_join) } @@ -49270,9 +49816,9 @@ inline ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* BatchTab if (!_internal_has_exact_join()) { clear_op(); set_has_exact_join(); - op_.exact_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest >(GetArenaForAllocation()); + _impl_.op_.exact_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest >(GetArenaForAllocation()); } - return op_.exact_join_; + return _impl_.op_.exact_join_; } inline ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* BatchTableRequest_Operation::mutable_exact_join() { ::io::deephaven::proto::backplane::grpc::ExactJoinTablesRequest* _msg = _internal_mutable_exact_join(); @@ -49288,12 +49834,12 @@ inline bool BatchTableRequest_Operation::has_left_join() const { return _internal_has_left_join(); } inline void BatchTableRequest_Operation::set_has_left_join() { - _oneof_case_[0] = kLeftJoin; + _impl_._oneof_case_[0] = kLeftJoin; } inline void BatchTableRequest_Operation::clear_left_join() { if (_internal_has_left_join()) { if (GetArenaForAllocation() == nullptr) { - delete op_.left_join_; + delete _impl_.op_.left_join_; } clear_has_op(); } @@ -49302,11 +49848,11 @@ inline ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* BatchTabl // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.left_join) if (_internal_has_left_join()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* temp = op_.left_join_; + ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* temp = _impl_.op_.left_join_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.left_join_ = nullptr; + _impl_.op_.left_join_ = nullptr; return temp; } else { return nullptr; @@ -49314,7 +49860,7 @@ inline ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* BatchTabl } inline const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& BatchTableRequest_Operation::_internal_left_join() const { return _internal_has_left_join() - ? *op_.left_join_ + ? *_impl_.op_.left_join_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest&>(::io::deephaven::proto::backplane::grpc::_LeftJoinTablesRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest& BatchTableRequest_Operation::left_join() const { @@ -49325,8 +49871,8 @@ inline ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* BatchTabl // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.left_join) if (_internal_has_left_join()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* temp = op_.left_join_; - op_.left_join_ = nullptr; + ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* temp = _impl_.op_.left_join_; + _impl_.op_.left_join_ = nullptr; return temp; } else { return nullptr; @@ -49336,7 +49882,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_left_join(:: clear_op(); if (left_join) { set_has_left_join(); - op_.left_join_ = left_join; + _impl_.op_.left_join_ = left_join; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.left_join) } @@ -49344,9 +49890,9 @@ inline ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* BatchTabl if (!_internal_has_left_join()) { clear_op(); set_has_left_join(); - op_.left_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest >(GetArenaForAllocation()); + _impl_.op_.left_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest >(GetArenaForAllocation()); } - return op_.left_join_; + return _impl_.op_.left_join_; } inline ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* BatchTableRequest_Operation::mutable_left_join() { ::io::deephaven::proto::backplane::grpc::LeftJoinTablesRequest* _msg = _internal_mutable_left_join(); @@ -49362,12 +49908,12 @@ inline bool BatchTableRequest_Operation::has_as_of_join() const { return _internal_has_as_of_join(); } inline void BatchTableRequest_Operation::set_has_as_of_join() { - _oneof_case_[0] = kAsOfJoin; + _impl_._oneof_case_[0] = kAsOfJoin; } inline void BatchTableRequest_Operation::clear_as_of_join() { if (_internal_has_as_of_join()) { if (GetArenaForAllocation() == nullptr) { - delete op_.as_of_join_; + delete _impl_.op_.as_of_join_; } clear_has_op(); } @@ -49376,11 +49922,11 @@ inline ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* BatchTabl // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.as_of_join) if (_internal_has_as_of_join()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* temp = op_.as_of_join_; + ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* temp = _impl_.op_.as_of_join_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.as_of_join_ = nullptr; + _impl_.op_.as_of_join_ = nullptr; return temp; } else { return nullptr; @@ -49388,7 +49934,7 @@ inline ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* BatchTabl } inline const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& BatchTableRequest_Operation::_internal_as_of_join() const { return _internal_has_as_of_join() - ? *op_.as_of_join_ + ? *_impl_.op_.as_of_join_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest&>(::io::deephaven::proto::backplane::grpc::_AsOfJoinTablesRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest& BatchTableRequest_Operation::as_of_join() const { @@ -49399,8 +49945,8 @@ inline ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* BatchTabl // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.as_of_join) if (_internal_has_as_of_join()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* temp = op_.as_of_join_; - op_.as_of_join_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* temp = _impl_.op_.as_of_join_; + _impl_.op_.as_of_join_ = nullptr; return temp; } else { return nullptr; @@ -49410,7 +49956,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_as_of_join(: clear_op(); if (as_of_join) { set_has_as_of_join(); - op_.as_of_join_ = as_of_join; + _impl_.op_.as_of_join_ = as_of_join; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.as_of_join) } @@ -49418,9 +49964,9 @@ inline ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* BatchTabl if (!_internal_has_as_of_join()) { clear_op(); set_has_as_of_join(); - op_.as_of_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest >(GetArenaForAllocation()); + _impl_.op_.as_of_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest >(GetArenaForAllocation()); } - return op_.as_of_join_; + return _impl_.op_.as_of_join_; } inline ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* BatchTableRequest_Operation::mutable_as_of_join() { ::io::deephaven::proto::backplane::grpc::AsOfJoinTablesRequest* _msg = _internal_mutable_as_of_join(); @@ -49436,12 +49982,12 @@ inline bool BatchTableRequest_Operation::has_fetch_table() const { return _internal_has_fetch_table(); } inline void BatchTableRequest_Operation::set_has_fetch_table() { - _oneof_case_[0] = kFetchTable; + _impl_._oneof_case_[0] = kFetchTable; } inline void BatchTableRequest_Operation::clear_fetch_table() { if (_internal_has_fetch_table()) { if (GetArenaForAllocation() == nullptr) { - delete op_.fetch_table_; + delete _impl_.op_.fetch_table_; } clear_has_op(); } @@ -49450,11 +49996,11 @@ inline ::io::deephaven::proto::backplane::grpc::FetchTableRequest* BatchTableReq // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.fetch_table) if (_internal_has_fetch_table()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::FetchTableRequest* temp = op_.fetch_table_; + ::io::deephaven::proto::backplane::grpc::FetchTableRequest* temp = _impl_.op_.fetch_table_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.fetch_table_ = nullptr; + _impl_.op_.fetch_table_ = nullptr; return temp; } else { return nullptr; @@ -49462,7 +50008,7 @@ inline ::io::deephaven::proto::backplane::grpc::FetchTableRequest* BatchTableReq } inline const ::io::deephaven::proto::backplane::grpc::FetchTableRequest& BatchTableRequest_Operation::_internal_fetch_table() const { return _internal_has_fetch_table() - ? *op_.fetch_table_ + ? *_impl_.op_.fetch_table_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::FetchTableRequest&>(::io::deephaven::proto::backplane::grpc::_FetchTableRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::FetchTableRequest& BatchTableRequest_Operation::fetch_table() const { @@ -49473,8 +50019,8 @@ inline ::io::deephaven::proto::backplane::grpc::FetchTableRequest* BatchTableReq // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.fetch_table) if (_internal_has_fetch_table()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::FetchTableRequest* temp = op_.fetch_table_; - op_.fetch_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::FetchTableRequest* temp = _impl_.op_.fetch_table_; + _impl_.op_.fetch_table_ = nullptr; return temp; } else { return nullptr; @@ -49484,7 +50030,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_fetch_table( clear_op(); if (fetch_table) { set_has_fetch_table(); - op_.fetch_table_ = fetch_table; + _impl_.op_.fetch_table_ = fetch_table; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.fetch_table) } @@ -49492,9 +50038,9 @@ inline ::io::deephaven::proto::backplane::grpc::FetchTableRequest* BatchTableReq if (!_internal_has_fetch_table()) { clear_op(); set_has_fetch_table(); - op_.fetch_table_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::FetchTableRequest >(GetArenaForAllocation()); + _impl_.op_.fetch_table_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::FetchTableRequest >(GetArenaForAllocation()); } - return op_.fetch_table_; + return _impl_.op_.fetch_table_; } inline ::io::deephaven::proto::backplane::grpc::FetchTableRequest* BatchTableRequest_Operation::mutable_fetch_table() { ::io::deephaven::proto::backplane::grpc::FetchTableRequest* _msg = _internal_mutable_fetch_table(); @@ -49510,12 +50056,12 @@ inline bool BatchTableRequest_Operation::has_apply_preview_columns() const { return _internal_has_apply_preview_columns(); } inline void BatchTableRequest_Operation::set_has_apply_preview_columns() { - _oneof_case_[0] = kApplyPreviewColumns; + _impl_._oneof_case_[0] = kApplyPreviewColumns; } inline void BatchTableRequest_Operation::clear_apply_preview_columns() { if (_internal_has_apply_preview_columns()) { if (GetArenaForAllocation() == nullptr) { - delete op_.apply_preview_columns_; + delete _impl_.op_.apply_preview_columns_; } clear_has_op(); } @@ -49524,11 +50070,11 @@ inline ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* Batc // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.apply_preview_columns) if (_internal_has_apply_preview_columns()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* temp = op_.apply_preview_columns_; + ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* temp = _impl_.op_.apply_preview_columns_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.apply_preview_columns_ = nullptr; + _impl_.op_.apply_preview_columns_ = nullptr; return temp; } else { return nullptr; @@ -49536,7 +50082,7 @@ inline ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* Batc } inline const ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest& BatchTableRequest_Operation::_internal_apply_preview_columns() const { return _internal_has_apply_preview_columns() - ? *op_.apply_preview_columns_ + ? *_impl_.op_.apply_preview_columns_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest&>(::io::deephaven::proto::backplane::grpc::_ApplyPreviewColumnsRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest& BatchTableRequest_Operation::apply_preview_columns() const { @@ -49547,8 +50093,8 @@ inline ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* Batc // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.apply_preview_columns) if (_internal_has_apply_preview_columns()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* temp = op_.apply_preview_columns_; - op_.apply_preview_columns_ = nullptr; + ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* temp = _impl_.op_.apply_preview_columns_; + _impl_.op_.apply_preview_columns_ = nullptr; return temp; } else { return nullptr; @@ -49558,7 +50104,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_apply_previe clear_op(); if (apply_preview_columns) { set_has_apply_preview_columns(); - op_.apply_preview_columns_ = apply_preview_columns; + _impl_.op_.apply_preview_columns_ = apply_preview_columns; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.apply_preview_columns) } @@ -49566,9 +50112,9 @@ inline ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* Batc if (!_internal_has_apply_preview_columns()) { clear_op(); set_has_apply_preview_columns(); - op_.apply_preview_columns_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest >(GetArenaForAllocation()); + _impl_.op_.apply_preview_columns_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest >(GetArenaForAllocation()); } - return op_.apply_preview_columns_; + return _impl_.op_.apply_preview_columns_; } inline ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* BatchTableRequest_Operation::mutable_apply_preview_columns() { ::io::deephaven::proto::backplane::grpc::ApplyPreviewColumnsRequest* _msg = _internal_mutable_apply_preview_columns(); @@ -49584,12 +50130,12 @@ inline bool BatchTableRequest_Operation::has_create_input_table() const { return _internal_has_create_input_table(); } inline void BatchTableRequest_Operation::set_has_create_input_table() { - _oneof_case_[0] = kCreateInputTable; + _impl_._oneof_case_[0] = kCreateInputTable; } inline void BatchTableRequest_Operation::clear_create_input_table() { if (_internal_has_create_input_table()) { if (GetArenaForAllocation() == nullptr) { - delete op_.create_input_table_; + delete _impl_.op_.create_input_table_; } clear_has_op(); } @@ -49598,11 +50144,11 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* BatchTa // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.create_input_table) if (_internal_has_create_input_table()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* temp = op_.create_input_table_; + ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* temp = _impl_.op_.create_input_table_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.create_input_table_ = nullptr; + _impl_.op_.create_input_table_ = nullptr; return temp; } else { return nullptr; @@ -49610,7 +50156,7 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* BatchTa } inline const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest& BatchTableRequest_Operation::_internal_create_input_table() const { return _internal_has_create_input_table() - ? *op_.create_input_table_ + ? *_impl_.op_.create_input_table_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest&>(::io::deephaven::proto::backplane::grpc::_CreateInputTableRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest& BatchTableRequest_Operation::create_input_table() const { @@ -49621,8 +50167,8 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* BatchTa // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.create_input_table) if (_internal_has_create_input_table()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* temp = op_.create_input_table_; - op_.create_input_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* temp = _impl_.op_.create_input_table_; + _impl_.op_.create_input_table_ = nullptr; return temp; } else { return nullptr; @@ -49632,7 +50178,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_create_input clear_op(); if (create_input_table) { set_has_create_input_table(); - op_.create_input_table_ = create_input_table; + _impl_.op_.create_input_table_ = create_input_table; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.create_input_table) } @@ -49640,9 +50186,9 @@ inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* BatchTa if (!_internal_has_create_input_table()) { clear_op(); set_has_create_input_table(); - op_.create_input_table_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest >(GetArenaForAllocation()); + _impl_.op_.create_input_table_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest >(GetArenaForAllocation()); } - return op_.create_input_table_; + return _impl_.op_.create_input_table_; } inline ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* BatchTableRequest_Operation::mutable_create_input_table() { ::io::deephaven::proto::backplane::grpc::CreateInputTableRequest* _msg = _internal_mutable_create_input_table(); @@ -49658,12 +50204,12 @@ inline bool BatchTableRequest_Operation::has_update_by() const { return _internal_has_update_by(); } inline void BatchTableRequest_Operation::set_has_update_by() { - _oneof_case_[0] = kUpdateBy; + _impl_._oneof_case_[0] = kUpdateBy; } inline void BatchTableRequest_Operation::clear_update_by() { if (_internal_has_update_by()) { if (GetArenaForAllocation() == nullptr) { - delete op_.update_by_; + delete _impl_.op_.update_by_; } clear_has_op(); } @@ -49672,11 +50218,11 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest* BatchTableReque // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.update_by) if (_internal_has_update_by()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest* temp = op_.update_by_; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest* temp = _impl_.op_.update_by_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.update_by_ = nullptr; + _impl_.op_.update_by_ = nullptr; return temp; } else { return nullptr; @@ -49684,7 +50230,7 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest* BatchTableReque } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest& BatchTableRequest_Operation::_internal_update_by() const { return _internal_has_update_by() - ? *op_.update_by_ + ? *_impl_.op_.update_by_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::UpdateByRequest&>(::io::deephaven::proto::backplane::grpc::_UpdateByRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::UpdateByRequest& BatchTableRequest_Operation::update_by() const { @@ -49695,8 +50241,8 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest* BatchTableReque // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.update_by) if (_internal_has_update_by()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::UpdateByRequest* temp = op_.update_by_; - op_.update_by_ = nullptr; + ::io::deephaven::proto::backplane::grpc::UpdateByRequest* temp = _impl_.op_.update_by_; + _impl_.op_.update_by_ = nullptr; return temp; } else { return nullptr; @@ -49706,7 +50252,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_update_by(:: clear_op(); if (update_by) { set_has_update_by(); - op_.update_by_ = update_by; + _impl_.op_.update_by_ = update_by; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.update_by) } @@ -49714,9 +50260,9 @@ inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest* BatchTableReque if (!_internal_has_update_by()) { clear_op(); set_has_update_by(); - op_.update_by_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest >(GetArenaForAllocation()); + _impl_.op_.update_by_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::UpdateByRequest >(GetArenaForAllocation()); } - return op_.update_by_; + return _impl_.op_.update_by_; } inline ::io::deephaven::proto::backplane::grpc::UpdateByRequest* BatchTableRequest_Operation::mutable_update_by() { ::io::deephaven::proto::backplane::grpc::UpdateByRequest* _msg = _internal_mutable_update_by(); @@ -49732,12 +50278,12 @@ inline bool BatchTableRequest_Operation::has_where_in() const { return _internal_has_where_in(); } inline void BatchTableRequest_Operation::set_has_where_in() { - _oneof_case_[0] = kWhereIn; + _impl_._oneof_case_[0] = kWhereIn; } inline void BatchTableRequest_Operation::clear_where_in() { if (_internal_has_where_in()) { if (GetArenaForAllocation() == nullptr) { - delete op_.where_in_; + delete _impl_.op_.where_in_; } clear_has_op(); } @@ -49746,11 +50292,11 @@ inline ::io::deephaven::proto::backplane::grpc::WhereInRequest* BatchTableReques // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.where_in) if (_internal_has_where_in()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::WhereInRequest* temp = op_.where_in_; + ::io::deephaven::proto::backplane::grpc::WhereInRequest* temp = _impl_.op_.where_in_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.where_in_ = nullptr; + _impl_.op_.where_in_ = nullptr; return temp; } else { return nullptr; @@ -49758,7 +50304,7 @@ inline ::io::deephaven::proto::backplane::grpc::WhereInRequest* BatchTableReques } inline const ::io::deephaven::proto::backplane::grpc::WhereInRequest& BatchTableRequest_Operation::_internal_where_in() const { return _internal_has_where_in() - ? *op_.where_in_ + ? *_impl_.op_.where_in_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::WhereInRequest&>(::io::deephaven::proto::backplane::grpc::_WhereInRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::WhereInRequest& BatchTableRequest_Operation::where_in() const { @@ -49769,8 +50315,8 @@ inline ::io::deephaven::proto::backplane::grpc::WhereInRequest* BatchTableReques // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.where_in) if (_internal_has_where_in()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::WhereInRequest* temp = op_.where_in_; - op_.where_in_ = nullptr; + ::io::deephaven::proto::backplane::grpc::WhereInRequest* temp = _impl_.op_.where_in_; + _impl_.op_.where_in_ = nullptr; return temp; } else { return nullptr; @@ -49780,7 +50326,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_where_in(::i clear_op(); if (where_in) { set_has_where_in(); - op_.where_in_ = where_in; + _impl_.op_.where_in_ = where_in; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.where_in) } @@ -49788,9 +50334,9 @@ inline ::io::deephaven::proto::backplane::grpc::WhereInRequest* BatchTableReques if (!_internal_has_where_in()) { clear_op(); set_has_where_in(); - op_.where_in_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::WhereInRequest >(GetArenaForAllocation()); + _impl_.op_.where_in_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::WhereInRequest >(GetArenaForAllocation()); } - return op_.where_in_; + return _impl_.op_.where_in_; } inline ::io::deephaven::proto::backplane::grpc::WhereInRequest* BatchTableRequest_Operation::mutable_where_in() { ::io::deephaven::proto::backplane::grpc::WhereInRequest* _msg = _internal_mutable_where_in(); @@ -49806,12 +50352,12 @@ inline bool BatchTableRequest_Operation::has_aggregate_all() const { return _internal_has_aggregate_all(); } inline void BatchTableRequest_Operation::set_has_aggregate_all() { - _oneof_case_[0] = kAggregateAll; + _impl_._oneof_case_[0] = kAggregateAll; } inline void BatchTableRequest_Operation::clear_aggregate_all() { if (_internal_has_aggregate_all()) { if (GetArenaForAllocation() == nullptr) { - delete op_.aggregate_all_; + delete _impl_.op_.aggregate_all_; } clear_has_op(); } @@ -49820,11 +50366,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggregateAllRequest* BatchTableR // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.aggregate_all) if (_internal_has_aggregate_all()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::AggregateAllRequest* temp = op_.aggregate_all_; + ::io::deephaven::proto::backplane::grpc::AggregateAllRequest* temp = _impl_.op_.aggregate_all_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.aggregate_all_ = nullptr; + _impl_.op_.aggregate_all_ = nullptr; return temp; } else { return nullptr; @@ -49832,7 +50378,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggregateAllRequest* BatchTableR } inline const ::io::deephaven::proto::backplane::grpc::AggregateAllRequest& BatchTableRequest_Operation::_internal_aggregate_all() const { return _internal_has_aggregate_all() - ? *op_.aggregate_all_ + ? *_impl_.op_.aggregate_all_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggregateAllRequest&>(::io::deephaven::proto::backplane::grpc::_AggregateAllRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggregateAllRequest& BatchTableRequest_Operation::aggregate_all() const { @@ -49843,8 +50389,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggregateAllRequest* BatchTableR // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.aggregate_all) if (_internal_has_aggregate_all()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::AggregateAllRequest* temp = op_.aggregate_all_; - op_.aggregate_all_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggregateAllRequest* temp = _impl_.op_.aggregate_all_; + _impl_.op_.aggregate_all_ = nullptr; return temp; } else { return nullptr; @@ -49854,7 +50400,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_aggregate_al clear_op(); if (aggregate_all) { set_has_aggregate_all(); - op_.aggregate_all_ = aggregate_all; + _impl_.op_.aggregate_all_ = aggregate_all; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.aggregate_all) } @@ -49862,9 +50408,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggregateAllRequest* BatchTableR if (!_internal_has_aggregate_all()) { clear_op(); set_has_aggregate_all(); - op_.aggregate_all_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggregateAllRequest >(GetArenaForAllocation()); + _impl_.op_.aggregate_all_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggregateAllRequest >(GetArenaForAllocation()); } - return op_.aggregate_all_; + return _impl_.op_.aggregate_all_; } inline ::io::deephaven::proto::backplane::grpc::AggregateAllRequest* BatchTableRequest_Operation::mutable_aggregate_all() { ::io::deephaven::proto::backplane::grpc::AggregateAllRequest* _msg = _internal_mutable_aggregate_all(); @@ -49880,12 +50426,12 @@ inline bool BatchTableRequest_Operation::has_aggregate() const { return _internal_has_aggregate(); } inline void BatchTableRequest_Operation::set_has_aggregate() { - _oneof_case_[0] = kAggregate; + _impl_._oneof_case_[0] = kAggregate; } inline void BatchTableRequest_Operation::clear_aggregate() { if (_internal_has_aggregate()) { if (GetArenaForAllocation() == nullptr) { - delete op_.aggregate_; + delete _impl_.op_.aggregate_; } clear_has_op(); } @@ -49894,11 +50440,11 @@ inline ::io::deephaven::proto::backplane::grpc::AggregateRequest* BatchTableRequ // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.aggregate) if (_internal_has_aggregate()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::AggregateRequest* temp = op_.aggregate_; + ::io::deephaven::proto::backplane::grpc::AggregateRequest* temp = _impl_.op_.aggregate_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.aggregate_ = nullptr; + _impl_.op_.aggregate_ = nullptr; return temp; } else { return nullptr; @@ -49906,7 +50452,7 @@ inline ::io::deephaven::proto::backplane::grpc::AggregateRequest* BatchTableRequ } inline const ::io::deephaven::proto::backplane::grpc::AggregateRequest& BatchTableRequest_Operation::_internal_aggregate() const { return _internal_has_aggregate() - ? *op_.aggregate_ + ? *_impl_.op_.aggregate_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AggregateRequest&>(::io::deephaven::proto::backplane::grpc::_AggregateRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AggregateRequest& BatchTableRequest_Operation::aggregate() const { @@ -49917,8 +50463,8 @@ inline ::io::deephaven::proto::backplane::grpc::AggregateRequest* BatchTableRequ // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.aggregate) if (_internal_has_aggregate()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::AggregateRequest* temp = op_.aggregate_; - op_.aggregate_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AggregateRequest* temp = _impl_.op_.aggregate_; + _impl_.op_.aggregate_ = nullptr; return temp; } else { return nullptr; @@ -49928,7 +50474,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_aggregate(:: clear_op(); if (aggregate) { set_has_aggregate(); - op_.aggregate_ = aggregate; + _impl_.op_.aggregate_ = aggregate; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.aggregate) } @@ -49936,9 +50482,9 @@ inline ::io::deephaven::proto::backplane::grpc::AggregateRequest* BatchTableRequ if (!_internal_has_aggregate()) { clear_op(); set_has_aggregate(); - op_.aggregate_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggregateRequest >(GetArenaForAllocation()); + _impl_.op_.aggregate_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AggregateRequest >(GetArenaForAllocation()); } - return op_.aggregate_; + return _impl_.op_.aggregate_; } inline ::io::deephaven::proto::backplane::grpc::AggregateRequest* BatchTableRequest_Operation::mutable_aggregate() { ::io::deephaven::proto::backplane::grpc::AggregateRequest* _msg = _internal_mutable_aggregate(); @@ -49954,12 +50500,12 @@ inline bool BatchTableRequest_Operation::has_snapshot() const { return _internal_has_snapshot(); } inline void BatchTableRequest_Operation::set_has_snapshot() { - _oneof_case_[0] = kSnapshot; + _impl_._oneof_case_[0] = kSnapshot; } inline void BatchTableRequest_Operation::clear_snapshot() { if (_internal_has_snapshot()) { if (GetArenaForAllocation() == nullptr) { - delete op_.snapshot_; + delete _impl_.op_.snapshot_; } clear_has_op(); } @@ -49968,11 +50514,11 @@ inline ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* BatchTable // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.snapshot) if (_internal_has_snapshot()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* temp = op_.snapshot_; + ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* temp = _impl_.op_.snapshot_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.snapshot_ = nullptr; + _impl_.op_.snapshot_ = nullptr; return temp; } else { return nullptr; @@ -49980,7 +50526,7 @@ inline ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* BatchTable } inline const ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest& BatchTableRequest_Operation::_internal_snapshot() const { return _internal_has_snapshot() - ? *op_.snapshot_ + ? *_impl_.op_.snapshot_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest&>(::io::deephaven::proto::backplane::grpc::_SnapshotTableRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest& BatchTableRequest_Operation::snapshot() const { @@ -49991,8 +50537,8 @@ inline ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* BatchTable // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.snapshot) if (_internal_has_snapshot()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* temp = op_.snapshot_; - op_.snapshot_ = nullptr; + ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* temp = _impl_.op_.snapshot_; + _impl_.op_.snapshot_ = nullptr; return temp; } else { return nullptr; @@ -50002,7 +50548,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_snapshot(::i clear_op(); if (snapshot) { set_has_snapshot(); - op_.snapshot_ = snapshot; + _impl_.op_.snapshot_ = snapshot; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.snapshot) } @@ -50010,9 +50556,9 @@ inline ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* BatchTable if (!_internal_has_snapshot()) { clear_op(); set_has_snapshot(); - op_.snapshot_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest >(GetArenaForAllocation()); + _impl_.op_.snapshot_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest >(GetArenaForAllocation()); } - return op_.snapshot_; + return _impl_.op_.snapshot_; } inline ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* BatchTableRequest_Operation::mutable_snapshot() { ::io::deephaven::proto::backplane::grpc::SnapshotTableRequest* _msg = _internal_mutable_snapshot(); @@ -50028,12 +50574,12 @@ inline bool BatchTableRequest_Operation::has_snapshot_when() const { return _internal_has_snapshot_when(); } inline void BatchTableRequest_Operation::set_has_snapshot_when() { - _oneof_case_[0] = kSnapshotWhen; + _impl_._oneof_case_[0] = kSnapshotWhen; } inline void BatchTableRequest_Operation::clear_snapshot_when() { if (_internal_has_snapshot_when()) { if (GetArenaForAllocation() == nullptr) { - delete op_.snapshot_when_; + delete _impl_.op_.snapshot_when_; } clear_has_op(); } @@ -50042,11 +50588,11 @@ inline ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest* BatchT // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.snapshot_when) if (_internal_has_snapshot_when()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest* temp = op_.snapshot_when_; + ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest* temp = _impl_.op_.snapshot_when_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.snapshot_when_ = nullptr; + _impl_.op_.snapshot_when_ = nullptr; return temp; } else { return nullptr; @@ -50054,7 +50600,7 @@ inline ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest* BatchT } inline const ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest& BatchTableRequest_Operation::_internal_snapshot_when() const { return _internal_has_snapshot_when() - ? *op_.snapshot_when_ + ? *_impl_.op_.snapshot_when_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest&>(::io::deephaven::proto::backplane::grpc::_SnapshotWhenTableRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest& BatchTableRequest_Operation::snapshot_when() const { @@ -50065,8 +50611,8 @@ inline ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest* BatchT // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.snapshot_when) if (_internal_has_snapshot_when()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest* temp = op_.snapshot_when_; - op_.snapshot_when_ = nullptr; + ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest* temp = _impl_.op_.snapshot_when_; + _impl_.op_.snapshot_when_ = nullptr; return temp; } else { return nullptr; @@ -50076,7 +50622,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_snapshot_whe clear_op(); if (snapshot_when) { set_has_snapshot_when(); - op_.snapshot_when_ = snapshot_when; + _impl_.op_.snapshot_when_ = snapshot_when; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.snapshot_when) } @@ -50084,9 +50630,9 @@ inline ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest* BatchT if (!_internal_has_snapshot_when()) { clear_op(); set_has_snapshot_when(); - op_.snapshot_when_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest >(GetArenaForAllocation()); + _impl_.op_.snapshot_when_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest >(GetArenaForAllocation()); } - return op_.snapshot_when_; + return _impl_.op_.snapshot_when_; } inline ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest* BatchTableRequest_Operation::mutable_snapshot_when() { ::io::deephaven::proto::backplane::grpc::SnapshotWhenTableRequest* _msg = _internal_mutable_snapshot_when(); @@ -50102,12 +50648,12 @@ inline bool BatchTableRequest_Operation::has_meta_table() const { return _internal_has_meta_table(); } inline void BatchTableRequest_Operation::set_has_meta_table() { - _oneof_case_[0] = kMetaTable; + _impl_._oneof_case_[0] = kMetaTable; } inline void BatchTableRequest_Operation::clear_meta_table() { if (_internal_has_meta_table()) { if (GetArenaForAllocation() == nullptr) { - delete op_.meta_table_; + delete _impl_.op_.meta_table_; } clear_has_op(); } @@ -50116,11 +50662,11 @@ inline ::io::deephaven::proto::backplane::grpc::MetaTableRequest* BatchTableRequ // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.meta_table) if (_internal_has_meta_table()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::MetaTableRequest* temp = op_.meta_table_; + ::io::deephaven::proto::backplane::grpc::MetaTableRequest* temp = _impl_.op_.meta_table_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.meta_table_ = nullptr; + _impl_.op_.meta_table_ = nullptr; return temp; } else { return nullptr; @@ -50128,7 +50674,7 @@ inline ::io::deephaven::proto::backplane::grpc::MetaTableRequest* BatchTableRequ } inline const ::io::deephaven::proto::backplane::grpc::MetaTableRequest& BatchTableRequest_Operation::_internal_meta_table() const { return _internal_has_meta_table() - ? *op_.meta_table_ + ? *_impl_.op_.meta_table_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::MetaTableRequest&>(::io::deephaven::proto::backplane::grpc::_MetaTableRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::MetaTableRequest& BatchTableRequest_Operation::meta_table() const { @@ -50139,8 +50685,8 @@ inline ::io::deephaven::proto::backplane::grpc::MetaTableRequest* BatchTableRequ // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.meta_table) if (_internal_has_meta_table()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::MetaTableRequest* temp = op_.meta_table_; - op_.meta_table_ = nullptr; + ::io::deephaven::proto::backplane::grpc::MetaTableRequest* temp = _impl_.op_.meta_table_; + _impl_.op_.meta_table_ = nullptr; return temp; } else { return nullptr; @@ -50150,7 +50696,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_meta_table(: clear_op(); if (meta_table) { set_has_meta_table(); - op_.meta_table_ = meta_table; + _impl_.op_.meta_table_ = meta_table; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.meta_table) } @@ -50158,9 +50704,9 @@ inline ::io::deephaven::proto::backplane::grpc::MetaTableRequest* BatchTableRequ if (!_internal_has_meta_table()) { clear_op(); set_has_meta_table(); - op_.meta_table_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::MetaTableRequest >(GetArenaForAllocation()); + _impl_.op_.meta_table_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::MetaTableRequest >(GetArenaForAllocation()); } - return op_.meta_table_; + return _impl_.op_.meta_table_; } inline ::io::deephaven::proto::backplane::grpc::MetaTableRequest* BatchTableRequest_Operation::mutable_meta_table() { ::io::deephaven::proto::backplane::grpc::MetaTableRequest* _msg = _internal_mutable_meta_table(); @@ -50176,12 +50722,12 @@ inline bool BatchTableRequest_Operation::has_range_join() const { return _internal_has_range_join(); } inline void BatchTableRequest_Operation::set_has_range_join() { - _oneof_case_[0] = kRangeJoin; + _impl_._oneof_case_[0] = kRangeJoin; } inline void BatchTableRequest_Operation::clear_range_join() { if (_internal_has_range_join()) { if (GetArenaForAllocation() == nullptr) { - delete op_.range_join_; + delete _impl_.op_.range_join_; } clear_has_op(); } @@ -50190,11 +50736,11 @@ inline ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest* BatchTab // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.range_join) if (_internal_has_range_join()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest* temp = op_.range_join_; + ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest* temp = _impl_.op_.range_join_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.range_join_ = nullptr; + _impl_.op_.range_join_ = nullptr; return temp; } else { return nullptr; @@ -50202,7 +50748,7 @@ inline ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest* BatchTab } inline const ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest& BatchTableRequest_Operation::_internal_range_join() const { return _internal_has_range_join() - ? *op_.range_join_ + ? *_impl_.op_.range_join_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest&>(::io::deephaven::proto::backplane::grpc::_RangeJoinTablesRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest& BatchTableRequest_Operation::range_join() const { @@ -50213,8 +50759,8 @@ inline ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest* BatchTab // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.range_join) if (_internal_has_range_join()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest* temp = op_.range_join_; - op_.range_join_ = nullptr; + ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest* temp = _impl_.op_.range_join_; + _impl_.op_.range_join_ = nullptr; return temp; } else { return nullptr; @@ -50224,7 +50770,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_range_join(: clear_op(); if (range_join) { set_has_range_join(); - op_.range_join_ = range_join; + _impl_.op_.range_join_ = range_join; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.range_join) } @@ -50232,9 +50778,9 @@ inline ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest* BatchTab if (!_internal_has_range_join()) { clear_op(); set_has_range_join(); - op_.range_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest >(GetArenaForAllocation()); + _impl_.op_.range_join_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest >(GetArenaForAllocation()); } - return op_.range_join_; + return _impl_.op_.range_join_; } inline ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest* BatchTableRequest_Operation::mutable_range_join() { ::io::deephaven::proto::backplane::grpc::RangeJoinTablesRequest* _msg = _internal_mutable_range_join(); @@ -50250,12 +50796,12 @@ inline bool BatchTableRequest_Operation::has_aj() const { return _internal_has_aj(); } inline void BatchTableRequest_Operation::set_has_aj() { - _oneof_case_[0] = kAj; + _impl_._oneof_case_[0] = kAj; } inline void BatchTableRequest_Operation::clear_aj() { if (_internal_has_aj()) { if (GetArenaForAllocation() == nullptr) { - delete op_.aj_; + delete _impl_.op_.aj_; } clear_has_op(); } @@ -50264,11 +50810,11 @@ inline ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* BatchTableRe // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.aj) if (_internal_has_aj()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* temp = op_.aj_; + ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* temp = _impl_.op_.aj_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.aj_ = nullptr; + _impl_.op_.aj_ = nullptr; return temp; } else { return nullptr; @@ -50276,7 +50822,7 @@ inline ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* BatchTableRe } inline const ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest& BatchTableRequest_Operation::_internal_aj() const { return _internal_has_aj() - ? *op_.aj_ + ? *_impl_.op_.aj_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest&>(::io::deephaven::proto::backplane::grpc::_AjRajTablesRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest& BatchTableRequest_Operation::aj() const { @@ -50287,8 +50833,8 @@ inline ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* BatchTableRe // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.aj) if (_internal_has_aj()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* temp = op_.aj_; - op_.aj_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* temp = _impl_.op_.aj_; + _impl_.op_.aj_ = nullptr; return temp; } else { return nullptr; @@ -50298,7 +50844,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_aj(::io::dee clear_op(); if (aj) { set_has_aj(); - op_.aj_ = aj; + _impl_.op_.aj_ = aj; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.aj) } @@ -50306,9 +50852,9 @@ inline ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* BatchTableRe if (!_internal_has_aj()) { clear_op(); set_has_aj(); - op_.aj_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest >(GetArenaForAllocation()); + _impl_.op_.aj_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest >(GetArenaForAllocation()); } - return op_.aj_; + return _impl_.op_.aj_; } inline ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* BatchTableRequest_Operation::mutable_aj() { ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* _msg = _internal_mutable_aj(); @@ -50324,12 +50870,12 @@ inline bool BatchTableRequest_Operation::has_raj() const { return _internal_has_raj(); } inline void BatchTableRequest_Operation::set_has_raj() { - _oneof_case_[0] = kRaj; + _impl_._oneof_case_[0] = kRaj; } inline void BatchTableRequest_Operation::clear_raj() { if (_internal_has_raj()) { if (GetArenaForAllocation() == nullptr) { - delete op_.raj_; + delete _impl_.op_.raj_; } clear_has_op(); } @@ -50338,11 +50884,11 @@ inline ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* BatchTableRe // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.raj) if (_internal_has_raj()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* temp = op_.raj_; + ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* temp = _impl_.op_.raj_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.raj_ = nullptr; + _impl_.op_.raj_ = nullptr; return temp; } else { return nullptr; @@ -50350,7 +50896,7 @@ inline ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* BatchTableRe } inline const ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest& BatchTableRequest_Operation::_internal_raj() const { return _internal_has_raj() - ? *op_.raj_ + ? *_impl_.op_.raj_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest&>(::io::deephaven::proto::backplane::grpc::_AjRajTablesRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest& BatchTableRequest_Operation::raj() const { @@ -50361,8 +50907,8 @@ inline ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* BatchTableRe // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.raj) if (_internal_has_raj()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* temp = op_.raj_; - op_.raj_ = nullptr; + ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* temp = _impl_.op_.raj_; + _impl_.op_.raj_ = nullptr; return temp; } else { return nullptr; @@ -50372,7 +50918,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_raj(::io::de clear_op(); if (raj) { set_has_raj(); - op_.raj_ = raj; + _impl_.op_.raj_ = raj; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.raj) } @@ -50380,9 +50926,9 @@ inline ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* BatchTableRe if (!_internal_has_raj()) { clear_op(); set_has_raj(); - op_.raj_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest >(GetArenaForAllocation()); + _impl_.op_.raj_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest >(GetArenaForAllocation()); } - return op_.raj_; + return _impl_.op_.raj_; } inline ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* BatchTableRequest_Operation::mutable_raj() { ::io::deephaven::proto::backplane::grpc::AjRajTablesRequest* _msg = _internal_mutable_raj(); @@ -50398,12 +50944,12 @@ inline bool BatchTableRequest_Operation::has_column_statistics() const { return _internal_has_column_statistics(); } inline void BatchTableRequest_Operation::set_has_column_statistics() { - _oneof_case_[0] = kColumnStatistics; + _impl_._oneof_case_[0] = kColumnStatistics; } inline void BatchTableRequest_Operation::clear_column_statistics() { if (_internal_has_column_statistics()) { if (GetArenaForAllocation() == nullptr) { - delete op_.column_statistics_; + delete _impl_.op_.column_statistics_; } clear_has_op(); } @@ -50412,11 +50958,11 @@ inline ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest* BatchTa // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.column_statistics) if (_internal_has_column_statistics()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest* temp = op_.column_statistics_; + ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest* temp = _impl_.op_.column_statistics_; if (GetArenaForAllocation() != nullptr) { temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); } - op_.column_statistics_ = nullptr; + _impl_.op_.column_statistics_ = nullptr; return temp; } else { return nullptr; @@ -50424,7 +50970,7 @@ inline ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest* BatchTa } inline const ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest& BatchTableRequest_Operation::_internal_column_statistics() const { return _internal_has_column_statistics() - ? *op_.column_statistics_ + ? *_impl_.op_.column_statistics_ : reinterpret_cast< ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest&>(::io::deephaven::proto::backplane::grpc::_ColumnStatisticsRequest_default_instance_); } inline const ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest& BatchTableRequest_Operation::column_statistics() const { @@ -50435,8 +50981,8 @@ inline ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest* BatchTa // @@protoc_insertion_point(field_unsafe_arena_release:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.column_statistics) if (_internal_has_column_statistics()) { clear_has_op(); - ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest* temp = op_.column_statistics_; - op_.column_statistics_ = nullptr; + ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest* temp = _impl_.op_.column_statistics_; + _impl_.op_.column_statistics_ = nullptr; return temp; } else { return nullptr; @@ -50446,7 +50992,7 @@ inline void BatchTableRequest_Operation::unsafe_arena_set_allocated_column_stati clear_op(); if (column_statistics) { set_has_column_statistics(); - op_.column_statistics_ = column_statistics; + _impl_.op_.column_statistics_ = column_statistics; } // @@protoc_insertion_point(field_unsafe_arena_set_allocated:io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation.column_statistics) } @@ -50454,9 +51000,9 @@ inline ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest* BatchTa if (!_internal_has_column_statistics()) { clear_op(); set_has_column_statistics(); - op_.column_statistics_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest >(GetArenaForAllocation()); + _impl_.op_.column_statistics_ = CreateMaybeMessage< ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest >(GetArenaForAllocation()); } - return op_.column_statistics_; + return _impl_.op_.column_statistics_; } inline ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest* BatchTableRequest_Operation::mutable_column_statistics() { ::io::deephaven::proto::backplane::grpc::ColumnStatisticsRequest* _msg = _internal_mutable_column_statistics(); @@ -50468,10 +51014,10 @@ inline bool BatchTableRequest_Operation::has_op() const { return op_case() != OP_NOT_SET; } inline void BatchTableRequest_Operation::clear_has_op() { - _oneof_case_[0] = OP_NOT_SET; + _impl_._oneof_case_[0] = OP_NOT_SET; } inline BatchTableRequest_Operation::OpCase BatchTableRequest_Operation::op_case() const { - return BatchTableRequest_Operation::OpCase(_oneof_case_[0]); + return BatchTableRequest_Operation::OpCase(_impl_._oneof_case_[0]); } // ------------------------------------------------------------------- @@ -50479,32 +51025,32 @@ inline BatchTableRequest_Operation::OpCase BatchTableRequest_Operation::op_case( // repeated .io.deephaven.proto.backplane.grpc.BatchTableRequest.Operation ops = 1; inline int BatchTableRequest::_internal_ops_size() const { - return ops_.size(); + return _impl_.ops_.size(); } inline int BatchTableRequest::ops_size() const { return _internal_ops_size(); } inline void BatchTableRequest::clear_ops() { - ops_.Clear(); + _impl_.ops_.Clear(); } inline ::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation* BatchTableRequest::mutable_ops(int index) { // @@protoc_insertion_point(field_mutable:io.deephaven.proto.backplane.grpc.BatchTableRequest.ops) - return ops_.Mutable(index); + return _impl_.ops_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation >* BatchTableRequest::mutable_ops() { // @@protoc_insertion_point(field_mutable_list:io.deephaven.proto.backplane.grpc.BatchTableRequest.ops) - return &ops_; + return &_impl_.ops_; } inline const ::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation& BatchTableRequest::_internal_ops(int index) const { - return ops_.Get(index); + return _impl_.ops_.Get(index); } inline const ::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation& BatchTableRequest::ops(int index) const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.BatchTableRequest.ops) return _internal_ops(index); } inline ::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation* BatchTableRequest::_internal_add_ops() { - return ops_.Add(); + return _impl_.ops_.Add(); } inline ::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation* BatchTableRequest::add_ops() { ::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation* _add = _internal_add_ops(); @@ -50514,7 +51060,7 @@ inline ::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation* Bat inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::io::deephaven::proto::backplane::grpc::BatchTableRequest_Operation >& BatchTableRequest::ops() const { // @@protoc_insertion_point(field_list:io.deephaven.proto.backplane.grpc.BatchTableRequest.ops) - return ops_; + return _impl_.ops_; } #ifdef __GNUC__ diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/ticket.pb.cc b/cpp-client/deephaven/dhclient/proto/deephaven/proto/ticket.pb.cc index 25549dfbf32..04049766cd8 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/ticket.pb.cc +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/ticket.pb.cc @@ -26,8 +26,9 @@ namespace proto { namespace backplane { namespace grpc { PROTOBUF_CONSTEXPR Ticket::Ticket( - ::_pbi::ConstantInitialized) - : ticket_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.ticket_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_._cached_size_)*/{}} {} struct TicketDefaultTypeInternal { PROTOBUF_CONSTEXPR TicketDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -38,9 +39,10 @@ struct TicketDefaultTypeInternal { }; PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TicketDefaultTypeInternal _Ticket_default_instance_; PROTOBUF_CONSTEXPR TypedTicket::TypedTicket( - ::_pbi::ConstantInitialized) - : type_(&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}) - , ticket_(nullptr){} + ::_pbi::ConstantInitialized): _impl_{ + /*decltype(_impl_.type_)*/{&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}} + , /*decltype(_impl_.ticket_)*/nullptr + , /*decltype(_impl_._cached_size_)*/{}} {} struct TypedTicketDefaultTypeInternal { PROTOBUF_CONSTEXPR TypedTicketDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} @@ -66,15 +68,15 @@ const uint32_t TableStruct_deephaven_2fproto_2fticket_2eproto::offsets[] PROTOBU ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Ticket, ticket_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::Ticket, _impl_.ticket_), ~0u, // no _has_bits_ PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TypedTicket, _internal_metadata_), ~0u, // no _extensions_ ~0u, // no _oneof_case_ ~0u, // no _weak_field_map_ ~0u, // no _inlined_string_donated_ - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TypedTicket, ticket_), - PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TypedTicket, type_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TypedTicket, _impl_.ticket_), + PROTOBUF_FIELD_OFFSET(::io::deephaven::proto::backplane::grpc::TypedTicket, _impl_.type_), }; static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = { { 0, -1, -1, sizeof(::io::deephaven::proto::backplane::grpc::Ticket)}, @@ -125,28 +127,40 @@ class Ticket::_Internal { Ticket::Ticket(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.Ticket) } Ticket::Ticket(const Ticket& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + Ticket* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.ticket_){} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - ticket_.InitDefault(); + _impl_.ticket_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - ticket_.Set("", GetArenaForAllocation()); + _impl_.ticket_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_ticket().empty()) { - ticket_.Set(from._internal_ticket(), - GetArenaForAllocation()); + _this->_impl_.ticket_.Set(from._internal_ticket(), + _this->GetArenaForAllocation()); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.Ticket) } -inline void Ticket::SharedCtor() { -ticket_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - ticket_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING +inline void Ticket::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.ticket_){} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.ticket_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.ticket_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } Ticket::~Ticket() { @@ -160,11 +174,11 @@ Ticket::~Ticket() { inline void Ticket::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - ticket_.Destroy(); + _impl_.ticket_.Destroy(); } void Ticket::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void Ticket::Clear() { @@ -173,7 +187,7 @@ void Ticket::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - ticket_.ClearToEmpty(); + _impl_.ticket_.ClearToEmpty(); _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -250,32 +264,28 @@ size_t Ticket::ByteSizeLong() const { this->_internal_ticket()); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Ticket::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, Ticket::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Ticket::GetClassData() const { return &_class_data_; } -void Ticket::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void Ticket::MergeFrom(const Ticket& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Ticket) - GOOGLE_DCHECK_NE(&from, this); +void Ticket::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.Ticket) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_ticket().empty()) { - _internal_set_ticket(from._internal_ticket()); + _this->_internal_set_ticket(from._internal_ticket()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void Ticket::CopyFrom(const Ticket& from) { @@ -295,8 +305,8 @@ void Ticket::InternalSwap(Ticket* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &ticket_, lhs_arena, - &other->ticket_, rhs_arena + &_impl_.ticket_, lhs_arena, + &other->_impl_.ticket_, rhs_arena ); } @@ -315,39 +325,50 @@ class TypedTicket::_Internal { const ::io::deephaven::proto::backplane::grpc::Ticket& TypedTicket::_Internal::ticket(const TypedTicket* msg) { - return *msg->ticket_; + return *msg->_impl_.ticket_; } TypedTicket::TypedTicket(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned) : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) { - SharedCtor(); + SharedCtor(arena, is_message_owned); // @@protoc_insertion_point(arena_constructor:io.deephaven.proto.backplane.grpc.TypedTicket) } TypedTicket::TypedTicket(const TypedTicket& from) : ::PROTOBUF_NAMESPACE_ID::Message() { + TypedTicket* const _this = this; (void)_this; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , decltype(_impl_.ticket_){nullptr} + , /*decltype(_impl_._cached_size_)*/{}}; + _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); - type_.InitDefault(); + _impl_.type_.InitDefault(); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - type_.Set("", GetArenaForAllocation()); + _impl_.type_.Set("", GetArenaForAllocation()); #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING if (!from._internal_type().empty()) { - type_.Set(from._internal_type(), - GetArenaForAllocation()); + _this->_impl_.type_.Set(from._internal_type(), + _this->GetArenaForAllocation()); } if (from._internal_has_ticket()) { - ticket_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from.ticket_); - } else { - ticket_ = nullptr; + _this->_impl_.ticket_ = new ::io::deephaven::proto::backplane::grpc::Ticket(*from._impl_.ticket_); } // @@protoc_insertion_point(copy_constructor:io.deephaven.proto.backplane.grpc.TypedTicket) } -inline void TypedTicket::SharedCtor() { -type_.InitDefault(); -#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - type_.Set("", GetArenaForAllocation()); -#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING -ticket_ = nullptr; +inline void TypedTicket::SharedCtor( + ::_pb::Arena* arena, bool is_message_owned) { + (void)arena; + (void)is_message_owned; + new (&_impl_) Impl_{ + decltype(_impl_.type_){} + , decltype(_impl_.ticket_){nullptr} + , /*decltype(_impl_._cached_size_)*/{} + }; + _impl_.type_.InitDefault(); + #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING + _impl_.type_.Set("", GetArenaForAllocation()); + #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING } TypedTicket::~TypedTicket() { @@ -361,12 +382,12 @@ TypedTicket::~TypedTicket() { inline void TypedTicket::SharedDtor() { GOOGLE_DCHECK(GetArenaForAllocation() == nullptr); - type_.Destroy(); - if (this != internal_default_instance()) delete ticket_; + _impl_.type_.Destroy(); + if (this != internal_default_instance()) delete _impl_.ticket_; } void TypedTicket::SetCachedSize(int size) const { - _cached_size_.Set(size); + _impl_._cached_size_.Set(size); } void TypedTicket::Clear() { @@ -375,11 +396,11 @@ void TypedTicket::Clear() { // Prevent compiler warnings about cached_has_bits being unused (void) cached_has_bits; - type_.ClearToEmpty(); - if (GetArenaForAllocation() == nullptr && ticket_ != nullptr) { - delete ticket_; + _impl_.type_.ClearToEmpty(); + if (GetArenaForAllocation() == nullptr && _impl_.ticket_ != nullptr) { + delete _impl_.ticket_; } - ticket_ = nullptr; + _impl_.ticket_ = nullptr; _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(); } @@ -480,38 +501,35 @@ size_t TypedTicket::ByteSizeLong() const { if (this->_internal_has_ticket()) { total_size += 1 + ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::MessageSize( - *ticket_); + *_impl_.ticket_); } - return MaybeComputeUnknownFieldsSize(total_size, &_cached_size_); + return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_); } const ::PROTOBUF_NAMESPACE_ID::Message::ClassData TypedTicket::_class_data_ = { - ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck, + ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck, TypedTicket::MergeImpl }; const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*TypedTicket::GetClassData() const { return &_class_data_; } -void TypedTicket::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, - const ::PROTOBUF_NAMESPACE_ID::Message& from) { - static_cast(to)->MergeFrom( - static_cast(from)); -} - -void TypedTicket::MergeFrom(const TypedTicket& from) { -// @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.TypedTicket) - GOOGLE_DCHECK_NE(&from, this); +void TypedTicket::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) { + auto* const _this = static_cast(&to_msg); + auto& from = static_cast(from_msg); + // @@protoc_insertion_point(class_specific_merge_from_start:io.deephaven.proto.backplane.grpc.TypedTicket) + GOOGLE_DCHECK_NE(&from, _this); uint32_t cached_has_bits = 0; (void) cached_has_bits; if (!from._internal_type().empty()) { - _internal_set_type(from._internal_type()); + _this->_internal_set_type(from._internal_type()); } if (from._internal_has_ticket()) { - _internal_mutable_ticket()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom(from._internal_ticket()); + _this->_internal_mutable_ticket()->::io::deephaven::proto::backplane::grpc::Ticket::MergeFrom( + from._internal_ticket()); } - _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); + _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_); } void TypedTicket::CopyFrom(const TypedTicket& from) { @@ -531,10 +549,10 @@ void TypedTicket::InternalSwap(TypedTicket* other) { auto* rhs_arena = other->GetArenaForAllocation(); _internal_metadata_.InternalSwap(&other->_internal_metadata_); ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap( - &type_, lhs_arena, - &other->type_, rhs_arena + &_impl_.type_, lhs_arena, + &other->_impl_.type_, rhs_arena ); - swap(ticket_, other->ticket_); + swap(_impl_.ticket_, other->_impl_.ticket_); } ::PROTOBUF_NAMESPACE_ID::Metadata TypedTicket::GetMetadata() const { diff --git a/cpp-client/deephaven/dhclient/proto/deephaven/proto/ticket.pb.h b/cpp-client/deephaven/dhclient/proto/deephaven/proto/ticket.pb.h index 395daf69173..ebcef6490ba 100644 --- a/cpp-client/deephaven/dhclient/proto/deephaven/proto/ticket.pb.h +++ b/cpp-client/deephaven/dhclient/proto/deephaven/proto/ticket.pb.h @@ -8,12 +8,12 @@ #include #include -#if PROTOBUF_VERSION < 3020000 +#if PROTOBUF_VERSION < 3021000 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif -#if 3020003 < PROTOBUF_MIN_PROTOC_VERSION +#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. @@ -152,9 +152,11 @@ class Ticket final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const Ticket& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const Ticket& from); + void MergeFrom( const Ticket& from) { + Ticket::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -163,10 +165,10 @@ class Ticket final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(Ticket* other); @@ -214,8 +216,11 @@ class Ticket final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr ticket_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr ticket_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fticket_2eproto; }; // ------------------------------------------------------------------- @@ -300,9 +305,11 @@ class TypedTicket final : using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom; void CopyFrom(const TypedTicket& from); using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom; - void MergeFrom(const TypedTicket& from); + void MergeFrom( const TypedTicket& from) { + TypedTicket::MergeImpl(*this, from); + } private: - static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from); + static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg); public: PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; @@ -311,10 +318,10 @@ class TypedTicket final : const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; uint8_t* _InternalSerialize( uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; - int GetCachedSize() const final { return _cached_size_.Get(); } + int GetCachedSize() const final { return _impl_._cached_size_.Get(); } private: - void SharedCtor(); + void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned); void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(TypedTicket* other); @@ -381,9 +388,12 @@ class TypedTicket final : template friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper; typedef void InternalArenaConstructable_; typedef void DestructorSkippable_; - ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_; - ::io::deephaven::proto::backplane::grpc::Ticket* ticket_; - mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + struct Impl_ { + ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr type_; + ::io::deephaven::proto::backplane::grpc::Ticket* ticket_; + mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; + }; + union { Impl_ _impl_; }; friend struct ::TableStruct_deephaven_2fproto_2fticket_2eproto; }; // =================================================================== @@ -399,7 +409,7 @@ class TypedTicket final : // bytes ticket = 1; inline void Ticket::clear_ticket() { - ticket_.ClearToEmpty(); + _impl_.ticket_.ClearToEmpty(); } inline const std::string& Ticket::ticket() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.Ticket.ticket) @@ -409,7 +419,7 @@ template inline PROTOBUF_ALWAYS_INLINE void Ticket::set_ticket(ArgT0&& arg0, ArgT... args) { - ticket_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.ticket_.SetBytes(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.Ticket.ticket) } inline std::string* Ticket::mutable_ticket() { @@ -418,19 +428,19 @@ inline std::string* Ticket::mutable_ticket() { return _s; } inline const std::string& Ticket::_internal_ticket() const { - return ticket_.Get(); + return _impl_.ticket_.Get(); } inline void Ticket::_internal_set_ticket(const std::string& value) { - ticket_.Set(value, GetArenaForAllocation()); + _impl_.ticket_.Set(value, GetArenaForAllocation()); } inline std::string* Ticket::_internal_mutable_ticket() { - return ticket_.Mutable(GetArenaForAllocation()); + return _impl_.ticket_.Mutable(GetArenaForAllocation()); } inline std::string* Ticket::release_ticket() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.Ticket.ticket) - return ticket_.Release(); + return _impl_.ticket_.Release(); } inline void Ticket::set_allocated_ticket(std::string* ticket) { if (ticket != nullptr) { @@ -438,10 +448,10 @@ inline void Ticket::set_allocated_ticket(std::string* ticket) { } else { } - ticket_.SetAllocated(ticket, GetArenaForAllocation()); + _impl_.ticket_.SetAllocated(ticket, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (ticket_.IsDefault()) { - ticket_.Set("", GetArenaForAllocation()); + if (_impl_.ticket_.IsDefault()) { + _impl_.ticket_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.Ticket.ticket) @@ -453,19 +463,19 @@ inline void Ticket::set_allocated_ticket(std::string* ticket) { // .io.deephaven.proto.backplane.grpc.Ticket ticket = 1; inline bool TypedTicket::_internal_has_ticket() const { - return this != internal_default_instance() && ticket_ != nullptr; + return this != internal_default_instance() && _impl_.ticket_ != nullptr; } inline bool TypedTicket::has_ticket() const { return _internal_has_ticket(); } inline void TypedTicket::clear_ticket() { - if (GetArenaForAllocation() == nullptr && ticket_ != nullptr) { - delete ticket_; + if (GetArenaForAllocation() == nullptr && _impl_.ticket_ != nullptr) { + delete _impl_.ticket_; } - ticket_ = nullptr; + _impl_.ticket_ = nullptr; } inline const ::io::deephaven::proto::backplane::grpc::Ticket& TypedTicket::_internal_ticket() const { - const ::io::deephaven::proto::backplane::grpc::Ticket* p = ticket_; + const ::io::deephaven::proto::backplane::grpc::Ticket* p = _impl_.ticket_; return p != nullptr ? *p : reinterpret_cast( ::io::deephaven::proto::backplane::grpc::_Ticket_default_instance_); } @@ -476,9 +486,9 @@ inline const ::io::deephaven::proto::backplane::grpc::Ticket& TypedTicket::ticke inline void TypedTicket::unsafe_arena_set_allocated_ticket( ::io::deephaven::proto::backplane::grpc::Ticket* ticket) { if (GetArenaForAllocation() == nullptr) { - delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(ticket_); + delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(_impl_.ticket_); } - ticket_ = ticket; + _impl_.ticket_ = ticket; if (ticket) { } else { @@ -488,8 +498,8 @@ inline void TypedTicket::unsafe_arena_set_allocated_ticket( } inline ::io::deephaven::proto::backplane::grpc::Ticket* TypedTicket::release_ticket() { - ::io::deephaven::proto::backplane::grpc::Ticket* temp = ticket_; - ticket_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.ticket_; + _impl_.ticket_ = nullptr; #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp); temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp); @@ -504,17 +514,17 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* TypedTicket::release_tic inline ::io::deephaven::proto::backplane::grpc::Ticket* TypedTicket::unsafe_arena_release_ticket() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TypedTicket.ticket) - ::io::deephaven::proto::backplane::grpc::Ticket* temp = ticket_; - ticket_ = nullptr; + ::io::deephaven::proto::backplane::grpc::Ticket* temp = _impl_.ticket_; + _impl_.ticket_ = nullptr; return temp; } inline ::io::deephaven::proto::backplane::grpc::Ticket* TypedTicket::_internal_mutable_ticket() { - if (ticket_ == nullptr) { + if (_impl_.ticket_ == nullptr) { auto* p = CreateMaybeMessage<::io::deephaven::proto::backplane::grpc::Ticket>(GetArenaForAllocation()); - ticket_ = p; + _impl_.ticket_ = p; } - return ticket_; + return _impl_.ticket_; } inline ::io::deephaven::proto::backplane::grpc::Ticket* TypedTicket::mutable_ticket() { ::io::deephaven::proto::backplane::grpc::Ticket* _msg = _internal_mutable_ticket(); @@ -524,7 +534,7 @@ inline ::io::deephaven::proto::backplane::grpc::Ticket* TypedTicket::mutable_tic inline void TypedTicket::set_allocated_ticket(::io::deephaven::proto::backplane::grpc::Ticket* ticket) { ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation(); if (message_arena == nullptr) { - delete ticket_; + delete _impl_.ticket_; } if (ticket) { ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena = @@ -537,13 +547,13 @@ inline void TypedTicket::set_allocated_ticket(::io::deephaven::proto::backplane: } else { } - ticket_ = ticket; + _impl_.ticket_ = ticket; // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TypedTicket.ticket) } // string type = 2; inline void TypedTicket::clear_type() { - type_.ClearToEmpty(); + _impl_.type_.ClearToEmpty(); } inline const std::string& TypedTicket::type() const { // @@protoc_insertion_point(field_get:io.deephaven.proto.backplane.grpc.TypedTicket.type) @@ -553,7 +563,7 @@ template inline PROTOBUF_ALWAYS_INLINE void TypedTicket::set_type(ArgT0&& arg0, ArgT... args) { - type_.Set(static_cast(arg0), args..., GetArenaForAllocation()); + _impl_.type_.Set(static_cast(arg0), args..., GetArenaForAllocation()); // @@protoc_insertion_point(field_set:io.deephaven.proto.backplane.grpc.TypedTicket.type) } inline std::string* TypedTicket::mutable_type() { @@ -562,19 +572,19 @@ inline std::string* TypedTicket::mutable_type() { return _s; } inline const std::string& TypedTicket::_internal_type() const { - return type_.Get(); + return _impl_.type_.Get(); } inline void TypedTicket::_internal_set_type(const std::string& value) { - type_.Set(value, GetArenaForAllocation()); + _impl_.type_.Set(value, GetArenaForAllocation()); } inline std::string* TypedTicket::_internal_mutable_type() { - return type_.Mutable(GetArenaForAllocation()); + return _impl_.type_.Mutable(GetArenaForAllocation()); } inline std::string* TypedTicket::release_type() { // @@protoc_insertion_point(field_release:io.deephaven.proto.backplane.grpc.TypedTicket.type) - return type_.Release(); + return _impl_.type_.Release(); } inline void TypedTicket::set_allocated_type(std::string* type) { if (type != nullptr) { @@ -582,10 +592,10 @@ inline void TypedTicket::set_allocated_type(std::string* type) { } else { } - type_.SetAllocated(type, GetArenaForAllocation()); + _impl_.type_.SetAllocated(type, GetArenaForAllocation()); #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING - if (type_.IsDefault()) { - type_.Set("", GetArenaForAllocation()); + if (_impl_.type_.IsDefault()) { + _impl_.type_.Set("", GetArenaForAllocation()); } #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING // @@protoc_insertion_point(field_set_allocated:io.deephaven.proto.backplane.grpc.TypedTicket.type)