class EnumValueDescriptorProto
Defined at line 11169 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
-------------------------------------------------------------------
Public Members
static const int kIndexInFileMessages
Public Methods
void CopyFrom (const EnumValueDescriptorProto & from)
void Clear ()
::size_t ByteSizeLong ()
void EnumValueDescriptorProto ()
Defined at line 11172 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
EnumValueDescriptorProto & operator= (const EnumValueDescriptorProto & from)
Defined at line 11189 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
EnumValueDescriptorProto & operator= (EnumValueDescriptorProto && from)
Defined at line 11193 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::UnknownFieldSet & unknown_fields ()
Defined at line 11203 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
Defined at line 11207 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::Descriptor * descriptor ()
Defined at line 11212 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::Descriptor * GetDescriptor ()
Defined at line 11215 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::Reflection * GetReflection ()
Defined at line 11219 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const EnumValueDescriptorProto & default_instance ()
Defined at line 11222 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
void Swap (EnumValueDescriptorProto * other)
Defined at line 11227 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
void UnsafeArenaSwap (EnumValueDescriptorProto * other)
Defined at line 11235 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
EnumValueDescriptorProto * New (::google::protobuf::Arena * arena)
implements Message ----------------------------------------------
Defined at line 11243 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
void MergeFrom (const EnumValueDescriptorProto & from)
Defined at line 11250 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
bool IsInitialized ()
Defined at line 11257 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
int GetCachedSize ()
Defined at line 11286 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
void ~EnumValueDescriptorProto ()
template <typename = void>
void EnumValueDescriptorProto (::google::protobuf::internal::ConstantInitialized , const ::google::protobuf::internal::ClassData * class_data)
void EnumValueDescriptorProto (const EnumValueDescriptorProto & from)
Defined at line 11187 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
void EnumValueDescriptorProto (EnumValueDescriptorProto && from)
Defined at line 11188 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
auto InternalGenerateClassData_ (const MessageLite & prototype, const ::google::protobuf::internal::TcParseTableBase * tc_table)
::google::protobuf::Metadata GetMetadata ()
bool has_name ()
optional string name = 1;
Defined at line 17089 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
void clear_name ()
Defined at line 17093 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const ::std::string & name ()
Defined at line 17098 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
template <typename Arg_ = const ::std::string&, typename... Args_>
void set_name (Arg_ && arg, Args_... args)
Defined at line 17104 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
::std::string * mutable_name ()
Defined at line 17110 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
::std::string * release_name ()
Defined at line 17129 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
void set_allocated_name (::std::string * value)
Defined at line 17142 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
bool has_options ()
optional .google.protobuf.EnumValueOptions options = 3;
Defined at line 17185 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
void clear_options ()
Defined at line 17190 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::EnumValueOptions & options ()
Defined at line 17200 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
::google::protobuf::EnumValueOptions * release_options ()
Defined at line 17218 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
::google::protobuf::EnumValueOptions * mutable_options ()
Defined at line 17254 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
void set_allocated_options (::google::protobuf::EnumValueOptions * value)
Defined at line 17261 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
void unsafe_arena_set_allocated_options (::google::protobuf::EnumValueOptions * value)
Defined at line 17204 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
::google::protobuf::EnumValueOptions * unsafe_arena_release_options ()
Defined at line 17237 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
bool has_number ()
optional int32 number = 2;
Defined at line 17157 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
void clear_number ()
Defined at line 17161 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
::int32_t number ()
Defined at line 17166 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
void set_number (::int32_t value)
Defined at line 17170 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
Enumerations
enum (unnamed) : int
| Name | Value |
|---|---|
| kNameFieldNumber | 1 |
| kOptionsFieldNumber | 3 |
| kNumberFieldNumber | 2 |
accessors -------------------------------------------------------
Defined at line 11321 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h
Friends
class TableStruct_google_2fprotobuf_2fdescriptor_2eproto
template <typename T>
class InternalHelper
class PrivateAccess
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view EnumValueDescriptorProto ()
void EnumValueDescriptorProto (EnumValueDescriptorProto & aEnumValueDescriptorProto & b)