class Type

Defined at line 1034 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 CopyFrom (const Type & from)
void Clear ()
::size_t ByteSizeLong ()
::google::protobuf::Metadata GetMetadata ()
void Type ()

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

void Type (const Type & from)

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

void Type (Type && from)

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

Type & operator= (const Type & from)

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

Type & operator= (Type && from)

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

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

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

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

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

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

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

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

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

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

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

const Type & default_instance ()

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

const Type * internal_default_instance ()

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

void Swap (Type * other)

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

void UnsafeArenaSwap (Type * other)

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

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

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

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

void MergeFrom (const Type & from)

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

bool IsInitialized ()

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

int GetCachedSize ()

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

void ~Type ()
template <typename = void>
void Type (::google::protobuf::internal::ConstantInitialized )
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
int fields_size ()

repeated .google.protobuf.Field fields = 2;

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

void clear_fields ()

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

::google::protobuf::Field * mutable_fields (int index)

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

::google::protobuf::RepeatedPtrField< ::google::protobuf::Field> * mutable_fields ()

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

const ::google::protobuf::Field & fields (int index)

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

::google::protobuf::Field * add_fields ()

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

const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field> & fields ()

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

int oneofs_size ()

repeated string oneofs = 3;

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

void clear_oneofs ()

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

const std::string & oneofs (int index)

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

std::string * mutable_oneofs (int index)

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

template <typename Arg_ = const std::string&, typename... Args_>
void set_oneofs (int index, Arg_ && value, Args_... args)

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

std::string * add_oneofs ()

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

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

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

const ::google::protobuf::RepeatedPtrField<std::string> & oneofs ()

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

::google::protobuf::RepeatedPtrField<std::string> * mutable_oneofs ()

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

int options_size ()

repeated .google.protobuf.Option options = 4;

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

void clear_options ()

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

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

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

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

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

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

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

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

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

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

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

void clear_name ()

string name = 1;

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

const std::string & name ()

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

std::string * mutable_name ()

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

std::string * release_name ()

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

void set_allocated_name (std::string * value)

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

void clear_edition ()

string edition = 7;

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

const std::string & edition ()

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

std::string * mutable_edition ()

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

std::string * release_edition ()

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

void set_allocated_edition (std::string * value)

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

bool has_source_context ()

.google.protobuf.SourceContext source_context = 5;

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

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

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

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

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

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

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

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

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

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

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

void clear_syntax ()

.google.protobuf.Syntax syntax = 6;

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

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

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

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

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

Protected Methods

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

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

Enumerations

enum 
Name Value
kFieldsFieldNumber 2
kOneofsFieldNumber 3
kOptionsFieldNumber 4
kNameFieldNumber 1
kEditionFieldNumber 7
kSourceContextFieldNumber 5
kSyntaxFieldNumber 6

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

Defined at line 1180 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 Type ()
void Type (Type & aType & b)