class EnumDescriptorProto

Defined at line 10598 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

-------------------------------------------------------------------

Public Members

static const int kIndexInFileMessages

Protected Members

static ClassDataFull _class_data_

Public Methods

void EnumDescriptorProto ()

Defined at line 10602 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void ~EnumDescriptorProto ()
template <typename = void>
void EnumDescriptorProto (::google::protobuf::internal::ConstantInitialized )
void CopyFrom (const EnumDescriptorProto & from)
void Clear ()
::size_t ByteSizeLong ()
void EnumDescriptorProto (const EnumDescriptorProto & from)

Defined at line 10616 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void EnumDescriptorProto (EnumDescriptorProto && from)

Defined at line 10617 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

EnumDescriptorProto & operator= (const EnumDescriptorProto & from)

Defined at line 10619 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

EnumDescriptorProto & operator= (EnumDescriptorProto && from)

Defined at line 10623 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::UnknownFieldSet & unknown_fields ()

Defined at line 10633 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()

Defined at line 10637 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::Descriptor * descriptor ()

Defined at line 10642 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::Descriptor * GetDescriptor ()

Defined at line 10645 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::Reflection * GetReflection ()

Defined at line 10648 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const EnumDescriptorProto & default_instance ()

Defined at line 10651 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const EnumDescriptorProto * internal_default_instance ()

Defined at line 10654 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void Swap (EnumDescriptorProto * other)

Defined at line 10660 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void UnsafeArenaSwap (EnumDescriptorProto * other)

Defined at line 10668 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

EnumDescriptorProto * New (::google::protobuf::Arena * arena)

implements Message ----------------------------------------------

Defined at line 10676 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void MergeFrom (const EnumDescriptorProto & from)

Defined at line 10682 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

bool IsInitialized ()

Defined at line 10690 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

int GetCachedSize ()

Defined at line 10719 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
::google::protobuf::Metadata GetMetadata ()
int value_size ()

repeated .google.protobuf.EnumValueDescriptorProto value = 2;

Defined at line 15058 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void clear_value ()

Defined at line 15061 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

::google::protobuf::EnumValueDescriptorProto * mutable_value (int index)

Defined at line 15065 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto> * mutable_value ()

Defined at line 15070 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::EnumValueDescriptorProto & value (int index)

Defined at line 15076 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

::google::protobuf::EnumValueDescriptorProto * add_value ()

Defined at line 15081 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValueDescriptorProto> & value ()

Defined at line 15087 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

int reserved_range_size ()

repeated .google.protobuf.EnumDescriptorProto.EnumReservedRange reserved_range = 4;

Defined at line 15203 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void clear_reserved_range ()

Defined at line 15206 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

::google::protobuf::EnumDescriptorProto_EnumReservedRange * mutable_reserved_range (int index)

Defined at line 15210 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto_EnumReservedRange> * mutable_reserved_range ()

Defined at line 15215 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::EnumDescriptorProto_EnumReservedRange & reserved_range (int index)

Defined at line 15221 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

::google::protobuf::EnumDescriptorProto_EnumReservedRange * add_reserved_range ()

Defined at line 15226 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto_EnumReservedRange> & reserved_range ()

Defined at line 15232 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

int reserved_name_size ()

repeated string reserved_name = 5;

Defined at line 15252 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void clear_reserved_name ()

Defined at line 15255 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const std::string & reserved_name (int index)

Defined at line 15265 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

std::string * mutable_reserved_name (int index)

Defined at line 15270 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_reserved_name (int index, Arg_ && value, Args_... args)

Defined at line 15276 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

std::string * add_reserved_name ()

Defined at line 15259 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void add_reserved_name (Arg_ && value, Args_... args)

Defined at line 15283 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::RepeatedPtrField<std::string> & reserved_name ()

Defined at line 15290 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

::google::protobuf::RepeatedPtrField<std::string> * mutable_reserved_name ()

Defined at line 15295 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

bool has_name ()

optional string name = 1;

Defined at line 14986 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void clear_name ()

Defined at line 14990 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const std::string & name ()

Defined at line 14995 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

template <typename Arg_ = const std::string&, typename... Args_>
void set_name (Arg_ && arg, Args_... args)

Defined at line 15001 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

std::string * mutable_name ()

Defined at line 15008 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

std::string * release_name ()

Defined at line 15027 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void set_allocated_name (std::string * value)

Defined at line 15040 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

bool has_options ()

optional .google.protobuf.EnumOptions options = 3;

Defined at line 15104 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void clear_options ()

Defined at line 15109 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::EnumOptions & options ()

Defined at line 15119 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

::google::protobuf::EnumOptions * release_options ()

Defined at line 15136 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

::google::protobuf::EnumOptions * mutable_options ()

Defined at line 15172 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void set_allocated_options (::google::protobuf::EnumOptions * value)

Defined at line 15178 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

void unsafe_arena_set_allocated_options (::google::protobuf::EnumOptions * value)

Defined at line 15123 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

::google::protobuf::EnumOptions * unsafe_arena_release_options ()

Defined at line 15155 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

Protected Methods

void EnumDescriptorProto (::google::protobuf::Arena * arena)
void EnumDescriptorProto (::google::protobuf::Arena * arena, const EnumDescriptorProto & from)
void EnumDescriptorProto (::google::protobuf::Arena * arena, EnumDescriptorProto && from)

Defined at line 10734 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::internal::ClassData * GetClassData ()
void * PlacementNew_ (const void * , void * mem, ::google::protobuf::Arena * arena)
auto InternalNewImpl_ ()

Enumerations

enum 
Name Value
kValueFieldNumber 2
kReservedRangeFieldNumber 4
kReservedNameFieldNumber 5
kNameFieldNumber 1
kOptionsFieldNumber 3

accessors -------------------------------------------------------

Defined at line 10750 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

Friends

class TableStruct_google_2fprotobuf_2fdescriptor_2eproto
template <typename T>
class InternalHelper
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view EnumDescriptorProto ()
void EnumDescriptorProto (EnumDescriptorProto & aEnumDescriptorProto & b)