class UninterpretedOption
Defined at line 3169 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
-------------------------------------------------------------------
Public Members
static const int kIndexInFileMessages
Protected Members
static ClassDataFull _class_data_
Public Methods
void CopyFrom (const UninterpretedOption & from)
void Clear ()
::size_t ByteSizeLong ()
::google::protobuf::Metadata GetMetadata ()
void UninterpretedOption ()
Defined at line 3173 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void UninterpretedOption (const UninterpretedOption & from)
Defined at line 3187 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void UninterpretedOption (UninterpretedOption && from)
Defined at line 3188 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
UninterpretedOption & operator= (const UninterpretedOption & from)
Defined at line 3190 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
UninterpretedOption & operator= (UninterpretedOption && from)
Defined at line 3194 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::UnknownFieldSet & unknown_fields ()
Defined at line 3204 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
Defined at line 3208 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::Descriptor * descriptor ()
Defined at line 3213 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::Descriptor * GetDescriptor ()
Defined at line 3216 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::Reflection * GetReflection ()
Defined at line 3219 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const UninterpretedOption & default_instance ()
Defined at line 3222 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const UninterpretedOption * internal_default_instance ()
Defined at line 3225 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void Swap (UninterpretedOption * other)
Defined at line 3231 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
UninterpretedOption * New (::google::protobuf::Arena * arena)
implements Message ----------------------------------------------
Defined at line 3247 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void MergeFrom (const UninterpretedOption & from)
Defined at line 3253 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
bool IsInitialized ()
Defined at line 3261 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
int GetCachedSize ()
Defined at line 3290 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
template <typename = void>
void UninterpretedOption (::google::protobuf::internal::ConstantInitialized )
::uint8_t * _InternalSerialize (::uint8_t * target, ::google::protobuf::io::EpsCopyOutputStream * stream)
void UnsafeArenaSwap (UninterpretedOption * other)
Defined at line 3239 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void ~UninterpretedOption ()
int name_size ()
repeated .google.protobuf.UninterpretedOption.NamePart name = 2;
Defined at line 19504 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void clear_name ()
Defined at line 19507 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::google::protobuf::UninterpretedOption_NamePart * mutable_name (int index)
Defined at line 19511 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_NamePart> * mutable_name ()
Defined at line 19516 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::UninterpretedOption_NamePart & name (int index)
Defined at line 19522 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::google::protobuf::UninterpretedOption_NamePart * add_name ()
Defined at line 19527 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::UninterpretedOption_NamePart> & name ()
Defined at line 19533 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
bool has_identifier_value ()
optional string identifier_value = 3;
Defined at line 19550 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void clear_identifier_value ()
Defined at line 19554 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const std::string & identifier_value ()
Defined at line 19559 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
template <typename Arg_ = const std::string&, typename... Args_>
void set_identifier_value (Arg_ && arg, Args_... args)
Defined at line 19565 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
std::string * mutable_identifier_value ()
Defined at line 19572 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
std::string * release_identifier_value ()
Defined at line 19591 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void set_allocated_identifier_value (std::string * value)
Defined at line 19604 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
bool has_string_value ()
optional bytes string_value = 7;
Defined at line 19703 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void clear_string_value ()
Defined at line 19707 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const std::string & string_value ()
Defined at line 19712 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
template <typename Arg_ = const std::string&, typename... Args_>
void set_string_value (Arg_ && arg, Args_... args)
Defined at line 19718 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
std::string * mutable_string_value ()
Defined at line 19725 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
std::string * release_string_value ()
Defined at line 19744 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void set_allocated_string_value (std::string * value)
Defined at line 19757 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
bool has_aggregate_value ()
optional string aggregate_value = 8;
Defined at line 19772 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void clear_aggregate_value ()
Defined at line 19776 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
const std::string & aggregate_value ()
Defined at line 19781 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
template <typename Arg_ = const std::string&, typename... Args_>
void set_aggregate_value (Arg_ && arg, Args_... args)
Defined at line 19787 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
std::string * mutable_aggregate_value ()
Defined at line 19794 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
std::string * release_aggregate_value ()
Defined at line 19813 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void set_allocated_aggregate_value (std::string * value)
Defined at line 19826 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
bool has_positive_int_value ()
optional uint64 positive_int_value = 4;
Defined at line 19619 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void clear_positive_int_value ()
Defined at line 19623 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::uint64_t positive_int_value ()
Defined at line 19628 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void set_positive_int_value (::uint64_t value)
Defined at line 19632 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
bool has_negative_int_value ()
optional int64 negative_int_value = 5;
Defined at line 19647 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void clear_negative_int_value ()
Defined at line 19651 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
::int64_t negative_int_value ()
Defined at line 19656 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void set_negative_int_value (::int64_t value)
Defined at line 19660 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
bool has_double_value ()
optional double double_value = 6;
Defined at line 19675 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void clear_double_value ()
Defined at line 19679 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
double double_value ()
Defined at line 19684 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
void set_double_value (double value)
Defined at line 19688 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
Protected Methods
const ::google::protobuf::internal::ClassData * GetClassData ()
auto InternalNewImpl_ ()
void * PlacementNew_ (const void * , void * mem, ::google::protobuf::Arena * arena)
void UninterpretedOption (::google::protobuf::Arena * arena)
void UninterpretedOption (::google::protobuf::Arena * arena, const UninterpretedOption & from)
void UninterpretedOption (::google::protobuf::Arena * arena, UninterpretedOption && from)
Defined at line 3305 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
Enumerations
enum
| Name | Value |
|---|---|
| kNameFieldNumber | 2 |
| kIdentifierValueFieldNumber | 3 |
| kStringValueFieldNumber | 7 |
| kAggregateValueFieldNumber | 8 |
| kPositiveIntValueFieldNumber | 4 |
| kNegativeIntValueFieldNumber | 5 |
| kDoubleValueFieldNumber | 6 |
accessors -------------------------------------------------------
Defined at line 3321 of file ../../third_party/protobuf/src/google/protobuf/descriptor.pb.h
Friends
class TableStruct_google_2fprotobuf_2fdescriptor_2eproto
template <typename T>
class InternalHelper
class Arena
class MessageLite
class TcParser
template <typename T>
basic_string_view UninterpretedOption ()
void UninterpretedOption (UninterpretedOption & aUninterpretedOption & b)