class OneofDescriptorProto

Defined at line 10207 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

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

Public Members

static const int kIndexInFileMessages

Public Methods

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

Defined at line 10210 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

OneofDescriptorProto & operator= (const OneofDescriptorProto & from)

Defined at line 10227 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

OneofDescriptorProto & operator= (OneofDescriptorProto && from)

Defined at line 10231 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

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

Defined at line 10241 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

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

Defined at line 10245 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

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

Defined at line 10250 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

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

Defined at line 10253 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

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

Defined at line 10257 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const OneofDescriptorProto & default_instance ()

Defined at line 10260 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void Swap (OneofDescriptorProto * other)

Defined at line 10265 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void UnsafeArenaSwap (OneofDescriptorProto * other)

Defined at line 10273 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

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

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

Defined at line 10281 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void MergeFrom (const OneofDescriptorProto & from)

Defined at line 10288 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

bool IsInitialized ()

Defined at line 10295 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

int GetCachedSize ()

Defined at line 10324 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void ~OneofDescriptorProto ()
template <typename = void>
void OneofDescriptorProto (::google::protobuf::internal::ConstantInitialized , const ::google::protobuf::internal::ClassData * class_data)
void OneofDescriptorProto (const OneofDescriptorProto & from)

Defined at line 10225 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void OneofDescriptorProto (OneofDescriptorProto && from)

Defined at line 10226 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 16476 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void clear_name ()

Defined at line 16480 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::std::string & name ()

Defined at line 16485 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 16491 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::std::string * mutable_name ()

Defined at line 16497 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::std::string * release_name ()

Defined at line 16516 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

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

Defined at line 16529 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

bool has_options ()

optional .google.protobuf.OneofOptions options = 2;

Defined at line 16544 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void clear_options ()

Defined at line 16549 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

const ::google::protobuf::OneofOptions & options ()

Defined at line 16559 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::OneofOptions * release_options ()

Defined at line 16577 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::OneofOptions * mutable_options ()

Defined at line 16613 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void set_allocated_options (::google::protobuf::OneofOptions * value)

Defined at line 16620 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

void unsafe_arena_set_allocated_options (::google::protobuf::OneofOptions * value)

Defined at line 16563 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

::google::protobuf::OneofOptions * unsafe_arena_release_options ()

Defined at line 16596 of file ../../third_party/protobuf/src/src/google/protobuf/descriptor.pb.h

Enumerations

enum (unnamed) : int
Name Value
kNameFieldNumber 1
kOptionsFieldNumber 2

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

Defined at line 10359 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 OneofDescriptorProto ()
void OneofDescriptorProto (OneofDescriptorProto & aOneofDescriptorProto & b)