class EnumValue

Defined at line 806 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

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

Public Members

static const int kIndexInFileMessages

Protected Members

static ClassDataFull _class_data_

Public Methods

void EnumValue ()

Defined at line 810 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

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

Defined at line 824 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

void EnumValue (EnumValue && from)

Defined at line 825 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

EnumValue & operator= (const EnumValue & from)

Defined at line 827 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

EnumValue & operator= (EnumValue && from)

Defined at line 831 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

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

Defined at line 841 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

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

Defined at line 845 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

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

Defined at line 850 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

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

Defined at line 853 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

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

Defined at line 856 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

const EnumValue & default_instance ()

Defined at line 859 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

const EnumValue * internal_default_instance ()

Defined at line 862 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

void Swap (EnumValue * other)

Defined at line 868 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

void UnsafeArenaSwap (EnumValue * other)

Defined at line 876 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

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

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

Defined at line 884 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

void MergeFrom (const EnumValue & from)

Defined at line 890 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

bool IsInitialized ()

Defined at line 898 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

int GetCachedSize ()

Defined at line 922 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

void ~EnumValue ()
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
::google::protobuf::Metadata GetMetadata ()
int options_size ()

repeated .google.protobuf.Option options = 3;

Defined at line 2754 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

void clear_options ()

Defined at line 2757 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

::google::protobuf::Option * mutable_options (int index)

Defined at line 2761 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

::google::protobuf::RepeatedPtrField< ::google::protobuf::Option> * mutable_options ()

Defined at line 2766 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

const ::google::protobuf::Option & options (int index)

Defined at line 2772 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

::google::protobuf::Option * add_options ()

Defined at line 2777 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option> & options ()

Defined at line 2783 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

void clear_name ()

string name = 1;

Defined at line 2681 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

const std::string & name ()

Defined at line 2685 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

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

Defined at line 2691 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

std::string * mutable_name ()

Defined at line 2697 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

std::string * release_name ()

Defined at line 2714 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

void set_allocated_name (std::string * value)

Defined at line 2719 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

void clear_number ()

int32 number = 2;

Defined at line 2729 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

::int32_t number ()

Defined at line 2733 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

void set_number (::int32_t value)

Defined at line 2737 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

Protected Methods

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

Defined at line 937 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

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

Enumerations

enum 
Name Value
kOptionsFieldNumber 3
kNameFieldNumber 1
kNumberFieldNumber 2

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

Defined at line 952 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

Friends

class TableStruct_google_2fprotobuf_2ftype_2eproto
template <typename T>
class InternalHelper
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view EnumValue ()
void EnumValue (EnumValue & aEnumValue & b)