// Generated by the protocol buffer compiler. DO NOT EDIT! // source: DebugLogCategory.proto #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION #include "DebugLogCategory.pb.h" #include #include #include #include #include #include #include #include #include #include // @@protoc_insertion_point(includes) namespace Tango { namespace PMR { namespace Debugging { namespace protobuf_DebugLogCategory_2eproto { namespace { const ::google::protobuf::EnumDescriptor* file_level_enum_descriptors[1]; } // namespace PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::ParseTableField const TableStruct::entries[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { {0, 0, 0, ::google::protobuf::internal::kInvalidMask, 0, 0}, }; PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::AuxillaryParseTableField const TableStruct::aux[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { ::google::protobuf::internal::AuxillaryParseTableField(), }; PROTOBUF_CONSTEXPR_VAR ::google::protobuf::internal::ParseTable const TableStruct::schema[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { { NULL, NULL, 0, -1, -1, -1, -1, NULL, false }, }; const ::google::protobuf::uint32 TableStruct::offsets[1] = {}; static const ::google::protobuf::internal::MigrationSchema* schemas = NULL; static const ::google::protobuf::Message* const* file_default_instances = NULL; namespace { void protobuf_AssignDescriptors() { AddDescriptors(); ::google::protobuf::MessageFactory* factory = NULL; AssignDescriptors( "DebugLogCategory.proto", schemas, file_default_instances, TableStruct::offsets, factory, NULL, file_level_enum_descriptors, NULL); } void protobuf_AssignDescriptorsOnce() { static GOOGLE_PROTOBUF_DECLARE_ONCE(once); ::google::protobuf::GoogleOnceInit(&once, &protobuf_AssignDescriptors); } void protobuf_RegisterTypes(const ::std::string&) GOOGLE_ATTRIBUTE_COLD; void protobuf_RegisterTypes(const ::std::string&) { protobuf_AssignDescriptorsOnce(); } } // namespace void TableStruct::InitDefaultsImpl() { GOOGLE_PROTOBUF_VERIFY_VERSION; ::google::protobuf::internal::InitProtobufDefaults(); } void InitDefaults() { static GOOGLE_PROTOBUF_DECLARE_ONCE(once); ::google::protobuf::GoogleOnceInit(&once, &TableStruct::InitDefaultsImpl); } namespace { void AddDescriptorsImpl() { InitDefaults(); static const char descriptor[] GOOGLE_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = { "\n\026DebugLogCategory.proto\022\023Tango.PMR.Debu" "gging*M\n\020DebugLogCategory\022\010\n\004Info\020\000\022\013\n\007W" "arning\020\001\022\t\n\005Error\020\002\022\014\n\010Critical\020\003\022\t\n\005Deb" "ug\020\004B\037\n\035com.twine.tango.pmr.debuggingb\006p" "roto3" }; ::google::protobuf::DescriptorPool::InternalAddGeneratedFile( descriptor, 165); ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile( "DebugLogCategory.proto", &protobuf_RegisterTypes); } } // anonymous namespace void AddDescriptors() { static GOOGLE_PROTOBUF_DECLARE_ONCE(once); ::google::protobuf::GoogleOnceInit(&once, &AddDescriptorsImpl); } // Force AddDescriptors() to be called at dynamic initialization time. struct StaticDescriptorInitializer { StaticDescriptorInitializer() { AddDescriptors(); } } static_descriptor_initializer; } // namespace protobuf_DebugLogCategory_2eproto const ::google::protobuf::EnumDescriptor* DebugLogCategory_descriptor() { protobuf_DebugLogCategory_2eproto::protobuf_AssignDescriptorsOnce(); return protobuf_DebugLogCategory_2eproto::file_level_enum_descriptors[0]; } bool DebugLogCategory_IsValid(int value) { switch (value) { case 0: case 1: case 2: case 3: case 4: return true; default: return false; } } // @@protoc_insertion_point(namespace_scope) } // namespace Debugging } // namespace PMR } // namespace Tango // @@protoc_insertion_point(global_scope)