message_base.pb.cc 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: message_base.proto
  3. #include "message_base.pb.h"
  4. #include <algorithm>
  5. #include <google/protobuf/stubs/common.h>
  6. #include <google/protobuf/stubs/port.h>
  7. #include <google/protobuf/stubs/once.h>
  8. #include <google/protobuf/io/coded_stream.h>
  9. #include <google/protobuf/wire_format_lite_inl.h>
  10. #include <google/protobuf/descriptor.h>
  11. #include <google/protobuf/generated_message_reflection.h>
  12. #include <google/protobuf/reflection_ops.h>
  13. #include <google/protobuf/wire_format.h>
  14. // This is a temporary google only hack
  15. #ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
  16. #include "third_party/protobuf/version.h"
  17. #endif
  18. // @@protoc_insertion_point(includes)
  19. namespace message {
  20. class Command_messageDefaultTypeInternal {
  21. public:
  22. ::google::protobuf::internal::ExplicitlyConstructed<Command_message>
  23. _instance;
  24. } _Command_message_default_instance_;
  25. } // namespace message
  26. namespace protobuf_message_5fbase_2eproto {
  27. void InitDefaultsCommand_messageImpl() {
  28. GOOGLE_PROTOBUF_VERIFY_VERSION;
  29. #ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
  30. ::google::protobuf::internal::InitProtobufDefaultsForceUnique();
  31. #else
  32. ::google::protobuf::internal::InitProtobufDefaults();
  33. #endif // GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
  34. {
  35. void* ptr = &::message::_Command_message_default_instance_;
  36. new (ptr) ::message::Command_message();
  37. ::google::protobuf::internal::OnShutdownDestroyMessage(ptr);
  38. }
  39. ::message::Command_message::InitAsDefaultInstance();
  40. }
  41. void InitDefaultsCommand_message() {
  42. static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
  43. ::google::protobuf::GoogleOnceInit(&once, &InitDefaultsCommand_messageImpl);
  44. }
  45. ::google::protobuf::Metadata file_level_metadata[1];
  46. const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors[1];
  47. const ::google::protobuf::uint32 TableStruct::offsets[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
  48. GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Command_message, _has_bits_),
  49. GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Command_message, _internal_metadata_),
  50. ~0u, // no _extensions_
  51. ~0u, // no _oneof_case_
  52. ~0u, // no _weak_field_map_
  53. GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Command_message, command_id_),
  54. GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Command_message, act_type_),
  55. GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Command_message, from_id_),
  56. GOOGLE_PROTOBUF_GENERATED_MESSAGE_FIELD_OFFSET(::message::Command_message, destination_id_),
  57. 0,
  58. 1,
  59. 2,
  60. 3,
  61. };
  62. static const ::google::protobuf::internal::MigrationSchema schemas[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
  63. { 0, 9, sizeof(::message::Command_message)},
  64. };
  65. static ::google::protobuf::Message const * const file_default_instances[] = {
  66. reinterpret_cast<const ::google::protobuf::Message*>(&::message::_Command_message_default_instance_),
  67. };
  68. void protobuf_AssignDescriptors() {
  69. AddDescriptors();
  70. ::google::protobuf::MessageFactory* factory = NULL;
  71. AssignDescriptors(
  72. "message_base.proto", schemas, file_default_instances, TableStruct::offsets, factory,
  73. file_level_metadata, file_level_enum_descriptors, NULL);
  74. }
  75. void protobuf_AssignDescriptorsOnce() {
  76. static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
  77. ::google::protobuf::GoogleOnceInit(&once, &protobuf_AssignDescriptors);
  78. }
  79. void protobuf_RegisterTypes(const ::std::string&) GOOGLE_PROTOBUF_ATTRIBUTE_COLD;
  80. void protobuf_RegisterTypes(const ::std::string&) {
  81. protobuf_AssignDescriptorsOnce();
  82. ::google::protobuf::internal::RegisterAllTypes(file_level_metadata, 1);
  83. }
  84. void AddDescriptorsImpl() {
  85. InitDefaults();
  86. static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
  87. "\n\022message_base.proto\022\007message\"v\n\017Command"
  88. "_message\022\022\n\ncommand_id\030\001 \002(\005\022&\n\010act_type"
  89. "\030\002 \002(\0162\024.message.Action_type\022\017\n\007from_id\030"
  90. "\003 \002(\005\022\026\n\016destination_id\030\004 \002(\005*#\n\013Action_"
  91. "type\022\t\n\005ePark\020\000\022\t\n\005ePick\020\001"
  92. };
  93. ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
  94. descriptor, 186);
  95. ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
  96. "message_base.proto", &protobuf_RegisterTypes);
  97. }
  98. void AddDescriptors() {
  99. static GOOGLE_PROTOBUF_DECLARE_ONCE(once);
  100. ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl);
  101. }
  102. // Force AddDescriptors() to be called at dynamic initialization time.
  103. struct StaticDescriptorInitializer {
  104. StaticDescriptorInitializer() {
  105. AddDescriptors();
  106. }
  107. } static_descriptor_initializer;
  108. } // namespace protobuf_message_5fbase_2eproto
  109. namespace message {
  110. const ::google::protobuf::EnumDescriptor* Action_type_descriptor() {
  111. protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
  112. return protobuf_message_5fbase_2eproto::file_level_enum_descriptors[0];
  113. }
  114. bool Action_type_IsValid(int value) {
  115. switch (value) {
  116. case 0:
  117. case 1:
  118. return true;
  119. default:
  120. return false;
  121. }
  122. }
  123. // ===================================================================
  124. void Command_message::InitAsDefaultInstance() {
  125. }
  126. #if !defined(_MSC_VER) || _MSC_VER >= 1900
  127. const int Command_message::kCommandIdFieldNumber;
  128. const int Command_message::kActTypeFieldNumber;
  129. const int Command_message::kFromIdFieldNumber;
  130. const int Command_message::kDestinationIdFieldNumber;
  131. #endif // !defined(_MSC_VER) || _MSC_VER >= 1900
  132. Command_message::Command_message()
  133. : ::google::protobuf::Message(), _internal_metadata_(NULL) {
  134. if (GOOGLE_PREDICT_TRUE(this != internal_default_instance())) {
  135. ::protobuf_message_5fbase_2eproto::InitDefaultsCommand_message();
  136. }
  137. SharedCtor();
  138. // @@protoc_insertion_point(constructor:message.Command_message)
  139. }
  140. Command_message::Command_message(const Command_message& from)
  141. : ::google::protobuf::Message(),
  142. _internal_metadata_(NULL),
  143. _has_bits_(from._has_bits_),
  144. _cached_size_(0) {
  145. _internal_metadata_.MergeFrom(from._internal_metadata_);
  146. ::memcpy(&command_id_, &from.command_id_,
  147. static_cast<size_t>(reinterpret_cast<char*>(&destination_id_) -
  148. reinterpret_cast<char*>(&command_id_)) + sizeof(destination_id_));
  149. // @@protoc_insertion_point(copy_constructor:message.Command_message)
  150. }
  151. void Command_message::SharedCtor() {
  152. _cached_size_ = 0;
  153. ::memset(&command_id_, 0, static_cast<size_t>(
  154. reinterpret_cast<char*>(&destination_id_) -
  155. reinterpret_cast<char*>(&command_id_)) + sizeof(destination_id_));
  156. }
  157. Command_message::~Command_message() {
  158. // @@protoc_insertion_point(destructor:message.Command_message)
  159. SharedDtor();
  160. }
  161. void Command_message::SharedDtor() {
  162. }
  163. void Command_message::SetCachedSize(int size) const {
  164. GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
  165. _cached_size_ = size;
  166. GOOGLE_SAFE_CONCURRENT_WRITES_END();
  167. }
  168. const ::google::protobuf::Descriptor* Command_message::descriptor() {
  169. ::protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
  170. return ::protobuf_message_5fbase_2eproto::file_level_metadata[kIndexInFileMessages].descriptor;
  171. }
  172. const Command_message& Command_message::default_instance() {
  173. ::protobuf_message_5fbase_2eproto::InitDefaultsCommand_message();
  174. return *internal_default_instance();
  175. }
  176. Command_message* Command_message::New(::google::protobuf::Arena* arena) const {
  177. Command_message* n = new Command_message;
  178. if (arena != NULL) {
  179. arena->Own(n);
  180. }
  181. return n;
  182. }
  183. void Command_message::Clear() {
  184. // @@protoc_insertion_point(message_clear_start:message.Command_message)
  185. ::google::protobuf::uint32 cached_has_bits = 0;
  186. // Prevent compiler warnings about cached_has_bits being unused
  187. (void) cached_has_bits;
  188. cached_has_bits = _has_bits_[0];
  189. if (cached_has_bits & 15u) {
  190. ::memset(&command_id_, 0, static_cast<size_t>(
  191. reinterpret_cast<char*>(&destination_id_) -
  192. reinterpret_cast<char*>(&command_id_)) + sizeof(destination_id_));
  193. }
  194. _has_bits_.Clear();
  195. _internal_metadata_.Clear();
  196. }
  197. bool Command_message::MergePartialFromCodedStream(
  198. ::google::protobuf::io::CodedInputStream* input) {
  199. #define DO_(EXPRESSION) if (!GOOGLE_PREDICT_TRUE(EXPRESSION)) goto failure
  200. ::google::protobuf::uint32 tag;
  201. // @@protoc_insertion_point(parse_start:message.Command_message)
  202. for (;;) {
  203. ::std::pair< ::google::protobuf::uint32, bool> p = input->ReadTagWithCutoffNoLastTag(127u);
  204. tag = p.first;
  205. if (!p.second) goto handle_unusual;
  206. switch (::google::protobuf::internal::WireFormatLite::GetTagFieldNumber(tag)) {
  207. // required int32 command_id = 1;
  208. case 1: {
  209. if (static_cast< ::google::protobuf::uint8>(tag) ==
  210. static_cast< ::google::protobuf::uint8>(8u /* 8 & 0xFF */)) {
  211. set_has_command_id();
  212. DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
  213. ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
  214. input, &command_id_)));
  215. } else {
  216. goto handle_unusual;
  217. }
  218. break;
  219. }
  220. // required .message.Action_type act_type = 2;
  221. case 2: {
  222. if (static_cast< ::google::protobuf::uint8>(tag) ==
  223. static_cast< ::google::protobuf::uint8>(16u /* 16 & 0xFF */)) {
  224. int value;
  225. DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
  226. int, ::google::protobuf::internal::WireFormatLite::TYPE_ENUM>(
  227. input, &value)));
  228. if (::message::Action_type_IsValid(value)) {
  229. set_act_type(static_cast< ::message::Action_type >(value));
  230. } else {
  231. mutable_unknown_fields()->AddVarint(
  232. 2, static_cast< ::google::protobuf::uint64>(value));
  233. }
  234. } else {
  235. goto handle_unusual;
  236. }
  237. break;
  238. }
  239. // required int32 from_id = 3;
  240. case 3: {
  241. if (static_cast< ::google::protobuf::uint8>(tag) ==
  242. static_cast< ::google::protobuf::uint8>(24u /* 24 & 0xFF */)) {
  243. set_has_from_id();
  244. DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
  245. ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
  246. input, &from_id_)));
  247. } else {
  248. goto handle_unusual;
  249. }
  250. break;
  251. }
  252. // required int32 destination_id = 4;
  253. case 4: {
  254. if (static_cast< ::google::protobuf::uint8>(tag) ==
  255. static_cast< ::google::protobuf::uint8>(32u /* 32 & 0xFF */)) {
  256. set_has_destination_id();
  257. DO_((::google::protobuf::internal::WireFormatLite::ReadPrimitive<
  258. ::google::protobuf::int32, ::google::protobuf::internal::WireFormatLite::TYPE_INT32>(
  259. input, &destination_id_)));
  260. } else {
  261. goto handle_unusual;
  262. }
  263. break;
  264. }
  265. default: {
  266. handle_unusual:
  267. if (tag == 0) {
  268. goto success;
  269. }
  270. DO_(::google::protobuf::internal::WireFormat::SkipField(
  271. input, tag, _internal_metadata_.mutable_unknown_fields()));
  272. break;
  273. }
  274. }
  275. }
  276. success:
  277. // @@protoc_insertion_point(parse_success:message.Command_message)
  278. return true;
  279. failure:
  280. // @@protoc_insertion_point(parse_failure:message.Command_message)
  281. return false;
  282. #undef DO_
  283. }
  284. void Command_message::SerializeWithCachedSizes(
  285. ::google::protobuf::io::CodedOutputStream* output) const {
  286. // @@protoc_insertion_point(serialize_start:message.Command_message)
  287. ::google::protobuf::uint32 cached_has_bits = 0;
  288. (void) cached_has_bits;
  289. cached_has_bits = _has_bits_[0];
  290. // required int32 command_id = 1;
  291. if (cached_has_bits & 0x00000001u) {
  292. ::google::protobuf::internal::WireFormatLite::WriteInt32(1, this->command_id(), output);
  293. }
  294. // required .message.Action_type act_type = 2;
  295. if (cached_has_bits & 0x00000002u) {
  296. ::google::protobuf::internal::WireFormatLite::WriteEnum(
  297. 2, this->act_type(), output);
  298. }
  299. // required int32 from_id = 3;
  300. if (cached_has_bits & 0x00000004u) {
  301. ::google::protobuf::internal::WireFormatLite::WriteInt32(3, this->from_id(), output);
  302. }
  303. // required int32 destination_id = 4;
  304. if (cached_has_bits & 0x00000008u) {
  305. ::google::protobuf::internal::WireFormatLite::WriteInt32(4, this->destination_id(), output);
  306. }
  307. if (_internal_metadata_.have_unknown_fields()) {
  308. ::google::protobuf::internal::WireFormat::SerializeUnknownFields(
  309. _internal_metadata_.unknown_fields(), output);
  310. }
  311. // @@protoc_insertion_point(serialize_end:message.Command_message)
  312. }
  313. ::google::protobuf::uint8* Command_message::InternalSerializeWithCachedSizesToArray(
  314. bool deterministic, ::google::protobuf::uint8* target) const {
  315. (void)deterministic; // Unused
  316. // @@protoc_insertion_point(serialize_to_array_start:message.Command_message)
  317. ::google::protobuf::uint32 cached_has_bits = 0;
  318. (void) cached_has_bits;
  319. cached_has_bits = _has_bits_[0];
  320. // required int32 command_id = 1;
  321. if (cached_has_bits & 0x00000001u) {
  322. target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(1, this->command_id(), target);
  323. }
  324. // required .message.Action_type act_type = 2;
  325. if (cached_has_bits & 0x00000002u) {
  326. target = ::google::protobuf::internal::WireFormatLite::WriteEnumToArray(
  327. 2, this->act_type(), target);
  328. }
  329. // required int32 from_id = 3;
  330. if (cached_has_bits & 0x00000004u) {
  331. target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(3, this->from_id(), target);
  332. }
  333. // required int32 destination_id = 4;
  334. if (cached_has_bits & 0x00000008u) {
  335. target = ::google::protobuf::internal::WireFormatLite::WriteInt32ToArray(4, this->destination_id(), target);
  336. }
  337. if (_internal_metadata_.have_unknown_fields()) {
  338. target = ::google::protobuf::internal::WireFormat::SerializeUnknownFieldsToArray(
  339. _internal_metadata_.unknown_fields(), target);
  340. }
  341. // @@protoc_insertion_point(serialize_to_array_end:message.Command_message)
  342. return target;
  343. }
  344. size_t Command_message::RequiredFieldsByteSizeFallback() const {
  345. // @@protoc_insertion_point(required_fields_byte_size_fallback_start:message.Command_message)
  346. size_t total_size = 0;
  347. if (has_command_id()) {
  348. // required int32 command_id = 1;
  349. total_size += 1 +
  350. ::google::protobuf::internal::WireFormatLite::Int32Size(
  351. this->command_id());
  352. }
  353. if (has_act_type()) {
  354. // required .message.Action_type act_type = 2;
  355. total_size += 1 +
  356. ::google::protobuf::internal::WireFormatLite::EnumSize(this->act_type());
  357. }
  358. if (has_from_id()) {
  359. // required int32 from_id = 3;
  360. total_size += 1 +
  361. ::google::protobuf::internal::WireFormatLite::Int32Size(
  362. this->from_id());
  363. }
  364. if (has_destination_id()) {
  365. // required int32 destination_id = 4;
  366. total_size += 1 +
  367. ::google::protobuf::internal::WireFormatLite::Int32Size(
  368. this->destination_id());
  369. }
  370. return total_size;
  371. }
  372. size_t Command_message::ByteSizeLong() const {
  373. // @@protoc_insertion_point(message_byte_size_start:message.Command_message)
  374. size_t total_size = 0;
  375. if (_internal_metadata_.have_unknown_fields()) {
  376. total_size +=
  377. ::google::protobuf::internal::WireFormat::ComputeUnknownFieldsSize(
  378. _internal_metadata_.unknown_fields());
  379. }
  380. if (((_has_bits_[0] & 0x0000000f) ^ 0x0000000f) == 0) { // All required fields are present.
  381. // required int32 command_id = 1;
  382. total_size += 1 +
  383. ::google::protobuf::internal::WireFormatLite::Int32Size(
  384. this->command_id());
  385. // required .message.Action_type act_type = 2;
  386. total_size += 1 +
  387. ::google::protobuf::internal::WireFormatLite::EnumSize(this->act_type());
  388. // required int32 from_id = 3;
  389. total_size += 1 +
  390. ::google::protobuf::internal::WireFormatLite::Int32Size(
  391. this->from_id());
  392. // required int32 destination_id = 4;
  393. total_size += 1 +
  394. ::google::protobuf::internal::WireFormatLite::Int32Size(
  395. this->destination_id());
  396. } else {
  397. total_size += RequiredFieldsByteSizeFallback();
  398. }
  399. int cached_size = ::google::protobuf::internal::ToCachedSize(total_size);
  400. GOOGLE_SAFE_CONCURRENT_WRITES_BEGIN();
  401. _cached_size_ = cached_size;
  402. GOOGLE_SAFE_CONCURRENT_WRITES_END();
  403. return total_size;
  404. }
  405. void Command_message::MergeFrom(const ::google::protobuf::Message& from) {
  406. // @@protoc_insertion_point(generalized_merge_from_start:message.Command_message)
  407. GOOGLE_DCHECK_NE(&from, this);
  408. const Command_message* source =
  409. ::google::protobuf::internal::DynamicCastToGenerated<const Command_message>(
  410. &from);
  411. if (source == NULL) {
  412. // @@protoc_insertion_point(generalized_merge_from_cast_fail:message.Command_message)
  413. ::google::protobuf::internal::ReflectionOps::Merge(from, this);
  414. } else {
  415. // @@protoc_insertion_point(generalized_merge_from_cast_success:message.Command_message)
  416. MergeFrom(*source);
  417. }
  418. }
  419. void Command_message::MergeFrom(const Command_message& from) {
  420. // @@protoc_insertion_point(class_specific_merge_from_start:message.Command_message)
  421. GOOGLE_DCHECK_NE(&from, this);
  422. _internal_metadata_.MergeFrom(from._internal_metadata_);
  423. ::google::protobuf::uint32 cached_has_bits = 0;
  424. (void) cached_has_bits;
  425. cached_has_bits = from._has_bits_[0];
  426. if (cached_has_bits & 15u) {
  427. if (cached_has_bits & 0x00000001u) {
  428. command_id_ = from.command_id_;
  429. }
  430. if (cached_has_bits & 0x00000002u) {
  431. act_type_ = from.act_type_;
  432. }
  433. if (cached_has_bits & 0x00000004u) {
  434. from_id_ = from.from_id_;
  435. }
  436. if (cached_has_bits & 0x00000008u) {
  437. destination_id_ = from.destination_id_;
  438. }
  439. _has_bits_[0] |= cached_has_bits;
  440. }
  441. }
  442. void Command_message::CopyFrom(const ::google::protobuf::Message& from) {
  443. // @@protoc_insertion_point(generalized_copy_from_start:message.Command_message)
  444. if (&from == this) return;
  445. Clear();
  446. MergeFrom(from);
  447. }
  448. void Command_message::CopyFrom(const Command_message& from) {
  449. // @@protoc_insertion_point(class_specific_copy_from_start:message.Command_message)
  450. if (&from == this) return;
  451. Clear();
  452. MergeFrom(from);
  453. }
  454. bool Command_message::IsInitialized() const {
  455. if ((_has_bits_[0] & 0x0000000f) != 0x0000000f) return false;
  456. return true;
  457. }
  458. void Command_message::Swap(Command_message* other) {
  459. if (other == this) return;
  460. InternalSwap(other);
  461. }
  462. void Command_message::InternalSwap(Command_message* other) {
  463. using std::swap;
  464. swap(command_id_, other->command_id_);
  465. swap(act_type_, other->act_type_);
  466. swap(from_id_, other->from_id_);
  467. swap(destination_id_, other->destination_id_);
  468. swap(_has_bits_[0], other->_has_bits_[0]);
  469. _internal_metadata_.Swap(&other->_internal_metadata_);
  470. swap(_cached_size_, other->_cached_size_);
  471. }
  472. ::google::protobuf::Metadata Command_message::GetMetadata() const {
  473. protobuf_message_5fbase_2eproto::protobuf_AssignDescriptorsOnce();
  474. return ::protobuf_message_5fbase_2eproto::file_level_metadata[kIndexInFileMessages];
  475. }
  476. // @@protoc_insertion_point(namespace_scope)
  477. } // namespace message
  478. // @@protoc_insertion_point(global_scope)