class Enum

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

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

Public Members

static const int kIndexInFileMessages

Public Methods

void CopyFrom (const Enum & from)
void Clear ()
::size_t ByteSizeLong ()
void Enum ()

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

void Enum (const Enum & from)

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

void Enum (Enum && from)

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

auto InternalGenerateClassData_ (const MessageLite & prototype, const ::google::protobuf::internal::TcParseTableBase * tc_table)
::google::protobuf::Metadata GetMetadata ()
Enum & operator= (const Enum & from)

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

Enum & operator= (Enum && from)

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

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

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

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

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

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

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

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

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

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

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

const Enum & default_instance ()

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

void Swap (Enum * other)

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

void UnsafeArenaSwap (Enum * other)

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

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

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

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

void MergeFrom (const Enum & from)

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

bool IsInitialized ()

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

int GetCachedSize ()

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

void ~Enum ()
template <typename = void>
void Enum (::google::protobuf::internal::ConstantInitialized , const ::google::protobuf::internal::ClassData * class_data)
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
int enumvalue_size ()

repeated .google.protobuf.EnumValue enumvalue = 2;

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

void clear_enumvalue ()

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

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

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

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

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

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

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

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

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

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

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

int options_size ()

repeated .google.protobuf.Option options = 3;

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

void clear_options ()

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

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

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

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

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

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

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

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

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

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

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

void clear_name ()

string name = 1;

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

const ::std::string & name ()

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

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

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

::std::string * mutable_name ()

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

::std::string * release_name ()

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

void set_allocated_name (::std::string * value)

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

void clear_edition ()

string edition = 6;

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

const ::std::string & edition ()

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

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

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

::std::string * mutable_edition ()

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

::std::string * release_edition ()

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

void set_allocated_edition (::std::string * value)

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

bool has_source_context ()

.google.protobuf.SourceContext source_context = 4;

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

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

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

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

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

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

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

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

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

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

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

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

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

void clear_syntax ()

.google.protobuf.Syntax syntax = 5;

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

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

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

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

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

Enumerations

enum (unnamed) : int
Name Value
kEnumvalueFieldNumber 2
kOptionsFieldNumber 3
kNameFieldNumber 1
kEditionFieldNumber 6
kSourceContextFieldNumber 4
kSyntaxFieldNumber 5

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

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

Friends

class TableStruct_google_2fprotobuf_2ftype_2eproto
template <typename T>
class InternalHelper
class PrivateAccess
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view Enum ()
void Enum (Enum & aEnum & b)