Classes | Namespaces | Macros | Enumerations | Functions | Variables
descriptor.pb.h File Reference
#include <limits>
#include <string>
#include <google/protobuf/port_def.inc>
#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/inlined_string_field.h>
#include <google/protobuf/metadata.h>
#include <google/protobuf/generated_message_reflection.h>
#include <google/protobuf/message.h>
#include <google/protobuf/repeated_field.h>
#include <google/protobuf/extension_set.h>
#include <google/protobuf/generated_enum_reflection.h>
#include <google/protobuf/unknown_field_set.h>
Include dependency graph for descriptor.pb.h:

Go to the source code of this file.

Classes

class  DescriptorProto
 
class  DescriptorProto_ExtensionRange
 
class  DescriptorProto_ReservedRange
 
class  EnumDescriptorProto
 
class  EnumDescriptorProto_EnumReservedRange
 
class  EnumOptions
 
class  EnumValueDescriptorProto
 
class  EnumValueOptions
 
class  ExtensionRangeOptions
 
class  FieldDescriptorProto
 
class  FieldOptions
 
class  FileDescriptorProto
 
class  FileDescriptorSet
 
class  FileOptions
 
class  GeneratedCodeInfo
 
class  GeneratedCodeInfo_Annotation
 
struct  is_proto_enum< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Label >
 
struct  is_proto_enum< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Type >
 
struct  is_proto_enum< PROTOBUF_NAMESPACE_ID::FieldOptions_CType >
 
struct  is_proto_enum< PROTOBUF_NAMESPACE_ID::FieldOptions_JSType >
 
struct  is_proto_enum< PROTOBUF_NAMESPACE_ID::FileOptions_OptimizeMode >
 
struct  is_proto_enum< PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel >
 
class  MessageOptions
 
class  MethodDescriptorProto
 
class  MethodOptions
 
class  OneofDescriptorProto
 
class  OneofOptions
 
class  ServiceDescriptorProto
 
class  ServiceOptions
 
class  SourceCodeInfo
 
class  SourceCodeInfo_Location
 
struct  TableStruct_google_2fprotobuf_2fdescriptor_2eproto
 
class  UninterpretedOption
 
class  UninterpretedOption_NamePart
 

Namespaces

 internal
 

Macros

#define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fdescriptor_2eproto   PROTOBUF_EXPORT
 

Enumerations

enum  FieldDescriptorProto_Label : int { FieldDescriptorProto_Label_LABEL_OPTIONAL = 1, FieldDescriptorProto_Label_LABEL_REQUIRED = 2, FieldDescriptorProto_Label_LABEL_REPEATED = 3 }
 
enum  FieldDescriptorProto_Type : int {
  FieldDescriptorProto_Type_TYPE_DOUBLE = 1, FieldDescriptorProto_Type_TYPE_FLOAT = 2, FieldDescriptorProto_Type_TYPE_INT64 = 3, FieldDescriptorProto_Type_TYPE_UINT64 = 4,
  FieldDescriptorProto_Type_TYPE_INT32 = 5, FieldDescriptorProto_Type_TYPE_FIXED64 = 6, FieldDescriptorProto_Type_TYPE_FIXED32 = 7, FieldDescriptorProto_Type_TYPE_BOOL = 8,
  FieldDescriptorProto_Type_TYPE_STRING = 9, FieldDescriptorProto_Type_TYPE_GROUP = 10, FieldDescriptorProto_Type_TYPE_MESSAGE = 11, FieldDescriptorProto_Type_TYPE_BYTES = 12,
  FieldDescriptorProto_Type_TYPE_UINT32 = 13, FieldDescriptorProto_Type_TYPE_ENUM = 14, FieldDescriptorProto_Type_TYPE_SFIXED32 = 15, FieldDescriptorProto_Type_TYPE_SFIXED64 = 16,
  FieldDescriptorProto_Type_TYPE_SINT32 = 17, FieldDescriptorProto_Type_TYPE_SINT64 = 18
}
 
enum  FieldOptions_CType : int { FieldOptions_CType_STRING = 0, FieldOptions_CType_CORD = 1, FieldOptions_CType_STRING_PIECE = 2 }
 
enum  FieldOptions_JSType : int { FieldOptions_JSType_JS_NORMAL = 0, FieldOptions_JSType_JS_STRING = 1, FieldOptions_JSType_JS_NUMBER = 2 }
 
enum  FileOptions_OptimizeMode : int { FileOptions_OptimizeMode_SPEED = 1, FileOptions_OptimizeMode_CODE_SIZE = 2, FileOptions_OptimizeMode_LITE_RUNTIME = 3 }
 
enum  MethodOptions_IdempotencyLevel : int { MethodOptions_IdempotencyLevel_IDEMPOTENCY_UNKNOWN = 0, MethodOptions_IdempotencyLevel_NO_SIDE_EFFECTS = 1, MethodOptions_IdempotencyLevel_IDEMPOTENT = 2 }
 

Functions

template<>
PROTOBUF_NAMESPACE_CLOSE PROTOBUF_NAMESPACE_OPEN PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::DescriptorProto * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::DescriptorProto > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::EnumDescriptorProto * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::EnumDescriptorProto_EnumReservedRange * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto_EnumReservedRange > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::EnumOptions * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumOptions > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::EnumValueDescriptorProto * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumValueDescriptorProto > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::EnumValueOptions * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumValueOptions > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ExtensionRangeOptions * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ExtensionRangeOptions > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FieldOptions * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FieldOptions > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FileDescriptorProto * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FileDescriptorProto > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FileDescriptorSet * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FileDescriptorSet > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FileOptions * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FileOptions > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::MessageOptions * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::MessageOptions > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::MethodDescriptorProto * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::MethodOptions * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::MethodOptions > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::OneofDescriptorProto * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::OneofOptions * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::OneofOptions > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ServiceOptions * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ServiceOptions > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::SourceCodeInfo * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::SourceCodeInfo > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::UninterpretedOption * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::UninterpretedOption > (Arena *)
 
template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart * Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart > (Arena *)
 
const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptorFieldDescriptorProto_Label_descriptor ()
 
PROTOBUF_EXPORT bool FieldDescriptorProto_Label_IsValid (int value)
 
template<typename T >
const std::stringFieldDescriptorProto_Label_Name (T enum_t_value)
 
bool FieldDescriptorProto_Label_Parse (const std::string &name, FieldDescriptorProto_Label *value)
 
const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptorFieldDescriptorProto_Type_descriptor ()
 
PROTOBUF_EXPORT bool FieldDescriptorProto_Type_IsValid (int value)
 
template<typename T >
const std::stringFieldDescriptorProto_Type_Name (T enum_t_value)
 
bool FieldDescriptorProto_Type_Parse (const std::string &name, FieldDescriptorProto_Type *value)
 
const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptorFieldOptions_CType_descriptor ()
 
PROTOBUF_EXPORT bool FieldOptions_CType_IsValid (int value)
 
template<typename T >
const std::stringFieldOptions_CType_Name (T enum_t_value)
 
bool FieldOptions_CType_Parse (const std::string &name, FieldOptions_CType *value)
 
const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptorFieldOptions_JSType_descriptor ()
 
PROTOBUF_EXPORT bool FieldOptions_JSType_IsValid (int value)
 
template<typename T >
const std::stringFieldOptions_JSType_Name (T enum_t_value)
 
bool FieldOptions_JSType_Parse (const std::string &name, FieldOptions_JSType *value)
 
const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptorFileOptions_OptimizeMode_descriptor ()
 
PROTOBUF_EXPORT bool FileOptions_OptimizeMode_IsValid (int value)
 
template<typename T >
const std::stringFileOptions_OptimizeMode_Name (T enum_t_value)
 
bool FileOptions_OptimizeMode_Parse (const std::string &name, FileOptions_OptimizeMode *value)
 
template<>
const EnumDescriptorGetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Label > ()
 
template<>
const EnumDescriptorGetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Type > ()
 
template<>
const EnumDescriptorGetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FieldOptions_CType > ()
 
template<>
const EnumDescriptorGetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FieldOptions_JSType > ()
 
template<>
const EnumDescriptorGetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FileOptions_OptimizeMode > ()
 
template<>
const EnumDescriptorGetEnumDescriptor< PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel > ()
 
const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptorMethodOptions_IdempotencyLevel_descriptor ()
 
PROTOBUF_EXPORT bool MethodOptions_IdempotencyLevel_IsValid (int value)
 
template<typename T >
const std::stringMethodOptions_IdempotencyLevel_Name (T enum_t_value)
 
bool MethodOptions_IdempotencyLevel_Parse (const std::string &name, MethodOptions_IdempotencyLevel *value)
 

Variables

PROTOBUF_EXPORT DescriptorProtoDefaultTypeInternal _DescriptorProto_default_instance_
 
PROTOBUF_EXPORT DescriptorProto_ExtensionRangeDefaultTypeInternal _DescriptorProto_ExtensionRange_default_instance_
 
PROTOBUF_EXPORT DescriptorProto_ReservedRangeDefaultTypeInternal _DescriptorProto_ReservedRange_default_instance_
 
PROTOBUF_EXPORT EnumDescriptorProtoDefaultTypeInternal _EnumDescriptorProto_default_instance_
 
PROTOBUF_EXPORT EnumDescriptorProto_EnumReservedRangeDefaultTypeInternal _EnumDescriptorProto_EnumReservedRange_default_instance_
 
PROTOBUF_EXPORT EnumOptionsDefaultTypeInternal _EnumOptions_default_instance_
 
PROTOBUF_EXPORT EnumValueDescriptorProtoDefaultTypeInternal _EnumValueDescriptorProto_default_instance_
 
PROTOBUF_EXPORT EnumValueOptionsDefaultTypeInternal _EnumValueOptions_default_instance_
 
PROTOBUF_EXPORT ExtensionRangeOptionsDefaultTypeInternal _ExtensionRangeOptions_default_instance_
 
PROTOBUF_EXPORT FieldDescriptorProtoDefaultTypeInternal _FieldDescriptorProto_default_instance_
 
PROTOBUF_EXPORT FieldOptionsDefaultTypeInternal _FieldOptions_default_instance_
 
PROTOBUF_EXPORT FileDescriptorProtoDefaultTypeInternal _FileDescriptorProto_default_instance_
 
PROTOBUF_EXPORT FileDescriptorSetDefaultTypeInternal _FileDescriptorSet_default_instance_
 
PROTOBUF_EXPORT FileOptionsDefaultTypeInternal _FileOptions_default_instance_
 
PROTOBUF_EXPORT GeneratedCodeInfo_AnnotationDefaultTypeInternal _GeneratedCodeInfo_Annotation_default_instance_
 
PROTOBUF_EXPORT GeneratedCodeInfoDefaultTypeInternal _GeneratedCodeInfo_default_instance_
 
PROTOBUF_EXPORT MessageOptionsDefaultTypeInternal _MessageOptions_default_instance_
 
PROTOBUF_EXPORT MethodDescriptorProtoDefaultTypeInternal _MethodDescriptorProto_default_instance_
 
PROTOBUF_EXPORT MethodOptionsDefaultTypeInternal _MethodOptions_default_instance_
 
PROTOBUF_EXPORT OneofDescriptorProtoDefaultTypeInternal _OneofDescriptorProto_default_instance_
 
PROTOBUF_EXPORT OneofOptionsDefaultTypeInternal _OneofOptions_default_instance_
 
PROTOBUF_EXPORT ServiceDescriptorProtoDefaultTypeInternal _ServiceDescriptorProto_default_instance_
 
PROTOBUF_EXPORT ServiceOptionsDefaultTypeInternal _ServiceOptions_default_instance_
 
PROTOBUF_EXPORT SourceCodeInfoDefaultTypeInternal _SourceCodeInfo_default_instance_
 
PROTOBUF_EXPORT SourceCodeInfo_LocationDefaultTypeInternal _SourceCodeInfo_Location_default_instance_
 
PROTOBUF_EXPORT UninterpretedOptionDefaultTypeInternal _UninterpretedOption_default_instance_
 
PROTOBUF_EXPORT UninterpretedOption_NamePartDefaultTypeInternal _UninterpretedOption_NamePart_default_instance_
 
const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fdescriptor_2eproto
 
constexpr int FieldDescriptorProto_Label_Label_ARRAYSIZE = FieldDescriptorProto_Label_Label_MAX + 1
 
constexpr FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MAX = FieldDescriptorProto_Label_LABEL_REPEATED
 
constexpr FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MIN = FieldDescriptorProto_Label_LABEL_OPTIONAL
 
constexpr int FieldDescriptorProto_Type_Type_ARRAYSIZE = FieldDescriptorProto_Type_Type_MAX + 1
 
constexpr FieldDescriptorProto_Type FieldDescriptorProto_Type_Type_MAX = FieldDescriptorProto_Type_TYPE_SINT64
 
constexpr FieldDescriptorProto_Type FieldDescriptorProto_Type_Type_MIN = FieldDescriptorProto_Type_TYPE_DOUBLE
 
constexpr int FieldOptions_CType_CType_ARRAYSIZE = FieldOptions_CType_CType_MAX + 1
 
constexpr FieldOptions_CType FieldOptions_CType_CType_MAX = FieldOptions_CType_STRING_PIECE
 
constexpr FieldOptions_CType FieldOptions_CType_CType_MIN = FieldOptions_CType_STRING
 
constexpr int FieldOptions_JSType_JSType_ARRAYSIZE = FieldOptions_JSType_JSType_MAX + 1
 
constexpr FieldOptions_JSType FieldOptions_JSType_JSType_MAX = FieldOptions_JSType_JS_NUMBER
 
constexpr FieldOptions_JSType FieldOptions_JSType_JSType_MIN = FieldOptions_JSType_JS_NORMAL
 
constexpr int FileOptions_OptimizeMode_OptimizeMode_ARRAYSIZE = FileOptions_OptimizeMode_OptimizeMode_MAX + 1
 
constexpr FileOptions_OptimizeMode FileOptions_OptimizeMode_OptimizeMode_MAX = FileOptions_OptimizeMode_LITE_RUNTIME
 
constexpr FileOptions_OptimizeMode FileOptions_OptimizeMode_OptimizeMode_MIN = FileOptions_OptimizeMode_SPEED
 
constexpr int MethodOptions_IdempotencyLevel_IdempotencyLevel_ARRAYSIZE = MethodOptions_IdempotencyLevel_IdempotencyLevel_MAX + 1
 
constexpr MethodOptions_IdempotencyLevel MethodOptions_IdempotencyLevel_IdempotencyLevel_MAX = MethodOptions_IdempotencyLevel_IDEMPOTENT
 
constexpr MethodOptions_IdempotencyLevel MethodOptions_IdempotencyLevel_IdempotencyLevel_MIN = MethodOptions_IdempotencyLevel_IDEMPOTENCY_UNKNOWN
 

Macro Definition Documentation

◆ PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fdescriptor_2eproto

#define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fdescriptor_2eproto   PROTOBUF_EXPORT

Definition at line 38 of file descriptor.pb.h.

Enumeration Type Documentation

◆ FieldDescriptorProto_Label

Enumerator
FieldDescriptorProto_Label_LABEL_OPTIONAL 
FieldDescriptorProto_Label_LABEL_REQUIRED 
FieldDescriptorProto_Label_LABEL_REPEATED 

Definition at line 211 of file descriptor.pb.h.

◆ FieldDescriptorProto_Type

Enumerator
FieldDescriptorProto_Type_TYPE_DOUBLE 
FieldDescriptorProto_Type_TYPE_FLOAT 
FieldDescriptorProto_Type_TYPE_INT64 
FieldDescriptorProto_Type_TYPE_UINT64 
FieldDescriptorProto_Type_TYPE_INT32 
FieldDescriptorProto_Type_TYPE_FIXED64 
FieldDescriptorProto_Type_TYPE_FIXED32 
FieldDescriptorProto_Type_TYPE_BOOL 
FieldDescriptorProto_Type_TYPE_STRING 
FieldDescriptorProto_Type_TYPE_GROUP 
FieldDescriptorProto_Type_TYPE_MESSAGE 
FieldDescriptorProto_Type_TYPE_BYTES 
FieldDescriptorProto_Type_TYPE_UINT32 
FieldDescriptorProto_Type_TYPE_ENUM 
FieldDescriptorProto_Type_TYPE_SFIXED32 
FieldDescriptorProto_Type_TYPE_SFIXED64 
FieldDescriptorProto_Type_TYPE_SINT32 
FieldDescriptorProto_Type_TYPE_SINT64 

Definition at line 172 of file descriptor.pb.h.

◆ FieldOptions_CType

enum FieldOptions_CType : int
Enumerator
FieldOptions_CType_STRING 
FieldOptions_CType_CORD 
FieldOptions_CType_STRING_PIECE 

Definition at line 259 of file descriptor.pb.h.

◆ FieldOptions_JSType

enum FieldOptions_JSType : int
Enumerator
FieldOptions_JSType_JS_NORMAL 
FieldOptions_JSType_JS_STRING 
FieldOptions_JSType_JS_NUMBER 

Definition at line 283 of file descriptor.pb.h.

◆ FileOptions_OptimizeMode

Enumerator
FileOptions_OptimizeMode_SPEED 
FileOptions_OptimizeMode_CODE_SIZE 
FileOptions_OptimizeMode_LITE_RUNTIME 

Definition at line 235 of file descriptor.pb.h.

◆ MethodOptions_IdempotencyLevel

Enumerator
MethodOptions_IdempotencyLevel_IDEMPOTENCY_UNKNOWN 
MethodOptions_IdempotencyLevel_NO_SIDE_EFFECTS 
MethodOptions_IdempotencyLevel_IDEMPOTENT 

Definition at line 307 of file descriptor.pb.h.

Function Documentation

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::DescriptorProto >()

template<>
PROTOBUF_NAMESPACE_CLOSE PROTOBUF_NAMESPACE_OPEN PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::DescriptorProto* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::DescriptorProto > ( Arena *  )

Definition at line 15341 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > ( Arena *  )

Definition at line 15335 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > ( Arena *  )

Definition at line 15338 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::EnumDescriptorProto* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > ( Arena *  )

Definition at line 15356 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto_EnumReservedRange >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::EnumDescriptorProto_EnumReservedRange* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto_EnumReservedRange > ( Arena *  )

Definition at line 15353 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumOptions >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::EnumOptions* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumOptions > ( Arena *  )

Definition at line 15380 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumValueDescriptorProto >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::EnumValueDescriptorProto* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumValueDescriptorProto > ( Arena *  )

Definition at line 15359 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumValueOptions >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::EnumValueOptions* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::EnumValueOptions > ( Arena *  )

Definition at line 15383 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ExtensionRangeOptions >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ExtensionRangeOptions* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ExtensionRangeOptions > ( Arena *  )

Definition at line 15344 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FieldDescriptorProto* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > ( Arena *  )

Definition at line 15347 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FieldOptions >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FieldOptions* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FieldOptions > ( Arena *  )

Definition at line 15374 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FileDescriptorProto >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FileDescriptorProto* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FileDescriptorProto > ( Arena *  )

Definition at line 15332 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FileDescriptorSet >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FileDescriptorSet* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FileDescriptorSet > ( Arena *  )

Definition at line 15329 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FileOptions >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FileOptions* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::FileOptions > ( Arena *  )

Definition at line 15368 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo > ( Arena *  )

Definition at line 15407 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation > ( Arena *  )

Definition at line 15404 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::MessageOptions >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::MessageOptions* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::MessageOptions > ( Arena *  )

Definition at line 15371 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::MethodDescriptorProto* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::MethodDescriptorProto > ( Arena *  )

Definition at line 15365 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::MethodOptions >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::MethodOptions* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::MethodOptions > ( Arena *  )

Definition at line 15389 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::OneofDescriptorProto* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > ( Arena *  )

Definition at line 15350 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::OneofOptions >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::OneofOptions* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::OneofOptions > ( Arena *  )

Definition at line 15377 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ServiceDescriptorProto > ( Arena *  )

Definition at line 15362 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ServiceOptions >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::ServiceOptions* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::ServiceOptions > ( Arena *  )

Definition at line 15386 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::SourceCodeInfo >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::SourceCodeInfo* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::SourceCodeInfo > ( Arena *  )

Definition at line 15401 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location > ( Arena *  )

Definition at line 15398 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::UninterpretedOption >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::UninterpretedOption* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::UninterpretedOption > ( Arena *  )

Definition at line 15395 of file descriptor.pb.cc.

◆ Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart >()

template<>
PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart* Arena::CreateMaybeMessage< PROTOBUF_NAMESPACE_ID::UninterpretedOption_NamePart > ( Arena *  )

Definition at line 15392 of file descriptor.pb.cc.

◆ FieldDescriptorProto_Label_descriptor()

const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* FieldDescriptorProto_Label_descriptor ( )

Definition at line 1264 of file descriptor.pb.cc.

◆ FieldDescriptorProto_Label_IsValid()

PROTOBUF_EXPORT bool FieldDescriptorProto_Label_IsValid ( int  value)

Definition at line 1268 of file descriptor.pb.cc.

◆ FieldDescriptorProto_Label_Name()

template<typename T >
const std::string& FieldDescriptorProto_Label_Name ( T  enum_t_value)
inline

Definition at line 223 of file descriptor.pb.h.

◆ FieldDescriptorProto_Label_Parse()

bool FieldDescriptorProto_Label_Parse ( const std::string name,
FieldDescriptorProto_Label value 
)
inline

Definition at line 230 of file descriptor.pb.h.

◆ FieldDescriptorProto_Type_descriptor()

const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* FieldDescriptorProto_Type_descriptor ( )

Definition at line 1211 of file descriptor.pb.cc.

◆ FieldDescriptorProto_Type_IsValid()

PROTOBUF_EXPORT bool FieldDescriptorProto_Type_IsValid ( int  value)

Definition at line 1215 of file descriptor.pb.cc.

◆ FieldDescriptorProto_Type_Name()

template<typename T >
const std::string& FieldDescriptorProto_Type_Name ( T  enum_t_value)
inline

Definition at line 199 of file descriptor.pb.h.

◆ FieldDescriptorProto_Type_Parse()

bool FieldDescriptorProto_Type_Parse ( const std::string name,
FieldDescriptorProto_Type value 
)
inline

Definition at line 206 of file descriptor.pb.h.

◆ FieldOptions_CType_descriptor()

const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* FieldOptions_CType_descriptor ( )

Definition at line 1310 of file descriptor.pb.cc.

◆ FieldOptions_CType_IsValid()

PROTOBUF_EXPORT bool FieldOptions_CType_IsValid ( int  value)

Definition at line 1314 of file descriptor.pb.cc.

◆ FieldOptions_CType_Name()

template<typename T >
const std::string& FieldOptions_CType_Name ( T  enum_t_value)
inline

Definition at line 271 of file descriptor.pb.h.

◆ FieldOptions_CType_Parse()

bool FieldOptions_CType_Parse ( const std::string name,
FieldOptions_CType value 
)
inline

Definition at line 278 of file descriptor.pb.h.

◆ FieldOptions_JSType_descriptor()

const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* FieldOptions_JSType_descriptor ( )

Definition at line 1333 of file descriptor.pb.cc.

◆ FieldOptions_JSType_IsValid()

PROTOBUF_EXPORT bool FieldOptions_JSType_IsValid ( int  value)

Definition at line 1337 of file descriptor.pb.cc.

◆ FieldOptions_JSType_Name()

template<typename T >
const std::string& FieldOptions_JSType_Name ( T  enum_t_value)
inline

Definition at line 295 of file descriptor.pb.h.

◆ FieldOptions_JSType_Parse()

bool FieldOptions_JSType_Parse ( const std::string name,
FieldOptions_JSType value 
)
inline

Definition at line 302 of file descriptor.pb.h.

◆ FileOptions_OptimizeMode_descriptor()

const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* FileOptions_OptimizeMode_descriptor ( )

Definition at line 1287 of file descriptor.pb.cc.

◆ FileOptions_OptimizeMode_IsValid()

PROTOBUF_EXPORT bool FileOptions_OptimizeMode_IsValid ( int  value)

Definition at line 1291 of file descriptor.pb.cc.

◆ FileOptions_OptimizeMode_Name()

template<typename T >
const std::string& FileOptions_OptimizeMode_Name ( T  enum_t_value)
inline

Definition at line 247 of file descriptor.pb.h.

◆ FileOptions_OptimizeMode_Parse()

bool FileOptions_OptimizeMode_Parse ( const std::string name,
FileOptions_OptimizeMode value 
)
inline

Definition at line 254 of file descriptor.pb.h.

◆ GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Label >()

template<>
const EnumDescriptor* GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Label > ( )
inline

Definition at line 11983 of file descriptor.pb.h.

◆ GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Type >()

template<>
const EnumDescriptor* GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto_Type > ( )
inline

Definition at line 11978 of file descriptor.pb.h.

◆ GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FieldOptions_CType >()

template<>
const EnumDescriptor* GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FieldOptions_CType > ( )
inline

Definition at line 11993 of file descriptor.pb.h.

◆ GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FieldOptions_JSType >()

template<>
const EnumDescriptor* GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FieldOptions_JSType > ( )
inline

Definition at line 11998 of file descriptor.pb.h.

◆ GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FileOptions_OptimizeMode >()

template<>
const EnumDescriptor* GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::FileOptions_OptimizeMode > ( )
inline

Definition at line 11988 of file descriptor.pb.h.

◆ GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel >()

template<>
const EnumDescriptor* GetEnumDescriptor< PROTOBUF_NAMESPACE_ID::MethodOptions_IdempotencyLevel > ( )
inline

Definition at line 12003 of file descriptor.pb.h.

◆ MethodOptions_IdempotencyLevel_descriptor()

const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* MethodOptions_IdempotencyLevel_descriptor ( )

Definition at line 1356 of file descriptor.pb.cc.

◆ MethodOptions_IdempotencyLevel_IsValid()

PROTOBUF_EXPORT bool MethodOptions_IdempotencyLevel_IsValid ( int  value)

Definition at line 1360 of file descriptor.pb.cc.

◆ MethodOptions_IdempotencyLevel_Name()

template<typename T >
const std::string& MethodOptions_IdempotencyLevel_Name ( T  enum_t_value)
inline

Definition at line 319 of file descriptor.pb.h.

◆ MethodOptions_IdempotencyLevel_Parse()

bool MethodOptions_IdempotencyLevel_Parse ( const std::string name,
MethodOptions_IdempotencyLevel value 
)
inline

Definition at line 326 of file descriptor.pb.h.

Variable Documentation

◆ _DescriptorProto_default_instance_

PROTOBUF_EXPORT DescriptorProtoDefaultTypeInternal _DescriptorProto_default_instance_

◆ _DescriptorProto_ExtensionRange_default_instance_

PROTOBUF_EXPORT DescriptorProto_ExtensionRangeDefaultTypeInternal _DescriptorProto_ExtensionRange_default_instance_

◆ _DescriptorProto_ReservedRange_default_instance_

PROTOBUF_EXPORT DescriptorProto_ReservedRangeDefaultTypeInternal _DescriptorProto_ReservedRange_default_instance_

◆ _EnumDescriptorProto_default_instance_

PROTOBUF_EXPORT EnumDescriptorProtoDefaultTypeInternal _EnumDescriptorProto_default_instance_

◆ _EnumDescriptorProto_EnumReservedRange_default_instance_

PROTOBUF_EXPORT EnumDescriptorProto_EnumReservedRangeDefaultTypeInternal _EnumDescriptorProto_EnumReservedRange_default_instance_

◆ _EnumOptions_default_instance_

PROTOBUF_EXPORT EnumOptionsDefaultTypeInternal _EnumOptions_default_instance_

◆ _EnumValueDescriptorProto_default_instance_

PROTOBUF_EXPORT EnumValueDescriptorProtoDefaultTypeInternal _EnumValueDescriptorProto_default_instance_

◆ _EnumValueOptions_default_instance_

PROTOBUF_EXPORT EnumValueOptionsDefaultTypeInternal _EnumValueOptions_default_instance_

◆ _ExtensionRangeOptions_default_instance_

PROTOBUF_EXPORT ExtensionRangeOptionsDefaultTypeInternal _ExtensionRangeOptions_default_instance_

◆ _FieldDescriptorProto_default_instance_

PROTOBUF_EXPORT FieldDescriptorProtoDefaultTypeInternal _FieldDescriptorProto_default_instance_

◆ _FieldOptions_default_instance_

PROTOBUF_EXPORT FieldOptionsDefaultTypeInternal _FieldOptions_default_instance_

◆ _FileDescriptorProto_default_instance_

PROTOBUF_EXPORT FileDescriptorProtoDefaultTypeInternal _FileDescriptorProto_default_instance_

◆ _FileDescriptorSet_default_instance_

PROTOBUF_EXPORT FileDescriptorSetDefaultTypeInternal _FileDescriptorSet_default_instance_

◆ _FileOptions_default_instance_

PROTOBUF_EXPORT FileOptionsDefaultTypeInternal _FileOptions_default_instance_

◆ _GeneratedCodeInfo_Annotation_default_instance_

PROTOBUF_EXPORT GeneratedCodeInfo_AnnotationDefaultTypeInternal _GeneratedCodeInfo_Annotation_default_instance_

◆ _GeneratedCodeInfo_default_instance_

PROTOBUF_EXPORT GeneratedCodeInfoDefaultTypeInternal _GeneratedCodeInfo_default_instance_

◆ _MessageOptions_default_instance_

PROTOBUF_EXPORT MessageOptionsDefaultTypeInternal _MessageOptions_default_instance_

◆ _MethodDescriptorProto_default_instance_

PROTOBUF_EXPORT MethodDescriptorProtoDefaultTypeInternal _MethodDescriptorProto_default_instance_

◆ _MethodOptions_default_instance_

PROTOBUF_EXPORT MethodOptionsDefaultTypeInternal _MethodOptions_default_instance_

◆ _OneofDescriptorProto_default_instance_

PROTOBUF_EXPORT OneofDescriptorProtoDefaultTypeInternal _OneofDescriptorProto_default_instance_

◆ _OneofOptions_default_instance_

PROTOBUF_EXPORT OneofOptionsDefaultTypeInternal _OneofOptions_default_instance_

◆ _ServiceDescriptorProto_default_instance_

PROTOBUF_EXPORT ServiceDescriptorProtoDefaultTypeInternal _ServiceDescriptorProto_default_instance_

◆ _ServiceOptions_default_instance_

PROTOBUF_EXPORT ServiceOptionsDefaultTypeInternal _ServiceOptions_default_instance_

◆ _SourceCodeInfo_default_instance_

PROTOBUF_EXPORT SourceCodeInfoDefaultTypeInternal _SourceCodeInfo_default_instance_

◆ _SourceCodeInfo_Location_default_instance_

PROTOBUF_EXPORT SourceCodeInfo_LocationDefaultTypeInternal _SourceCodeInfo_Location_default_instance_

◆ _UninterpretedOption_default_instance_

PROTOBUF_EXPORT UninterpretedOptionDefaultTypeInternal _UninterpretedOption_default_instance_

◆ _UninterpretedOption_NamePart_default_instance_

PROTOBUF_EXPORT UninterpretedOption_NamePartDefaultTypeInternal _UninterpretedOption_NamePart_default_instance_

◆ descriptor_table_google_2fprotobuf_2fdescriptor_2eproto

const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fdescriptor_2eproto

Definition at line 1201 of file descriptor.pb.cc.

◆ FieldDescriptorProto_Label_Label_ARRAYSIZE

constexpr int FieldDescriptorProto_Label_Label_ARRAYSIZE = FieldDescriptorProto_Label_Label_MAX + 1
constexpr

Definition at line 219 of file descriptor.pb.h.

◆ FieldDescriptorProto_Label_Label_MAX

constexpr FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MAX = FieldDescriptorProto_Label_LABEL_REPEATED
constexpr

Definition at line 218 of file descriptor.pb.h.

◆ FieldDescriptorProto_Label_Label_MIN

constexpr FieldDescriptorProto_Label FieldDescriptorProto_Label_Label_MIN = FieldDescriptorProto_Label_LABEL_OPTIONAL
constexpr

Definition at line 217 of file descriptor.pb.h.

◆ FieldDescriptorProto_Type_Type_ARRAYSIZE

constexpr int FieldDescriptorProto_Type_Type_ARRAYSIZE = FieldDescriptorProto_Type_Type_MAX + 1
constexpr

Definition at line 195 of file descriptor.pb.h.

◆ FieldDescriptorProto_Type_Type_MAX

constexpr FieldDescriptorProto_Type FieldDescriptorProto_Type_Type_MAX = FieldDescriptorProto_Type_TYPE_SINT64
constexpr

Definition at line 194 of file descriptor.pb.h.

◆ FieldDescriptorProto_Type_Type_MIN

constexpr FieldDescriptorProto_Type FieldDescriptorProto_Type_Type_MIN = FieldDescriptorProto_Type_TYPE_DOUBLE
constexpr

Definition at line 193 of file descriptor.pb.h.

◆ FieldOptions_CType_CType_ARRAYSIZE

constexpr int FieldOptions_CType_CType_ARRAYSIZE = FieldOptions_CType_CType_MAX + 1
constexpr

Definition at line 267 of file descriptor.pb.h.

◆ FieldOptions_CType_CType_MAX

constexpr FieldOptions_CType FieldOptions_CType_CType_MAX = FieldOptions_CType_STRING_PIECE
constexpr

Definition at line 266 of file descriptor.pb.h.

◆ FieldOptions_CType_CType_MIN

constexpr FieldOptions_CType FieldOptions_CType_CType_MIN = FieldOptions_CType_STRING
constexpr

Definition at line 265 of file descriptor.pb.h.

◆ FieldOptions_JSType_JSType_ARRAYSIZE

constexpr int FieldOptions_JSType_JSType_ARRAYSIZE = FieldOptions_JSType_JSType_MAX + 1
constexpr

Definition at line 291 of file descriptor.pb.h.

◆ FieldOptions_JSType_JSType_MAX

constexpr FieldOptions_JSType FieldOptions_JSType_JSType_MAX = FieldOptions_JSType_JS_NUMBER
constexpr

Definition at line 290 of file descriptor.pb.h.

◆ FieldOptions_JSType_JSType_MIN

constexpr FieldOptions_JSType FieldOptions_JSType_JSType_MIN = FieldOptions_JSType_JS_NORMAL
constexpr

Definition at line 289 of file descriptor.pb.h.

◆ FileOptions_OptimizeMode_OptimizeMode_ARRAYSIZE

constexpr int FileOptions_OptimizeMode_OptimizeMode_ARRAYSIZE = FileOptions_OptimizeMode_OptimizeMode_MAX + 1
constexpr

Definition at line 243 of file descriptor.pb.h.

◆ FileOptions_OptimizeMode_OptimizeMode_MAX

constexpr FileOptions_OptimizeMode FileOptions_OptimizeMode_OptimizeMode_MAX = FileOptions_OptimizeMode_LITE_RUNTIME
constexpr

Definition at line 242 of file descriptor.pb.h.

◆ FileOptions_OptimizeMode_OptimizeMode_MIN

constexpr FileOptions_OptimizeMode FileOptions_OptimizeMode_OptimizeMode_MIN = FileOptions_OptimizeMode_SPEED
constexpr

Definition at line 241 of file descriptor.pb.h.

◆ MethodOptions_IdempotencyLevel_IdempotencyLevel_ARRAYSIZE

constexpr int MethodOptions_IdempotencyLevel_IdempotencyLevel_ARRAYSIZE = MethodOptions_IdempotencyLevel_IdempotencyLevel_MAX + 1
constexpr

Definition at line 315 of file descriptor.pb.h.

◆ MethodOptions_IdempotencyLevel_IdempotencyLevel_MAX

constexpr MethodOptions_IdempotencyLevel MethodOptions_IdempotencyLevel_IdempotencyLevel_MAX = MethodOptions_IdempotencyLevel_IDEMPOTENT
constexpr

Definition at line 314 of file descriptor.pb.h.

◆ MethodOptions_IdempotencyLevel_IdempotencyLevel_MIN

constexpr MethodOptions_IdempotencyLevel MethodOptions_IdempotencyLevel_IdempotencyLevel_MIN = MethodOptions_IdempotencyLevel_IDEMPOTENCY_UNKNOWN
constexpr

Definition at line 313 of file descriptor.pb.h.



libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:02