class EnumValueDescriptorProto

Defined at line 9896 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 CopyFrom (const EnumValueDescriptorProto & from)
void Clear ()
::size_t ByteSizeLong ()
void EnumValueDescriptorProto ()

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

void EnumValueDescriptorProto (const EnumValueDescriptorProto & from)

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

void EnumValueDescriptorProto (EnumValueDescriptorProto && from)

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

int GetCachedSize ()

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

void ~EnumValueDescriptorProto ()
template <typename = void>
void EnumValueDescriptorProto (::google::protobuf::internal::ConstantInitialized )
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
EnumValueDescriptorProto & operator= (const EnumValueDescriptorProto & from)

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

EnumValueDescriptorProto & operator= (EnumValueDescriptorProto && from)

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

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

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

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

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

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

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

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

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

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

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

const EnumValueDescriptorProto & default_instance ()

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

const EnumValueDescriptorProto * internal_default_instance ()

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

void Swap (EnumValueDescriptorProto * other)

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

void UnsafeArenaSwap (EnumValueDescriptorProto * other)

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

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

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

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

void MergeFrom (const EnumValueDescriptorProto & from)

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

bool IsInitialized ()

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

::google::protobuf::Metadata GetMetadata ()
bool has_name ()

optional string name = 1;

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

void clear_name ()

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

const std::string & name ()

Defined at line 15326 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 15332 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h

std::string * mutable_name ()

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

std::string * release_name ()

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

void set_allocated_name (std::string * value)

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

bool has_options ()

optional .google.protobuf.EnumValueOptions options = 3;

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

void clear_options ()

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

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

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

::google::protobuf::EnumValueOptions * release_options ()

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

::google::protobuf::EnumValueOptions * mutable_options ()

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

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

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

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

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

::google::protobuf::EnumValueOptions * unsafe_arena_release_options ()

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

bool has_number ()

optional int32 number = 2;

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

void clear_number ()

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

::int32_t number ()

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

void set_number (::int32_t value)

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

Protected Methods

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

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

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

Enumerations

enum 
Name Value
kNameFieldNumber 1
kOptionsFieldNumber 3
kNumberFieldNumber 2

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

Defined at line 10047 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 EnumValueDescriptorProto ()
void EnumValueDescriptorProto (EnumValueDescriptorProto & aEnumValueDescriptorProto & b)