// Generated by the protocol buffer compiler. DO NOT EDIT! // source: PostLAMessages.proto #ifndef GOOGLE_PROTOBUF_INCLUDED_PostLAMessages_2eproto #define GOOGLE_PROTOBUF_INCLUDED_PostLAMessages_2eproto #include #include #include #if PROTOBUF_VERSION < 3009000 #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 3009000 < 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. #endif #include #include #include #include #include #include #include #include #include #include #include // IWYU pragma: export #include // IWYU pragma: export #include // @@protoc_insertion_point(includes) #include #define PROTOBUF_INTERNAL_EXPORT_PostLAMessages_2eproto PROTOBUF_NAMESPACE_OPEN namespace internal { class AnyMetadata; } // namespace internal PROTOBUF_NAMESPACE_CLOSE // Internal implementation detail -- do not use these members. struct TableStruct_PostLAMessages_2eproto { static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[4] PROTOBUF_SECTION_VARIABLE(protodesc_cold); static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]; static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]; static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]; }; extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_PostLAMessages_2eproto; class ciphertext_client_data_field; class ciphertext_client_data_fieldDefaultTypeInternal; extern ciphertext_client_data_fieldDefaultTypeInternal _ciphertext_client_data_field_default_instance_; class decryptor_to_extension_msg_t; class decryptor_to_extension_msg_tDefaultTypeInternal; extern decryptor_to_extension_msg_tDefaultTypeInternal _decryptor_to_extension_msg_t_default_instance_; class extension_to_decryptor_ciphertext_msg; class extension_to_decryptor_ciphertext_msgDefaultTypeInternal; extern extension_to_decryptor_ciphertext_msgDefaultTypeInternal _extension_to_decryptor_ciphertext_msg_default_instance_; class extension_to_decryptor_enclosed_msg; class extension_to_decryptor_enclosed_msgDefaultTypeInternal; extern extension_to_decryptor_enclosed_msgDefaultTypeInternal _extension_to_decryptor_enclosed_msg_default_instance_; PROTOBUF_NAMESPACE_OPEN template<> ::ciphertext_client_data_field* Arena::CreateMaybeMessage<::ciphertext_client_data_field>(Arena*); template<> ::decryptor_to_extension_msg_t* Arena::CreateMaybeMessage<::decryptor_to_extension_msg_t>(Arena*); template<> ::extension_to_decryptor_ciphertext_msg* Arena::CreateMaybeMessage<::extension_to_decryptor_ciphertext_msg>(Arena*); template<> ::extension_to_decryptor_enclosed_msg* Arena::CreateMaybeMessage<::extension_to_decryptor_enclosed_msg>(Arena*); PROTOBUF_NAMESPACE_CLOSE // =================================================================== class ciphertext_client_data_field : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ciphertext_client_data_field) */ { public: ciphertext_client_data_field(); virtual ~ciphertext_client_data_field(); ciphertext_client_data_field(const ciphertext_client_data_field& from); ciphertext_client_data_field(ciphertext_client_data_field&& from) noexcept : ciphertext_client_data_field() { *this = ::std::move(from); } inline ciphertext_client_data_field& operator=(const ciphertext_client_data_field& from) { CopyFrom(from); return *this; } inline ciphertext_client_data_field& operator=(ciphertext_client_data_field&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } static const ciphertext_client_data_field& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const ciphertext_client_data_field* internal_default_instance() { return reinterpret_cast( &_ciphertext_client_data_field_default_instance_); } static constexpr int kIndexInFileMessages = 0; friend void swap(ciphertext_client_data_field& a, ciphertext_client_data_field& b) { a.Swap(&b); } inline void Swap(ciphertext_client_data_field* other) { if (other == this) return; InternalSwap(other); } // implements Message ---------------------------------------------- inline ciphertext_client_data_field* New() const final { return CreateMaybeMessage(nullptr); } ciphertext_client_data_field* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const ciphertext_client_data_field& from); void MergeFrom(const ciphertext_client_data_field& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; #else bool MergePartialFromCodedStream( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final; #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(ciphertext_client_data_field* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "ciphertext_client_data_field"; } private: inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { return nullptr; } inline void* MaybeArenaPtr() const { return nullptr; } public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_PostLAMessages_2eproto); return ::descriptor_table_PostLAMessages_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- enum : int { kBytesFieldNumber = 1, }; // repeated bytes bytes = 1; int bytes_size() const; void clear_bytes(); const std::string& bytes(int index) const; std::string* mutable_bytes(int index); void set_bytes(int index, const std::string& value); void set_bytes(int index, std::string&& value); void set_bytes(int index, const char* value); void set_bytes(int index, const void* value, size_t size); std::string* add_bytes(); void add_bytes(const std::string& value); void add_bytes(std::string&& value); void add_bytes(const char* value); void add_bytes(const void* value, size_t size); const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& bytes() const; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_bytes(); // @@protoc_insertion_point(class_scope:ciphertext_client_data_field) private: class _Internal; ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField bytes_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_PostLAMessages_2eproto; }; // ------------------------------------------------------------------- class extension_to_decryptor_enclosed_msg : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:extension_to_decryptor_enclosed_msg) */ { public: extension_to_decryptor_enclosed_msg(); virtual ~extension_to_decryptor_enclosed_msg(); extension_to_decryptor_enclosed_msg(const extension_to_decryptor_enclosed_msg& from); extension_to_decryptor_enclosed_msg(extension_to_decryptor_enclosed_msg&& from) noexcept : extension_to_decryptor_enclosed_msg() { *this = ::std::move(from); } inline extension_to_decryptor_enclosed_msg& operator=(const extension_to_decryptor_enclosed_msg& from) { CopyFrom(from); return *this; } inline extension_to_decryptor_enclosed_msg& operator=(extension_to_decryptor_enclosed_msg&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } static const extension_to_decryptor_enclosed_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const extension_to_decryptor_enclosed_msg* internal_default_instance() { return reinterpret_cast( &_extension_to_decryptor_enclosed_msg_default_instance_); } static constexpr int kIndexInFileMessages = 1; friend void swap(extension_to_decryptor_enclosed_msg& a, extension_to_decryptor_enclosed_msg& b) { a.Swap(&b); } inline void Swap(extension_to_decryptor_enclosed_msg* other) { if (other == this) return; InternalSwap(other); } // implements Message ---------------------------------------------- inline extension_to_decryptor_enclosed_msg* New() const final { return CreateMaybeMessage(nullptr); } extension_to_decryptor_enclosed_msg* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const extension_to_decryptor_enclosed_msg& from); void MergeFrom(const extension_to_decryptor_enclosed_msg& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; #else bool MergePartialFromCodedStream( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final; #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(extension_to_decryptor_enclosed_msg* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "extension_to_decryptor_enclosed_msg"; } private: inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { return nullptr; } inline void* MaybeArenaPtr() const { return nullptr; } public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_PostLAMessages_2eproto); return ::descriptor_table_PostLAMessages_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- enum : int { kCiphertextClientPublicKeyFieldNumber = 1, kCiphertextFieldsFieldNumber = 2, }; // repeated bytes ciphertext_client_public_key = 1; int ciphertext_client_public_key_size() const; void clear_ciphertext_client_public_key(); const std::string& ciphertext_client_public_key(int index) const; std::string* mutable_ciphertext_client_public_key(int index); void set_ciphertext_client_public_key(int index, const std::string& value); void set_ciphertext_client_public_key(int index, std::string&& value); void set_ciphertext_client_public_key(int index, const char* value); void set_ciphertext_client_public_key(int index, const void* value, size_t size); std::string* add_ciphertext_client_public_key(); void add_ciphertext_client_public_key(const std::string& value); void add_ciphertext_client_public_key(std::string&& value); void add_ciphertext_client_public_key(const char* value); void add_ciphertext_client_public_key(const void* value, size_t size); const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& ciphertext_client_public_key() const; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_ciphertext_client_public_key(); // repeated .ciphertext_client_data_field ciphertext_fields = 2; int ciphertext_fields_size() const; void clear_ciphertext_fields(); ::ciphertext_client_data_field* mutable_ciphertext_fields(int index); ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >* mutable_ciphertext_fields(); const ::ciphertext_client_data_field& ciphertext_fields(int index) const; ::ciphertext_client_data_field* add_ciphertext_fields(); const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >& ciphertext_fields() const; // @@protoc_insertion_point(class_scope:extension_to_decryptor_enclosed_msg) private: class _Internal; ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField ciphertext_client_public_key_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field > ciphertext_fields_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_PostLAMessages_2eproto; }; // ------------------------------------------------------------------- class extension_to_decryptor_ciphertext_msg : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:extension_to_decryptor_ciphertext_msg) */ { public: extension_to_decryptor_ciphertext_msg(); virtual ~extension_to_decryptor_ciphertext_msg(); extension_to_decryptor_ciphertext_msg(const extension_to_decryptor_ciphertext_msg& from); extension_to_decryptor_ciphertext_msg(extension_to_decryptor_ciphertext_msg&& from) noexcept : extension_to_decryptor_ciphertext_msg() { *this = ::std::move(from); } inline extension_to_decryptor_ciphertext_msg& operator=(const extension_to_decryptor_ciphertext_msg& from) { CopyFrom(from); return *this; } inline extension_to_decryptor_ciphertext_msg& operator=(extension_to_decryptor_ciphertext_msg&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } static const extension_to_decryptor_ciphertext_msg& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const extension_to_decryptor_ciphertext_msg* internal_default_instance() { return reinterpret_cast( &_extension_to_decryptor_ciphertext_msg_default_instance_); } static constexpr int kIndexInFileMessages = 2; friend void swap(extension_to_decryptor_ciphertext_msg& a, extension_to_decryptor_ciphertext_msg& b) { a.Swap(&b); } inline void Swap(extension_to_decryptor_ciphertext_msg* other) { if (other == this) return; InternalSwap(other); } // implements Message ---------------------------------------------- inline extension_to_decryptor_ciphertext_msg* New() const final { return CreateMaybeMessage(nullptr); } extension_to_decryptor_ciphertext_msg* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const extension_to_decryptor_ciphertext_msg& from); void MergeFrom(const extension_to_decryptor_ciphertext_msg& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; #else bool MergePartialFromCodedStream( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final; #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(extension_to_decryptor_ciphertext_msg* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "extension_to_decryptor_ciphertext_msg"; } private: inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { return nullptr; } inline void* MaybeArenaPtr() const { return nullptr; } public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_PostLAMessages_2eproto); return ::descriptor_table_PostLAMessages_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- enum : int { kBytesFieldNumber = 1, }; // repeated bytes bytes = 1; int bytes_size() const; void clear_bytes(); const std::string& bytes(int index) const; std::string* mutable_bytes(int index); void set_bytes(int index, const std::string& value); void set_bytes(int index, std::string&& value); void set_bytes(int index, const char* value); void set_bytes(int index, const void* value, size_t size); std::string* add_bytes(); void add_bytes(const std::string& value); void add_bytes(std::string&& value); void add_bytes(const char* value); void add_bytes(const void* value, size_t size); const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& bytes() const; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* mutable_bytes(); // @@protoc_insertion_point(class_scope:extension_to_decryptor_ciphertext_msg) private: class _Internal; ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField bytes_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_PostLAMessages_2eproto; }; // ------------------------------------------------------------------- class decryptor_to_extension_msg_t : public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:decryptor_to_extension_msg_t) */ { public: decryptor_to_extension_msg_t(); virtual ~decryptor_to_extension_msg_t(); decryptor_to_extension_msg_t(const decryptor_to_extension_msg_t& from); decryptor_to_extension_msg_t(decryptor_to_extension_msg_t&& from) noexcept : decryptor_to_extension_msg_t() { *this = ::std::move(from); } inline decryptor_to_extension_msg_t& operator=(const decryptor_to_extension_msg_t& from) { CopyFrom(from); return *this; } inline decryptor_to_extension_msg_t& operator=(decryptor_to_extension_msg_t&& from) noexcept { if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { if (this != &from) InternalSwap(&from); } else { CopyFrom(from); } return *this; } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() { return GetDescriptor(); } static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() { return GetMetadataStatic().descriptor; } static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() { return GetMetadataStatic().reflection; } static const decryptor_to_extension_msg_t& default_instance(); static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY static inline const decryptor_to_extension_msg_t* internal_default_instance() { return reinterpret_cast( &_decryptor_to_extension_msg_t_default_instance_); } static constexpr int kIndexInFileMessages = 3; friend void swap(decryptor_to_extension_msg_t& a, decryptor_to_extension_msg_t& b) { a.Swap(&b); } inline void Swap(decryptor_to_extension_msg_t* other) { if (other == this) return; InternalSwap(other); } // implements Message ---------------------------------------------- inline decryptor_to_extension_msg_t* New() const final { return CreateMaybeMessage(nullptr); } decryptor_to_extension_msg_t* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final { return CreateMaybeMessage(arena); } void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final; void CopyFrom(const decryptor_to_extension_msg_t& from); void MergeFrom(const decryptor_to_extension_msg_t& from); PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final; bool IsInitialized() const final; size_t ByteSizeLong() const final; #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final; #else bool MergePartialFromCodedStream( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final; #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray( ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final; int GetCachedSize() const final { return _cached_size_.Get(); } private: inline void SharedCtor(); inline void SharedDtor(); void SetCachedSize(int size) const final; void InternalSwap(decryptor_to_extension_msg_t* other); friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata; static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() { return "decryptor_to_extension_msg_t"; } private: inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const { return nullptr; } inline void* MaybeArenaPtr() const { return nullptr; } public: ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final; private: static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() { ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_PostLAMessages_2eproto); return ::descriptor_table_PostLAMessages_2eproto.file_level_metadata[kIndexInFileMessages]; } public: // nested types ---------------------------------------------------- // accessors ------------------------------------------------------- enum : int { kCiphertextFieldsFieldNumber = 1, }; // repeated .ciphertext_client_data_field ciphertext_fields = 1; int ciphertext_fields_size() const; void clear_ciphertext_fields(); ::ciphertext_client_data_field* mutable_ciphertext_fields(int index); ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >* mutable_ciphertext_fields(); const ::ciphertext_client_data_field& ciphertext_fields(int index) const; ::ciphertext_client_data_field* add_ciphertext_fields(); const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >& ciphertext_fields() const; // @@protoc_insertion_point(class_scope:decryptor_to_extension_msg_t) private: class _Internal; ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_; ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field > ciphertext_fields_; mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_; friend struct ::TableStruct_PostLAMessages_2eproto; }; // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ // ciphertext_client_data_field // repeated bytes bytes = 1; inline int ciphertext_client_data_field::bytes_size() const { return bytes_.size(); } inline void ciphertext_client_data_field::clear_bytes() { bytes_.Clear(); } inline const std::string& ciphertext_client_data_field::bytes(int index) const { // @@protoc_insertion_point(field_get:ciphertext_client_data_field.bytes) return bytes_.Get(index); } inline std::string* ciphertext_client_data_field::mutable_bytes(int index) { // @@protoc_insertion_point(field_mutable:ciphertext_client_data_field.bytes) return bytes_.Mutable(index); } inline void ciphertext_client_data_field::set_bytes(int index, const std::string& value) { // @@protoc_insertion_point(field_set:ciphertext_client_data_field.bytes) bytes_.Mutable(index)->assign(value); } inline void ciphertext_client_data_field::set_bytes(int index, std::string&& value) { // @@protoc_insertion_point(field_set:ciphertext_client_data_field.bytes) bytes_.Mutable(index)->assign(std::move(value)); } inline void ciphertext_client_data_field::set_bytes(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); bytes_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:ciphertext_client_data_field.bytes) } inline void ciphertext_client_data_field::set_bytes(int index, const void* value, size_t size) { bytes_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:ciphertext_client_data_field.bytes) } inline std::string* ciphertext_client_data_field::add_bytes() { // @@protoc_insertion_point(field_add_mutable:ciphertext_client_data_field.bytes) return bytes_.Add(); } inline void ciphertext_client_data_field::add_bytes(const std::string& value) { bytes_.Add()->assign(value); // @@protoc_insertion_point(field_add:ciphertext_client_data_field.bytes) } inline void ciphertext_client_data_field::add_bytes(std::string&& value) { bytes_.Add(std::move(value)); // @@protoc_insertion_point(field_add:ciphertext_client_data_field.bytes) } inline void ciphertext_client_data_field::add_bytes(const char* value) { GOOGLE_DCHECK(value != nullptr); bytes_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:ciphertext_client_data_field.bytes) } inline void ciphertext_client_data_field::add_bytes(const void* value, size_t size) { bytes_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:ciphertext_client_data_field.bytes) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& ciphertext_client_data_field::bytes() const { // @@protoc_insertion_point(field_list:ciphertext_client_data_field.bytes) return bytes_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* ciphertext_client_data_field::mutable_bytes() { // @@protoc_insertion_point(field_mutable_list:ciphertext_client_data_field.bytes) return &bytes_; } // ------------------------------------------------------------------- // extension_to_decryptor_enclosed_msg // repeated bytes ciphertext_client_public_key = 1; inline int extension_to_decryptor_enclosed_msg::ciphertext_client_public_key_size() const { return ciphertext_client_public_key_.size(); } inline void extension_to_decryptor_enclosed_msg::clear_ciphertext_client_public_key() { ciphertext_client_public_key_.Clear(); } inline const std::string& extension_to_decryptor_enclosed_msg::ciphertext_client_public_key(int index) const { // @@protoc_insertion_point(field_get:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) return ciphertext_client_public_key_.Get(index); } inline std::string* extension_to_decryptor_enclosed_msg::mutable_ciphertext_client_public_key(int index) { // @@protoc_insertion_point(field_mutable:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) return ciphertext_client_public_key_.Mutable(index); } inline void extension_to_decryptor_enclosed_msg::set_ciphertext_client_public_key(int index, const std::string& value) { // @@protoc_insertion_point(field_set:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) ciphertext_client_public_key_.Mutable(index)->assign(value); } inline void extension_to_decryptor_enclosed_msg::set_ciphertext_client_public_key(int index, std::string&& value) { // @@protoc_insertion_point(field_set:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) ciphertext_client_public_key_.Mutable(index)->assign(std::move(value)); } inline void extension_to_decryptor_enclosed_msg::set_ciphertext_client_public_key(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); ciphertext_client_public_key_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) } inline void extension_to_decryptor_enclosed_msg::set_ciphertext_client_public_key(int index, const void* value, size_t size) { ciphertext_client_public_key_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) } inline std::string* extension_to_decryptor_enclosed_msg::add_ciphertext_client_public_key() { // @@protoc_insertion_point(field_add_mutable:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) return ciphertext_client_public_key_.Add(); } inline void extension_to_decryptor_enclosed_msg::add_ciphertext_client_public_key(const std::string& value) { ciphertext_client_public_key_.Add()->assign(value); // @@protoc_insertion_point(field_add:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) } inline void extension_to_decryptor_enclosed_msg::add_ciphertext_client_public_key(std::string&& value) { ciphertext_client_public_key_.Add(std::move(value)); // @@protoc_insertion_point(field_add:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) } inline void extension_to_decryptor_enclosed_msg::add_ciphertext_client_public_key(const char* value) { GOOGLE_DCHECK(value != nullptr); ciphertext_client_public_key_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) } inline void extension_to_decryptor_enclosed_msg::add_ciphertext_client_public_key(const void* value, size_t size) { ciphertext_client_public_key_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& extension_to_decryptor_enclosed_msg::ciphertext_client_public_key() const { // @@protoc_insertion_point(field_list:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) return ciphertext_client_public_key_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* extension_to_decryptor_enclosed_msg::mutable_ciphertext_client_public_key() { // @@protoc_insertion_point(field_mutable_list:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key) return &ciphertext_client_public_key_; } // repeated .ciphertext_client_data_field ciphertext_fields = 2; inline int extension_to_decryptor_enclosed_msg::ciphertext_fields_size() const { return ciphertext_fields_.size(); } inline void extension_to_decryptor_enclosed_msg::clear_ciphertext_fields() { ciphertext_fields_.Clear(); } inline ::ciphertext_client_data_field* extension_to_decryptor_enclosed_msg::mutable_ciphertext_fields(int index) { // @@protoc_insertion_point(field_mutable:extension_to_decryptor_enclosed_msg.ciphertext_fields) return ciphertext_fields_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >* extension_to_decryptor_enclosed_msg::mutable_ciphertext_fields() { // @@protoc_insertion_point(field_mutable_list:extension_to_decryptor_enclosed_msg.ciphertext_fields) return &ciphertext_fields_; } inline const ::ciphertext_client_data_field& extension_to_decryptor_enclosed_msg::ciphertext_fields(int index) const { // @@protoc_insertion_point(field_get:extension_to_decryptor_enclosed_msg.ciphertext_fields) return ciphertext_fields_.Get(index); } inline ::ciphertext_client_data_field* extension_to_decryptor_enclosed_msg::add_ciphertext_fields() { // @@protoc_insertion_point(field_add:extension_to_decryptor_enclosed_msg.ciphertext_fields) return ciphertext_fields_.Add(); } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >& extension_to_decryptor_enclosed_msg::ciphertext_fields() const { // @@protoc_insertion_point(field_list:extension_to_decryptor_enclosed_msg.ciphertext_fields) return ciphertext_fields_; } // ------------------------------------------------------------------- // extension_to_decryptor_ciphertext_msg // repeated bytes bytes = 1; inline int extension_to_decryptor_ciphertext_msg::bytes_size() const { return bytes_.size(); } inline void extension_to_decryptor_ciphertext_msg::clear_bytes() { bytes_.Clear(); } inline const std::string& extension_to_decryptor_ciphertext_msg::bytes(int index) const { // @@protoc_insertion_point(field_get:extension_to_decryptor_ciphertext_msg.bytes) return bytes_.Get(index); } inline std::string* extension_to_decryptor_ciphertext_msg::mutable_bytes(int index) { // @@protoc_insertion_point(field_mutable:extension_to_decryptor_ciphertext_msg.bytes) return bytes_.Mutable(index); } inline void extension_to_decryptor_ciphertext_msg::set_bytes(int index, const std::string& value) { // @@protoc_insertion_point(field_set:extension_to_decryptor_ciphertext_msg.bytes) bytes_.Mutable(index)->assign(value); } inline void extension_to_decryptor_ciphertext_msg::set_bytes(int index, std::string&& value) { // @@protoc_insertion_point(field_set:extension_to_decryptor_ciphertext_msg.bytes) bytes_.Mutable(index)->assign(std::move(value)); } inline void extension_to_decryptor_ciphertext_msg::set_bytes(int index, const char* value) { GOOGLE_DCHECK(value != nullptr); bytes_.Mutable(index)->assign(value); // @@protoc_insertion_point(field_set_char:extension_to_decryptor_ciphertext_msg.bytes) } inline void extension_to_decryptor_ciphertext_msg::set_bytes(int index, const void* value, size_t size) { bytes_.Mutable(index)->assign( reinterpret_cast(value), size); // @@protoc_insertion_point(field_set_pointer:extension_to_decryptor_ciphertext_msg.bytes) } inline std::string* extension_to_decryptor_ciphertext_msg::add_bytes() { // @@protoc_insertion_point(field_add_mutable:extension_to_decryptor_ciphertext_msg.bytes) return bytes_.Add(); } inline void extension_to_decryptor_ciphertext_msg::add_bytes(const std::string& value) { bytes_.Add()->assign(value); // @@protoc_insertion_point(field_add:extension_to_decryptor_ciphertext_msg.bytes) } inline void extension_to_decryptor_ciphertext_msg::add_bytes(std::string&& value) { bytes_.Add(std::move(value)); // @@protoc_insertion_point(field_add:extension_to_decryptor_ciphertext_msg.bytes) } inline void extension_to_decryptor_ciphertext_msg::add_bytes(const char* value) { GOOGLE_DCHECK(value != nullptr); bytes_.Add()->assign(value); // @@protoc_insertion_point(field_add_char:extension_to_decryptor_ciphertext_msg.bytes) } inline void extension_to_decryptor_ciphertext_msg::add_bytes(const void* value, size_t size) { bytes_.Add()->assign(reinterpret_cast(value), size); // @@protoc_insertion_point(field_add_pointer:extension_to_decryptor_ciphertext_msg.bytes) } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField& extension_to_decryptor_ciphertext_msg::bytes() const { // @@protoc_insertion_point(field_list:extension_to_decryptor_ciphertext_msg.bytes) return bytes_; } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField* extension_to_decryptor_ciphertext_msg::mutable_bytes() { // @@protoc_insertion_point(field_mutable_list:extension_to_decryptor_ciphertext_msg.bytes) return &bytes_; } // ------------------------------------------------------------------- // decryptor_to_extension_msg_t // repeated .ciphertext_client_data_field ciphertext_fields = 1; inline int decryptor_to_extension_msg_t::ciphertext_fields_size() const { return ciphertext_fields_.size(); } inline void decryptor_to_extension_msg_t::clear_ciphertext_fields() { ciphertext_fields_.Clear(); } inline ::ciphertext_client_data_field* decryptor_to_extension_msg_t::mutable_ciphertext_fields(int index) { // @@protoc_insertion_point(field_mutable:decryptor_to_extension_msg_t.ciphertext_fields) return ciphertext_fields_.Mutable(index); } inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >* decryptor_to_extension_msg_t::mutable_ciphertext_fields() { // @@protoc_insertion_point(field_mutable_list:decryptor_to_extension_msg_t.ciphertext_fields) return &ciphertext_fields_; } inline const ::ciphertext_client_data_field& decryptor_to_extension_msg_t::ciphertext_fields(int index) const { // @@protoc_insertion_point(field_get:decryptor_to_extension_msg_t.ciphertext_fields) return ciphertext_fields_.Get(index); } inline ::ciphertext_client_data_field* decryptor_to_extension_msg_t::add_ciphertext_fields() { // @@protoc_insertion_point(field_add:decryptor_to_extension_msg_t.ciphertext_fields) return ciphertext_fields_.Add(); } inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >& decryptor_to_extension_msg_t::ciphertext_fields() const { // @@protoc_insertion_point(field_list:decryptor_to_extension_msg_t.ciphertext_fields) return ciphertext_fields_; } #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // ------------------------------------------------------------------- // ------------------------------------------------------------------- // ------------------------------------------------------------------- // @@protoc_insertion_point(namespace_scope) // @@protoc_insertion_point(global_scope) #include #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_PostLAMessages_2eproto