plugin.pb.h 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: google/protobuf/compiler/plugin.proto
  3. #ifndef PROTOBUF_google_2fprotobuf_2fcompiler_2fplugin_2eproto__INCLUDED
  4. #define PROTOBUF_google_2fprotobuf_2fcompiler_2fplugin_2eproto__INCLUDED
  5. #include <string>
  6. #include <google/protobuf/stubs/common.h>
  7. #if GOOGLE_PROTOBUF_VERSION < 2006000
  8. #error This file was generated by a newer version of protoc which is
  9. #error incompatible with your Protocol Buffer headers. Please update
  10. #error your headers.
  11. #endif
  12. #if 2006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
  13. #error This file was generated by an older version of protoc which is
  14. #error incompatible with your Protocol Buffer headers. Please
  15. #error regenerate this file with a newer version of protoc.
  16. #endif
  17. #include <google/protobuf/generated_message_util.h>
  18. #include <google/protobuf/message.h>
  19. #include <google/protobuf/repeated_field.h>
  20. #include <google/protobuf/extension_set.h>
  21. #include <google/protobuf/unknown_field_set.h>
  22. #include "google/protobuf/descriptor.pb.h"
  23. // @@protoc_insertion_point(includes)
  24. namespace google {
  25. namespace protobuf {
  26. namespace compiler {
  27. // Internal implementation detail -- do not call these.
  28. void LIBPROTOC_EXPORT protobuf_AddDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto();
  29. void protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto();
  30. void protobuf_ShutdownFile_google_2fprotobuf_2fcompiler_2fplugin_2eproto();
  31. class CodeGeneratorRequest;
  32. class CodeGeneratorResponse;
  33. class CodeGeneratorResponse_File;
  34. // ===================================================================
  35. class LIBPROTOC_EXPORT CodeGeneratorRequest : public ::google::protobuf::Message {
  36. public:
  37. CodeGeneratorRequest();
  38. virtual ~CodeGeneratorRequest();
  39. CodeGeneratorRequest(const CodeGeneratorRequest& from);
  40. inline CodeGeneratorRequest& operator=(const CodeGeneratorRequest& from) {
  41. CopyFrom(from);
  42. return *this;
  43. }
  44. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  45. return _unknown_fields_;
  46. }
  47. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  48. return &_unknown_fields_;
  49. }
  50. static const ::google::protobuf::Descriptor* descriptor();
  51. static const CodeGeneratorRequest& default_instance();
  52. void Swap(CodeGeneratorRequest* other);
  53. // implements Message ----------------------------------------------
  54. CodeGeneratorRequest* New() const;
  55. void CopyFrom(const ::google::protobuf::Message& from);
  56. void MergeFrom(const ::google::protobuf::Message& from);
  57. void CopyFrom(const CodeGeneratorRequest& from);
  58. void MergeFrom(const CodeGeneratorRequest& from);
  59. void Clear();
  60. bool IsInitialized() const;
  61. int ByteSize() const;
  62. bool MergePartialFromCodedStream(
  63. ::google::protobuf::io::CodedInputStream* input);
  64. void SerializeWithCachedSizes(
  65. ::google::protobuf::io::CodedOutputStream* output) const;
  66. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  67. int GetCachedSize() const { return _cached_size_; }
  68. private:
  69. void SharedCtor();
  70. void SharedDtor();
  71. void SetCachedSize(int size) const;
  72. public:
  73. ::google::protobuf::Metadata GetMetadata() const;
  74. // nested types ----------------------------------------------------
  75. // accessors -------------------------------------------------------
  76. // repeated string file_to_generate = 1;
  77. inline int file_to_generate_size() const;
  78. inline void clear_file_to_generate();
  79. static const int kFileToGenerateFieldNumber = 1;
  80. inline const ::std::string& file_to_generate(int index) const;
  81. inline ::std::string* mutable_file_to_generate(int index);
  82. inline void set_file_to_generate(int index, const ::std::string& value);
  83. inline void set_file_to_generate(int index, const char* value);
  84. inline void set_file_to_generate(int index, const char* value, size_t size);
  85. inline ::std::string* add_file_to_generate();
  86. inline void add_file_to_generate(const ::std::string& value);
  87. inline void add_file_to_generate(const char* value);
  88. inline void add_file_to_generate(const char* value, size_t size);
  89. inline const ::google::protobuf::RepeatedPtrField< ::std::string>& file_to_generate() const;
  90. inline ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_file_to_generate();
  91. // optional string parameter = 2;
  92. inline bool has_parameter() const;
  93. inline void clear_parameter();
  94. static const int kParameterFieldNumber = 2;
  95. inline const ::std::string& parameter() const;
  96. inline void set_parameter(const ::std::string& value);
  97. inline void set_parameter(const char* value);
  98. inline void set_parameter(const char* value, size_t size);
  99. inline ::std::string* mutable_parameter();
  100. inline ::std::string* release_parameter();
  101. inline void set_allocated_parameter(::std::string* parameter);
  102. // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
  103. inline int proto_file_size() const;
  104. inline void clear_proto_file();
  105. static const int kProtoFileFieldNumber = 15;
  106. inline const ::google::protobuf::FileDescriptorProto& proto_file(int index) const;
  107. inline ::google::protobuf::FileDescriptorProto* mutable_proto_file(int index);
  108. inline ::google::protobuf::FileDescriptorProto* add_proto_file();
  109. inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >&
  110. proto_file() const;
  111. inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >*
  112. mutable_proto_file();
  113. // @@protoc_insertion_point(class_scope:google.protobuf.compiler.CodeGeneratorRequest)
  114. private:
  115. inline void set_has_parameter();
  116. inline void clear_has_parameter();
  117. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  118. ::google::protobuf::uint32 _has_bits_[1];
  119. mutable int _cached_size_;
  120. ::google::protobuf::RepeatedPtrField< ::std::string> file_to_generate_;
  121. ::std::string* parameter_;
  122. ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto > proto_file_;
  123. friend void LIBPROTOC_EXPORT protobuf_AddDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto();
  124. friend void protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto();
  125. friend void protobuf_ShutdownFile_google_2fprotobuf_2fcompiler_2fplugin_2eproto();
  126. void InitAsDefaultInstance();
  127. static CodeGeneratorRequest* default_instance_;
  128. };
  129. // -------------------------------------------------------------------
  130. class LIBPROTOC_EXPORT CodeGeneratorResponse_File : public ::google::protobuf::Message {
  131. public:
  132. CodeGeneratorResponse_File();
  133. virtual ~CodeGeneratorResponse_File();
  134. CodeGeneratorResponse_File(const CodeGeneratorResponse_File& from);
  135. inline CodeGeneratorResponse_File& operator=(const CodeGeneratorResponse_File& from) {
  136. CopyFrom(from);
  137. return *this;
  138. }
  139. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  140. return _unknown_fields_;
  141. }
  142. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  143. return &_unknown_fields_;
  144. }
  145. static const ::google::protobuf::Descriptor* descriptor();
  146. static const CodeGeneratorResponse_File& default_instance();
  147. void Swap(CodeGeneratorResponse_File* other);
  148. // implements Message ----------------------------------------------
  149. CodeGeneratorResponse_File* New() const;
  150. void CopyFrom(const ::google::protobuf::Message& from);
  151. void MergeFrom(const ::google::protobuf::Message& from);
  152. void CopyFrom(const CodeGeneratorResponse_File& from);
  153. void MergeFrom(const CodeGeneratorResponse_File& from);
  154. void Clear();
  155. bool IsInitialized() const;
  156. int ByteSize() const;
  157. bool MergePartialFromCodedStream(
  158. ::google::protobuf::io::CodedInputStream* input);
  159. void SerializeWithCachedSizes(
  160. ::google::protobuf::io::CodedOutputStream* output) const;
  161. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  162. int GetCachedSize() const { return _cached_size_; }
  163. private:
  164. void SharedCtor();
  165. void SharedDtor();
  166. void SetCachedSize(int size) const;
  167. public:
  168. ::google::protobuf::Metadata GetMetadata() const;
  169. // nested types ----------------------------------------------------
  170. // accessors -------------------------------------------------------
  171. // optional string name = 1;
  172. inline bool has_name() const;
  173. inline void clear_name();
  174. static const int kNameFieldNumber = 1;
  175. inline const ::std::string& name() const;
  176. inline void set_name(const ::std::string& value);
  177. inline void set_name(const char* value);
  178. inline void set_name(const char* value, size_t size);
  179. inline ::std::string* mutable_name();
  180. inline ::std::string* release_name();
  181. inline void set_allocated_name(::std::string* name);
  182. // optional string insertion_point = 2;
  183. inline bool has_insertion_point() const;
  184. inline void clear_insertion_point();
  185. static const int kInsertionPointFieldNumber = 2;
  186. inline const ::std::string& insertion_point() const;
  187. inline void set_insertion_point(const ::std::string& value);
  188. inline void set_insertion_point(const char* value);
  189. inline void set_insertion_point(const char* value, size_t size);
  190. inline ::std::string* mutable_insertion_point();
  191. inline ::std::string* release_insertion_point();
  192. inline void set_allocated_insertion_point(::std::string* insertion_point);
  193. // optional string content = 15;
  194. inline bool has_content() const;
  195. inline void clear_content();
  196. static const int kContentFieldNumber = 15;
  197. inline const ::std::string& content() const;
  198. inline void set_content(const ::std::string& value);
  199. inline void set_content(const char* value);
  200. inline void set_content(const char* value, size_t size);
  201. inline ::std::string* mutable_content();
  202. inline ::std::string* release_content();
  203. inline void set_allocated_content(::std::string* content);
  204. // @@protoc_insertion_point(class_scope:google.protobuf.compiler.CodeGeneratorResponse.File)
  205. private:
  206. inline void set_has_name();
  207. inline void clear_has_name();
  208. inline void set_has_insertion_point();
  209. inline void clear_has_insertion_point();
  210. inline void set_has_content();
  211. inline void clear_has_content();
  212. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  213. ::google::protobuf::uint32 _has_bits_[1];
  214. mutable int _cached_size_;
  215. ::std::string* name_;
  216. ::std::string* insertion_point_;
  217. ::std::string* content_;
  218. friend void LIBPROTOC_EXPORT protobuf_AddDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto();
  219. friend void protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto();
  220. friend void protobuf_ShutdownFile_google_2fprotobuf_2fcompiler_2fplugin_2eproto();
  221. void InitAsDefaultInstance();
  222. static CodeGeneratorResponse_File* default_instance_;
  223. };
  224. // -------------------------------------------------------------------
  225. class LIBPROTOC_EXPORT CodeGeneratorResponse : public ::google::protobuf::Message {
  226. public:
  227. CodeGeneratorResponse();
  228. virtual ~CodeGeneratorResponse();
  229. CodeGeneratorResponse(const CodeGeneratorResponse& from);
  230. inline CodeGeneratorResponse& operator=(const CodeGeneratorResponse& from) {
  231. CopyFrom(from);
  232. return *this;
  233. }
  234. inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
  235. return _unknown_fields_;
  236. }
  237. inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
  238. return &_unknown_fields_;
  239. }
  240. static const ::google::protobuf::Descriptor* descriptor();
  241. static const CodeGeneratorResponse& default_instance();
  242. void Swap(CodeGeneratorResponse* other);
  243. // implements Message ----------------------------------------------
  244. CodeGeneratorResponse* New() const;
  245. void CopyFrom(const ::google::protobuf::Message& from);
  246. void MergeFrom(const ::google::protobuf::Message& from);
  247. void CopyFrom(const CodeGeneratorResponse& from);
  248. void MergeFrom(const CodeGeneratorResponse& from);
  249. void Clear();
  250. bool IsInitialized() const;
  251. int ByteSize() const;
  252. bool MergePartialFromCodedStream(
  253. ::google::protobuf::io::CodedInputStream* input);
  254. void SerializeWithCachedSizes(
  255. ::google::protobuf::io::CodedOutputStream* output) const;
  256. ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
  257. int GetCachedSize() const { return _cached_size_; }
  258. private:
  259. void SharedCtor();
  260. void SharedDtor();
  261. void SetCachedSize(int size) const;
  262. public:
  263. ::google::protobuf::Metadata GetMetadata() const;
  264. // nested types ----------------------------------------------------
  265. typedef CodeGeneratorResponse_File File;
  266. // accessors -------------------------------------------------------
  267. // optional string error = 1;
  268. inline bool has_error() const;
  269. inline void clear_error();
  270. static const int kErrorFieldNumber = 1;
  271. inline const ::std::string& error() const;
  272. inline void set_error(const ::std::string& value);
  273. inline void set_error(const char* value);
  274. inline void set_error(const char* value, size_t size);
  275. inline ::std::string* mutable_error();
  276. inline ::std::string* release_error();
  277. inline void set_allocated_error(::std::string* error);
  278. // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
  279. inline int file_size() const;
  280. inline void clear_file();
  281. static const int kFileFieldNumber = 15;
  282. inline const ::google::protobuf::compiler::CodeGeneratorResponse_File& file(int index) const;
  283. inline ::google::protobuf::compiler::CodeGeneratorResponse_File* mutable_file(int index);
  284. inline ::google::protobuf::compiler::CodeGeneratorResponse_File* add_file();
  285. inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File >&
  286. file() const;
  287. inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File >*
  288. mutable_file();
  289. // @@protoc_insertion_point(class_scope:google.protobuf.compiler.CodeGeneratorResponse)
  290. private:
  291. inline void set_has_error();
  292. inline void clear_has_error();
  293. ::google::protobuf::UnknownFieldSet _unknown_fields_;
  294. ::google::protobuf::uint32 _has_bits_[1];
  295. mutable int _cached_size_;
  296. ::std::string* error_;
  297. ::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File > file_;
  298. friend void LIBPROTOC_EXPORT protobuf_AddDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto();
  299. friend void protobuf_AssignDesc_google_2fprotobuf_2fcompiler_2fplugin_2eproto();
  300. friend void protobuf_ShutdownFile_google_2fprotobuf_2fcompiler_2fplugin_2eproto();
  301. void InitAsDefaultInstance();
  302. static CodeGeneratorResponse* default_instance_;
  303. };
  304. // ===================================================================
  305. // ===================================================================
  306. // CodeGeneratorRequest
  307. // repeated string file_to_generate = 1;
  308. inline int CodeGeneratorRequest::file_to_generate_size() const {
  309. return file_to_generate_.size();
  310. }
  311. inline void CodeGeneratorRequest::clear_file_to_generate() {
  312. file_to_generate_.Clear();
  313. }
  314. inline const ::std::string& CodeGeneratorRequest::file_to_generate(int index) const {
  315. // @@protoc_insertion_point(field_get:google.protobuf.compiler.CodeGeneratorRequest.file_to_generate)
  316. return file_to_generate_.Get(index);
  317. }
  318. inline ::std::string* CodeGeneratorRequest::mutable_file_to_generate(int index) {
  319. // @@protoc_insertion_point(field_mutable:google.protobuf.compiler.CodeGeneratorRequest.file_to_generate)
  320. return file_to_generate_.Mutable(index);
  321. }
  322. inline void CodeGeneratorRequest::set_file_to_generate(int index, const ::std::string& value) {
  323. // @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorRequest.file_to_generate)
  324. file_to_generate_.Mutable(index)->assign(value);
  325. }
  326. inline void CodeGeneratorRequest::set_file_to_generate(int index, const char* value) {
  327. file_to_generate_.Mutable(index)->assign(value);
  328. // @@protoc_insertion_point(field_set_char:google.protobuf.compiler.CodeGeneratorRequest.file_to_generate)
  329. }
  330. inline void CodeGeneratorRequest::set_file_to_generate(int index, const char* value, size_t size) {
  331. file_to_generate_.Mutable(index)->assign(
  332. reinterpret_cast<const char*>(value), size);
  333. // @@protoc_insertion_point(field_set_pointer:google.protobuf.compiler.CodeGeneratorRequest.file_to_generate)
  334. }
  335. inline ::std::string* CodeGeneratorRequest::add_file_to_generate() {
  336. return file_to_generate_.Add();
  337. }
  338. inline void CodeGeneratorRequest::add_file_to_generate(const ::std::string& value) {
  339. file_to_generate_.Add()->assign(value);
  340. // @@protoc_insertion_point(field_add:google.protobuf.compiler.CodeGeneratorRequest.file_to_generate)
  341. }
  342. inline void CodeGeneratorRequest::add_file_to_generate(const char* value) {
  343. file_to_generate_.Add()->assign(value);
  344. // @@protoc_insertion_point(field_add_char:google.protobuf.compiler.CodeGeneratorRequest.file_to_generate)
  345. }
  346. inline void CodeGeneratorRequest::add_file_to_generate(const char* value, size_t size) {
  347. file_to_generate_.Add()->assign(reinterpret_cast<const char*>(value), size);
  348. // @@protoc_insertion_point(field_add_pointer:google.protobuf.compiler.CodeGeneratorRequest.file_to_generate)
  349. }
  350. inline const ::google::protobuf::RepeatedPtrField< ::std::string>&
  351. CodeGeneratorRequest::file_to_generate() const {
  352. // @@protoc_insertion_point(field_list:google.protobuf.compiler.CodeGeneratorRequest.file_to_generate)
  353. return file_to_generate_;
  354. }
  355. inline ::google::protobuf::RepeatedPtrField< ::std::string>*
  356. CodeGeneratorRequest::mutable_file_to_generate() {
  357. // @@protoc_insertion_point(field_mutable_list:google.protobuf.compiler.CodeGeneratorRequest.file_to_generate)
  358. return &file_to_generate_;
  359. }
  360. // optional string parameter = 2;
  361. inline bool CodeGeneratorRequest::has_parameter() const {
  362. return (_has_bits_[0] & 0x00000002u) != 0;
  363. }
  364. inline void CodeGeneratorRequest::set_has_parameter() {
  365. _has_bits_[0] |= 0x00000002u;
  366. }
  367. inline void CodeGeneratorRequest::clear_has_parameter() {
  368. _has_bits_[0] &= ~0x00000002u;
  369. }
  370. inline void CodeGeneratorRequest::clear_parameter() {
  371. if (parameter_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  372. parameter_->clear();
  373. }
  374. clear_has_parameter();
  375. }
  376. inline const ::std::string& CodeGeneratorRequest::parameter() const {
  377. // @@protoc_insertion_point(field_get:google.protobuf.compiler.CodeGeneratorRequest.parameter)
  378. return *parameter_;
  379. }
  380. inline void CodeGeneratorRequest::set_parameter(const ::std::string& value) {
  381. set_has_parameter();
  382. if (parameter_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  383. parameter_ = new ::std::string;
  384. }
  385. parameter_->assign(value);
  386. // @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorRequest.parameter)
  387. }
  388. inline void CodeGeneratorRequest::set_parameter(const char* value) {
  389. set_has_parameter();
  390. if (parameter_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  391. parameter_ = new ::std::string;
  392. }
  393. parameter_->assign(value);
  394. // @@protoc_insertion_point(field_set_char:google.protobuf.compiler.CodeGeneratorRequest.parameter)
  395. }
  396. inline void CodeGeneratorRequest::set_parameter(const char* value, size_t size) {
  397. set_has_parameter();
  398. if (parameter_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  399. parameter_ = new ::std::string;
  400. }
  401. parameter_->assign(reinterpret_cast<const char*>(value), size);
  402. // @@protoc_insertion_point(field_set_pointer:google.protobuf.compiler.CodeGeneratorRequest.parameter)
  403. }
  404. inline ::std::string* CodeGeneratorRequest::mutable_parameter() {
  405. set_has_parameter();
  406. if (parameter_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  407. parameter_ = new ::std::string;
  408. }
  409. // @@protoc_insertion_point(field_mutable:google.protobuf.compiler.CodeGeneratorRequest.parameter)
  410. return parameter_;
  411. }
  412. inline ::std::string* CodeGeneratorRequest::release_parameter() {
  413. clear_has_parameter();
  414. if (parameter_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  415. return NULL;
  416. } else {
  417. ::std::string* temp = parameter_;
  418. parameter_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  419. return temp;
  420. }
  421. }
  422. inline void CodeGeneratorRequest::set_allocated_parameter(::std::string* parameter) {
  423. if (parameter_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  424. delete parameter_;
  425. }
  426. if (parameter) {
  427. set_has_parameter();
  428. parameter_ = parameter;
  429. } else {
  430. clear_has_parameter();
  431. parameter_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  432. }
  433. // @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorRequest.parameter)
  434. }
  435. // repeated .google.protobuf.FileDescriptorProto proto_file = 15;
  436. inline int CodeGeneratorRequest::proto_file_size() const {
  437. return proto_file_.size();
  438. }
  439. inline void CodeGeneratorRequest::clear_proto_file() {
  440. proto_file_.Clear();
  441. }
  442. inline const ::google::protobuf::FileDescriptorProto& CodeGeneratorRequest::proto_file(int index) const {
  443. // @@protoc_insertion_point(field_get:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
  444. return proto_file_.Get(index);
  445. }
  446. inline ::google::protobuf::FileDescriptorProto* CodeGeneratorRequest::mutable_proto_file(int index) {
  447. // @@protoc_insertion_point(field_mutable:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
  448. return proto_file_.Mutable(index);
  449. }
  450. inline ::google::protobuf::FileDescriptorProto* CodeGeneratorRequest::add_proto_file() {
  451. // @@protoc_insertion_point(field_add:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
  452. return proto_file_.Add();
  453. }
  454. inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >&
  455. CodeGeneratorRequest::proto_file() const {
  456. // @@protoc_insertion_point(field_list:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
  457. return proto_file_;
  458. }
  459. inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::FileDescriptorProto >*
  460. CodeGeneratorRequest::mutable_proto_file() {
  461. // @@protoc_insertion_point(field_mutable_list:google.protobuf.compiler.CodeGeneratorRequest.proto_file)
  462. return &proto_file_;
  463. }
  464. // -------------------------------------------------------------------
  465. // CodeGeneratorResponse_File
  466. // optional string name = 1;
  467. inline bool CodeGeneratorResponse_File::has_name() const {
  468. return (_has_bits_[0] & 0x00000001u) != 0;
  469. }
  470. inline void CodeGeneratorResponse_File::set_has_name() {
  471. _has_bits_[0] |= 0x00000001u;
  472. }
  473. inline void CodeGeneratorResponse_File::clear_has_name() {
  474. _has_bits_[0] &= ~0x00000001u;
  475. }
  476. inline void CodeGeneratorResponse_File::clear_name() {
  477. if (name_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  478. name_->clear();
  479. }
  480. clear_has_name();
  481. }
  482. inline const ::std::string& CodeGeneratorResponse_File::name() const {
  483. // @@protoc_insertion_point(field_get:google.protobuf.compiler.CodeGeneratorResponse.File.name)
  484. return *name_;
  485. }
  486. inline void CodeGeneratorResponse_File::set_name(const ::std::string& value) {
  487. set_has_name();
  488. if (name_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  489. name_ = new ::std::string;
  490. }
  491. name_->assign(value);
  492. // @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.File.name)
  493. }
  494. inline void CodeGeneratorResponse_File::set_name(const char* value) {
  495. set_has_name();
  496. if (name_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  497. name_ = new ::std::string;
  498. }
  499. name_->assign(value);
  500. // @@protoc_insertion_point(field_set_char:google.protobuf.compiler.CodeGeneratorResponse.File.name)
  501. }
  502. inline void CodeGeneratorResponse_File::set_name(const char* value, size_t size) {
  503. set_has_name();
  504. if (name_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  505. name_ = new ::std::string;
  506. }
  507. name_->assign(reinterpret_cast<const char*>(value), size);
  508. // @@protoc_insertion_point(field_set_pointer:google.protobuf.compiler.CodeGeneratorResponse.File.name)
  509. }
  510. inline ::std::string* CodeGeneratorResponse_File::mutable_name() {
  511. set_has_name();
  512. if (name_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  513. name_ = new ::std::string;
  514. }
  515. // @@protoc_insertion_point(field_mutable:google.protobuf.compiler.CodeGeneratorResponse.File.name)
  516. return name_;
  517. }
  518. inline ::std::string* CodeGeneratorResponse_File::release_name() {
  519. clear_has_name();
  520. if (name_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  521. return NULL;
  522. } else {
  523. ::std::string* temp = name_;
  524. name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  525. return temp;
  526. }
  527. }
  528. inline void CodeGeneratorResponse_File::set_allocated_name(::std::string* name) {
  529. if (name_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  530. delete name_;
  531. }
  532. if (name) {
  533. set_has_name();
  534. name_ = name;
  535. } else {
  536. clear_has_name();
  537. name_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  538. }
  539. // @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorResponse.File.name)
  540. }
  541. // optional string insertion_point = 2;
  542. inline bool CodeGeneratorResponse_File::has_insertion_point() const {
  543. return (_has_bits_[0] & 0x00000002u) != 0;
  544. }
  545. inline void CodeGeneratorResponse_File::set_has_insertion_point() {
  546. _has_bits_[0] |= 0x00000002u;
  547. }
  548. inline void CodeGeneratorResponse_File::clear_has_insertion_point() {
  549. _has_bits_[0] &= ~0x00000002u;
  550. }
  551. inline void CodeGeneratorResponse_File::clear_insertion_point() {
  552. if (insertion_point_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  553. insertion_point_->clear();
  554. }
  555. clear_has_insertion_point();
  556. }
  557. inline const ::std::string& CodeGeneratorResponse_File::insertion_point() const {
  558. // @@protoc_insertion_point(field_get:google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point)
  559. return *insertion_point_;
  560. }
  561. inline void CodeGeneratorResponse_File::set_insertion_point(const ::std::string& value) {
  562. set_has_insertion_point();
  563. if (insertion_point_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  564. insertion_point_ = new ::std::string;
  565. }
  566. insertion_point_->assign(value);
  567. // @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point)
  568. }
  569. inline void CodeGeneratorResponse_File::set_insertion_point(const char* value) {
  570. set_has_insertion_point();
  571. if (insertion_point_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  572. insertion_point_ = new ::std::string;
  573. }
  574. insertion_point_->assign(value);
  575. // @@protoc_insertion_point(field_set_char:google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point)
  576. }
  577. inline void CodeGeneratorResponse_File::set_insertion_point(const char* value, size_t size) {
  578. set_has_insertion_point();
  579. if (insertion_point_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  580. insertion_point_ = new ::std::string;
  581. }
  582. insertion_point_->assign(reinterpret_cast<const char*>(value), size);
  583. // @@protoc_insertion_point(field_set_pointer:google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point)
  584. }
  585. inline ::std::string* CodeGeneratorResponse_File::mutable_insertion_point() {
  586. set_has_insertion_point();
  587. if (insertion_point_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  588. insertion_point_ = new ::std::string;
  589. }
  590. // @@protoc_insertion_point(field_mutable:google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point)
  591. return insertion_point_;
  592. }
  593. inline ::std::string* CodeGeneratorResponse_File::release_insertion_point() {
  594. clear_has_insertion_point();
  595. if (insertion_point_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  596. return NULL;
  597. } else {
  598. ::std::string* temp = insertion_point_;
  599. insertion_point_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  600. return temp;
  601. }
  602. }
  603. inline void CodeGeneratorResponse_File::set_allocated_insertion_point(::std::string* insertion_point) {
  604. if (insertion_point_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  605. delete insertion_point_;
  606. }
  607. if (insertion_point) {
  608. set_has_insertion_point();
  609. insertion_point_ = insertion_point;
  610. } else {
  611. clear_has_insertion_point();
  612. insertion_point_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  613. }
  614. // @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point)
  615. }
  616. // optional string content = 15;
  617. inline bool CodeGeneratorResponse_File::has_content() const {
  618. return (_has_bits_[0] & 0x00000004u) != 0;
  619. }
  620. inline void CodeGeneratorResponse_File::set_has_content() {
  621. _has_bits_[0] |= 0x00000004u;
  622. }
  623. inline void CodeGeneratorResponse_File::clear_has_content() {
  624. _has_bits_[0] &= ~0x00000004u;
  625. }
  626. inline void CodeGeneratorResponse_File::clear_content() {
  627. if (content_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  628. content_->clear();
  629. }
  630. clear_has_content();
  631. }
  632. inline const ::std::string& CodeGeneratorResponse_File::content() const {
  633. // @@protoc_insertion_point(field_get:google.protobuf.compiler.CodeGeneratorResponse.File.content)
  634. return *content_;
  635. }
  636. inline void CodeGeneratorResponse_File::set_content(const ::std::string& value) {
  637. set_has_content();
  638. if (content_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  639. content_ = new ::std::string;
  640. }
  641. content_->assign(value);
  642. // @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.File.content)
  643. }
  644. inline void CodeGeneratorResponse_File::set_content(const char* value) {
  645. set_has_content();
  646. if (content_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  647. content_ = new ::std::string;
  648. }
  649. content_->assign(value);
  650. // @@protoc_insertion_point(field_set_char:google.protobuf.compiler.CodeGeneratorResponse.File.content)
  651. }
  652. inline void CodeGeneratorResponse_File::set_content(const char* value, size_t size) {
  653. set_has_content();
  654. if (content_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  655. content_ = new ::std::string;
  656. }
  657. content_->assign(reinterpret_cast<const char*>(value), size);
  658. // @@protoc_insertion_point(field_set_pointer:google.protobuf.compiler.CodeGeneratorResponse.File.content)
  659. }
  660. inline ::std::string* CodeGeneratorResponse_File::mutable_content() {
  661. set_has_content();
  662. if (content_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  663. content_ = new ::std::string;
  664. }
  665. // @@protoc_insertion_point(field_mutable:google.protobuf.compiler.CodeGeneratorResponse.File.content)
  666. return content_;
  667. }
  668. inline ::std::string* CodeGeneratorResponse_File::release_content() {
  669. clear_has_content();
  670. if (content_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  671. return NULL;
  672. } else {
  673. ::std::string* temp = content_;
  674. content_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  675. return temp;
  676. }
  677. }
  678. inline void CodeGeneratorResponse_File::set_allocated_content(::std::string* content) {
  679. if (content_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  680. delete content_;
  681. }
  682. if (content) {
  683. set_has_content();
  684. content_ = content;
  685. } else {
  686. clear_has_content();
  687. content_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  688. }
  689. // @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorResponse.File.content)
  690. }
  691. // -------------------------------------------------------------------
  692. // CodeGeneratorResponse
  693. // optional string error = 1;
  694. inline bool CodeGeneratorResponse::has_error() const {
  695. return (_has_bits_[0] & 0x00000001u) != 0;
  696. }
  697. inline void CodeGeneratorResponse::set_has_error() {
  698. _has_bits_[0] |= 0x00000001u;
  699. }
  700. inline void CodeGeneratorResponse::clear_has_error() {
  701. _has_bits_[0] &= ~0x00000001u;
  702. }
  703. inline void CodeGeneratorResponse::clear_error() {
  704. if (error_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  705. error_->clear();
  706. }
  707. clear_has_error();
  708. }
  709. inline const ::std::string& CodeGeneratorResponse::error() const {
  710. // @@protoc_insertion_point(field_get:google.protobuf.compiler.CodeGeneratorResponse.error)
  711. return *error_;
  712. }
  713. inline void CodeGeneratorResponse::set_error(const ::std::string& value) {
  714. set_has_error();
  715. if (error_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  716. error_ = new ::std::string;
  717. }
  718. error_->assign(value);
  719. // @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.error)
  720. }
  721. inline void CodeGeneratorResponse::set_error(const char* value) {
  722. set_has_error();
  723. if (error_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  724. error_ = new ::std::string;
  725. }
  726. error_->assign(value);
  727. // @@protoc_insertion_point(field_set_char:google.protobuf.compiler.CodeGeneratorResponse.error)
  728. }
  729. inline void CodeGeneratorResponse::set_error(const char* value, size_t size) {
  730. set_has_error();
  731. if (error_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  732. error_ = new ::std::string;
  733. }
  734. error_->assign(reinterpret_cast<const char*>(value), size);
  735. // @@protoc_insertion_point(field_set_pointer:google.protobuf.compiler.CodeGeneratorResponse.error)
  736. }
  737. inline ::std::string* CodeGeneratorResponse::mutable_error() {
  738. set_has_error();
  739. if (error_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  740. error_ = new ::std::string;
  741. }
  742. // @@protoc_insertion_point(field_mutable:google.protobuf.compiler.CodeGeneratorResponse.error)
  743. return error_;
  744. }
  745. inline ::std::string* CodeGeneratorResponse::release_error() {
  746. clear_has_error();
  747. if (error_ == &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  748. return NULL;
  749. } else {
  750. ::std::string* temp = error_;
  751. error_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  752. return temp;
  753. }
  754. }
  755. inline void CodeGeneratorResponse::set_allocated_error(::std::string* error) {
  756. if (error_ != &::google::protobuf::internal::GetEmptyStringAlreadyInited()) {
  757. delete error_;
  758. }
  759. if (error) {
  760. set_has_error();
  761. error_ = error;
  762. } else {
  763. clear_has_error();
  764. error_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
  765. }
  766. // @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorResponse.error)
  767. }
  768. // repeated .google.protobuf.compiler.CodeGeneratorResponse.File file = 15;
  769. inline int CodeGeneratorResponse::file_size() const {
  770. return file_.size();
  771. }
  772. inline void CodeGeneratorResponse::clear_file() {
  773. file_.Clear();
  774. }
  775. inline const ::google::protobuf::compiler::CodeGeneratorResponse_File& CodeGeneratorResponse::file(int index) const {
  776. // @@protoc_insertion_point(field_get:google.protobuf.compiler.CodeGeneratorResponse.file)
  777. return file_.Get(index);
  778. }
  779. inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::mutable_file(int index) {
  780. // @@protoc_insertion_point(field_mutable:google.protobuf.compiler.CodeGeneratorResponse.file)
  781. return file_.Mutable(index);
  782. }
  783. inline ::google::protobuf::compiler::CodeGeneratorResponse_File* CodeGeneratorResponse::add_file() {
  784. // @@protoc_insertion_point(field_add:google.protobuf.compiler.CodeGeneratorResponse.file)
  785. return file_.Add();
  786. }
  787. inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File >&
  788. CodeGeneratorResponse::file() const {
  789. // @@protoc_insertion_point(field_list:google.protobuf.compiler.CodeGeneratorResponse.file)
  790. return file_;
  791. }
  792. inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::compiler::CodeGeneratorResponse_File >*
  793. CodeGeneratorResponse::mutable_file() {
  794. // @@protoc_insertion_point(field_mutable_list:google.protobuf.compiler.CodeGeneratorResponse.file)
  795. return &file_;
  796. }
  797. // @@protoc_insertion_point(namespace_scope)
  798. } // namespace compiler
  799. } // namespace protobuf
  800. } // namespace google
  801. #ifndef SWIG
  802. namespace google {
  803. namespace protobuf {
  804. } // namespace google
  805. } // namespace protobuf
  806. #endif // SWIG
  807. // @@protoc_insertion_point(global_scope)
  808. #endif // PROTOBUF_google_2fprotobuf_2fcompiler_2fplugin_2eproto__INCLUDED