-
Notifications
You must be signed in to change notification settings - Fork 2
/
enums_productinfo.pb.h
117 lines (98 loc) · 4.55 KB
/
enums_productinfo.pb.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: enums_productinfo.proto
#ifndef GOOGLE_PROTOBUF_INCLUDED_enums_5fproductinfo_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_enums_5fproductinfo_2eproto
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3019000
#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 3019005 < 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 <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_table_driven.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/repeated_field.h> // IWYU pragma: export
#include <google/protobuf/extension_set.h> // IWYU pragma: export
#include <google/protobuf/generated_enum_reflection.h>
#include "steammessages_base.pb.h"
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_enums_5fproductinfo_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
} // namespace internal
PROTOBUF_NAMESPACE_CLOSE
// Internal implementation detail -- do not use these members.
struct TableStruct_enums_5fproductinfo_2eproto {
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
static const uint32_t offsets[];
};
extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_enums_5fproductinfo_2eproto;
PROTOBUF_NAMESPACE_OPEN
PROTOBUF_NAMESPACE_CLOSE
enum EContentDescriptorID : int {
k_EContentDescriptor_NudityOrSexualContent = 1,
k_EContentDescriptor_FrequentViolenceOrGore = 2,
k_EContentDescriptor_AdultOnlySexualContent = 3,
k_EContentDescriptor_GratuitousSexualContent = 4,
k_EContentDescriptor_AnyMatureContent = 5
};
bool EContentDescriptorID_IsValid(int value);
constexpr EContentDescriptorID EContentDescriptorID_MIN = k_EContentDescriptor_NudityOrSexualContent;
constexpr EContentDescriptorID EContentDescriptorID_MAX = k_EContentDescriptor_AnyMatureContent;
constexpr int EContentDescriptorID_ARRAYSIZE = EContentDescriptorID_MAX + 1;
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* EContentDescriptorID_descriptor();
template<typename T>
inline const std::string& EContentDescriptorID_Name(T enum_t_value) {
static_assert(::std::is_same<T, EContentDescriptorID>::value ||
::std::is_integral<T>::value,
"Incorrect type passed to function EContentDescriptorID_Name.");
return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
EContentDescriptorID_descriptor(), enum_t_value);
}
inline bool EContentDescriptorID_Parse(
::PROTOBUF_NAMESPACE_ID::ConstStringParam name, EContentDescriptorID* value) {
return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<EContentDescriptorID>(
EContentDescriptorID_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)
PROTOBUF_NAMESPACE_OPEN
template <> struct is_proto_enum< ::EContentDescriptorID> : ::std::true_type {};
template <>
inline const EnumDescriptor* GetEnumDescriptor< ::EContentDescriptorID>() {
return ::EContentDescriptorID_descriptor();
}
PROTOBUF_NAMESPACE_CLOSE
// @@protoc_insertion_point(global_scope)
#include <google/protobuf/port_undef.inc>
#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_enums_5fproductinfo_2eproto