// Generated by the protocol buffer compiler. DO NOT EDIT! // source: globalenums.proto #ifndef PROTOBUF_INCLUDED_globalenums_2eproto #define PROTOBUF_INCLUDED_globalenums_2eproto #include #include #if GOOGLE_PROTOBUF_VERSION < 3006001 #error This file was generated by a newer version of protoc which is #error incompatible with your Protocol Buffer headers. Please update #error your headers. #endif #if 3006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION #error This file was generated by an older version of protoc which is #error incompatible with your Protocol Buffer headers. Please #error regenerate this file with a newer version of protoc. #endif #include #include #include #include #include #include #include #include // IWYU pragma: export #include // IWYU pragma: export #include // @@protoc_insertion_point(includes) #define PROTOBUF_INTERNAL_EXPORT_protobuf_globalenums_2eproto namespace protobuf_globalenums_2eproto { // Internal implementation detail -- do not use these members. struct TableStruct { static const ::google::protobuf::internal::ParseTableField entries[]; static const ::google::protobuf::internal::AuxillaryParseTableField aux[]; static const ::google::protobuf::internal::ParseTable schema[1]; static const ::google::protobuf::internal::FieldMetadata field_metadata[]; static const ::google::protobuf::internal::SerializationTable serialization_table[]; static const ::google::protobuf::uint32 offsets[]; }; void AddDescriptors(); } // namespace protobuf_globalenums_2eproto namespace qtprotobufnamespace { namespace tests { namespace globalenums { } // namespace globalenums } // namespace tests } // namespace qtprotobufnamespace namespace qtprotobufnamespace { namespace tests { namespace globalenums { enum TestEnum { TEST_ENUM_VALUE0 = 0, TEST_ENUM_VALUE1 = 1, TEST_ENUM_VALUE2 = 2, TEST_ENUM_VALUE3 = 4, TEST_ENUM_VALUE4 = 3, TestEnum_INT_MIN_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32min, TestEnum_INT_MAX_SENTINEL_DO_NOT_USE_ = ::google::protobuf::kint32max }; bool TestEnum_IsValid(int value); const TestEnum TestEnum_MIN = TEST_ENUM_VALUE0; const TestEnum TestEnum_MAX = TEST_ENUM_VALUE3; const int TestEnum_ARRAYSIZE = TestEnum_MAX + 1; const ::google::protobuf::EnumDescriptor* TestEnum_descriptor(); inline const ::std::string& TestEnum_Name(TestEnum value) { return ::google::protobuf::internal::NameOfEnum( TestEnum_descriptor(), value); } inline bool TestEnum_Parse( const ::std::string& name, TestEnum* value) { return ::google::protobuf::internal::ParseNamedEnum( TestEnum_descriptor(), name, value); } // =================================================================== // =================================================================== // =================================================================== #ifdef __GNUC__ #pragma GCC diagnostic push #pragma GCC diagnostic ignored "-Wstrict-aliasing" #endif // __GNUC__ #ifdef __GNUC__ #pragma GCC diagnostic pop #endif // __GNUC__ // @@protoc_insertion_point(namespace_scope) } // namespace globalenums } // namespace tests } // namespace qtprotobufnamespace namespace google { namespace protobuf { template <> struct is_proto_enum< ::qtprotobufnamespace::tests::globalenums::TestEnum> : ::std::true_type {}; template <> inline const EnumDescriptor* GetEnumDescriptor< ::qtprotobufnamespace::tests::globalenums::TestEnum>() { return ::qtprotobufnamespace::tests::globalenums::TestEnum_descriptor(); } } // namespace protobuf } // namespace google // @@protoc_insertion_point(global_scope) #endif // PROTOBUF_INCLUDED_globalenums_2eproto