wrappers.pb.h 57 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: google/protobuf/wrappers.proto
  3. #ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fwrappers_2eproto_2epb_2eh
  4. #define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fwrappers_2eproto_2epb_2eh
  5. #include <limits>
  6. #include <string>
  7. #include <type_traits>
  8. #include "google/protobuf/port_def.inc"
  9. #if PROTOBUF_VERSION < 4022000
  10. #error "This file was generated by a newer version of protoc which is"
  11. #error "incompatible with your Protocol Buffer headers. Please update"
  12. #error "your headers."
  13. #endif // PROTOBUF_VERSION
  14. #if 4022003 < PROTOBUF_MIN_PROTOC_VERSION
  15. #error "This file was generated by an older version of protoc which is"
  16. #error "incompatible with your Protocol Buffer headers. Please"
  17. #error "regenerate this file with a newer version of protoc."
  18. #endif // PROTOBUF_MIN_PROTOC_VERSION
  19. #include "google/protobuf/port_undef.inc"
  20. #include "google/protobuf/io/coded_stream.h"
  21. #include "google/protobuf/arena.h"
  22. #include "google/protobuf/arenastring.h"
  23. #include "google/protobuf/generated_message_util.h"
  24. #include "google/protobuf/metadata_lite.h"
  25. #include "google/protobuf/generated_message_reflection.h"
  26. #include "google/protobuf/message.h"
  27. #include "google/protobuf/repeated_field.h" // IWYU pragma: export
  28. #include "google/protobuf/extension_set.h" // IWYU pragma: export
  29. #include "google/protobuf/unknown_field_set.h"
  30. // @@protoc_insertion_point(includes)
  31. // Must be included last.
  32. #include "google/protobuf/port_def.inc"
  33. #define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fwrappers_2eproto PROTOBUF_EXPORT
  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 PROTOBUF_EXPORT TableStruct_google_2fprotobuf_2fwrappers_2eproto {
  41. static const ::uint32_t offsets[];
  42. };
  43. PROTOBUF_EXPORT extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable
  44. descriptor_table_google_2fprotobuf_2fwrappers_2eproto;
  45. PROTOBUF_NAMESPACE_OPEN
  46. class BoolValue;
  47. struct BoolValueDefaultTypeInternal;
  48. PROTOBUF_EXPORT extern BoolValueDefaultTypeInternal _BoolValue_default_instance_;
  49. class BytesValue;
  50. struct BytesValueDefaultTypeInternal;
  51. PROTOBUF_EXPORT extern BytesValueDefaultTypeInternal _BytesValue_default_instance_;
  52. class DoubleValue;
  53. struct DoubleValueDefaultTypeInternal;
  54. PROTOBUF_EXPORT extern DoubleValueDefaultTypeInternal _DoubleValue_default_instance_;
  55. class FloatValue;
  56. struct FloatValueDefaultTypeInternal;
  57. PROTOBUF_EXPORT extern FloatValueDefaultTypeInternal _FloatValue_default_instance_;
  58. class Int32Value;
  59. struct Int32ValueDefaultTypeInternal;
  60. PROTOBUF_EXPORT extern Int32ValueDefaultTypeInternal _Int32Value_default_instance_;
  61. class Int64Value;
  62. struct Int64ValueDefaultTypeInternal;
  63. PROTOBUF_EXPORT extern Int64ValueDefaultTypeInternal _Int64Value_default_instance_;
  64. class StringValue;
  65. struct StringValueDefaultTypeInternal;
  66. PROTOBUF_EXPORT extern StringValueDefaultTypeInternal _StringValue_default_instance_;
  67. class UInt32Value;
  68. struct UInt32ValueDefaultTypeInternal;
  69. PROTOBUF_EXPORT extern UInt32ValueDefaultTypeInternal _UInt32Value_default_instance_;
  70. class UInt64Value;
  71. struct UInt64ValueDefaultTypeInternal;
  72. PROTOBUF_EXPORT extern UInt64ValueDefaultTypeInternal _UInt64Value_default_instance_;
  73. template <>
  74. PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::BoolValue* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::BoolValue>(Arena*);
  75. template <>
  76. PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::BytesValue* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::BytesValue>(Arena*);
  77. template <>
  78. PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::DoubleValue* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::DoubleValue>(Arena*);
  79. template <>
  80. PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::FloatValue* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::FloatValue>(Arena*);
  81. template <>
  82. PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::Int32Value* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::Int32Value>(Arena*);
  83. template <>
  84. PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::Int64Value* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::Int64Value>(Arena*);
  85. template <>
  86. PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::StringValue* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::StringValue>(Arena*);
  87. template <>
  88. PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::UInt32Value* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::UInt32Value>(Arena*);
  89. template <>
  90. PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::UInt64Value* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::UInt64Value>(Arena*);
  91. PROTOBUF_NAMESPACE_CLOSE
  92. PROTOBUF_NAMESPACE_OPEN
  93. // ===================================================================
  94. // -------------------------------------------------------------------
  95. class PROTOBUF_EXPORT DoubleValue final :
  96. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.DoubleValue) */ {
  97. public:
  98. inline DoubleValue() : DoubleValue(nullptr) {}
  99. ~DoubleValue() override;
  100. explicit PROTOBUF_CONSTEXPR DoubleValue(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  101. DoubleValue(const DoubleValue& from);
  102. DoubleValue(DoubleValue&& from) noexcept
  103. : DoubleValue() {
  104. *this = ::std::move(from);
  105. }
  106. inline DoubleValue& operator=(const DoubleValue& from) {
  107. CopyFrom(from);
  108. return *this;
  109. }
  110. inline DoubleValue& operator=(DoubleValue&& from) noexcept {
  111. if (this == &from) return *this;
  112. if (GetOwningArena() == from.GetOwningArena()
  113. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  114. && GetOwningArena() != nullptr
  115. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  116. ) {
  117. InternalSwap(&from);
  118. } else {
  119. CopyFrom(from);
  120. }
  121. return *this;
  122. }
  123. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  124. return GetDescriptor();
  125. }
  126. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  127. return default_instance().GetMetadata().descriptor;
  128. }
  129. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  130. return default_instance().GetMetadata().reflection;
  131. }
  132. static const DoubleValue& default_instance() {
  133. return *internal_default_instance();
  134. }
  135. static inline const DoubleValue* internal_default_instance() {
  136. return reinterpret_cast<const DoubleValue*>(
  137. &_DoubleValue_default_instance_);
  138. }
  139. static constexpr int kIndexInFileMessages =
  140. 0;
  141. friend void swap(DoubleValue& a, DoubleValue& b) {
  142. a.Swap(&b);
  143. }
  144. inline void Swap(DoubleValue* other) {
  145. if (other == this) return;
  146. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  147. if (GetOwningArena() != nullptr &&
  148. GetOwningArena() == other->GetOwningArena()) {
  149. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  150. if (GetOwningArena() == other->GetOwningArena()) {
  151. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  152. InternalSwap(other);
  153. } else {
  154. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  155. }
  156. }
  157. void UnsafeArenaSwap(DoubleValue* other) {
  158. if (other == this) return;
  159. ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
  160. InternalSwap(other);
  161. }
  162. // implements Message ----------------------------------------------
  163. DoubleValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
  164. return CreateMaybeMessage<DoubleValue>(arena);
  165. }
  166. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  167. void CopyFrom(const DoubleValue& from);
  168. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  169. void MergeFrom( const DoubleValue& from) {
  170. DoubleValue::MergeImpl(*this, from);
  171. }
  172. private:
  173. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
  174. public:
  175. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  176. bool IsInitialized() const final;
  177. ::size_t ByteSizeLong() const final;
  178. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  179. ::uint8_t* _InternalSerialize(
  180. ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  181. int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
  182. private:
  183. void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  184. void SharedDtor();
  185. void SetCachedSize(int size) const final;
  186. void InternalSwap(DoubleValue* other);
  187. private:
  188. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  189. static ::absl::string_view FullMessageName() {
  190. return "google.protobuf.DoubleValue";
  191. }
  192. protected:
  193. explicit DoubleValue(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  194. public:
  195. static const ClassData _class_data_;
  196. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
  197. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  198. // nested types ----------------------------------------------------
  199. // accessors -------------------------------------------------------
  200. enum : int {
  201. kValueFieldNumber = 1,
  202. };
  203. // double value = 1;
  204. void clear_value() ;
  205. double value() const;
  206. void set_value(double value);
  207. private:
  208. double _internal_value() const;
  209. void _internal_set_value(double value);
  210. public:
  211. // @@protoc_insertion_point(class_scope:google.protobuf.DoubleValue)
  212. private:
  213. class _Internal;
  214. template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  215. typedef void InternalArenaConstructable_;
  216. typedef void DestructorSkippable_;
  217. struct Impl_ {
  218. double value_;
  219. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  220. };
  221. union { Impl_ _impl_; };
  222. friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
  223. };// -------------------------------------------------------------------
  224. class PROTOBUF_EXPORT FloatValue final :
  225. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.FloatValue) */ {
  226. public:
  227. inline FloatValue() : FloatValue(nullptr) {}
  228. ~FloatValue() override;
  229. explicit PROTOBUF_CONSTEXPR FloatValue(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  230. FloatValue(const FloatValue& from);
  231. FloatValue(FloatValue&& from) noexcept
  232. : FloatValue() {
  233. *this = ::std::move(from);
  234. }
  235. inline FloatValue& operator=(const FloatValue& from) {
  236. CopyFrom(from);
  237. return *this;
  238. }
  239. inline FloatValue& operator=(FloatValue&& from) noexcept {
  240. if (this == &from) return *this;
  241. if (GetOwningArena() == from.GetOwningArena()
  242. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  243. && GetOwningArena() != nullptr
  244. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  245. ) {
  246. InternalSwap(&from);
  247. } else {
  248. CopyFrom(from);
  249. }
  250. return *this;
  251. }
  252. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  253. return GetDescriptor();
  254. }
  255. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  256. return default_instance().GetMetadata().descriptor;
  257. }
  258. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  259. return default_instance().GetMetadata().reflection;
  260. }
  261. static const FloatValue& default_instance() {
  262. return *internal_default_instance();
  263. }
  264. static inline const FloatValue* internal_default_instance() {
  265. return reinterpret_cast<const FloatValue*>(
  266. &_FloatValue_default_instance_);
  267. }
  268. static constexpr int kIndexInFileMessages =
  269. 1;
  270. friend void swap(FloatValue& a, FloatValue& b) {
  271. a.Swap(&b);
  272. }
  273. inline void Swap(FloatValue* other) {
  274. if (other == this) return;
  275. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  276. if (GetOwningArena() != nullptr &&
  277. GetOwningArena() == other->GetOwningArena()) {
  278. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  279. if (GetOwningArena() == other->GetOwningArena()) {
  280. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  281. InternalSwap(other);
  282. } else {
  283. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  284. }
  285. }
  286. void UnsafeArenaSwap(FloatValue* other) {
  287. if (other == this) return;
  288. ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
  289. InternalSwap(other);
  290. }
  291. // implements Message ----------------------------------------------
  292. FloatValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
  293. return CreateMaybeMessage<FloatValue>(arena);
  294. }
  295. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  296. void CopyFrom(const FloatValue& from);
  297. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  298. void MergeFrom( const FloatValue& from) {
  299. FloatValue::MergeImpl(*this, from);
  300. }
  301. private:
  302. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
  303. public:
  304. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  305. bool IsInitialized() const final;
  306. ::size_t ByteSizeLong() const final;
  307. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  308. ::uint8_t* _InternalSerialize(
  309. ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  310. int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
  311. private:
  312. void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  313. void SharedDtor();
  314. void SetCachedSize(int size) const final;
  315. void InternalSwap(FloatValue* other);
  316. private:
  317. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  318. static ::absl::string_view FullMessageName() {
  319. return "google.protobuf.FloatValue";
  320. }
  321. protected:
  322. explicit FloatValue(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  323. public:
  324. static const ClassData _class_data_;
  325. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
  326. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  327. // nested types ----------------------------------------------------
  328. // accessors -------------------------------------------------------
  329. enum : int {
  330. kValueFieldNumber = 1,
  331. };
  332. // float value = 1;
  333. void clear_value() ;
  334. float value() const;
  335. void set_value(float value);
  336. private:
  337. float _internal_value() const;
  338. void _internal_set_value(float value);
  339. public:
  340. // @@protoc_insertion_point(class_scope:google.protobuf.FloatValue)
  341. private:
  342. class _Internal;
  343. template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  344. typedef void InternalArenaConstructable_;
  345. typedef void DestructorSkippable_;
  346. struct Impl_ {
  347. float value_;
  348. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  349. };
  350. union { Impl_ _impl_; };
  351. friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
  352. };// -------------------------------------------------------------------
  353. class PROTOBUF_EXPORT Int64Value final :
  354. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Int64Value) */ {
  355. public:
  356. inline Int64Value() : Int64Value(nullptr) {}
  357. ~Int64Value() override;
  358. explicit PROTOBUF_CONSTEXPR Int64Value(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  359. Int64Value(const Int64Value& from);
  360. Int64Value(Int64Value&& from) noexcept
  361. : Int64Value() {
  362. *this = ::std::move(from);
  363. }
  364. inline Int64Value& operator=(const Int64Value& from) {
  365. CopyFrom(from);
  366. return *this;
  367. }
  368. inline Int64Value& operator=(Int64Value&& from) noexcept {
  369. if (this == &from) return *this;
  370. if (GetOwningArena() == from.GetOwningArena()
  371. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  372. && GetOwningArena() != nullptr
  373. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  374. ) {
  375. InternalSwap(&from);
  376. } else {
  377. CopyFrom(from);
  378. }
  379. return *this;
  380. }
  381. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  382. return GetDescriptor();
  383. }
  384. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  385. return default_instance().GetMetadata().descriptor;
  386. }
  387. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  388. return default_instance().GetMetadata().reflection;
  389. }
  390. static const Int64Value& default_instance() {
  391. return *internal_default_instance();
  392. }
  393. static inline const Int64Value* internal_default_instance() {
  394. return reinterpret_cast<const Int64Value*>(
  395. &_Int64Value_default_instance_);
  396. }
  397. static constexpr int kIndexInFileMessages =
  398. 2;
  399. friend void swap(Int64Value& a, Int64Value& b) {
  400. a.Swap(&b);
  401. }
  402. inline void Swap(Int64Value* other) {
  403. if (other == this) return;
  404. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  405. if (GetOwningArena() != nullptr &&
  406. GetOwningArena() == other->GetOwningArena()) {
  407. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  408. if (GetOwningArena() == other->GetOwningArena()) {
  409. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  410. InternalSwap(other);
  411. } else {
  412. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  413. }
  414. }
  415. void UnsafeArenaSwap(Int64Value* other) {
  416. if (other == this) return;
  417. ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
  418. InternalSwap(other);
  419. }
  420. // implements Message ----------------------------------------------
  421. Int64Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
  422. return CreateMaybeMessage<Int64Value>(arena);
  423. }
  424. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  425. void CopyFrom(const Int64Value& from);
  426. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  427. void MergeFrom( const Int64Value& from) {
  428. Int64Value::MergeImpl(*this, from);
  429. }
  430. private:
  431. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
  432. public:
  433. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  434. bool IsInitialized() const final;
  435. ::size_t ByteSizeLong() const final;
  436. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  437. ::uint8_t* _InternalSerialize(
  438. ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  439. int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
  440. private:
  441. void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  442. void SharedDtor();
  443. void SetCachedSize(int size) const final;
  444. void InternalSwap(Int64Value* other);
  445. private:
  446. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  447. static ::absl::string_view FullMessageName() {
  448. return "google.protobuf.Int64Value";
  449. }
  450. protected:
  451. explicit Int64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  452. public:
  453. static const ClassData _class_data_;
  454. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
  455. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  456. // nested types ----------------------------------------------------
  457. // accessors -------------------------------------------------------
  458. enum : int {
  459. kValueFieldNumber = 1,
  460. };
  461. // int64 value = 1;
  462. void clear_value() ;
  463. ::int64_t value() const;
  464. void set_value(::int64_t value);
  465. private:
  466. ::int64_t _internal_value() const;
  467. void _internal_set_value(::int64_t value);
  468. public:
  469. // @@protoc_insertion_point(class_scope:google.protobuf.Int64Value)
  470. private:
  471. class _Internal;
  472. template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  473. typedef void InternalArenaConstructable_;
  474. typedef void DestructorSkippable_;
  475. struct Impl_ {
  476. ::int64_t value_;
  477. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  478. };
  479. union { Impl_ _impl_; };
  480. friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
  481. };// -------------------------------------------------------------------
  482. class PROTOBUF_EXPORT UInt64Value final :
  483. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.UInt64Value) */ {
  484. public:
  485. inline UInt64Value() : UInt64Value(nullptr) {}
  486. ~UInt64Value() override;
  487. explicit PROTOBUF_CONSTEXPR UInt64Value(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  488. UInt64Value(const UInt64Value& from);
  489. UInt64Value(UInt64Value&& from) noexcept
  490. : UInt64Value() {
  491. *this = ::std::move(from);
  492. }
  493. inline UInt64Value& operator=(const UInt64Value& from) {
  494. CopyFrom(from);
  495. return *this;
  496. }
  497. inline UInt64Value& operator=(UInt64Value&& from) noexcept {
  498. if (this == &from) return *this;
  499. if (GetOwningArena() == from.GetOwningArena()
  500. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  501. && GetOwningArena() != nullptr
  502. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  503. ) {
  504. InternalSwap(&from);
  505. } else {
  506. CopyFrom(from);
  507. }
  508. return *this;
  509. }
  510. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  511. return GetDescriptor();
  512. }
  513. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  514. return default_instance().GetMetadata().descriptor;
  515. }
  516. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  517. return default_instance().GetMetadata().reflection;
  518. }
  519. static const UInt64Value& default_instance() {
  520. return *internal_default_instance();
  521. }
  522. static inline const UInt64Value* internal_default_instance() {
  523. return reinterpret_cast<const UInt64Value*>(
  524. &_UInt64Value_default_instance_);
  525. }
  526. static constexpr int kIndexInFileMessages =
  527. 3;
  528. friend void swap(UInt64Value& a, UInt64Value& b) {
  529. a.Swap(&b);
  530. }
  531. inline void Swap(UInt64Value* other) {
  532. if (other == this) return;
  533. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  534. if (GetOwningArena() != nullptr &&
  535. GetOwningArena() == other->GetOwningArena()) {
  536. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  537. if (GetOwningArena() == other->GetOwningArena()) {
  538. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  539. InternalSwap(other);
  540. } else {
  541. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  542. }
  543. }
  544. void UnsafeArenaSwap(UInt64Value* other) {
  545. if (other == this) return;
  546. ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
  547. InternalSwap(other);
  548. }
  549. // implements Message ----------------------------------------------
  550. UInt64Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
  551. return CreateMaybeMessage<UInt64Value>(arena);
  552. }
  553. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  554. void CopyFrom(const UInt64Value& from);
  555. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  556. void MergeFrom( const UInt64Value& from) {
  557. UInt64Value::MergeImpl(*this, from);
  558. }
  559. private:
  560. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
  561. public:
  562. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  563. bool IsInitialized() const final;
  564. ::size_t ByteSizeLong() const final;
  565. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  566. ::uint8_t* _InternalSerialize(
  567. ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  568. int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
  569. private:
  570. void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  571. void SharedDtor();
  572. void SetCachedSize(int size) const final;
  573. void InternalSwap(UInt64Value* other);
  574. private:
  575. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  576. static ::absl::string_view FullMessageName() {
  577. return "google.protobuf.UInt64Value";
  578. }
  579. protected:
  580. explicit UInt64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  581. public:
  582. static const ClassData _class_data_;
  583. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
  584. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  585. // nested types ----------------------------------------------------
  586. // accessors -------------------------------------------------------
  587. enum : int {
  588. kValueFieldNumber = 1,
  589. };
  590. // uint64 value = 1;
  591. void clear_value() ;
  592. ::uint64_t value() const;
  593. void set_value(::uint64_t value);
  594. private:
  595. ::uint64_t _internal_value() const;
  596. void _internal_set_value(::uint64_t value);
  597. public:
  598. // @@protoc_insertion_point(class_scope:google.protobuf.UInt64Value)
  599. private:
  600. class _Internal;
  601. template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  602. typedef void InternalArenaConstructable_;
  603. typedef void DestructorSkippable_;
  604. struct Impl_ {
  605. ::uint64_t value_;
  606. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  607. };
  608. union { Impl_ _impl_; };
  609. friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
  610. };// -------------------------------------------------------------------
  611. class PROTOBUF_EXPORT Int32Value final :
  612. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Int32Value) */ {
  613. public:
  614. inline Int32Value() : Int32Value(nullptr) {}
  615. ~Int32Value() override;
  616. explicit PROTOBUF_CONSTEXPR Int32Value(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  617. Int32Value(const Int32Value& from);
  618. Int32Value(Int32Value&& from) noexcept
  619. : Int32Value() {
  620. *this = ::std::move(from);
  621. }
  622. inline Int32Value& operator=(const Int32Value& from) {
  623. CopyFrom(from);
  624. return *this;
  625. }
  626. inline Int32Value& operator=(Int32Value&& from) noexcept {
  627. if (this == &from) return *this;
  628. if (GetOwningArena() == from.GetOwningArena()
  629. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  630. && GetOwningArena() != nullptr
  631. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  632. ) {
  633. InternalSwap(&from);
  634. } else {
  635. CopyFrom(from);
  636. }
  637. return *this;
  638. }
  639. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  640. return GetDescriptor();
  641. }
  642. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  643. return default_instance().GetMetadata().descriptor;
  644. }
  645. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  646. return default_instance().GetMetadata().reflection;
  647. }
  648. static const Int32Value& default_instance() {
  649. return *internal_default_instance();
  650. }
  651. static inline const Int32Value* internal_default_instance() {
  652. return reinterpret_cast<const Int32Value*>(
  653. &_Int32Value_default_instance_);
  654. }
  655. static constexpr int kIndexInFileMessages =
  656. 4;
  657. friend void swap(Int32Value& a, Int32Value& b) {
  658. a.Swap(&b);
  659. }
  660. inline void Swap(Int32Value* other) {
  661. if (other == this) return;
  662. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  663. if (GetOwningArena() != nullptr &&
  664. GetOwningArena() == other->GetOwningArena()) {
  665. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  666. if (GetOwningArena() == other->GetOwningArena()) {
  667. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  668. InternalSwap(other);
  669. } else {
  670. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  671. }
  672. }
  673. void UnsafeArenaSwap(Int32Value* other) {
  674. if (other == this) return;
  675. ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
  676. InternalSwap(other);
  677. }
  678. // implements Message ----------------------------------------------
  679. Int32Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
  680. return CreateMaybeMessage<Int32Value>(arena);
  681. }
  682. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  683. void CopyFrom(const Int32Value& from);
  684. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  685. void MergeFrom( const Int32Value& from) {
  686. Int32Value::MergeImpl(*this, from);
  687. }
  688. private:
  689. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
  690. public:
  691. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  692. bool IsInitialized() const final;
  693. ::size_t ByteSizeLong() const final;
  694. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  695. ::uint8_t* _InternalSerialize(
  696. ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  697. int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
  698. private:
  699. void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  700. void SharedDtor();
  701. void SetCachedSize(int size) const final;
  702. void InternalSwap(Int32Value* other);
  703. private:
  704. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  705. static ::absl::string_view FullMessageName() {
  706. return "google.protobuf.Int32Value";
  707. }
  708. protected:
  709. explicit Int32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  710. public:
  711. static const ClassData _class_data_;
  712. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
  713. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  714. // nested types ----------------------------------------------------
  715. // accessors -------------------------------------------------------
  716. enum : int {
  717. kValueFieldNumber = 1,
  718. };
  719. // int32 value = 1;
  720. void clear_value() ;
  721. ::int32_t value() const;
  722. void set_value(::int32_t value);
  723. private:
  724. ::int32_t _internal_value() const;
  725. void _internal_set_value(::int32_t value);
  726. public:
  727. // @@protoc_insertion_point(class_scope:google.protobuf.Int32Value)
  728. private:
  729. class _Internal;
  730. template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  731. typedef void InternalArenaConstructable_;
  732. typedef void DestructorSkippable_;
  733. struct Impl_ {
  734. ::int32_t value_;
  735. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  736. };
  737. union { Impl_ _impl_; };
  738. friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
  739. };// -------------------------------------------------------------------
  740. class PROTOBUF_EXPORT UInt32Value final :
  741. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.UInt32Value) */ {
  742. public:
  743. inline UInt32Value() : UInt32Value(nullptr) {}
  744. ~UInt32Value() override;
  745. explicit PROTOBUF_CONSTEXPR UInt32Value(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  746. UInt32Value(const UInt32Value& from);
  747. UInt32Value(UInt32Value&& from) noexcept
  748. : UInt32Value() {
  749. *this = ::std::move(from);
  750. }
  751. inline UInt32Value& operator=(const UInt32Value& from) {
  752. CopyFrom(from);
  753. return *this;
  754. }
  755. inline UInt32Value& operator=(UInt32Value&& from) noexcept {
  756. if (this == &from) return *this;
  757. if (GetOwningArena() == from.GetOwningArena()
  758. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  759. && GetOwningArena() != nullptr
  760. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  761. ) {
  762. InternalSwap(&from);
  763. } else {
  764. CopyFrom(from);
  765. }
  766. return *this;
  767. }
  768. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  769. return GetDescriptor();
  770. }
  771. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  772. return default_instance().GetMetadata().descriptor;
  773. }
  774. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  775. return default_instance().GetMetadata().reflection;
  776. }
  777. static const UInt32Value& default_instance() {
  778. return *internal_default_instance();
  779. }
  780. static inline const UInt32Value* internal_default_instance() {
  781. return reinterpret_cast<const UInt32Value*>(
  782. &_UInt32Value_default_instance_);
  783. }
  784. static constexpr int kIndexInFileMessages =
  785. 5;
  786. friend void swap(UInt32Value& a, UInt32Value& b) {
  787. a.Swap(&b);
  788. }
  789. inline void Swap(UInt32Value* other) {
  790. if (other == this) return;
  791. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  792. if (GetOwningArena() != nullptr &&
  793. GetOwningArena() == other->GetOwningArena()) {
  794. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  795. if (GetOwningArena() == other->GetOwningArena()) {
  796. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  797. InternalSwap(other);
  798. } else {
  799. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  800. }
  801. }
  802. void UnsafeArenaSwap(UInt32Value* other) {
  803. if (other == this) return;
  804. ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
  805. InternalSwap(other);
  806. }
  807. // implements Message ----------------------------------------------
  808. UInt32Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
  809. return CreateMaybeMessage<UInt32Value>(arena);
  810. }
  811. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  812. void CopyFrom(const UInt32Value& from);
  813. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  814. void MergeFrom( const UInt32Value& from) {
  815. UInt32Value::MergeImpl(*this, from);
  816. }
  817. private:
  818. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
  819. public:
  820. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  821. bool IsInitialized() const final;
  822. ::size_t ByteSizeLong() const final;
  823. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  824. ::uint8_t* _InternalSerialize(
  825. ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  826. int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
  827. private:
  828. void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  829. void SharedDtor();
  830. void SetCachedSize(int size) const final;
  831. void InternalSwap(UInt32Value* other);
  832. private:
  833. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  834. static ::absl::string_view FullMessageName() {
  835. return "google.protobuf.UInt32Value";
  836. }
  837. protected:
  838. explicit UInt32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  839. public:
  840. static const ClassData _class_data_;
  841. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
  842. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  843. // nested types ----------------------------------------------------
  844. // accessors -------------------------------------------------------
  845. enum : int {
  846. kValueFieldNumber = 1,
  847. };
  848. // uint32 value = 1;
  849. void clear_value() ;
  850. ::uint32_t value() const;
  851. void set_value(::uint32_t value);
  852. private:
  853. ::uint32_t _internal_value() const;
  854. void _internal_set_value(::uint32_t value);
  855. public:
  856. // @@protoc_insertion_point(class_scope:google.protobuf.UInt32Value)
  857. private:
  858. class _Internal;
  859. template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  860. typedef void InternalArenaConstructable_;
  861. typedef void DestructorSkippable_;
  862. struct Impl_ {
  863. ::uint32_t value_;
  864. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  865. };
  866. union { Impl_ _impl_; };
  867. friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
  868. };// -------------------------------------------------------------------
  869. class PROTOBUF_EXPORT BoolValue final :
  870. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.BoolValue) */ {
  871. public:
  872. inline BoolValue() : BoolValue(nullptr) {}
  873. ~BoolValue() override;
  874. explicit PROTOBUF_CONSTEXPR BoolValue(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  875. BoolValue(const BoolValue& from);
  876. BoolValue(BoolValue&& from) noexcept
  877. : BoolValue() {
  878. *this = ::std::move(from);
  879. }
  880. inline BoolValue& operator=(const BoolValue& from) {
  881. CopyFrom(from);
  882. return *this;
  883. }
  884. inline BoolValue& operator=(BoolValue&& from) noexcept {
  885. if (this == &from) return *this;
  886. if (GetOwningArena() == from.GetOwningArena()
  887. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  888. && GetOwningArena() != nullptr
  889. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  890. ) {
  891. InternalSwap(&from);
  892. } else {
  893. CopyFrom(from);
  894. }
  895. return *this;
  896. }
  897. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  898. return GetDescriptor();
  899. }
  900. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  901. return default_instance().GetMetadata().descriptor;
  902. }
  903. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  904. return default_instance().GetMetadata().reflection;
  905. }
  906. static const BoolValue& default_instance() {
  907. return *internal_default_instance();
  908. }
  909. static inline const BoolValue* internal_default_instance() {
  910. return reinterpret_cast<const BoolValue*>(
  911. &_BoolValue_default_instance_);
  912. }
  913. static constexpr int kIndexInFileMessages =
  914. 6;
  915. friend void swap(BoolValue& a, BoolValue& b) {
  916. a.Swap(&b);
  917. }
  918. inline void Swap(BoolValue* other) {
  919. if (other == this) return;
  920. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  921. if (GetOwningArena() != nullptr &&
  922. GetOwningArena() == other->GetOwningArena()) {
  923. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  924. if (GetOwningArena() == other->GetOwningArena()) {
  925. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  926. InternalSwap(other);
  927. } else {
  928. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  929. }
  930. }
  931. void UnsafeArenaSwap(BoolValue* other) {
  932. if (other == this) return;
  933. ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
  934. InternalSwap(other);
  935. }
  936. // implements Message ----------------------------------------------
  937. BoolValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
  938. return CreateMaybeMessage<BoolValue>(arena);
  939. }
  940. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  941. void CopyFrom(const BoolValue& from);
  942. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  943. void MergeFrom( const BoolValue& from) {
  944. BoolValue::MergeImpl(*this, from);
  945. }
  946. private:
  947. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
  948. public:
  949. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  950. bool IsInitialized() const final;
  951. ::size_t ByteSizeLong() const final;
  952. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  953. ::uint8_t* _InternalSerialize(
  954. ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  955. int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
  956. private:
  957. void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  958. void SharedDtor();
  959. void SetCachedSize(int size) const final;
  960. void InternalSwap(BoolValue* other);
  961. private:
  962. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  963. static ::absl::string_view FullMessageName() {
  964. return "google.protobuf.BoolValue";
  965. }
  966. protected:
  967. explicit BoolValue(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  968. public:
  969. static const ClassData _class_data_;
  970. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
  971. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  972. // nested types ----------------------------------------------------
  973. // accessors -------------------------------------------------------
  974. enum : int {
  975. kValueFieldNumber = 1,
  976. };
  977. // bool value = 1;
  978. void clear_value() ;
  979. bool value() const;
  980. void set_value(bool value);
  981. private:
  982. bool _internal_value() const;
  983. void _internal_set_value(bool value);
  984. public:
  985. // @@protoc_insertion_point(class_scope:google.protobuf.BoolValue)
  986. private:
  987. class _Internal;
  988. template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  989. typedef void InternalArenaConstructable_;
  990. typedef void DestructorSkippable_;
  991. struct Impl_ {
  992. bool value_;
  993. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  994. };
  995. union { Impl_ _impl_; };
  996. friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
  997. };// -------------------------------------------------------------------
  998. class PROTOBUF_EXPORT StringValue final :
  999. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.StringValue) */ {
  1000. public:
  1001. inline StringValue() : StringValue(nullptr) {}
  1002. ~StringValue() override;
  1003. explicit PROTOBUF_CONSTEXPR StringValue(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  1004. StringValue(const StringValue& from);
  1005. StringValue(StringValue&& from) noexcept
  1006. : StringValue() {
  1007. *this = ::std::move(from);
  1008. }
  1009. inline StringValue& operator=(const StringValue& from) {
  1010. CopyFrom(from);
  1011. return *this;
  1012. }
  1013. inline StringValue& operator=(StringValue&& from) noexcept {
  1014. if (this == &from) return *this;
  1015. if (GetOwningArena() == from.GetOwningArena()
  1016. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  1017. && GetOwningArena() != nullptr
  1018. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  1019. ) {
  1020. InternalSwap(&from);
  1021. } else {
  1022. CopyFrom(from);
  1023. }
  1024. return *this;
  1025. }
  1026. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  1027. return GetDescriptor();
  1028. }
  1029. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  1030. return default_instance().GetMetadata().descriptor;
  1031. }
  1032. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  1033. return default_instance().GetMetadata().reflection;
  1034. }
  1035. static const StringValue& default_instance() {
  1036. return *internal_default_instance();
  1037. }
  1038. static inline const StringValue* internal_default_instance() {
  1039. return reinterpret_cast<const StringValue*>(
  1040. &_StringValue_default_instance_);
  1041. }
  1042. static constexpr int kIndexInFileMessages =
  1043. 7;
  1044. friend void swap(StringValue& a, StringValue& b) {
  1045. a.Swap(&b);
  1046. }
  1047. inline void Swap(StringValue* other) {
  1048. if (other == this) return;
  1049. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  1050. if (GetOwningArena() != nullptr &&
  1051. GetOwningArena() == other->GetOwningArena()) {
  1052. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  1053. if (GetOwningArena() == other->GetOwningArena()) {
  1054. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  1055. InternalSwap(other);
  1056. } else {
  1057. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  1058. }
  1059. }
  1060. void UnsafeArenaSwap(StringValue* other) {
  1061. if (other == this) return;
  1062. ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
  1063. InternalSwap(other);
  1064. }
  1065. // implements Message ----------------------------------------------
  1066. StringValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
  1067. return CreateMaybeMessage<StringValue>(arena);
  1068. }
  1069. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  1070. void CopyFrom(const StringValue& from);
  1071. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  1072. void MergeFrom( const StringValue& from) {
  1073. StringValue::MergeImpl(*this, from);
  1074. }
  1075. private:
  1076. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
  1077. public:
  1078. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  1079. bool IsInitialized() const final;
  1080. ::size_t ByteSizeLong() const final;
  1081. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  1082. ::uint8_t* _InternalSerialize(
  1083. ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  1084. int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
  1085. private:
  1086. void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  1087. void SharedDtor();
  1088. void SetCachedSize(int size) const final;
  1089. void InternalSwap(StringValue* other);
  1090. private:
  1091. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  1092. static ::absl::string_view FullMessageName() {
  1093. return "google.protobuf.StringValue";
  1094. }
  1095. protected:
  1096. explicit StringValue(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  1097. public:
  1098. static const ClassData _class_data_;
  1099. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
  1100. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  1101. // nested types ----------------------------------------------------
  1102. // accessors -------------------------------------------------------
  1103. enum : int {
  1104. kValueFieldNumber = 1,
  1105. };
  1106. // string value = 1;
  1107. void clear_value() ;
  1108. const std::string& value() const;
  1109. template <typename Arg_ = const std::string&, typename... Args_>
  1110. void set_value(Arg_&& arg, Args_... args);
  1111. std::string* mutable_value();
  1112. PROTOBUF_NODISCARD std::string* release_value();
  1113. void set_allocated_value(std::string* ptr);
  1114. private:
  1115. const std::string& _internal_value() const;
  1116. inline PROTOBUF_ALWAYS_INLINE void _internal_set_value(
  1117. const std::string& value);
  1118. std::string* _internal_mutable_value();
  1119. public:
  1120. // @@protoc_insertion_point(class_scope:google.protobuf.StringValue)
  1121. private:
  1122. class _Internal;
  1123. template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  1124. typedef void InternalArenaConstructable_;
  1125. typedef void DestructorSkippable_;
  1126. struct Impl_ {
  1127. ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr value_;
  1128. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  1129. };
  1130. union { Impl_ _impl_; };
  1131. friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
  1132. };// -------------------------------------------------------------------
  1133. class PROTOBUF_EXPORT BytesValue final :
  1134. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.BytesValue) */ {
  1135. public:
  1136. inline BytesValue() : BytesValue(nullptr) {}
  1137. ~BytesValue() override;
  1138. explicit PROTOBUF_CONSTEXPR BytesValue(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  1139. BytesValue(const BytesValue& from);
  1140. BytesValue(BytesValue&& from) noexcept
  1141. : BytesValue() {
  1142. *this = ::std::move(from);
  1143. }
  1144. inline BytesValue& operator=(const BytesValue& from) {
  1145. CopyFrom(from);
  1146. return *this;
  1147. }
  1148. inline BytesValue& operator=(BytesValue&& from) noexcept {
  1149. if (this == &from) return *this;
  1150. if (GetOwningArena() == from.GetOwningArena()
  1151. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  1152. && GetOwningArena() != nullptr
  1153. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  1154. ) {
  1155. InternalSwap(&from);
  1156. } else {
  1157. CopyFrom(from);
  1158. }
  1159. return *this;
  1160. }
  1161. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
  1162. return GetDescriptor();
  1163. }
  1164. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
  1165. return default_instance().GetMetadata().descriptor;
  1166. }
  1167. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
  1168. return default_instance().GetMetadata().reflection;
  1169. }
  1170. static const BytesValue& default_instance() {
  1171. return *internal_default_instance();
  1172. }
  1173. static inline const BytesValue* internal_default_instance() {
  1174. return reinterpret_cast<const BytesValue*>(
  1175. &_BytesValue_default_instance_);
  1176. }
  1177. static constexpr int kIndexInFileMessages =
  1178. 8;
  1179. friend void swap(BytesValue& a, BytesValue& b) {
  1180. a.Swap(&b);
  1181. }
  1182. inline void Swap(BytesValue* other) {
  1183. if (other == this) return;
  1184. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  1185. if (GetOwningArena() != nullptr &&
  1186. GetOwningArena() == other->GetOwningArena()) {
  1187. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  1188. if (GetOwningArena() == other->GetOwningArena()) {
  1189. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  1190. InternalSwap(other);
  1191. } else {
  1192. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  1193. }
  1194. }
  1195. void UnsafeArenaSwap(BytesValue* other) {
  1196. if (other == this) return;
  1197. ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
  1198. InternalSwap(other);
  1199. }
  1200. // implements Message ----------------------------------------------
  1201. BytesValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
  1202. return CreateMaybeMessage<BytesValue>(arena);
  1203. }
  1204. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  1205. void CopyFrom(const BytesValue& from);
  1206. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  1207. void MergeFrom( const BytesValue& from) {
  1208. BytesValue::MergeImpl(*this, from);
  1209. }
  1210. private:
  1211. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
  1212. public:
  1213. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  1214. bool IsInitialized() const final;
  1215. ::size_t ByteSizeLong() const final;
  1216. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  1217. ::uint8_t* _InternalSerialize(
  1218. ::uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
  1219. int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
  1220. private:
  1221. void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  1222. void SharedDtor();
  1223. void SetCachedSize(int size) const final;
  1224. void InternalSwap(BytesValue* other);
  1225. private:
  1226. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  1227. static ::absl::string_view FullMessageName() {
  1228. return "google.protobuf.BytesValue";
  1229. }
  1230. protected:
  1231. explicit BytesValue(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  1232. public:
  1233. static const ClassData _class_data_;
  1234. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
  1235. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  1236. // nested types ----------------------------------------------------
  1237. // accessors -------------------------------------------------------
  1238. enum : int {
  1239. kValueFieldNumber = 1,
  1240. };
  1241. // bytes value = 1;
  1242. void clear_value() ;
  1243. const std::string& value() const;
  1244. template <typename Arg_ = const std::string&, typename... Args_>
  1245. void set_value(Arg_&& arg, Args_... args);
  1246. std::string* mutable_value();
  1247. PROTOBUF_NODISCARD std::string* release_value();
  1248. void set_allocated_value(std::string* ptr);
  1249. private:
  1250. const std::string& _internal_value() const;
  1251. inline PROTOBUF_ALWAYS_INLINE void _internal_set_value(
  1252. const std::string& value);
  1253. std::string* _internal_mutable_value();
  1254. public:
  1255. // @@protoc_insertion_point(class_scope:google.protobuf.BytesValue)
  1256. private:
  1257. class _Internal;
  1258. template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  1259. typedef void InternalArenaConstructable_;
  1260. typedef void DestructorSkippable_;
  1261. struct Impl_ {
  1262. ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr value_;
  1263. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  1264. };
  1265. union { Impl_ _impl_; };
  1266. friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
  1267. };
  1268. // ===================================================================
  1269. // ===================================================================
  1270. #ifdef __GNUC__
  1271. #pragma GCC diagnostic push
  1272. #pragma GCC diagnostic ignored "-Wstrict-aliasing"
  1273. #endif // __GNUC__
  1274. // -------------------------------------------------------------------
  1275. // DoubleValue
  1276. // double value = 1;
  1277. inline void DoubleValue::clear_value() {
  1278. _impl_.value_ = 0;
  1279. }
  1280. inline double DoubleValue::value() const {
  1281. // @@protoc_insertion_point(field_get:google.protobuf.DoubleValue.value)
  1282. return _internal_value();
  1283. }
  1284. inline void DoubleValue::set_value(double value) {
  1285. _internal_set_value(value);
  1286. // @@protoc_insertion_point(field_set:google.protobuf.DoubleValue.value)
  1287. }
  1288. inline double DoubleValue::_internal_value() const {
  1289. return _impl_.value_;
  1290. }
  1291. inline void DoubleValue::_internal_set_value(double value) {
  1292. ;
  1293. _impl_.value_ = value;
  1294. }
  1295. // -------------------------------------------------------------------
  1296. // FloatValue
  1297. // float value = 1;
  1298. inline void FloatValue::clear_value() {
  1299. _impl_.value_ = 0;
  1300. }
  1301. inline float FloatValue::value() const {
  1302. // @@protoc_insertion_point(field_get:google.protobuf.FloatValue.value)
  1303. return _internal_value();
  1304. }
  1305. inline void FloatValue::set_value(float value) {
  1306. _internal_set_value(value);
  1307. // @@protoc_insertion_point(field_set:google.protobuf.FloatValue.value)
  1308. }
  1309. inline float FloatValue::_internal_value() const {
  1310. return _impl_.value_;
  1311. }
  1312. inline void FloatValue::_internal_set_value(float value) {
  1313. ;
  1314. _impl_.value_ = value;
  1315. }
  1316. // -------------------------------------------------------------------
  1317. // Int64Value
  1318. // int64 value = 1;
  1319. inline void Int64Value::clear_value() {
  1320. _impl_.value_ = ::int64_t{0};
  1321. }
  1322. inline ::int64_t Int64Value::value() const {
  1323. // @@protoc_insertion_point(field_get:google.protobuf.Int64Value.value)
  1324. return _internal_value();
  1325. }
  1326. inline void Int64Value::set_value(::int64_t value) {
  1327. _internal_set_value(value);
  1328. // @@protoc_insertion_point(field_set:google.protobuf.Int64Value.value)
  1329. }
  1330. inline ::int64_t Int64Value::_internal_value() const {
  1331. return _impl_.value_;
  1332. }
  1333. inline void Int64Value::_internal_set_value(::int64_t value) {
  1334. ;
  1335. _impl_.value_ = value;
  1336. }
  1337. // -------------------------------------------------------------------
  1338. // UInt64Value
  1339. // uint64 value = 1;
  1340. inline void UInt64Value::clear_value() {
  1341. _impl_.value_ = ::uint64_t{0u};
  1342. }
  1343. inline ::uint64_t UInt64Value::value() const {
  1344. // @@protoc_insertion_point(field_get:google.protobuf.UInt64Value.value)
  1345. return _internal_value();
  1346. }
  1347. inline void UInt64Value::set_value(::uint64_t value) {
  1348. _internal_set_value(value);
  1349. // @@protoc_insertion_point(field_set:google.protobuf.UInt64Value.value)
  1350. }
  1351. inline ::uint64_t UInt64Value::_internal_value() const {
  1352. return _impl_.value_;
  1353. }
  1354. inline void UInt64Value::_internal_set_value(::uint64_t value) {
  1355. ;
  1356. _impl_.value_ = value;
  1357. }
  1358. // -------------------------------------------------------------------
  1359. // Int32Value
  1360. // int32 value = 1;
  1361. inline void Int32Value::clear_value() {
  1362. _impl_.value_ = 0;
  1363. }
  1364. inline ::int32_t Int32Value::value() const {
  1365. // @@protoc_insertion_point(field_get:google.protobuf.Int32Value.value)
  1366. return _internal_value();
  1367. }
  1368. inline void Int32Value::set_value(::int32_t value) {
  1369. _internal_set_value(value);
  1370. // @@protoc_insertion_point(field_set:google.protobuf.Int32Value.value)
  1371. }
  1372. inline ::int32_t Int32Value::_internal_value() const {
  1373. return _impl_.value_;
  1374. }
  1375. inline void Int32Value::_internal_set_value(::int32_t value) {
  1376. ;
  1377. _impl_.value_ = value;
  1378. }
  1379. // -------------------------------------------------------------------
  1380. // UInt32Value
  1381. // uint32 value = 1;
  1382. inline void UInt32Value::clear_value() {
  1383. _impl_.value_ = 0u;
  1384. }
  1385. inline ::uint32_t UInt32Value::value() const {
  1386. // @@protoc_insertion_point(field_get:google.protobuf.UInt32Value.value)
  1387. return _internal_value();
  1388. }
  1389. inline void UInt32Value::set_value(::uint32_t value) {
  1390. _internal_set_value(value);
  1391. // @@protoc_insertion_point(field_set:google.protobuf.UInt32Value.value)
  1392. }
  1393. inline ::uint32_t UInt32Value::_internal_value() const {
  1394. return _impl_.value_;
  1395. }
  1396. inline void UInt32Value::_internal_set_value(::uint32_t value) {
  1397. ;
  1398. _impl_.value_ = value;
  1399. }
  1400. // -------------------------------------------------------------------
  1401. // BoolValue
  1402. // bool value = 1;
  1403. inline void BoolValue::clear_value() {
  1404. _impl_.value_ = false;
  1405. }
  1406. inline bool BoolValue::value() const {
  1407. // @@protoc_insertion_point(field_get:google.protobuf.BoolValue.value)
  1408. return _internal_value();
  1409. }
  1410. inline void BoolValue::set_value(bool value) {
  1411. _internal_set_value(value);
  1412. // @@protoc_insertion_point(field_set:google.protobuf.BoolValue.value)
  1413. }
  1414. inline bool BoolValue::_internal_value() const {
  1415. return _impl_.value_;
  1416. }
  1417. inline void BoolValue::_internal_set_value(bool value) {
  1418. ;
  1419. _impl_.value_ = value;
  1420. }
  1421. // -------------------------------------------------------------------
  1422. // StringValue
  1423. // string value = 1;
  1424. inline void StringValue::clear_value() {
  1425. _impl_.value_.ClearToEmpty();
  1426. }
  1427. inline const std::string& StringValue::value() const {
  1428. // @@protoc_insertion_point(field_get:google.protobuf.StringValue.value)
  1429. return _internal_value();
  1430. }
  1431. template <typename Arg_, typename... Args_>
  1432. inline PROTOBUF_ALWAYS_INLINE void StringValue::set_value(Arg_&& arg,
  1433. Args_... args) {
  1434. ;
  1435. _impl_.value_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
  1436. // @@protoc_insertion_point(field_set:google.protobuf.StringValue.value)
  1437. }
  1438. inline std::string* StringValue::mutable_value() {
  1439. std::string* _s = _internal_mutable_value();
  1440. // @@protoc_insertion_point(field_mutable:google.protobuf.StringValue.value)
  1441. return _s;
  1442. }
  1443. inline const std::string& StringValue::_internal_value() const {
  1444. return _impl_.value_.Get();
  1445. }
  1446. inline void StringValue::_internal_set_value(const std::string& value) {
  1447. ;
  1448. _impl_.value_.Set(value, GetArenaForAllocation());
  1449. }
  1450. inline std::string* StringValue::_internal_mutable_value() {
  1451. ;
  1452. return _impl_.value_.Mutable( GetArenaForAllocation());
  1453. }
  1454. inline std::string* StringValue::release_value() {
  1455. // @@protoc_insertion_point(field_release:google.protobuf.StringValue.value)
  1456. return _impl_.value_.Release();
  1457. }
  1458. inline void StringValue::set_allocated_value(std::string* value) {
  1459. _impl_.value_.SetAllocated(value, GetArenaForAllocation());
  1460. #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
  1461. if (_impl_.value_.IsDefault()) {
  1462. _impl_.value_.Set("", GetArenaForAllocation());
  1463. }
  1464. #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
  1465. // @@protoc_insertion_point(field_set_allocated:google.protobuf.StringValue.value)
  1466. }
  1467. // -------------------------------------------------------------------
  1468. // BytesValue
  1469. // bytes value = 1;
  1470. inline void BytesValue::clear_value() {
  1471. _impl_.value_.ClearToEmpty();
  1472. }
  1473. inline const std::string& BytesValue::value() const {
  1474. // @@protoc_insertion_point(field_get:google.protobuf.BytesValue.value)
  1475. return _internal_value();
  1476. }
  1477. template <typename Arg_, typename... Args_>
  1478. inline PROTOBUF_ALWAYS_INLINE void BytesValue::set_value(Arg_&& arg,
  1479. Args_... args) {
  1480. ;
  1481. _impl_.value_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
  1482. // @@protoc_insertion_point(field_set:google.protobuf.BytesValue.value)
  1483. }
  1484. inline std::string* BytesValue::mutable_value() {
  1485. std::string* _s = _internal_mutable_value();
  1486. // @@protoc_insertion_point(field_mutable:google.protobuf.BytesValue.value)
  1487. return _s;
  1488. }
  1489. inline const std::string& BytesValue::_internal_value() const {
  1490. return _impl_.value_.Get();
  1491. }
  1492. inline void BytesValue::_internal_set_value(const std::string& value) {
  1493. ;
  1494. _impl_.value_.Set(value, GetArenaForAllocation());
  1495. }
  1496. inline std::string* BytesValue::_internal_mutable_value() {
  1497. ;
  1498. return _impl_.value_.Mutable( GetArenaForAllocation());
  1499. }
  1500. inline std::string* BytesValue::release_value() {
  1501. // @@protoc_insertion_point(field_release:google.protobuf.BytesValue.value)
  1502. return _impl_.value_.Release();
  1503. }
  1504. inline void BytesValue::set_allocated_value(std::string* value) {
  1505. _impl_.value_.SetAllocated(value, GetArenaForAllocation());
  1506. #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
  1507. if (_impl_.value_.IsDefault()) {
  1508. _impl_.value_.Set("", GetArenaForAllocation());
  1509. }
  1510. #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
  1511. // @@protoc_insertion_point(field_set_allocated:google.protobuf.BytesValue.value)
  1512. }
  1513. #ifdef __GNUC__
  1514. #pragma GCC diagnostic pop
  1515. #endif // __GNUC__
  1516. // @@protoc_insertion_point(namespace_scope)
  1517. PROTOBUF_NAMESPACE_CLOSE
  1518. // @@protoc_insertion_point(global_scope)
  1519. #include "google/protobuf/port_undef.inc"
  1520. #endif // GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fwrappers_2eproto_2epb_2eh