class Enum

Defined at line 1341 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 Enum ()

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

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

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

void Enum (Enum && from)

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

Enum & operator= (const Enum & from)

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

Enum & operator= (Enum && from)

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

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

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

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

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

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

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

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

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

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

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

const Enum & default_instance ()

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

const Enum * internal_default_instance ()

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

void Swap (Enum * other)

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

void UnsafeArenaSwap (Enum * other)

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

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

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

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

void MergeFrom (const Enum & from)

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

bool IsInitialized ()

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

int GetCachedSize ()

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

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

repeated .google.protobuf.EnumValue enumvalue = 2;

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

void clear_enumvalue ()

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

::google::protobuf::EnumValue * mutable_enumvalue (int index)

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

::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue> * mutable_enumvalue ()

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

const ::google::protobuf::EnumValue & enumvalue (int index)

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

::google::protobuf::EnumValue * add_enumvalue ()

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

const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue> & enumvalue ()

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

int options_size ()

repeated .google.protobuf.Option options = 3;

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

void clear_options ()

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

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

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

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

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

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

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

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

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

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

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

void clear_name ()

string name = 1;

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

const std::string & name ()

Defined at line 2374 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 2380 of file ../../third_party/protobuf/src/google/protobuf/type.pb.h

std::string * mutable_name ()

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

std::string * release_name ()

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

void set_allocated_name (std::string * value)

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

void clear_edition ()

string edition = 6;

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

const std::string & edition ()

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

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

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

std::string * mutable_edition ()

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

std::string * release_edition ()

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

void set_allocated_edition (std::string * value)

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

bool has_source_context ()

.google.protobuf.SourceContext source_context = 4;

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

void clear_source_context ()
const ::google::protobuf::SourceContext & source_context ()

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

::google::protobuf::SourceContext * release_source_context ()

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

::google::protobuf::SourceContext * mutable_source_context ()

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

void set_allocated_source_context (::google::protobuf::SourceContext * value)

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

void unsafe_arena_set_allocated_source_context (::google::protobuf::SourceContext * value)

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

::google::protobuf::SourceContext * unsafe_arena_release_source_context ()

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

void clear_syntax ()

.google.protobuf.Syntax syntax = 5;

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

::google::protobuf::Syntax syntax ()

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

void set_syntax (::google::protobuf::Syntax value)

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

Protected Methods

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

Defined at line 1472 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
kEnumvalueFieldNumber 2
kOptionsFieldNumber 3
kNameFieldNumber 1
kEditionFieldNumber 6
kSourceContextFieldNumber 4
kSyntaxFieldNumber 5

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

Defined at line 1487 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 Enum ()
void Enum (Enum & aEnum & b)