Shivanagouda Malaginahalli | 335fe4d | 2021-03-31 16:52:28 +0530 | [diff] [blame] | 1 | // Generated by the protocol buffer compiler. DO NOT EDIT! |
| 2 | // source: dmi/commons.proto |
| 3 | |
| 4 | #ifndef PROTOBUF_INCLUDED_dmi_2fcommons_2eproto |
| 5 | #define PROTOBUF_INCLUDED_dmi_2fcommons_2eproto |
| 6 | |
| 7 | #include <limits> |
| 8 | #include <string> |
| 9 | |
| 10 | #include <google/protobuf/port_def.inc> |
| 11 | #if PROTOBUF_VERSION < 3007000 |
| 12 | #error This file was generated by a newer version of protoc which is |
| 13 | #error incompatible with your Protocol Buffer headers. Please update |
| 14 | #error your headers. |
| 15 | #endif |
| 16 | #if 3007000 < PROTOBUF_MIN_PROTOC_VERSION |
| 17 | #error This file was generated by an older version of protoc which is |
| 18 | #error incompatible with your Protocol Buffer headers. Please |
| 19 | #error regenerate this file with a newer version of protoc. |
| 20 | #endif |
| 21 | |
| 22 | #include <google/protobuf/port_undef.inc> |
| 23 | #include <google/protobuf/io/coded_stream.h> |
| 24 | #include <google/protobuf/arena.h> |
| 25 | #include <google/protobuf/arenastring.h> |
| 26 | #include <google/protobuf/generated_message_table_driven.h> |
| 27 | #include <google/protobuf/generated_message_util.h> |
| 28 | #include <google/protobuf/inlined_string_field.h> |
| 29 | #include <google/protobuf/metadata.h> |
| 30 | #include <google/protobuf/repeated_field.h> // IWYU pragma: export |
| 31 | #include <google/protobuf/extension_set.h> // IWYU pragma: export |
| 32 | #include <google/protobuf/generated_enum_reflection.h> |
| 33 | // @@protoc_insertion_point(includes) |
| 34 | #include <google/protobuf/port_def.inc> |
| 35 | #define PROTOBUF_INTERNAL_EXPORT_dmi_2fcommons_2eproto |
| 36 | |
| 37 | // Internal implementation detail -- do not use these members. |
| 38 | struct TableStruct_dmi_2fcommons_2eproto { |
| 39 | static const ::google::protobuf::internal::ParseTableField entries[] |
| 40 | PROTOBUF_SECTION_VARIABLE(protodesc_cold); |
| 41 | static const ::google::protobuf::internal::AuxillaryParseTableField aux[] |
| 42 | PROTOBUF_SECTION_VARIABLE(protodesc_cold); |
| 43 | static const ::google::protobuf::internal::ParseTable schema[1] |
| 44 | PROTOBUF_SECTION_VARIABLE(protodesc_cold); |
| 45 | static const ::google::protobuf::internal::FieldMetadata field_metadata[]; |
| 46 | static const ::google::protobuf::internal::SerializationTable serialization_table[]; |
| 47 | static const ::google::protobuf::uint32 offsets[]; |
| 48 | }; |
| 49 | void AddDescriptors_dmi_2fcommons_2eproto(); |
| 50 | namespace google { |
| 51 | namespace protobuf { |
| 52 | } // namespace protobuf |
| 53 | } // namespace google |
| 54 | namespace dmi { |
| 55 | |
| 56 | enum Status { |
| 57 | UNDEFINED_STATUS = 0, |
| 58 | OK_STATUS = 1, |
| 59 | ERROR_STATUS = 2, |
| 60 | Status_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(), |
| 61 | Status_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max() |
| 62 | }; |
| 63 | bool Status_IsValid(int value); |
| 64 | const Status Status_MIN = UNDEFINED_STATUS; |
| 65 | const Status Status_MAX = ERROR_STATUS; |
| 66 | const int Status_ARRAYSIZE = Status_MAX + 1; |
| 67 | |
| 68 | const ::google::protobuf::EnumDescriptor* Status_descriptor(); |
| 69 | inline const ::std::string& Status_Name(Status value) { |
| 70 | return ::google::protobuf::internal::NameOfEnum( |
| 71 | Status_descriptor(), value); |
| 72 | } |
| 73 | inline bool Status_Parse( |
| 74 | const ::std::string& name, Status* value) { |
| 75 | return ::google::protobuf::internal::ParseNamedEnum<Status>( |
| 76 | Status_descriptor(), name, value); |
| 77 | } |
| 78 | enum LogLevel { |
| 79 | TRACE = 0, |
| 80 | DEBUG = 1, |
| 81 | INFO = 2, |
| 82 | WARN = 3, |
| 83 | ERROR = 4, |
| 84 | LogLevel_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::min(), |
| 85 | LogLevel_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<::google::protobuf::int32>::max() |
| 86 | }; |
| 87 | bool LogLevel_IsValid(int value); |
| 88 | const LogLevel LogLevel_MIN = TRACE; |
| 89 | const LogLevel LogLevel_MAX = ERROR; |
| 90 | const int LogLevel_ARRAYSIZE = LogLevel_MAX + 1; |
| 91 | |
| 92 | const ::google::protobuf::EnumDescriptor* LogLevel_descriptor(); |
| 93 | inline const ::std::string& LogLevel_Name(LogLevel value) { |
| 94 | return ::google::protobuf::internal::NameOfEnum( |
| 95 | LogLevel_descriptor(), value); |
| 96 | } |
| 97 | inline bool LogLevel_Parse( |
| 98 | const ::std::string& name, LogLevel* value) { |
| 99 | return ::google::protobuf::internal::ParseNamedEnum<LogLevel>( |
| 100 | LogLevel_descriptor(), name, value); |
| 101 | } |
| 102 | // =================================================================== |
| 103 | |
| 104 | |
| 105 | // =================================================================== |
| 106 | |
| 107 | |
| 108 | // =================================================================== |
| 109 | |
| 110 | #ifdef __GNUC__ |
| 111 | #pragma GCC diagnostic push |
| 112 | #pragma GCC diagnostic ignored "-Wstrict-aliasing" |
| 113 | #endif // __GNUC__ |
| 114 | #ifdef __GNUC__ |
| 115 | #pragma GCC diagnostic pop |
| 116 | #endif // __GNUC__ |
| 117 | |
| 118 | // @@protoc_insertion_point(namespace_scope) |
| 119 | |
| 120 | } // namespace dmi |
| 121 | |
| 122 | namespace google { |
| 123 | namespace protobuf { |
| 124 | |
| 125 | template <> struct is_proto_enum< ::dmi::Status> : ::std::true_type {}; |
| 126 | template <> |
| 127 | inline const EnumDescriptor* GetEnumDescriptor< ::dmi::Status>() { |
| 128 | return ::dmi::Status_descriptor(); |
| 129 | } |
| 130 | template <> struct is_proto_enum< ::dmi::LogLevel> : ::std::true_type {}; |
| 131 | template <> |
| 132 | inline const EnumDescriptor* GetEnumDescriptor< ::dmi::LogLevel>() { |
| 133 | return ::dmi::LogLevel_descriptor(); |
| 134 | } |
| 135 | |
| 136 | } // namespace protobuf |
| 137 | } // namespace google |
| 138 | |
| 139 | // @@protoc_insertion_point(global_scope) |
| 140 | |
| 141 | #include <google/protobuf/port_undef.inc> |
| 142 | #endif // PROTOBUF_INCLUDED_dmi_2fcommons_2eproto |