PostLAMessages.pb.h 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: PostLAMessages.proto
  3. #ifndef GOOGLE_PROTOBUF_INCLUDED_PostLAMessages_2eproto
  4. #define GOOGLE_PROTOBUF_INCLUDED_PostLAMessages_2eproto
  5. #include <limits>
  6. #include <string>
  7. #include <google/protobuf/port_def.inc>
  8. #if PROTOBUF_VERSION < 3009000
  9. #error This file was generated by a newer version of protoc which is
  10. #error incompatible with your Protocol Buffer headers. Please update
  11. #error your headers.
  12. #endif
  13. #if 3009000 < PROTOBUF_MIN_PROTOC_VERSION
  14. #error This file was generated by an older version of protoc which is
  15. #error incompatible with your Protocol Buffer headers. Please
  16. #error regenerate this file with a newer version of protoc.
  17. #endif
  18. #include <google/protobuf/port_undef.inc>
  19. #include <google/protobuf/io/coded_stream.h>
  20. #include <google/protobuf/arena.h>
  21. #include <google/protobuf/arenastring.h>
  22. #include <google/protobuf/generated_message_table_driven.h>
  23. #include <google/protobuf/generated_message_util.h>
  24. #include <google/protobuf/inlined_string_field.h>
  25. #include <google/protobuf/metadata.h>
  26. #include <google/protobuf/generated_message_reflection.h>
  27. #include <google/protobuf/message.h>
  28. #include <google/protobuf/repeated_field.h> // IWYU pragma: export
  29. #include <google/protobuf/extension_set.h> // IWYU pragma: export
  30. #include <google/protobuf/unknown_field_set.h>
  31. // @@protoc_insertion_point(includes)
  32. #include <google/protobuf/port_def.inc>
  33. #define PROTOBUF_INTERNAL_EXPORT_PostLAMessages_2eproto
  34. PROTOBUF_NAMESPACE_OPEN
  35. namespace internal {
  36. class AnyMetadata;
  37. } // namespace internal
  38. PROTOBUF_NAMESPACE_CLOSE
  39. // Internal implementation detail -- do not use these members.
  40. struct TableStruct_PostLAMessages_2eproto {
  41. static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
  42. PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  43. static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
  44. PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  45. static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[4]
  46. PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  47. static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
  48. static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
  49. static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
  50. };
  51. extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_PostLAMessages_2eproto;
  52. class ciphertext_client_data_field;
  53. class ciphertext_client_data_fieldDefaultTypeInternal;
  54. extern ciphertext_client_data_fieldDefaultTypeInternal _ciphertext_client_data_field_default_instance_;
  55. class decryptor_to_extension_msg_t;
  56. class decryptor_to_extension_msg_tDefaultTypeInternal;
  57. extern decryptor_to_extension_msg_tDefaultTypeInternal _decryptor_to_extension_msg_t_default_instance_;
  58. class extension_to_decryptor_ciphertext_msg;
  59. class extension_to_decryptor_ciphertext_msgDefaultTypeInternal;
  60. extern extension_to_decryptor_ciphertext_msgDefaultTypeInternal _extension_to_decryptor_ciphertext_msg_default_instance_;
  61. class extension_to_decryptor_enclosed_msg;
  62. class extension_to_decryptor_enclosed_msgDefaultTypeInternal;
  63. extern extension_to_decryptor_enclosed_msgDefaultTypeInternal _extension_to_decryptor_enclosed_msg_default_instance_;
  64. PROTOBUF_NAMESPACE_OPEN
  65. template<> ::ciphertext_client_data_field* Arena::CreateMaybeMessage<::ciphertext_client_data_field>(Arena*);
  66. template<> ::decryptor_to_extension_msg_t* Arena::CreateMaybeMessage<::decryptor_to_extension_msg_t>(Arena*);
  67. template<> ::extension_to_decryptor_ciphertext_msg* Arena::CreateMaybeMessage<::extension_to_decryptor_ciphertext_msg>(Arena*);
  68. template<> ::extension_to_decryptor_enclosed_msg* Arena::CreateMaybeMessage<::extension_to_decryptor_enclosed_msg>(Arena*);
  69. PROTOBUF_NAMESPACE_CLOSE
  70. // ===================================================================
  71. class ciphertext_client_data_field :
  72. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ciphertext_client_data_field) */ {
  73. public:
  74. ciphertext_client_data_field();
  75. virtual ~ciphertext_client_data_field();
  76. ciphertext_client_data_field(const ciphertext_client_data_field& from);
  77. ciphertext_client_data_field(ciphertext_client_data_field&& from) noexcept
  78. : ciphertext_client_data_field() {
  79. *this = ::std::move(from);
  80. }
  81. inline ciphertext_client_data_field& operator=(const ciphertext_client_data_field& from) {
  82. CopyFrom(from);
  83. return *this;
  84. }
  85. inline ciphertext_client_data_field& operator=(ciphertext_client_data_field&& from) noexcept {
  86. if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
  87. if (this != &from) InternalSwap(&from);
  88. } else {
  89. CopyFrom(from);
  90. }
  91. return *this;
  92. }
  93. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  94. return GetDescriptor();
  95. }
  96. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  97. return GetMetadataStatic().descriptor;
  98. }
  99. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  100. return GetMetadataStatic().reflection;
  101. }
  102. static const ciphertext_client_data_field& default_instance();
  103. static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
  104. static inline const ciphertext_client_data_field* internal_default_instance() {
  105. return reinterpret_cast<const ciphertext_client_data_field*>(
  106. &_ciphertext_client_data_field_default_instance_);
  107. }
  108. static constexpr int kIndexInFileMessages =
  109. 0;
  110. friend void swap(ciphertext_client_data_field& a, ciphertext_client_data_field& b) {
  111. a.Swap(&b);
  112. }
  113. inline void Swap(ciphertext_client_data_field* other) {
  114. if (other == this) return;
  115. InternalSwap(other);
  116. }
  117. // implements Message ----------------------------------------------
  118. inline ciphertext_client_data_field* New() const final {
  119. return CreateMaybeMessage<ciphertext_client_data_field>(nullptr);
  120. }
  121. ciphertext_client_data_field* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
  122. return CreateMaybeMessage<ciphertext_client_data_field>(arena);
  123. }
  124. void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
  125. void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
  126. void CopyFrom(const ciphertext_client_data_field& from);
  127. void MergeFrom(const ciphertext_client_data_field& from);
  128. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  129. bool IsInitialized() const final;
  130. size_t ByteSizeLong() const final;
  131. #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
  132. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  133. #else
  134. bool MergePartialFromCodedStream(
  135. ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
  136. #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
  137. ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
  138. ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  139. int GetCachedSize() const final { return _cached_size_.Get(); }
  140. private:
  141. inline void SharedCtor();
  142. inline void SharedDtor();
  143. void SetCachedSize(int size) const final;
  144. void InternalSwap(ciphertext_client_data_field* other);
  145. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  146. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
  147. return "ciphertext_client_data_field";
  148. }
  149. private:
  150. inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
  151. return nullptr;
  152. }
  153. inline void* MaybeArenaPtr() const {
  154. return nullptr;
  155. }
  156. public:
  157. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  158. private:
  159. static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
  160. ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_PostLAMessages_2eproto);
  161. return ::descriptor_table_PostLAMessages_2eproto.file_level_metadata[kIndexInFileMessages];
  162. }
  163. public:
  164. // nested types ----------------------------------------------------
  165. // accessors -------------------------------------------------------
  166. enum : int {
  167. kBytesFieldNumber = 1,
  168. };
  169. // repeated bytes bytes = 1;
  170. int bytes_size() const;
  171. void clear_bytes();
  172. const std::string& bytes(int index) const;
  173. std::string* mutable_bytes(int index);
  174. void set_bytes(int index, const std::string& value);
  175. void set_bytes(int index, std::string&& value);
  176. void set_bytes(int index, const char* value);
  177. void set_bytes(int index, const void* value, size_t size);
  178. std::string* add_bytes();
  179. void add_bytes(const std::string& value);
  180. void add_bytes(std::string&& value);
  181. void add_bytes(const char* value);
  182. void add_bytes(const void* value, size_t size);
  183. const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& bytes() const;
  184. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_bytes();
  185. // @@protoc_insertion_point(class_scope:ciphertext_client_data_field)
  186. private:
  187. class _Internal;
  188. ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
  189. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string> bytes_;
  190. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  191. friend struct ::TableStruct_PostLAMessages_2eproto;
  192. };
  193. // -------------------------------------------------------------------
  194. class extension_to_decryptor_enclosed_msg :
  195. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:extension_to_decryptor_enclosed_msg) */ {
  196. public:
  197. extension_to_decryptor_enclosed_msg();
  198. virtual ~extension_to_decryptor_enclosed_msg();
  199. extension_to_decryptor_enclosed_msg(const extension_to_decryptor_enclosed_msg& from);
  200. extension_to_decryptor_enclosed_msg(extension_to_decryptor_enclosed_msg&& from) noexcept
  201. : extension_to_decryptor_enclosed_msg() {
  202. *this = ::std::move(from);
  203. }
  204. inline extension_to_decryptor_enclosed_msg& operator=(const extension_to_decryptor_enclosed_msg& from) {
  205. CopyFrom(from);
  206. return *this;
  207. }
  208. inline extension_to_decryptor_enclosed_msg& operator=(extension_to_decryptor_enclosed_msg&& from) noexcept {
  209. if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
  210. if (this != &from) InternalSwap(&from);
  211. } else {
  212. CopyFrom(from);
  213. }
  214. return *this;
  215. }
  216. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  217. return GetDescriptor();
  218. }
  219. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  220. return GetMetadataStatic().descriptor;
  221. }
  222. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  223. return GetMetadataStatic().reflection;
  224. }
  225. static const extension_to_decryptor_enclosed_msg& default_instance();
  226. static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
  227. static inline const extension_to_decryptor_enclosed_msg* internal_default_instance() {
  228. return reinterpret_cast<const extension_to_decryptor_enclosed_msg*>(
  229. &_extension_to_decryptor_enclosed_msg_default_instance_);
  230. }
  231. static constexpr int kIndexInFileMessages =
  232. 1;
  233. friend void swap(extension_to_decryptor_enclosed_msg& a, extension_to_decryptor_enclosed_msg& b) {
  234. a.Swap(&b);
  235. }
  236. inline void Swap(extension_to_decryptor_enclosed_msg* other) {
  237. if (other == this) return;
  238. InternalSwap(other);
  239. }
  240. // implements Message ----------------------------------------------
  241. inline extension_to_decryptor_enclosed_msg* New() const final {
  242. return CreateMaybeMessage<extension_to_decryptor_enclosed_msg>(nullptr);
  243. }
  244. extension_to_decryptor_enclosed_msg* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
  245. return CreateMaybeMessage<extension_to_decryptor_enclosed_msg>(arena);
  246. }
  247. void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
  248. void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
  249. void CopyFrom(const extension_to_decryptor_enclosed_msg& from);
  250. void MergeFrom(const extension_to_decryptor_enclosed_msg& from);
  251. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  252. bool IsInitialized() const final;
  253. size_t ByteSizeLong() const final;
  254. #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
  255. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  256. #else
  257. bool MergePartialFromCodedStream(
  258. ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
  259. #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
  260. ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
  261. ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  262. int GetCachedSize() const final { return _cached_size_.Get(); }
  263. private:
  264. inline void SharedCtor();
  265. inline void SharedDtor();
  266. void SetCachedSize(int size) const final;
  267. void InternalSwap(extension_to_decryptor_enclosed_msg* other);
  268. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  269. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
  270. return "extension_to_decryptor_enclosed_msg";
  271. }
  272. private:
  273. inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
  274. return nullptr;
  275. }
  276. inline void* MaybeArenaPtr() const {
  277. return nullptr;
  278. }
  279. public:
  280. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  281. private:
  282. static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
  283. ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_PostLAMessages_2eproto);
  284. return ::descriptor_table_PostLAMessages_2eproto.file_level_metadata[kIndexInFileMessages];
  285. }
  286. public:
  287. // nested types ----------------------------------------------------
  288. // accessors -------------------------------------------------------
  289. enum : int {
  290. kCiphertextClientPublicKeyFieldNumber = 1,
  291. kCiphertextFieldsFieldNumber = 2,
  292. };
  293. // repeated bytes ciphertext_client_public_key = 1;
  294. int ciphertext_client_public_key_size() const;
  295. void clear_ciphertext_client_public_key();
  296. const std::string& ciphertext_client_public_key(int index) const;
  297. std::string* mutable_ciphertext_client_public_key(int index);
  298. void set_ciphertext_client_public_key(int index, const std::string& value);
  299. void set_ciphertext_client_public_key(int index, std::string&& value);
  300. void set_ciphertext_client_public_key(int index, const char* value);
  301. void set_ciphertext_client_public_key(int index, const void* value, size_t size);
  302. std::string* add_ciphertext_client_public_key();
  303. void add_ciphertext_client_public_key(const std::string& value);
  304. void add_ciphertext_client_public_key(std::string&& value);
  305. void add_ciphertext_client_public_key(const char* value);
  306. void add_ciphertext_client_public_key(const void* value, size_t size);
  307. const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& ciphertext_client_public_key() const;
  308. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_ciphertext_client_public_key();
  309. // repeated .ciphertext_client_data_field ciphertext_fields = 2;
  310. int ciphertext_fields_size() const;
  311. void clear_ciphertext_fields();
  312. ::ciphertext_client_data_field* mutable_ciphertext_fields(int index);
  313. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >*
  314. mutable_ciphertext_fields();
  315. const ::ciphertext_client_data_field& ciphertext_fields(int index) const;
  316. ::ciphertext_client_data_field* add_ciphertext_fields();
  317. const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >&
  318. ciphertext_fields() const;
  319. // @@protoc_insertion_point(class_scope:extension_to_decryptor_enclosed_msg)
  320. private:
  321. class _Internal;
  322. ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
  323. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string> ciphertext_client_public_key_;
  324. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field > ciphertext_fields_;
  325. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  326. friend struct ::TableStruct_PostLAMessages_2eproto;
  327. };
  328. // -------------------------------------------------------------------
  329. class extension_to_decryptor_ciphertext_msg :
  330. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:extension_to_decryptor_ciphertext_msg) */ {
  331. public:
  332. extension_to_decryptor_ciphertext_msg();
  333. virtual ~extension_to_decryptor_ciphertext_msg();
  334. extension_to_decryptor_ciphertext_msg(const extension_to_decryptor_ciphertext_msg& from);
  335. extension_to_decryptor_ciphertext_msg(extension_to_decryptor_ciphertext_msg&& from) noexcept
  336. : extension_to_decryptor_ciphertext_msg() {
  337. *this = ::std::move(from);
  338. }
  339. inline extension_to_decryptor_ciphertext_msg& operator=(const extension_to_decryptor_ciphertext_msg& from) {
  340. CopyFrom(from);
  341. return *this;
  342. }
  343. inline extension_to_decryptor_ciphertext_msg& operator=(extension_to_decryptor_ciphertext_msg&& from) noexcept {
  344. if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
  345. if (this != &from) InternalSwap(&from);
  346. } else {
  347. CopyFrom(from);
  348. }
  349. return *this;
  350. }
  351. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  352. return GetDescriptor();
  353. }
  354. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  355. return GetMetadataStatic().descriptor;
  356. }
  357. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  358. return GetMetadataStatic().reflection;
  359. }
  360. static const extension_to_decryptor_ciphertext_msg& default_instance();
  361. static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
  362. static inline const extension_to_decryptor_ciphertext_msg* internal_default_instance() {
  363. return reinterpret_cast<const extension_to_decryptor_ciphertext_msg*>(
  364. &_extension_to_decryptor_ciphertext_msg_default_instance_);
  365. }
  366. static constexpr int kIndexInFileMessages =
  367. 2;
  368. friend void swap(extension_to_decryptor_ciphertext_msg& a, extension_to_decryptor_ciphertext_msg& b) {
  369. a.Swap(&b);
  370. }
  371. inline void Swap(extension_to_decryptor_ciphertext_msg* other) {
  372. if (other == this) return;
  373. InternalSwap(other);
  374. }
  375. // implements Message ----------------------------------------------
  376. inline extension_to_decryptor_ciphertext_msg* New() const final {
  377. return CreateMaybeMessage<extension_to_decryptor_ciphertext_msg>(nullptr);
  378. }
  379. extension_to_decryptor_ciphertext_msg* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
  380. return CreateMaybeMessage<extension_to_decryptor_ciphertext_msg>(arena);
  381. }
  382. void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
  383. void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
  384. void CopyFrom(const extension_to_decryptor_ciphertext_msg& from);
  385. void MergeFrom(const extension_to_decryptor_ciphertext_msg& from);
  386. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  387. bool IsInitialized() const final;
  388. size_t ByteSizeLong() const final;
  389. #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
  390. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  391. #else
  392. bool MergePartialFromCodedStream(
  393. ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
  394. #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
  395. ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
  396. ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  397. int GetCachedSize() const final { return _cached_size_.Get(); }
  398. private:
  399. inline void SharedCtor();
  400. inline void SharedDtor();
  401. void SetCachedSize(int size) const final;
  402. void InternalSwap(extension_to_decryptor_ciphertext_msg* other);
  403. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  404. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
  405. return "extension_to_decryptor_ciphertext_msg";
  406. }
  407. private:
  408. inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
  409. return nullptr;
  410. }
  411. inline void* MaybeArenaPtr() const {
  412. return nullptr;
  413. }
  414. public:
  415. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  416. private:
  417. static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
  418. ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_PostLAMessages_2eproto);
  419. return ::descriptor_table_PostLAMessages_2eproto.file_level_metadata[kIndexInFileMessages];
  420. }
  421. public:
  422. // nested types ----------------------------------------------------
  423. // accessors -------------------------------------------------------
  424. enum : int {
  425. kBytesFieldNumber = 1,
  426. };
  427. // repeated bytes bytes = 1;
  428. int bytes_size() const;
  429. void clear_bytes();
  430. const std::string& bytes(int index) const;
  431. std::string* mutable_bytes(int index);
  432. void set_bytes(int index, const std::string& value);
  433. void set_bytes(int index, std::string&& value);
  434. void set_bytes(int index, const char* value);
  435. void set_bytes(int index, const void* value, size_t size);
  436. std::string* add_bytes();
  437. void add_bytes(const std::string& value);
  438. void add_bytes(std::string&& value);
  439. void add_bytes(const char* value);
  440. void add_bytes(const void* value, size_t size);
  441. const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>& bytes() const;
  442. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>* mutable_bytes();
  443. // @@protoc_insertion_point(class_scope:extension_to_decryptor_ciphertext_msg)
  444. private:
  445. class _Internal;
  446. ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
  447. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string> bytes_;
  448. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  449. friend struct ::TableStruct_PostLAMessages_2eproto;
  450. };
  451. // -------------------------------------------------------------------
  452. class decryptor_to_extension_msg_t :
  453. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:decryptor_to_extension_msg_t) */ {
  454. public:
  455. decryptor_to_extension_msg_t();
  456. virtual ~decryptor_to_extension_msg_t();
  457. decryptor_to_extension_msg_t(const decryptor_to_extension_msg_t& from);
  458. decryptor_to_extension_msg_t(decryptor_to_extension_msg_t&& from) noexcept
  459. : decryptor_to_extension_msg_t() {
  460. *this = ::std::move(from);
  461. }
  462. inline decryptor_to_extension_msg_t& operator=(const decryptor_to_extension_msg_t& from) {
  463. CopyFrom(from);
  464. return *this;
  465. }
  466. inline decryptor_to_extension_msg_t& operator=(decryptor_to_extension_msg_t&& from) noexcept {
  467. if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
  468. if (this != &from) InternalSwap(&from);
  469. } else {
  470. CopyFrom(from);
  471. }
  472. return *this;
  473. }
  474. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  475. return GetDescriptor();
  476. }
  477. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  478. return GetMetadataStatic().descriptor;
  479. }
  480. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  481. return GetMetadataStatic().reflection;
  482. }
  483. static const decryptor_to_extension_msg_t& default_instance();
  484. static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
  485. static inline const decryptor_to_extension_msg_t* internal_default_instance() {
  486. return reinterpret_cast<const decryptor_to_extension_msg_t*>(
  487. &_decryptor_to_extension_msg_t_default_instance_);
  488. }
  489. static constexpr int kIndexInFileMessages =
  490. 3;
  491. friend void swap(decryptor_to_extension_msg_t& a, decryptor_to_extension_msg_t& b) {
  492. a.Swap(&b);
  493. }
  494. inline void Swap(decryptor_to_extension_msg_t* other) {
  495. if (other == this) return;
  496. InternalSwap(other);
  497. }
  498. // implements Message ----------------------------------------------
  499. inline decryptor_to_extension_msg_t* New() const final {
  500. return CreateMaybeMessage<decryptor_to_extension_msg_t>(nullptr);
  501. }
  502. decryptor_to_extension_msg_t* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
  503. return CreateMaybeMessage<decryptor_to_extension_msg_t>(arena);
  504. }
  505. void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
  506. void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
  507. void CopyFrom(const decryptor_to_extension_msg_t& from);
  508. void MergeFrom(const decryptor_to_extension_msg_t& from);
  509. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  510. bool IsInitialized() const final;
  511. size_t ByteSizeLong() const final;
  512. #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
  513. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  514. #else
  515. bool MergePartialFromCodedStream(
  516. ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
  517. #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
  518. ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
  519. ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  520. int GetCachedSize() const final { return _cached_size_.Get(); }
  521. private:
  522. inline void SharedCtor();
  523. inline void SharedDtor();
  524. void SetCachedSize(int size) const final;
  525. void InternalSwap(decryptor_to_extension_msg_t* other);
  526. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  527. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
  528. return "decryptor_to_extension_msg_t";
  529. }
  530. private:
  531. inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
  532. return nullptr;
  533. }
  534. inline void* MaybeArenaPtr() const {
  535. return nullptr;
  536. }
  537. public:
  538. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  539. private:
  540. static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
  541. ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_PostLAMessages_2eproto);
  542. return ::descriptor_table_PostLAMessages_2eproto.file_level_metadata[kIndexInFileMessages];
  543. }
  544. public:
  545. // nested types ----------------------------------------------------
  546. // accessors -------------------------------------------------------
  547. enum : int {
  548. kCiphertextFieldsFieldNumber = 1,
  549. };
  550. // repeated .ciphertext_client_data_field ciphertext_fields = 1;
  551. int ciphertext_fields_size() const;
  552. void clear_ciphertext_fields();
  553. ::ciphertext_client_data_field* mutable_ciphertext_fields(int index);
  554. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >*
  555. mutable_ciphertext_fields();
  556. const ::ciphertext_client_data_field& ciphertext_fields(int index) const;
  557. ::ciphertext_client_data_field* add_ciphertext_fields();
  558. const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >&
  559. ciphertext_fields() const;
  560. // @@protoc_insertion_point(class_scope:decryptor_to_extension_msg_t)
  561. private:
  562. class _Internal;
  563. ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
  564. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field > ciphertext_fields_;
  565. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  566. friend struct ::TableStruct_PostLAMessages_2eproto;
  567. };
  568. // ===================================================================
  569. // ===================================================================
  570. #ifdef __GNUC__
  571. #pragma GCC diagnostic push
  572. #pragma GCC diagnostic ignored "-Wstrict-aliasing"
  573. #endif // __GNUC__
  574. // ciphertext_client_data_field
  575. // repeated bytes bytes = 1;
  576. inline int ciphertext_client_data_field::bytes_size() const {
  577. return bytes_.size();
  578. }
  579. inline void ciphertext_client_data_field::clear_bytes() {
  580. bytes_.Clear();
  581. }
  582. inline const std::string& ciphertext_client_data_field::bytes(int index) const {
  583. // @@protoc_insertion_point(field_get:ciphertext_client_data_field.bytes)
  584. return bytes_.Get(index);
  585. }
  586. inline std::string* ciphertext_client_data_field::mutable_bytes(int index) {
  587. // @@protoc_insertion_point(field_mutable:ciphertext_client_data_field.bytes)
  588. return bytes_.Mutable(index);
  589. }
  590. inline void ciphertext_client_data_field::set_bytes(int index, const std::string& value) {
  591. // @@protoc_insertion_point(field_set:ciphertext_client_data_field.bytes)
  592. bytes_.Mutable(index)->assign(value);
  593. }
  594. inline void ciphertext_client_data_field::set_bytes(int index, std::string&& value) {
  595. // @@protoc_insertion_point(field_set:ciphertext_client_data_field.bytes)
  596. bytes_.Mutable(index)->assign(std::move(value));
  597. }
  598. inline void ciphertext_client_data_field::set_bytes(int index, const char* value) {
  599. GOOGLE_DCHECK(value != nullptr);
  600. bytes_.Mutable(index)->assign(value);
  601. // @@protoc_insertion_point(field_set_char:ciphertext_client_data_field.bytes)
  602. }
  603. inline void ciphertext_client_data_field::set_bytes(int index, const void* value, size_t size) {
  604. bytes_.Mutable(index)->assign(
  605. reinterpret_cast<const char*>(value), size);
  606. // @@protoc_insertion_point(field_set_pointer:ciphertext_client_data_field.bytes)
  607. }
  608. inline std::string* ciphertext_client_data_field::add_bytes() {
  609. // @@protoc_insertion_point(field_add_mutable:ciphertext_client_data_field.bytes)
  610. return bytes_.Add();
  611. }
  612. inline void ciphertext_client_data_field::add_bytes(const std::string& value) {
  613. bytes_.Add()->assign(value);
  614. // @@protoc_insertion_point(field_add:ciphertext_client_data_field.bytes)
  615. }
  616. inline void ciphertext_client_data_field::add_bytes(std::string&& value) {
  617. bytes_.Add(std::move(value));
  618. // @@protoc_insertion_point(field_add:ciphertext_client_data_field.bytes)
  619. }
  620. inline void ciphertext_client_data_field::add_bytes(const char* value) {
  621. GOOGLE_DCHECK(value != nullptr);
  622. bytes_.Add()->assign(value);
  623. // @@protoc_insertion_point(field_add_char:ciphertext_client_data_field.bytes)
  624. }
  625. inline void ciphertext_client_data_field::add_bytes(const void* value, size_t size) {
  626. bytes_.Add()->assign(reinterpret_cast<const char*>(value), size);
  627. // @@protoc_insertion_point(field_add_pointer:ciphertext_client_data_field.bytes)
  628. }
  629. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
  630. ciphertext_client_data_field::bytes() const {
  631. // @@protoc_insertion_point(field_list:ciphertext_client_data_field.bytes)
  632. return bytes_;
  633. }
  634. inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
  635. ciphertext_client_data_field::mutable_bytes() {
  636. // @@protoc_insertion_point(field_mutable_list:ciphertext_client_data_field.bytes)
  637. return &bytes_;
  638. }
  639. // -------------------------------------------------------------------
  640. // extension_to_decryptor_enclosed_msg
  641. // repeated bytes ciphertext_client_public_key = 1;
  642. inline int extension_to_decryptor_enclosed_msg::ciphertext_client_public_key_size() const {
  643. return ciphertext_client_public_key_.size();
  644. }
  645. inline void extension_to_decryptor_enclosed_msg::clear_ciphertext_client_public_key() {
  646. ciphertext_client_public_key_.Clear();
  647. }
  648. inline const std::string& extension_to_decryptor_enclosed_msg::ciphertext_client_public_key(int index) const {
  649. // @@protoc_insertion_point(field_get:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  650. return ciphertext_client_public_key_.Get(index);
  651. }
  652. inline std::string* extension_to_decryptor_enclosed_msg::mutable_ciphertext_client_public_key(int index) {
  653. // @@protoc_insertion_point(field_mutable:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  654. return ciphertext_client_public_key_.Mutable(index);
  655. }
  656. inline void extension_to_decryptor_enclosed_msg::set_ciphertext_client_public_key(int index, const std::string& value) {
  657. // @@protoc_insertion_point(field_set:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  658. ciphertext_client_public_key_.Mutable(index)->assign(value);
  659. }
  660. inline void extension_to_decryptor_enclosed_msg::set_ciphertext_client_public_key(int index, std::string&& value) {
  661. // @@protoc_insertion_point(field_set:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  662. ciphertext_client_public_key_.Mutable(index)->assign(std::move(value));
  663. }
  664. inline void extension_to_decryptor_enclosed_msg::set_ciphertext_client_public_key(int index, const char* value) {
  665. GOOGLE_DCHECK(value != nullptr);
  666. ciphertext_client_public_key_.Mutable(index)->assign(value);
  667. // @@protoc_insertion_point(field_set_char:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  668. }
  669. inline void extension_to_decryptor_enclosed_msg::set_ciphertext_client_public_key(int index, const void* value, size_t size) {
  670. ciphertext_client_public_key_.Mutable(index)->assign(
  671. reinterpret_cast<const char*>(value), size);
  672. // @@protoc_insertion_point(field_set_pointer:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  673. }
  674. inline std::string* extension_to_decryptor_enclosed_msg::add_ciphertext_client_public_key() {
  675. // @@protoc_insertion_point(field_add_mutable:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  676. return ciphertext_client_public_key_.Add();
  677. }
  678. inline void extension_to_decryptor_enclosed_msg::add_ciphertext_client_public_key(const std::string& value) {
  679. ciphertext_client_public_key_.Add()->assign(value);
  680. // @@protoc_insertion_point(field_add:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  681. }
  682. inline void extension_to_decryptor_enclosed_msg::add_ciphertext_client_public_key(std::string&& value) {
  683. ciphertext_client_public_key_.Add(std::move(value));
  684. // @@protoc_insertion_point(field_add:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  685. }
  686. inline void extension_to_decryptor_enclosed_msg::add_ciphertext_client_public_key(const char* value) {
  687. GOOGLE_DCHECK(value != nullptr);
  688. ciphertext_client_public_key_.Add()->assign(value);
  689. // @@protoc_insertion_point(field_add_char:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  690. }
  691. inline void extension_to_decryptor_enclosed_msg::add_ciphertext_client_public_key(const void* value, size_t size) {
  692. ciphertext_client_public_key_.Add()->assign(reinterpret_cast<const char*>(value), size);
  693. // @@protoc_insertion_point(field_add_pointer:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  694. }
  695. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
  696. extension_to_decryptor_enclosed_msg::ciphertext_client_public_key() const {
  697. // @@protoc_insertion_point(field_list:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  698. return ciphertext_client_public_key_;
  699. }
  700. inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
  701. extension_to_decryptor_enclosed_msg::mutable_ciphertext_client_public_key() {
  702. // @@protoc_insertion_point(field_mutable_list:extension_to_decryptor_enclosed_msg.ciphertext_client_public_key)
  703. return &ciphertext_client_public_key_;
  704. }
  705. // repeated .ciphertext_client_data_field ciphertext_fields = 2;
  706. inline int extension_to_decryptor_enclosed_msg::ciphertext_fields_size() const {
  707. return ciphertext_fields_.size();
  708. }
  709. inline void extension_to_decryptor_enclosed_msg::clear_ciphertext_fields() {
  710. ciphertext_fields_.Clear();
  711. }
  712. inline ::ciphertext_client_data_field* extension_to_decryptor_enclosed_msg::mutable_ciphertext_fields(int index) {
  713. // @@protoc_insertion_point(field_mutable:extension_to_decryptor_enclosed_msg.ciphertext_fields)
  714. return ciphertext_fields_.Mutable(index);
  715. }
  716. inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >*
  717. extension_to_decryptor_enclosed_msg::mutable_ciphertext_fields() {
  718. // @@protoc_insertion_point(field_mutable_list:extension_to_decryptor_enclosed_msg.ciphertext_fields)
  719. return &ciphertext_fields_;
  720. }
  721. inline const ::ciphertext_client_data_field& extension_to_decryptor_enclosed_msg::ciphertext_fields(int index) const {
  722. // @@protoc_insertion_point(field_get:extension_to_decryptor_enclosed_msg.ciphertext_fields)
  723. return ciphertext_fields_.Get(index);
  724. }
  725. inline ::ciphertext_client_data_field* extension_to_decryptor_enclosed_msg::add_ciphertext_fields() {
  726. // @@protoc_insertion_point(field_add:extension_to_decryptor_enclosed_msg.ciphertext_fields)
  727. return ciphertext_fields_.Add();
  728. }
  729. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >&
  730. extension_to_decryptor_enclosed_msg::ciphertext_fields() const {
  731. // @@protoc_insertion_point(field_list:extension_to_decryptor_enclosed_msg.ciphertext_fields)
  732. return ciphertext_fields_;
  733. }
  734. // -------------------------------------------------------------------
  735. // extension_to_decryptor_ciphertext_msg
  736. // repeated bytes bytes = 1;
  737. inline int extension_to_decryptor_ciphertext_msg::bytes_size() const {
  738. return bytes_.size();
  739. }
  740. inline void extension_to_decryptor_ciphertext_msg::clear_bytes() {
  741. bytes_.Clear();
  742. }
  743. inline const std::string& extension_to_decryptor_ciphertext_msg::bytes(int index) const {
  744. // @@protoc_insertion_point(field_get:extension_to_decryptor_ciphertext_msg.bytes)
  745. return bytes_.Get(index);
  746. }
  747. inline std::string* extension_to_decryptor_ciphertext_msg::mutable_bytes(int index) {
  748. // @@protoc_insertion_point(field_mutable:extension_to_decryptor_ciphertext_msg.bytes)
  749. return bytes_.Mutable(index);
  750. }
  751. inline void extension_to_decryptor_ciphertext_msg::set_bytes(int index, const std::string& value) {
  752. // @@protoc_insertion_point(field_set:extension_to_decryptor_ciphertext_msg.bytes)
  753. bytes_.Mutable(index)->assign(value);
  754. }
  755. inline void extension_to_decryptor_ciphertext_msg::set_bytes(int index, std::string&& value) {
  756. // @@protoc_insertion_point(field_set:extension_to_decryptor_ciphertext_msg.bytes)
  757. bytes_.Mutable(index)->assign(std::move(value));
  758. }
  759. inline void extension_to_decryptor_ciphertext_msg::set_bytes(int index, const char* value) {
  760. GOOGLE_DCHECK(value != nullptr);
  761. bytes_.Mutable(index)->assign(value);
  762. // @@protoc_insertion_point(field_set_char:extension_to_decryptor_ciphertext_msg.bytes)
  763. }
  764. inline void extension_to_decryptor_ciphertext_msg::set_bytes(int index, const void* value, size_t size) {
  765. bytes_.Mutable(index)->assign(
  766. reinterpret_cast<const char*>(value), size);
  767. // @@protoc_insertion_point(field_set_pointer:extension_to_decryptor_ciphertext_msg.bytes)
  768. }
  769. inline std::string* extension_to_decryptor_ciphertext_msg::add_bytes() {
  770. // @@protoc_insertion_point(field_add_mutable:extension_to_decryptor_ciphertext_msg.bytes)
  771. return bytes_.Add();
  772. }
  773. inline void extension_to_decryptor_ciphertext_msg::add_bytes(const std::string& value) {
  774. bytes_.Add()->assign(value);
  775. // @@protoc_insertion_point(field_add:extension_to_decryptor_ciphertext_msg.bytes)
  776. }
  777. inline void extension_to_decryptor_ciphertext_msg::add_bytes(std::string&& value) {
  778. bytes_.Add(std::move(value));
  779. // @@protoc_insertion_point(field_add:extension_to_decryptor_ciphertext_msg.bytes)
  780. }
  781. inline void extension_to_decryptor_ciphertext_msg::add_bytes(const char* value) {
  782. GOOGLE_DCHECK(value != nullptr);
  783. bytes_.Add()->assign(value);
  784. // @@protoc_insertion_point(field_add_char:extension_to_decryptor_ciphertext_msg.bytes)
  785. }
  786. inline void extension_to_decryptor_ciphertext_msg::add_bytes(const void* value, size_t size) {
  787. bytes_.Add()->assign(reinterpret_cast<const char*>(value), size);
  788. // @@protoc_insertion_point(field_add_pointer:extension_to_decryptor_ciphertext_msg.bytes)
  789. }
  790. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>&
  791. extension_to_decryptor_ciphertext_msg::bytes() const {
  792. // @@protoc_insertion_point(field_list:extension_to_decryptor_ciphertext_msg.bytes)
  793. return bytes_;
  794. }
  795. inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string>*
  796. extension_to_decryptor_ciphertext_msg::mutable_bytes() {
  797. // @@protoc_insertion_point(field_mutable_list:extension_to_decryptor_ciphertext_msg.bytes)
  798. return &bytes_;
  799. }
  800. // -------------------------------------------------------------------
  801. // decryptor_to_extension_msg_t
  802. // repeated .ciphertext_client_data_field ciphertext_fields = 1;
  803. inline int decryptor_to_extension_msg_t::ciphertext_fields_size() const {
  804. return ciphertext_fields_.size();
  805. }
  806. inline void decryptor_to_extension_msg_t::clear_ciphertext_fields() {
  807. ciphertext_fields_.Clear();
  808. }
  809. inline ::ciphertext_client_data_field* decryptor_to_extension_msg_t::mutable_ciphertext_fields(int index) {
  810. // @@protoc_insertion_point(field_mutable:decryptor_to_extension_msg_t.ciphertext_fields)
  811. return ciphertext_fields_.Mutable(index);
  812. }
  813. inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >*
  814. decryptor_to_extension_msg_t::mutable_ciphertext_fields() {
  815. // @@protoc_insertion_point(field_mutable_list:decryptor_to_extension_msg_t.ciphertext_fields)
  816. return &ciphertext_fields_;
  817. }
  818. inline const ::ciphertext_client_data_field& decryptor_to_extension_msg_t::ciphertext_fields(int index) const {
  819. // @@protoc_insertion_point(field_get:decryptor_to_extension_msg_t.ciphertext_fields)
  820. return ciphertext_fields_.Get(index);
  821. }
  822. inline ::ciphertext_client_data_field* decryptor_to_extension_msg_t::add_ciphertext_fields() {
  823. // @@protoc_insertion_point(field_add:decryptor_to_extension_msg_t.ciphertext_fields)
  824. return ciphertext_fields_.Add();
  825. }
  826. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::ciphertext_client_data_field >&
  827. decryptor_to_extension_msg_t::ciphertext_fields() const {
  828. // @@protoc_insertion_point(field_list:decryptor_to_extension_msg_t.ciphertext_fields)
  829. return ciphertext_fields_;
  830. }
  831. #ifdef __GNUC__
  832. #pragma GCC diagnostic pop
  833. #endif // __GNUC__
  834. // -------------------------------------------------------------------
  835. // -------------------------------------------------------------------
  836. // -------------------------------------------------------------------
  837. // @@protoc_insertion_point(namespace_scope)
  838. // @@protoc_insertion_point(global_scope)
  839. #include <google/protobuf/port_undef.inc>
  840. #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_PostLAMessages_2eproto